Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 5170b4d5d8ce9cf0f1f83444b3e0d0ec0034d809+310fcf068b6662a9a98c00381981ed5406e42392 (19889040f6de55a9a1ec59147edafde0e501cf78) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-19284 in /w/workspace/edgexfoundry_edgex-go_PR-3000 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3000/head:refs/remotes/origin/PR-3000 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 310fcf068b6662a9a98c00381981ed5406e42392 into PR head commit 5170b4d5d8ce9cf0f1f83444b3e0d0ec0034d809 Merge succeeded, producing deb86337347644d0a3a7530894faa52175924aa7 Checking out Revision deb86337347644d0a3a7530894faa52175924aa7 (PR-3000) > git config core.sparsecheckout # timeout=10 > git checkout -f 5170b4d5d8ce9cf0f1f83444b3e0d0ec0034d809 # 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 310fcf068b6662a9a98c00381981ed5406e42392 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f deb86337347644d0a3a7530894faa52175924aa7 # timeout=10 Commit message: "Merge commit '310fcf068b6662a9a98c00381981ed5406e42392' into HEAD" > git rev-list --no-walk 5170b4d5d8ce9cf0f1f83444b3e0d0ec0034d809 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-10T00:30:05.439Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-10T00:30:05.697Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-10T00:30:05.799Z] ========================================================= [2021-01-10T00:30:05.799Z] EdgeX Global Pipelines Version Info [2021-01-10T00:30:05.799Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-10T00:30:07.288Z] ------------------- [2021-01-10T00:30:07.288Z] stable info: [2021-01-10T00:30:07.288Z] ------------------- [2021-01-10T00:30:07.288Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-10T00:30:07.288Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-10T00:30:07.288Z] Message: update stable to v1.0.173 [2021-01-10T00:30:08.260Z] ------------------- [2021-01-10T00:30:08.260Z] experimental info: [2021-01-10T00:30:08.260Z] ------------------- [2021-01-10T00:30:08.260Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-10T00:30:08.260Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-10T00:30:08.260Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-10T00:30:08.554Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-10T00:30:08.700Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-10T00:30:08.789Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-10T00:30:08.886Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-10T00:30:08.978Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-10T00:30:09.088Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-10T00:30:09.185Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-10T00:30:09.303Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-10T00:30:09.434Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-10T00:30:09.522Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-10T00:30:09.618Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-10T00:30:09.706Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-10T00:30:09.813Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-10T00:30:09.900Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-10T00:30:09.986Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-10T00:30:10.069Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-10T00:30:10.235Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-10T00:30:10.429Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-10T00:30:10.515Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-10T00:30:10.617Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-10T00:30:10.702Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-10T00:30:10.792Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-10T00:30:10.875Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-10T00:30:10.964Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3000 [Pipeline] echo [2021-01-10T00:30:11.049Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3000 [Pipeline] echo [2021-01-10T00:30:11.142Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3000 [Pipeline] echo [2021-01-10T00:30:11.230Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = deb86337347644d0a3a7530894faa52175924aa7 [Pipeline] echo [2021-01-10T00:30:11.317Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = deb8633 [Pipeline] echo [2021-01-10T00:30:11.402Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-10T00:30:11.573Z] provisioning config files... [2021-01-10T00:30:11.605Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config4301702589409183197tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-10T00:30:11.997Z] ---> docker-login.sh [2021-01-10T00:30:11.997Z] nexus3.edgexfoundry.org:10001 [2021-01-10T00:30:12.262Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-10T00:30:12.526Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-10T00:30:12.526Z] Configure a credential helper to remove this warning. See [2021-01-10T00:30:12.526Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-10T00:30:12.526Z] [2021-01-10T00:30:12.526Z] Login Succeeded [2021-01-10T00:30:12.526Z] nexus3.edgexfoundry.org:10002 [2021-01-10T00:30:12.526Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-10T00:30:12.526Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-10T00:30:12.526Z] Configure a credential helper to remove this warning. See [2021-01-10T00:30:12.526Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-10T00:30:12.526Z] [2021-01-10T00:30:12.526Z] Login Succeeded [2021-01-10T00:30:12.526Z] nexus3.edgexfoundry.org:10003 [2021-01-10T00:30:12.791Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-10T00:30:12.791Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-10T00:30:12.791Z] Configure a credential helper to remove this warning. See [2021-01-10T00:30:12.791Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-10T00:30:12.791Z] [2021-01-10T00:30:12.791Z] Login Succeeded [2021-01-10T00:30:12.791Z] nexus3.edgexfoundry.org:10004 [2021-01-10T00:30:13.053Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-10T00:30:13.053Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-10T00:30:13.053Z] Configure a credential helper to remove this warning. See [2021-01-10T00:30:13.053Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-10T00:30:13.053Z] [2021-01-10T00:30:13.053Z] Login Succeeded [2021-01-10T00:30:13.053Z] docker.io [2021-01-10T00:30:13.053Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-10T00:30:13.318Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-10T00:30:13.318Z] Configure a credential helper to remove this warning. See [2021-01-10T00:30:13.318Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-10T00:30:13.318Z] [2021-01-10T00:30:13.318Z] Login Succeeded [2021-01-10T00:30:13.318Z] ---> docker-login.sh ends [Pipeline] } [2021-01-10T00:30:13.329Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-10T00:30:13.812Z] ++ 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-10T00:30:13.812Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-10T00:30:13.812Z] ++ dirname cmd/core-command/Dockerfile [2021-01-10T00:30:13.812Z] ++ cut -d/ -f2 [2021-01-10T00:30:13.812Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-10T00:30:13.812Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-10T00:30:13.812Z] ++ dirname cmd/core-data/Dockerfile [2021-01-10T00:30:13.812Z] ++ cut -d/ -f2 [2021-01-10T00:30:13.812Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-10T00:30:13.812Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-10T00:30:13.812Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-10T00:30:13.812Z] ++ cut -d/ -f2 [2021-01-10T00:30:13.812Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-10T00:30:13.812Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-10T00:30:13.812Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-10T00:30:13.812Z] ++ cut -d/ -f2 [2021-01-10T00:30:13.812Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-10T00:30:13.812Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-10T00:30:13.812Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-10T00:30:13.812Z] ++ cut -d/ -f2 [2021-01-10T00:30:13.812Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-10T00:30:13.812Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-10T00:30:13.812Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-10T00:30:13.812Z] ++ cut -d/ -f2 [2021-01-10T00:30:13.812Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-10T00:30:13.812Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-10T00:30:13.812Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-10T00:30:13.812Z] ++ cut -d/ -f2 [2021-01-10T00:30:13.812Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-10T00:30:13.812Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-10T00:30:13.812Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-10T00:30:13.812Z] ++ cut -d/ -f2 [2021-01-10T00:30:13.812Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-10T00:30:13.812Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-10T00:30:13.812Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-10T00:30:13.812Z] ++ cut -d/ -f2 [2021-01-10T00:30:13.812Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-10T00:30:13.925Z] 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-10T00:30:15.545Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-10T00:30:15.545Z] [2021-01-10T00:30:15.545Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-10T00:30:15.914Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-10T00:30:15.914Z] latest: Pulling from edgex-devops/git-semver [2021-01-10T00:30:15.914Z] 31603596830f: Pulling fs layer [2021-01-10T00:30:15.914Z] 2a8b12db71e7: Pulling fs layer [2021-01-10T00:30:15.914Z] 6ca5941a6612: Pulling fs layer [2021-01-10T00:30:15.914Z] ecc8261a40a4: Pulling fs layer [2021-01-10T00:30:15.914Z] 2a8b12db71e7: Verifying Checksum [2021-01-10T00:30:15.914Z] 2a8b12db71e7: Download complete [2021-01-10T00:30:16.191Z] 31603596830f: Verifying Checksum [2021-01-10T00:30:16.191Z] 31603596830f: Download complete [2021-01-10T00:30:16.191Z] 6ca5941a6612: Verifying Checksum [2021-01-10T00:30:16.191Z] 6ca5941a6612: Download complete [2021-01-10T00:30:16.191Z] ecc8261a40a4: Verifying Checksum [2021-01-10T00:30:16.191Z] ecc8261a40a4: Download complete [2021-01-10T00:30:16.773Z] 31603596830f: Pull complete [2021-01-10T00:30:16.773Z] 2a8b12db71e7: Pull complete [2021-01-10T00:30:17.770Z] 6ca5941a6612: Pull complete [2021-01-10T00:30:18.035Z] ecc8261a40a4: Pull complete [2021-01-10T00:30:18.035Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-10T00:30:18.035Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-10T00:30:18.035Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-10T00:30:18.164Z] prd-centos7-docker-4c-2g-19284 does not seem to be running inside a container [2021-01-10T00:30:18.242Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-10T00:30:20.830Z] $ docker top e9ae004e6db989d0d1613edb33bb37a5cfca5238b408359c01c6648f7d87427a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-10T00:30:21.148Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-10T00:30:21.148Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-10T00:30:21.400Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-10T00:30:21.402Z] $ docker exec e9ae004e6db989d0d1613edb33bb37a5cfca5238b408359c01c6648f7d87427a ssh-agent [2021-01-10T00:30:21.597Z] SSH_AUTH_SOCK=/tmp/ssh-77Zitc1QjdOa/agent.13 [2021-01-10T00:30:21.597Z] SSH_AGENT_PID=18 [2021-01-10T00:30:21.611Z] Running ssh-add (command line suppressed) [2021-01-10T00:30:21.740Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_717978855627045674.key (/w/workspace/edgex-go/2@tmp/private_key_717978855627045674.key) [2021-01-10T00:30:21.804Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-10T00:30:22.143Z] + git tag --points-at HEAD [Pipeline] } [2021-01-10T00:30:22.165Z] $ docker exec --env ******** --env ******** e9ae004e6db989d0d1613edb33bb37a5cfca5238b408359c01c6648f7d87427a ssh-agent -k [2021-01-10T00:30:22.305Z] unset SSH_AUTH_SOCK; [2021-01-10T00:30:22.305Z] unset SSH_AGENT_PID; [2021-01-10T00:30:22.305Z] echo Agent pid 18 killed; [2021-01-10T00:30:22.365Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-10T00:30:22.512Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-10T00:30:22.512Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-10T00:30:22.714Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-10T00:30:22.716Z] $ docker exec e9ae004e6db989d0d1613edb33bb37a5cfca5238b408359c01c6648f7d87427a ssh-agent [2021-01-10T00:30:22.917Z] SSH_AUTH_SOCK=/tmp/ssh-oPKyHzBPb7dT/agent.46 [2021-01-10T00:30:22.917Z] SSH_AGENT_PID=51 [2021-01-10T00:30:22.931Z] Running ssh-add (command line suppressed) [2021-01-10T00:30:23.066Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_6734745893067507679.key (/w/workspace/edgex-go/2@tmp/private_key_6734745893067507679.key) [2021-01-10T00:30:23.129Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-10T00:30:23.469Z] + git semver init [2021-01-10T00:30:23.469Z] # -> Open(): unable to determine branch for HEAD [2021-01-10T00:30:23.469Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-01-10T00:30:23.469Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-01-10T00:30:23.469Z] # $SEMVER_REMOTE_NAME = origin [2021-01-10T00:30:23.469Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-10T00:30:23.469Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-10T00:30:23.469Z] # $SEMVER_BRANCH = PR-3000 [2021-01-10T00:30:23.469Z] # $SEMVER_TEMP = /tmp/semver-905708022 [2021-01-10T00:30:23.469Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-10T00:31:02.331Z] # '/tmp/semver-905708022' -> '/w/workspace/edgex-go/2/.semver' [2021-01-10T00:31:02.911Z] # -> Force: false [2021-01-10T00:31:02.911Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-01-10T00:31:02.924Z] $ docker exec --env ******** --env ******** e9ae004e6db989d0d1613edb33bb37a5cfca5238b408359c01c6648f7d87427a ssh-agent -k [2021-01-10T00:31:03.231Z] unset SSH_AUTH_SOCK; [2021-01-10T00:31:03.231Z] unset SSH_AGENT_PID; [2021-01-10T00:31:03.231Z] echo Agent pid 51 killed; [2021-01-10T00:31:03.359Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-10T00:31:03.863Z] + git semver [Pipeline] } [2021-01-10T00:31:03.879Z] $ docker stop --time=1 e9ae004e6db989d0d1613edb33bb37a5cfca5238b408359c01c6648f7d87427a [2021-01-10T00:31:05.497Z] $ docker rm -f e9ae004e6db989d0d1613edb33bb37a5cfca5238b408359c01c6648f7d87427a [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-10T00:31:06.131Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-10T00:31:06.786Z] Stashed 1 file(s) [Pipeline] echo [2021-01-10T00:31:06.789Z] [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-10T00:31:07.652Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-10T00:31:07.957Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-10T00:31:08.269Z] + true [2021-01-10T00:31:08.269Z] + sudo service docker restart [2021-01-10T00:31:08.269Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-10T00:31:09.238Z] ========================================================= [2021-01-10T00:31:09.239Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-10T00:31:09.239Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-10T00:31:09.597Z] + 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-10T00:31:13.873Z] Sending build context to Docker daemon 326.4MB [2021-01-10T00:31:13.873Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-10T00:31:13.873Z] Step 2/6 : FROM ${BASE} [2021-01-10T00:31:13.873Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-10T00:31:13.873Z] 188c0c94c7c5: Pulling fs layer [2021-01-10T00:31:13.873Z] 0ef7d3d256c8: Pulling fs layer [2021-01-10T00:31:13.873Z] de9db76c5a1d: Pulling fs layer [2021-01-10T00:31:13.873Z] bca2f99d35d6: Pulling fs layer [2021-01-10T00:31:13.873Z] 93359f2a8cfa: Pulling fs layer [2021-01-10T00:31:13.873Z] 7c6f9722023f: Pulling fs layer [2021-01-10T00:31:13.873Z] a35cf1a2eb13: Pulling fs layer [2021-01-10T00:31:13.873Z] 93359f2a8cfa: Waiting [2021-01-10T00:31:13.873Z] 7c6f9722023f: Waiting [2021-01-10T00:31:13.873Z] a35cf1a2eb13: Waiting [2021-01-10T00:31:13.873Z] bca2f99d35d6: Waiting [2021-01-10T00:31:13.873Z] de9db76c5a1d: Verifying Checksum [2021-01-10T00:31:13.873Z] de9db76c5a1d: Download complete [2021-01-10T00:31:13.873Z] 0ef7d3d256c8: Verifying Checksum [2021-01-10T00:31:13.873Z] 0ef7d3d256c8: Download complete [2021-01-10T00:31:13.873Z] 93359f2a8cfa: Verifying Checksum [2021-01-10T00:31:13.873Z] 93359f2a8cfa: Download complete [2021-01-10T00:31:13.873Z] 7c6f9722023f: Verifying Checksum [2021-01-10T00:31:13.873Z] 7c6f9722023f: Download complete [2021-01-10T00:31:13.873Z] 188c0c94c7c5: Verifying Checksum [2021-01-10T00:31:13.873Z] 188c0c94c7c5: Download complete [2021-01-10T00:31:14.349Z] 188c0c94c7c5: Pull complete [2021-01-10T00:31:14.943Z] 0ef7d3d256c8: Pull complete [2021-01-10T00:31:15.213Z] de9db76c5a1d: Pull complete [2021-01-10T00:31:15.804Z] a35cf1a2eb13: Verifying Checksum [2021-01-10T00:31:15.804Z] a35cf1a2eb13: Download complete [2021-01-10T00:31:16.760Z] bca2f99d35d6: Verifying Checksum [2021-01-10T00:31:16.760Z] bca2f99d35d6: Download complete [2021-01-10T00:31:22.165Z] Still waiting to schedule task [2021-01-10T00:31:22.165Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-10T00:31:23.442Z] bca2f99d35d6: Pull complete [2021-01-10T00:31:23.442Z] 93359f2a8cfa: Pull complete [2021-01-10T00:31:23.442Z] 7c6f9722023f: Pull complete [2021-01-10T00:31:27.746Z] a35cf1a2eb13: Pull complete [2021-01-10T00:31:27.746Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-10T00:31:27.746Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-10T00:31:27.746Z] ---> a62c8e92a672 [2021-01-10T00:31:27.746Z] 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-10T00:31:27.746Z] ---> Running in 25accf1c4f8e [2021-01-10T00:31:28.700Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T00:31:29.650Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T00:31:31.167Z] (1/12) Installing libmagic (5.38-r0) [2021-01-10T00:31:31.451Z] (2/12) Installing file (5.38-r0) [2021-01-10T00:31:31.451Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-10T00:31:31.451Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-10T00:32:03.677Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-10T00:32:03.677Z] (6/12) Installing patch (2.7.6-r6) [2021-01-10T00:32:03.677Z] (7/12) Installing build-base (0.5-r2) [2021-01-10T00:32:03.677Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-10T00:32:03.677Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-10T00:32:03.677Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-10T00:32:03.677Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-10T00:32:03.677Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-10T00:32:03.677Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T00:32:03.677Z] OK: 233 MiB in 51 packages [2021-01-10T00:32:06.247Z] Removing intermediate container 25accf1c4f8e [2021-01-10T00:32:06.247Z] ---> 97e3ccb0f54b [2021-01-10T00:32:06.247Z] Step 4/6 : WORKDIR /edgex-go [2021-01-10T00:32:06.510Z] ---> Running in 8c7382c9920f [2021-01-10T00:32:06.773Z] Removing intermediate container 8c7382c9920f [2021-01-10T00:32:06.773Z] ---> bd91211621b5 [2021-01-10T00:32:06.773Z] Step 5/6 : COPY go.mod . [2021-01-10T00:32:07.049Z] ---> e76ac143cb88 [2021-01-10T00:32:07.049Z] Step 6/6 : RUN go mod download [2021-01-10T00:32:07.049Z] ---> Running in d24b7435becb [2021-01-10T00:32:29.079Z] Removing intermediate container d24b7435becb [2021-01-10T00:32:29.079Z] ---> 7e9ee01bd0e3 [2021-01-10T00:32:29.079Z] Successfully built 7e9ee01bd0e3 [2021-01-10T00:32:29.079Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-10T00:32:29.415Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-10T00:32:29.415Z] . [Pipeline] withDockerContainer [2021-01-10T00:32:29.529Z] prd-centos7-docker-4c-2g-19284 does not seem to be running inside a container [2021-01-10T00:32:29.584Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-10T00:32:30.487Z] $ docker top 763a655f857d0ba39955fb21fa4193ee4ad8a4db4fc50071cd7b456bcce7fd29 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-10T00:32:31.019Z] + go version [2021-01-10T00:32:31.019Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-10T00:32:31.032Z] $ docker stop --time=1 763a655f857d0ba39955fb21fa4193ee4ad8a4db4fc50071cd7b456bcce7fd29 [2021-01-10T00:32:32.451Z] $ docker rm -f 763a655f857d0ba39955fb21fa4193ee4ad8a4db4fc50071cd7b456bcce7fd29 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-10T00:32:33.395Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-10T00:32:33.395Z] . [Pipeline] withDockerContainer [2021-01-10T00:32:33.587Z] prd-centos7-docker-4c-2g-19284 does not seem to be running inside a container [2021-01-10T00:32:33.709Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-10T00:32:34.588Z] $ docker top 2a9e66a25d5b83c65364736ac4fe789467bc088b5079874e1acdd1590d27fb21 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-10T00:32:34.830Z] ========================================================= [2021-01-10T00:32:34.830Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-10T00:32:34.830Z] ========================================================= [Pipeline] sh [2021-01-10T00:32:35.128Z] + make test [2021-01-10T00:32:35.129Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-10T00:32:45.195Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-10T00:33:03.429Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-10T00:33:04.432Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-10T00:33:05.868Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-10T00:33:05.868Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-10T00:33:05.868Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-10T00:33:05.868Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-10T00:33:05.868Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-10T00:33:06.464Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-10T00:33:07.425Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-10T00:33:07.700Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-10T00:33:09.646Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-10T00:33:09.646Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-10T00:33:09.646Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-10T00:33:12.247Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.121s coverage: 46.6% of statements [2021-01-10T00:33:12.247Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-10T00:33:12.247Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-10T00:33:12.247Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-10T00:33:12.247Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-10T00:33:12.247Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-10T00:33:16.558Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.198s coverage: 27.0% of statements [2021-01-10T00:33:16.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-10T00:33:16.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-10T00:33:16.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-10T00:33:16.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-10T00:33:16.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-10T00:33:16.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-10T00:33:16.558Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.049s coverage: 100.0% of statements [2021-01-10T00:33:16.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-10T00:33:16.558Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.070s coverage: 100.0% of statements [2021-01-10T00:33:16.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-10T00:33:16.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-10T00:33:16.559Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.084s coverage: 77.1% of statements [2021-01-10T00:33:16.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-10T00:33:16.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-10T00:33:16.559Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.448s coverage: 82.4% of statements [2021-01-10T00:33:16.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-10T00:33:16.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-10T00:33:16.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-10T00:33:16.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-10T00:33:18.516Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.335s coverage: 28.6% of statements [2021-01-10T00:33:18.516Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-10T00:33:18.516Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-10T00:33:18.516Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-10T00:33:18.516Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-10T00:33:18.516Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-10T00:33:18.516Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.072s coverage: 100.0% of statements [2021-01-10T00:33:18.516Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-10T00:33:18.516Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.050s coverage: 100.0% of statements [2021-01-10T00:33:18.516Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-10T00:33:18.516Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.119s coverage: 86.7% of statements [2021-01-10T00:33:18.516Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-10T00:33:18.516Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.114s coverage: 97.5% of statements [2021-01-10T00:33:18.516Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-10T00:33:19.098Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.085s coverage: 78.3% of statements [2021-01-10T00:33:19.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-10T00:33:19.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-10T00:33:19.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-10T00:33:19.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-10T00:33:21.090Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.350s coverage: 93.8% of statements [2021-01-10T00:33:21.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-10T00:33:21.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-10T00:33:21.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-10T00:33:21.090Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-10T00:33:21.090Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-10T00:33:21.090Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-10T00:33:21.090Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-10T00:33:21.090Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-10T00:33:21.090Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-10T00:33:21.090Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-10T00:33:21.090Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-10T00:33:21.090Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-10T00:33:21.090Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-10T00:33:21.090Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-10T00:33:21.090Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-10T00:33:21.090Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-10T00:33:21.090Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-10T00:33:21.090Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-10T00:33:21.090Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.036s coverage: 58.8% of statements [2021-01-10T00:33:21.090Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-10T00:33:21.090Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-10T00:33:21.090Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.049s coverage: 0.1% of statements [2021-01-10T00:33:21.090Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-10T00:33:21.090Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-10T00:33:21.090Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-10T00:33:21.090Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-10T00:33:21.090Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.039s coverage: 100.0% of statements [2021-01-10T00:33:21.090Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-10T00:33:21.090Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements [2021-01-10T00:33:21.090Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-10T00:33:21.365Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements [2021-01-10T00:33:21.365Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.078s coverage: 87.2% of statements [2021-01-10T00:33:21.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.052s coverage: 84.2% of statements [2021-01-10T00:33:22.630Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.157s coverage: 91.4% of statements [2021-01-10T00:33:22.630Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-10T00:33:23.222Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.217s coverage: 63.5% of statements [2021-01-10T00:33:23.222Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-10T00:33:23.222Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-10T00:33:23.222Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.041s coverage: 100.0% of statements [2021-01-10T00:33:23.222Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2021-01-10T00:33:23.222Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.035s coverage: 100.0% of statements [2021-01-10T00:33:23.222Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.045s coverage: 73.7% of statements [2021-01-10T00:33:23.485Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.054s coverage: 100.0% of statements [2021-01-10T00:33:25.460Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.358s coverage: 55.9% of statements [2021-01-10T00:33:25.460Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-10T00:33:25.460Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-10T00:33:25.460Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-10T00:33:25.460Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-10T00:33:25.460Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-10T00:33:25.460Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.081s coverage: 37.0% of statements [2021-01-10T00:33:25.460Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-10T00:33:25.460Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-10T00:33:25.460Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.379s coverage: 84.0% of statements [2021-01-10T00:33:25.460Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.041s coverage: 100.0% of statements [2021-01-10T00:33:27.411Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.106s coverage: 47.1% of statements [2021-01-10T00:33:27.411Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-10T00:33:27.411Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-10T00:33:27.411Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-10T00:33:27.411Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-10T00:33:27.411Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-10T00:33:27.411Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.057s coverage: 100.0% of statements [2021-01-10T00:33:27.411Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-10T00:33:27.411Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.068s coverage: 100.0% of statements [2021-01-10T00:33:27.411Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-10T00:33:28.831Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.807s coverage: 29.1% of statements [2021-01-10T00:33:28.831Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-10T00:33:28.831Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-10T00:33:28.831Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-10T00:33:28.831Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-10T00:33:28.831Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-10T00:33:28.831Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.068s coverage: 99.0% of statements [2021-01-10T00:33:28.831Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-10T00:33:28.831Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.050s coverage: 100.0% of statements [2021-01-10T00:33:28.831Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-10T00:33:28.831Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.038s coverage: 0.0% of statements [2021-01-10T00:33:28.831Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-10T00:33:28.831Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.037s coverage: 100.0% of statements [2021-01-10T00:33:28.831Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-10T00:33:28.831Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-10T00:33:28.831Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-10T00:33:28.831Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-10T00:33:28.831Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.038s coverage: 87.9% of statements [2021-01-10T00:33:28.831Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-10T00:33:28.831Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-10T00:33:29.102Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements [2021-01-10T00:33:29.366Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements [2021-01-10T00:33:29.631Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.048s coverage: 100.0% of statements [2021-01-10T00:33:29.895Z] GO111MODULE=on go vet ./... [2021-01-10T00:33:56.649Z] gofmt -l . [2021-01-10T00:33:56.649Z] [ "`gofmt -l .`" = "" ] [2021-01-10T00:33:56.649Z] ./bin/test-go-mod-tidy.sh [2021-01-10T00:33:56.649Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-10T00:33:57.221Z] + ls -al . [2021-01-10T00:33:57.221Z] total 640 [2021-01-10T00:33:57.221Z] drwxrwxr-x 10 1001 1001 4096 Jan 10 00:33 . [2021-01-10T00:33:57.221Z] drwxr-xr-x 4 root root 28 Jan 10 00:32 .. [2021-01-10T00:33:57.221Z] -rw-rw-r-- 1 1001 1001 11 Jan 10 00:30 .dockerignore [2021-01-10T00:33:57.221Z] drwxrwxr-x 8 1001 1001 179 Jan 10 00:30 .git [2021-01-10T00:33:57.221Z] drwxrwxr-x 3 1001 1001 125 Jan 10 00:30 .github [2021-01-10T00:33:57.221Z] -rw-rw-r-- 1 1001 1001 824 Jan 10 00:30 .gitignore [2021-01-10T00:33:57.221Z] drwx------ 3 1001 1001 47 Jan 10 00:31 .semver [2021-01-10T00:33:57.221Z] -rw-rw-r-- 1 1001 1001 166 Jan 10 00:30 .sonarcloud.properties [2021-01-10T00:33:57.221Z] -rw-rw-r-- 1 1001 1001 3804 Jan 10 00:30 CONTRIBUTING.md [2021-01-10T00:33:57.221Z] -rw-rw-r-- 1 1001 1001 931 Jan 10 00:30 Dockerfile.build [2021-01-10T00:33:57.221Z] -rw-rw-r-- 1 1001 1001 863 Jan 10 00:30 Jenkinsfile [2021-01-10T00:33:57.221Z] -rw-rw-r-- 1 1001 1001 10775 Jan 10 00:30 LICENSE [2021-01-10T00:33:57.221Z] -rw-rw-r-- 1 1001 1001 5750 Jan 10 00:30 Makefile [2021-01-10T00:33:57.221Z] -rw-rw-r-- 1 1001 1001 6524 Jan 10 00:30 README.md [2021-01-10T00:33:57.221Z] -rw-rw-r-- 1 1001 1001 6744 Jan 10 00:30 SECURITY.md [2021-01-10T00:33:57.221Z] -rw-rw-r-- 1 1001 1001 5 Jan 10 00:31 VERSION [2021-01-10T00:33:57.221Z] -rw-rw-r-- 1 1001 1001 4131 Jan 10 00:30 ZMQWindows.md [2021-01-10T00:33:57.221Z] drwxrwxr-x 2 1001 1001 117 Jan 10 00:30 bin [2021-01-10T00:33:57.221Z] drwxrwxr-x 14 1001 1001 4096 Jan 10 00:30 cmd [2021-01-10T00:33:57.221Z] -rw-r--r-- 1 root root 541590 Jan 10 00:33 coverage.out [2021-01-10T00:33:57.221Z] -rw-r--r-- 1 root root 979 Jan 10 00:33 go.mod [2021-01-10T00:33:57.221Z] -rw-r--r-- 1 root root 19019 Jan 10 00:33 go.sum [2021-01-10T00:33:57.221Z] drwxrwxr-x 8 1001 1001 127 Jan 10 00:30 internal [2021-01-10T00:33:57.221Z] drwxrwxr-x 4 1001 1001 26 Jan 10 00:30 openapi [2021-01-10T00:33:57.221Z] drwxrwxr-x 4 1001 1001 71 Jan 10 00:30 snap [2021-01-10T00:33:57.221Z] -rw-rw-r-- 1 1001 1001 168 Jan 10 00:30 version.go [Pipeline] sh [2021-01-10T00:33:57.524Z] + '[' -e coverage.out ] [2021-01-10T00:33:57.524Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-10T00:33:57.721Z] Stashed 1 file(s) [Pipeline] sh [2021-01-10T00:33:58.020Z] + make build [2021-01-10T00:33:58.020Z] 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-10T00:33:58.688Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-19292 in /w/workspace/edgexfoundry_edgex-go_PR-3000 [Pipeline] { [Pipeline] ws [2021-01-10T00:33:58.751Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-01-10T00:34:03.341Z] 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-10T00:34:04.353Z] using credential edgex-jenkins-ssh [2021-01-10T00:34:04.423Z] Cloning the remote Git repository [2021-01-10T00:34:04.505Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-10T00:34:04.617Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-01-10T00:34:04.709Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-10T00:34:04.711Z] > git --version # timeout=10 [2021-01-10T00:34:04.735Z] > git --version # 'git version 2.17.1' [2021-01-10T00:34:04.737Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-10T00:34:04.796Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-10T00:34:11.598Z] 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-10T00:34:12.999Z] 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-10T00:34:14.424Z] 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-10T00:34:15.022Z] 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-10T00:34:16.669Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-10T00:34:18.748Z] 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-10T00:34:20.145Z] 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-10T00:34:21.596Z] 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-10T00:34:23.015Z] 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-10T00:34:24.001Z] 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-10T00:34:24.386Z] Merging remotes/origin/master commit 310fcf068b6662a9a98c00381981ed5406e42392 into PR head commit 5170b4d5d8ce9cf0f1f83444b3e0d0ec0034d809 [2021-01-10T00:34:25.081Z] Merge succeeded, producing 3eed3394fc8a3bdb4b30ba6e145b6fba842f00c6 [2021-01-10T00:34:25.082Z] Checking out Revision 3eed3394fc8a3bdb4b30ba6e145b6fba842f00c6 (PR-3000) [Pipeline] } [2021-01-10T00:34:25.444Z] $ docker stop --time=1 2a9e66a25d5b83c65364736ac4fe789467bc088b5079874e1acdd1590d27fb21 [2021-01-10T00:34:23.591Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-10T00:34:23.609Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-10T00:34:23.647Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-10T00:34:23.680Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-10T00:34:23.681Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-10T00:34:23.730Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3000/head:refs/remotes/origin/PR-3000 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-10T00:34:24.408Z] > git config core.sparsecheckout # timeout=10 [2021-01-10T00:34:24.427Z] > git checkout -f 5170b4d5d8ce9cf0f1f83444b3e0d0ec0034d809 # timeout=10 [2021-01-10T00:34:24.717Z] > git remote # timeout=10 [2021-01-10T00:34:24.733Z] > git config --get remote.origin.url # timeout=10 [2021-01-10T00:34:24.765Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-10T00:34:24.776Z] > git merge 310fcf068b6662a9a98c00381981ed5406e42392 # timeout=10 [2021-01-10T00:34:25.063Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-10T00:34:25.088Z] > git config core.sparsecheckout # timeout=10 [2021-01-10T00:34:25.103Z] > git checkout -f 3eed3394fc8a3bdb4b30ba6e145b6fba842f00c6 # timeout=10 [2021-01-10T00:34:27.433Z] $ docker rm -f 2a9e66a25d5b83c65364736ac4fe789467bc088b5079874e1acdd1590d27fb21 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-10T00:34:29.378Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-10T00:34:29.378Z] [2021-01-10T00:34:29.378Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-10T00:34:29.524Z] Commit message: "Merge commit '310fcf068b6662a9a98c00381981ed5406e42392' into HEAD" [2021-01-10T00:34:29.537Z] > git rev-list --no-walk 5170b4d5d8ce9cf0f1f83444b3e0d0ec0034d809 # timeout=10 [2021-01-10T00:34:29.794Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-10T00:34:29.794Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-10T00:34:29.794Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-10T00:34:29.794Z] ca9280d653b3: Pulling fs layer [2021-01-10T00:34:29.794Z] 7e9c9ca2126c: Pulling fs layer [2021-01-10T00:34:30.063Z] cbdbe7a5bc2a: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-10T00:34:30.661Z] cbdbe7a5bc2a: Pull complete [2021-01-10T00:34:30.661Z] ca9280d653b3: Verifying Checksum [2021-01-10T00:34:30.661Z] ca9280d653b3: Download complete [2021-01-10T00:34:31.459Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-10T00:34:31.636Z] ca9280d653b3: Pull complete [2021-01-10T00:34:31.880Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-10T00:34:31.903Z] 7e9c9ca2126c: Download complete [2021-01-10T00:34:32.238Z] + sudo service docker+ restart [2021-01-10T00:34:32.238Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-10T00:34:34.318Z] provisioning config files... [2021-01-10T00:34:34.394Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config8417963970085613203tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-10T00:34:34.838Z] ---> docker-login.sh [2021-01-10T00:34:34.838Z] nexus3.edgexfoundry.org:10001 [2021-01-10T00:34:35.829Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-10T00:34:36.107Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-10T00:34:36.107Z] Configure a credential helper to remove this warning. See [2021-01-10T00:34:36.107Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-10T00:34:36.107Z] [2021-01-10T00:34:36.107Z] Login Succeeded [2021-01-10T00:34:36.107Z] nexus3.edgexfoundry.org:10002 [2021-01-10T00:34:36.707Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-10T00:34:36.707Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-10T00:34:36.707Z] Configure a credential helper to remove this warning. See [2021-01-10T00:34:36.707Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-10T00:34:36.707Z] [2021-01-10T00:34:36.707Z] Login Succeeded [2021-01-10T00:34:36.707Z] nexus3.edgexfoundry.org:10003 [2021-01-10T00:34:36.982Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-10T00:34:37.256Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-10T00:34:37.256Z] Configure a credential helper to remove this warning. See [2021-01-10T00:34:37.256Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-10T00:34:37.256Z] [2021-01-10T00:34:37.256Z] Login Succeeded [2021-01-10T00:34:37.256Z] nexus3.edgexfoundry.org:10004 [2021-01-10T00:34:37.535Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-10T00:34:37.819Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-10T00:34:37.819Z] Configure a credential helper to remove this warning. See [2021-01-10T00:34:37.819Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-10T00:34:37.819Z] [2021-01-10T00:34:37.819Z] Login Succeeded [2021-01-10T00:34:37.819Z] docker.io [2021-01-10T00:34:38.096Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-10T00:34:38.375Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-10T00:34:38.375Z] Configure a credential helper to remove this warning. See [2021-01-10T00:34:38.375Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-10T00:34:38.375Z] [2021-01-10T00:34:38.375Z] Login Succeeded [2021-01-10T00:34:38.654Z] ---> docker-login.sh ends [Pipeline] } [2021-01-10T00:34:38.674Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-10T00:34:39.201Z] ========================================================= [2021-01-10T00:34:39.201Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-10T00:34:39.201Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-10T00:34:39.602Z] + 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-10T00:34:40.120Z] 7e9c9ca2126c: Pull complete [2021-01-10T00:34:40.120Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-10T00:34:40.120Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-10T00:34:40.120Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-10T00:34:40.299Z] prd-centos7-docker-4c-2g-19284 does not seem to be running inside a container [2021-01-10T00:34:40.362Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-10T00:34:42.247Z] Sending build context to Docker daemon 165.5MB [2021-01-10T00:34:42.247Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-10T00:34:42.247Z] Step 2/6 : FROM ${BASE} [2021-01-10T00:34:42.247Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-10T00:34:42.247Z] 5f621e34cdf4: Pulling fs layer [2021-01-10T00:34:42.247Z] a4357932f1b6: Pulling fs layer [2021-01-10T00:34:42.247Z] 18c013af1878: Pulling fs layer [2021-01-10T00:34:42.247Z] 00ac8860ef70: Pulling fs layer [2021-01-10T00:34:42.247Z] 63d7cb157983: Pulling fs layer [2021-01-10T00:34:42.247Z] b116817d02f9: Pulling fs layer [2021-01-10T00:34:42.247Z] 745a02a5169b: Pulling fs layer [2021-01-10T00:34:42.247Z] 00ac8860ef70: Waiting [2021-01-10T00:34:42.247Z] 63d7cb157983: Waiting [2021-01-10T00:34:42.247Z] b116817d02f9: Waiting [2021-01-10T00:34:42.247Z] 745a02a5169b: Waiting [2021-01-10T00:34:42.247Z] 18c013af1878: Verifying Checksum [2021-01-10T00:34:42.247Z] 18c013af1878: Download complete [2021-01-10T00:34:42.247Z] a4357932f1b6: Download complete [2021-01-10T00:34:42.247Z] 63d7cb157983: Verifying Checksum [2021-01-10T00:34:42.247Z] 63d7cb157983: Download complete [2021-01-10T00:34:42.247Z] b116817d02f9: Verifying Checksum [2021-01-10T00:34:42.247Z] b116817d02f9: Download complete [2021-01-10T00:34:42.247Z] 5f621e34cdf4: Verifying Checksum [2021-01-10T00:34:42.247Z] 5f621e34cdf4: Download complete [2021-01-10T00:34:42.846Z] 5f621e34cdf4: Pull complete [2021-01-10T00:34:42.894Z] $ docker top f91edbf1a2cbb1652cbf1a4a899facc1f44007a3b92665d124c3d0b33cd4ef25 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-10T00:34:43.448Z] a4357932f1b6: Pull complete [2021-01-10T00:34:43.487Z] + docker-compose build --help [2021-01-10T00:34:43.487Z] + grep parallel [2021-01-10T00:34:43.721Z] 18c013af1878: Pull complete [2021-01-10T00:34:44.322Z] 745a02a5169b: Verifying Checksum [2021-01-10T00:34:44.322Z] 745a02a5169b: Download complete [2021-01-10T00:34:44.883Z] --parallel Build images in parallel. [Pipeline] } [2021-01-10T00:34:44.897Z] $ docker stop --time=1 f91edbf1a2cbb1652cbf1a4a899facc1f44007a3b92665d124c3d0b33cd4ef25 [2021-01-10T00:34:45.757Z] 00ac8860ef70: Verifying Checksum [2021-01-10T00:34:45.757Z] 00ac8860ef70: Download complete [2021-01-10T00:34:46.375Z] $ docker rm -f f91edbf1a2cbb1652cbf1a4a899facc1f44007a3b92665d124c3d0b33cd4ef25 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-10T00:34:47.011Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-10T00:34:47.011Z] . [Pipeline] withDockerContainer [2021-01-10T00:34:47.122Z] prd-centos7-docker-4c-2g-19284 does not seem to be running inside a container [2021-01-10T00:34:47.173Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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:latest cat [2021-01-10T00:34:47.944Z] $ docker top 65a585ab092c1451735266eb847fe8122f5f2392b4c61b97cdfbc128622d9add -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-10T00:34:48.452Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-10T00:34:49.414Z] Building docker-core-command-go ... [2021-01-10T00:34:49.414Z] Building docker-core-data-go ... [2021-01-10T00:34:49.414Z] Building docker-core-metadata-go ... [2021-01-10T00:34:49.414Z] Building docker-security-bootstrap-redis-go ... [2021-01-10T00:34:49.414Z] Building docker-security-proxy-setup-go ... [2021-01-10T00:34:49.414Z] Building docker-security-secretstore-setup-go ... [2021-01-10T00:34:49.414Z] Building docker-support-notifications-go ... [2021-01-10T00:34:49.414Z] Building docker-support-scheduler-go ... [2021-01-10T00:34:49.414Z] Building docker-sys-mgmt-agent-go ... [2021-01-10T00:34:49.414Z] Building docker-support-notifications-go [2021-01-10T00:34:49.414Z] Building docker-core-command-go [2021-01-10T00:34:49.414Z] Building docker-security-proxy-setup-go [2021-01-10T00:34:49.414Z] Building docker-core-metadata-go [2021-01-10T00:34:49.414Z] Building docker-security-bootstrap-redis-go [2021-01-10T00:34:55.903Z] 00ac8860ef70: Pull complete [2021-01-10T00:34:55.903Z] 63d7cb157983: Pull complete [2021-01-10T00:34:55.903Z] b116817d02f9: Pull complete [2021-01-10T00:34:59.315Z] 745a02a5169b: Pull complete [2021-01-10T00:34:59.315Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-10T00:34:59.315Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-10T00:34:59.315Z] ---> b7e6874047d6 [2021-01-10T00:34:59.315Z] 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-10T00:35:03.641Z] ---> Running in 138302aaad59 [2021-01-10T00:35:04.633Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T00:35:05.611Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T00:35:07.585Z] (1/12) Installing libmagic (5.38-r0) [2021-01-10T00:35:07.857Z] (2/12) Installing file (5.38-r0) [2021-01-10T00:35:08.131Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-10T00:35:08.131Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-10T00:35:28.553Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:35:28.553Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:35:28.553Z] ---> 7e9ee01bd0e3 [2021-01-10T00:35:28.553Z] Step 3/22 : WORKDIR /edgex-go [2021-01-10T00:35:28.553Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:35:28.553Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:35:28.553Z] ---> 7e9ee01bd0e3 [2021-01-10T00:35:28.553Z] Step 3/22 : WORKDIR /edgex-go [2021-01-10T00:35:28.553Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:35:28.553Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:35:28.553Z] ---> 7e9ee01bd0e3 [2021-01-10T00:35:28.553Z] Step 3/24 : WORKDIR /edgex-go [2021-01-10T00:35:28.553Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:35:28.553Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:35:28.553Z] ---> 7e9ee01bd0e3 [2021-01-10T00:35:28.553Z] Step 3/22 : WORKDIR /edgex-go [2021-01-10T00:35:28.553Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:35:28.553Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:35:28.553Z] ---> 7e9ee01bd0e3 [2021-01-10T00:35:28.553Z] Step 3/21 : WORKDIR /edgex-go [2021-01-10T00:35:28.553Z] ---> Running in d9004a97350a [2021-01-10T00:35:28.553Z] ---> Running in 711ffffcbf63 [2021-01-10T00:35:28.553Z] ---> Running in 19aa768a985f [2021-01-10T00:35:28.553Z] ---> Running in fd87497b0f02 [2021-01-10T00:35:28.553Z] ---> Running in 8e9049b04caf [2021-01-10T00:35:28.553Z] Removing intermediate container d9004a97350a [2021-01-10T00:35:28.553Z] ---> ce2149f1f09c [2021-01-10T00:35:28.553Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:35:28.553Z] Removing intermediate container 8e9049b04caf [2021-01-10T00:35:28.553Z] ---> 23e70f191583 [2021-01-10T00:35:28.553Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:35:28.553Z] Removing intermediate container 19aa768a985f [2021-01-10T00:35:28.553Z] ---> e3f0f6b1096d [2021-01-10T00:35:28.553Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:35:28.553Z] Removing intermediate container 711ffffcbf63 [2021-01-10T00:35:28.553Z] ---> 27bce1dcc7ea [2021-01-10T00:35:28.553Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:35:28.553Z] Removing intermediate container fd87497b0f02 [2021-01-10T00:35:28.553Z] ---> 8a63f1f14b18 [2021-01-10T00:35:28.553Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:35:28.553Z] ---> Running in e8d459f52212 [2021-01-10T00:35:28.553Z] ---> Running in 310d2e9e6549 [2021-01-10T00:35:28.553Z] ---> Running in 9787e91a6c08 [2021-01-10T00:35:28.553Z] ---> Running in 13befb9d3253 [2021-01-10T00:35:28.553Z] ---> Running in 2e36046c1741 [2021-01-10T00:35:30.435Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-10T00:35:30.435Z] (6/12) Installing patch (2.7.6-r6) [2021-01-10T00:35:30.435Z] (7/12) Installing build-base (0.5-r2) [2021-01-10T00:35:30.435Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-10T00:35:30.435Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-10T00:35:30.435Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-10T00:35:30.435Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-10T00:35:30.435Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-10T00:35:30.435Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T00:35:30.435Z] OK: 217 MiB in 51 packages [2021-01-10T00:35:31.191Z] Removing intermediate container 9787e91a6c08 [2021-01-10T00:35:31.191Z] ---> 502374aeeb6b [2021-01-10T00:35:31.191Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-10T00:35:31.191Z] Removing intermediate container e8d459f52212 [2021-01-10T00:35:31.191Z] ---> 0a5af77dcf3b [2021-01-10T00:35:31.191Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-10T00:35:31.191Z] Removing intermediate container 310d2e9e6549 [2021-01-10T00:35:31.191Z] ---> 67ec38cd6e69 [2021-01-10T00:35:31.191Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-10T00:35:31.191Z] Removing intermediate container 2e36046c1741 [2021-01-10T00:35:31.191Z] ---> f09aef0c8a21 [2021-01-10T00:35:31.191Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-10T00:35:31.191Z] ---> Running in 4bfbfc6e822c [2021-01-10T00:35:31.191Z] ---> Running in f9b2d6b65f6e [2021-01-10T00:35:31.191Z] ---> Running in 32f3f482ac7b [2021-01-10T00:35:31.191Z] ---> Running in 143cbff66198 [2021-01-10T00:35:31.191Z] Removing intermediate container 13befb9d3253 [2021-01-10T00:35:31.191Z] ---> 5610362f62b3 [2021-01-10T00:35:31.191Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-10T00:35:31.191Z] ---> Running in a884b0577c81 [2021-01-10T00:35:32.151Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T00:35:32.416Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T00:35:32.416Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T00:35:32.416Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T00:35:32.416Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T00:35:32.422Z] Removing intermediate container 138302aaad59 [2021-01-10T00:35:32.422Z] ---> be8f4634d7b1 [2021-01-10T00:35:32.422Z] Step 4/6 : WORKDIR /edgex-go [2021-01-10T00:35:32.422Z] ---> Running in 691e6fbf3bc2 [2021-01-10T00:35:33.029Z] Removing intermediate container 691e6fbf3bc2 [2021-01-10T00:35:33.029Z] ---> 0b24e66fff29 [2021-01-10T00:35:33.029Z] Step 5/6 : COPY go.mod . [2021-01-10T00:35:33.381Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T00:35:33.381Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T00:35:33.381Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T00:35:33.381Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T00:35:33.381Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T00:35:33.640Z] ---> 133c5bff5ac3 [2021-01-10T00:35:33.640Z] Step 6/6 : RUN go mod download [2021-01-10T00:35:33.914Z] ---> Running in ac35ffc57257 [2021-01-10T00:35:34.339Z] OK: 233 MiB in 51 packages [2021-01-10T00:35:34.603Z] OK: 233 MiB in 51 packages [2021-01-10T00:35:34.880Z] OK: 233 MiB in 51 packages [2021-01-10T00:35:34.880Z] OK: 233 MiB in 51 packages [2021-01-10T00:35:35.489Z] Removing intermediate container 143cbff66198 [2021-01-10T00:35:35.489Z] ---> 82dacc460e9a [2021-01-10T00:35:35.489Z] Step 6/24 : COPY go.mod . [2021-01-10T00:35:35.489Z] OK: 233 MiB in 51 packages [2021-01-10T00:35:35.489Z] Removing intermediate container f9b2d6b65f6e [2021-01-10T00:35:35.489Z] ---> 6c39b14ddca5 [2021-01-10T00:35:35.489Z] Step 6/22 : COPY go.mod . [2021-01-10T00:35:35.754Z] Removing intermediate container 32f3f482ac7b [2021-01-10T00:35:35.754Z] ---> 5b512ced9eb9 [2021-01-10T00:35:35.754Z] Step 6/22 : COPY go.mod . [2021-01-10T00:35:35.754Z] ---> d57b24d7e88f [2021-01-10T00:35:35.754Z] Step 7/24 : RUN go mod download [2021-01-10T00:35:36.020Z] ---> 149e4d547a90 [2021-01-10T00:35:36.020Z] Step 7/22 : RUN go mod download [2021-01-10T00:35:36.020Z] Removing intermediate container a884b0577c81 [2021-01-10T00:35:36.020Z] ---> eb3b0f47a8ac [2021-01-10T00:35:36.020Z] Step 6/21 : COPY go.mod . [2021-01-10T00:35:36.020Z] ---> Running in 8f473f9975e9 [2021-01-10T00:35:36.286Z] ---> Running in 49645afda64f [2021-01-10T00:35:36.286Z] ---> 1d66b13464c1 [2021-01-10T00:35:36.286Z] Step 7/22 : RUN go mod download [2021-01-10T00:35:36.552Z] Removing intermediate container 4bfbfc6e822c [2021-01-10T00:35:36.552Z] ---> f2d4879d29eb [2021-01-10T00:35:36.552Z] Step 6/22 : COPY go.mod . [2021-01-10T00:35:36.552Z] ---> Running in 4e5b9a6de1fa [2021-01-10T00:35:36.552Z] ---> 6b40477e58ec [2021-01-10T00:35:36.552Z] Step 7/21 : RUN go mod download [2021-01-10T00:35:36.819Z] ---> Running in 3551a2bc0721 [2021-01-10T00:35:37.089Z] ---> ed70eaff160c [2021-01-10T00:35:37.089Z] Step 7/22 : RUN go mod download [2021-01-10T00:35:37.360Z] ---> Running in 667157058df1 [2021-01-10T00:35:39.325Z] Removing intermediate container 3551a2bc0721 [2021-01-10T00:35:39.325Z] ---> 09b4569f5cb7 [2021-01-10T00:35:39.325Z] Step 8/21 : COPY . . [2021-01-10T00:35:39.325Z] Removing intermediate container 4e5b9a6de1fa [2021-01-10T00:35:39.325Z] ---> 5443c944659b [2021-01-10T00:35:39.325Z] Step 8/22 : COPY . . [2021-01-10T00:35:39.325Z] Removing intermediate container 8f473f9975e9 [2021-01-10T00:35:39.325Z] ---> 25f3695125f3 [2021-01-10T00:35:39.325Z] Step 8/24 : COPY . . [2021-01-10T00:35:41.673Z] Removing intermediate container 49645afda64f [2021-01-10T00:35:41.673Z] ---> 572f90dac982 [2021-01-10T00:35:41.673Z] Step 8/22 : COPY . . [2021-01-10T00:35:43.358Z] Removing intermediate container 667157058df1 [2021-01-10T00:35:43.358Z] ---> 03d0d817e2ae [2021-01-10T00:35:43.358Z] Step 8/22 : COPY . . [2021-01-10T00:36:00.762Z] Removing intermediate container ac35ffc57257 [2021-01-10T00:36:00.762Z] ---> 0f76d4b29531 [2021-01-10T00:36:00.762Z] Successfully built 0f76d4b29531 [2021-01-10T00:36:00.762Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-10T00:36:01.119Z] + docker inspect -f . ci-base-image-arm64 [2021-01-10T00:36:01.119Z] . [Pipeline] withDockerContainer [2021-01-10T00:36:01.440Z] prd-ubuntu18.04-docker-arm64-4c-16g-19292 does not seem to be running inside a container [2021-01-10T00:36:01.533Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-10T00:36:03.222Z] $ docker top f3a09cd3b262da385ed4b589211d821ce5eea5bd3bbe942da9d912ef3ae4531a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-10T00:36:04.282Z] + go version [2021-01-10T00:36:04.282Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-10T00:36:04.308Z] $ docker stop --time=1 f3a09cd3b262da385ed4b589211d821ce5eea5bd3bbe942da9d912ef3ae4531a [2021-01-10T00:36:06.273Z] $ docker rm -f f3a09cd3b262da385ed4b589211d821ce5eea5bd3bbe942da9d912ef3ae4531a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-10T00:36:07.345Z] + docker inspect -f . ci-base-image-arm64 [2021-01-10T00:36:07.345Z] . [Pipeline] withDockerContainer [2021-01-10T00:36:07.645Z] prd-ubuntu18.04-docker-arm64-4c-16g-19292 does not seem to be running inside a container [2021-01-10T00:36:07.750Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-10T00:36:09.274Z] $ docker top 58faa2a1397d46eab35f2e0d23ffdaf6985deb7bcd88186dd76312a74c7e6d5e -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-10T00:36:09.675Z] ========================================================= [2021-01-10T00:36:09.675Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-10T00:36:09.675Z] ========================================================= [Pipeline] sh [2021-01-10T00:36:10.327Z] + make test [2021-01-10T00:36:10.327Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-10T00:36:22.428Z] ---> c97ab72378e8 [2021-01-10T00:36:22.429Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-10T00:36:22.429Z] ---> 3cd888108468 [2021-01-10T00:36:22.429Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-10T00:36:22.429Z] ---> 9bb6ca5f0820 [2021-01-10T00:36:22.429Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-10T00:36:22.429Z] ---> cd04684a5a84 [2021-01-10T00:36:22.429Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-10T00:36:22.429Z] ---> 6b207c78b7ef [2021-01-10T00:36:22.429Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-10T00:36:22.429Z] ---> Running in 43c11a1e114a [2021-01-10T00:36:22.429Z] ---> Running in 2458e573c1d7 [2021-01-10T00:36:22.429Z] ---> Running in ab779a9b1a37 [2021-01-10T00:36:22.429Z] ---> Running in 23861203e34b [2021-01-10T00:36:22.429Z] ---> Running in 58320c227a59 [2021-01-10T00:36:22.429Z] 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-10T00:36:22.429Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-10T00:36:22.429Z] 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-10T00:36:22.429Z] 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-10T00:36:22.429Z] 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-10T00:36:37.173Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-10T00:36:54.802Z] 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-10T00:37:00.277Z] Removing intermediate container 58320c227a59 [2021-01-10T00:37:00.277Z] ---> 132084b463da [2021-01-10T00:37:00.277Z] [2021-01-10T00:37:00.277Z] Step 10/22 : FROM alpine:3.12 [2021-01-10T00:37:00.277Z] Removing intermediate container 23861203e34b [2021-01-10T00:37:00.277Z] ---> ffe1d1e7653c [2021-01-10T00:37:00.277Z] [2021-01-10T00:37:00.277Z] Step 10/24 : FROM scratch [2021-01-10T00:37:00.277Z] ---> [2021-01-10T00:37:00.277Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-10T00:37:00.277Z] Removing intermediate container 2458e573c1d7 [2021-01-10T00:37:00.277Z] ---> 5d9aebef471b [2021-01-10T00:37:00.277Z] [2021-01-10T00:37:00.277Z] Step 10/22 : FROM scratch [2021-01-10T00:37:00.277Z] ---> [2021-01-10T00:37:00.277Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-10T00:37:00.277Z] 3.12: Pulling from library/alpine [2021-01-10T00:37:00.277Z] ---> Running in 79fa27e10969 [2021-01-10T00:37:00.277Z] ---> Running in 8b6467394f7a [2021-01-10T00:37:00.277Z] Removing intermediate container 8b6467394f7a [2021-01-10T00:37:00.277Z] ---> de9fb7f7ad7e [2021-01-10T00:37:00.277Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-10T00:37:00.869Z] Removing intermediate container 79fa27e10969 [2021-01-10T00:37:00.869Z] ---> 765b25d49bba [2021-01-10T00:37:00.869Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-10T00:37:02.301Z] ---> Running in a2f588371467 [2021-01-10T00:37:02.301Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-10T00:37:02.301Z] ---> Running in 932d6e3396f1 [2021-01-10T00:37:02.301Z] Status: Downloaded newer image for alpine:3.12 [2021-01-10T00:37:02.301Z] ---> 389fef711851 [2021-01-10T00:37:02.301Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-10T00:37:04.245Z] Removing intermediate container 43c11a1e114a [2021-01-10T00:37:04.245Z] ---> 0c00eff15224 [2021-01-10T00:37:04.245Z] [2021-01-10T00:37:04.245Z] Step 10/21 : FROM alpine:3.12 [2021-01-10T00:37:04.245Z] ---> 389fef711851 [2021-01-10T00:37:04.245Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-10T00:37:04.245Z] ---> Running in 567477368e89 [2021-01-10T00:37:04.515Z] Removing intermediate container a2f588371467 [2021-01-10T00:37:04.515Z] ---> 08dede146e26 [2021-01-10T00:37:04.515Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-10T00:37:04.515Z] Removing intermediate container 932d6e3396f1 [2021-01-10T00:37:04.515Z] ---> 9c8e82bb7e8a [2021-01-10T00:37:04.515Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-10T00:37:04.515Z] Removing intermediate container ab779a9b1a37 [2021-01-10T00:37:04.515Z] ---> 7c1f78234036 [2021-01-10T00:37:04.515Z] [2021-01-10T00:37:04.515Z] Step 10/22 : FROM scratch [2021-01-10T00:37:04.515Z] ---> [2021-01-10T00:37:04.515Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-10T00:37:04.515Z] ---> Using cache [2021-01-10T00:37:04.515Z] ---> de9fb7f7ad7e [2021-01-10T00:37:04.515Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-10T00:37:04.779Z] ---> Running in 7de45d82a6cd [2021-01-10T00:37:04.779Z] ---> Running in 4b9e5216e05b [2021-01-10T00:37:04.779Z] ---> Running in 96e30f94f25f [2021-01-10T00:37:04.779Z] ---> Running in 458396023ae5 [2021-01-10T00:37:05.065Z] Removing intermediate container 4b9e5216e05b [2021-01-10T00:37:05.065Z] ---> fe82a0077265 [2021-01-10T00:37:05.066Z] Step 14/22 : WORKDIR / [2021-01-10T00:37:05.066Z] Removing intermediate container 7de45d82a6cd [2021-01-10T00:37:05.066Z] ---> 2248f5a3388d [2021-01-10T00:37:05.066Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-10T00:37:05.066Z] Removing intermediate container 458396023ae5 [2021-01-10T00:37:05.066Z] ---> c77a4a44b8b0 [2021-01-10T00:37:05.066Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-10T00:37:05.364Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T00:37:05.364Z] ---> Running in e0995d00f69b [2021-01-10T00:37:05.364Z] ---> Running in 5bfaa1e4bb67 [2021-01-10T00:37:05.364Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T00:37:05.643Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-10T00:37:05.643Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-10T00:37:05.643Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T00:37:05.643Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-10T00:37:05.643Z] (4/5) Installing curl (7.69.1-r3) [2021-01-10T00:37:05.643Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-10T00:37:05.643Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T00:37:05.643Z] Executing ca-certificates-20191127-r4.trigger [2021-01-10T00:37:05.643Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T00:37:05.914Z] OK: 7 MiB in 19 packages [2021-01-10T00:37:05.914Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-10T00:37:06.181Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-10T00:37:06.181Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-10T00:37:06.181Z] (4/4) Installing curl (7.69.1-r3) [2021-01-10T00:37:06.181Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T00:37:06.181Z] Executing ca-certificates-20191127-r4.trigger [2021-01-10T00:37:06.181Z] OK: 7 MiB in 18 packages [2021-01-10T00:37:06.465Z] Removing intermediate container e0995d00f69b [2021-01-10T00:37:06.465Z] ---> d24b94091a14 [2021-01-10T00:37:06.465Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-10T00:37:06.759Z] ---> 369caf814a5b [2021-01-10T00:37:06.759Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-10T00:37:06.759Z] Removing intermediate container 5bfaa1e4bb67 [2021-01-10T00:37:06.759Z] ---> 5cec30a3a172 [2021-01-10T00:37:06.759Z] Step 14/22 : WORKDIR / [2021-01-10T00:37:07.351Z] ---> Running in c987255d0696 [2021-01-10T00:37:07.623Z] ---> a5daddc2a77e [2021-01-10T00:37:07.623Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-10T00:37:07.898Z] ---> e57b4089d4b6 [2021-01-10T00:37:07.898Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-10T00:37:08.491Z] Removing intermediate container c987255d0696 [2021-01-10T00:37:08.491Z] ---> d452c19bd9c5 [2021-01-10T00:37:08.491Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-10T00:37:08.753Z] Removing intermediate container 567477368e89 [2021-01-10T00:37:08.753Z] ---> fed393a712de [2021-01-10T00:37:08.753Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-10T00:37:08.753Z] Removing intermediate container 96e30f94f25f [2021-01-10T00:37:08.753Z] ---> 14ac164636b5 [2021-01-10T00:37:08.753Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-10T00:37:09.339Z] ---> Running in 0cc802d21c2b [2021-01-10T00:37:09.340Z] ---> 7450a2733012 [2021-01-10T00:37:09.340Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-10T00:37:09.644Z] ---> 11c7c0241081 [2021-01-10T00:37:09.644Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-10T00:37:09.644Z] ---> 6a7b6f167089 [2021-01-10T00:37:09.644Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-10T00:37:09.644Z] ---> Running in 6ba298123705 [2021-01-10T00:37:09.644Z] Removing intermediate container 0cc802d21c2b [2021-01-10T00:37:09.644Z] ---> d8e0d72a635e [2021-01-10T00:37:09.644Z] Step 13/22 : WORKDIR / [2021-01-10T00:37:09.917Z] ---> Running in c8f4d6e7658b [2021-01-10T00:37:10.190Z] Removing intermediate container 6ba298123705 [2021-01-10T00:37:10.190Z] ---> 67de48a3b71f [2021-01-10T00:37:10.190Z] Step 13/21 : WORKDIR /edgex [2021-01-10T00:37:10.190Z] ---> 491b00ca3c2e [2021-01-10T00:37:10.190Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-10T00:37:10.190Z] ---> 0efff2f1eb77 [2021-01-10T00:37:10.190Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-10T00:37:10.190Z] ---> f31c37988633 [2021-01-10T00:37:10.190Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-10T00:37:10.190Z] ---> Running in c0e4bdae83bb [2021-01-10T00:37:10.462Z] ---> Running in 0573ed85db03 [2021-01-10T00:37:10.463Z] Removing intermediate container c8f4d6e7658b [2021-01-10T00:37:10.463Z] ---> 17ae07ea6ec8 [2021-01-10T00:37:10.463Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-10T00:37:10.729Z] Removing intermediate container 0573ed85db03 [2021-01-10T00:37:10.729Z] ---> 2ffb496263a1 [2021-01-10T00:37:10.729Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-10T00:37:10.729Z] Removing intermediate container c0e4bdae83bb [2021-01-10T00:37:10.729Z] ---> fe9312dc5e91 [2021-01-10T00:37:10.729Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-10T00:37:10.729Z] ---> 65b5a4236733 [2021-01-10T00:37:10.729Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-10T00:37:11.308Z] ---> 14f450d209ca [2021-01-10T00:37:11.308Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-10T00:37:11.308Z] ---> Running in 9ab2fc4362b3 [2021-01-10T00:37:11.588Z] ---> Running in 6011a0b803c0 [2021-01-10T00:37:11.588Z] ---> 2db512fe4bdf [2021-01-10T00:37:11.588Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-10T00:37:11.877Z] ---> 1533c9b79b41 [2021-01-10T00:37:11.877Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-10T00:37:11.877Z] Removing intermediate container 9ab2fc4362b3 [2021-01-10T00:37:11.877Z] ---> dca0a2f6e703 [2021-01-10T00:37:11.877Z] Step 20/22 : LABEL arch=x86_64 [2021-01-10T00:37:12.150Z] Removing intermediate container 6011a0b803c0 [2021-01-10T00:37:12.151Z] ---> 9dfc606e85a1 [2021-01-10T00:37:12.151Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-10T00:37:12.151Z] ---> Running in 96b28b99d247 [2021-01-10T00:37:12.151Z] ---> Running in 3d60bfc6bb3b [2021-01-10T00:37:12.430Z] ---> 35829d6863f8 [2021-01-10T00:37:12.430Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-10T00:37:12.430Z] ---> 06cf29ea69e6 [2021-01-10T00:37:12.430Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-10T00:37:12.430Z] Removing intermediate container 96b28b99d247 [2021-01-10T00:37:12.430Z] ---> a2a87d17cc60 [2021-01-10T00:37:12.430Z] Step 21/22 : LABEL git_sha=deb86337347644d0a3a7530894faa52175924aa7 [2021-01-10T00:37:12.431Z] Removing intermediate container 3d60bfc6bb3b [2021-01-10T00:37:12.431Z] ---> 23db29c6b87b [2021-01-10T00:37:12.431Z] Step 20/22 : LABEL arch=x86_64 [2021-01-10T00:37:12.710Z] ---> Running in dd0d7664fc68 [2021-01-10T00:37:12.710Z] ---> Running in 491e40dd55c7 [2021-01-10T00:37:12.710Z] ---> Running in a4215a063323 [2021-01-10T00:37:12.710Z] ---> 24d82e54b5c7 [2021-01-10T00:37:12.710Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-10T00:37:12.979Z] Removing intermediate container dd0d7664fc68 [2021-01-10T00:37:12.979Z] ---> c510ec960486 [2021-01-10T00:37:12.979Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-10T00:37:12.979Z] ---> 3f33c29fe582 [2021-01-10T00:37:12.979Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-10T00:37:12.979Z] Removing intermediate container 491e40dd55c7 [2021-01-10T00:37:12.979Z] ---> 115bcbfb87bd [2021-01-10T00:37:12.979Z] Step 22/22 : LABEL version=0.0.0 [2021-01-10T00:37:13.255Z] Removing intermediate container a4215a063323 [2021-01-10T00:37:13.255Z] ---> a5156a8a5e73 [2021-01-10T00:37:13.255Z] Step 21/22 : LABEL git_sha=deb86337347644d0a3a7530894faa52175924aa7 [2021-01-10T00:37:13.255Z] ---> Running in 8866d727b3a9 [2021-01-10T00:37:13.255Z] ---> Running in fb02d38e1c0a [2021-01-10T00:37:13.255Z] ---> Running in 95d7173f0853 [2021-01-10T00:37:13.543Z] ---> c943580d6eea [2021-01-10T00:37:13.543Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-10T00:37:13.543Z] ---> df0449b5c728 [2021-01-10T00:37:13.543Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-10T00:37:13.543Z] Removing intermediate container 8866d727b3a9 [2021-01-10T00:37:13.543Z] ---> 9094156a20b7 [2021-01-10T00:37:13.543Z] Step 22/24 : LABEL arch=x86_64 [2021-01-10T00:37:13.543Z] ---> Running in 3431f47f7de5 [2021-01-10T00:37:13.543Z] ---> Running in fa5e7a6eb589 [2021-01-10T00:37:13.543Z] ---> Running in a3b0eca9a8e9 [2021-01-10T00:37:13.831Z] Removing intermediate container fb02d38e1c0a [2021-01-10T00:37:13.831Z] ---> a05aada3e3bb [2021-01-10T00:37:13.831Z] [2021-01-10T00:37:13.831Z] Removing intermediate container 95d7173f0853 [2021-01-10T00:37:13.831Z] ---> e5da0bc06695 [2021-01-10T00:37:13.831Z] Step 22/22 : LABEL version=0.0.0 [2021-01-10T00:37:14.113Z] ---> Running in af7cce18df41 [2021-01-10T00:37:14.113Z] Removing intermediate container a3b0eca9a8e9 [2021-01-10T00:37:14.113Z] ---> 0a1d12eb5632 [2021-01-10T00:37:14.113Z] Step 18/21 : CMD ["--init=true"] [2021-01-10T00:37:14.113Z] Removing intermediate container fa5e7a6eb589 [2021-01-10T00:37:14.113Z] ---> a34c7157e026 [2021-01-10T00:37:14.113Z] Step 23/24 : LABEL git_sha=deb86337347644d0a3a7530894faa52175924aa7 [2021-01-10T00:37:14.113Z] Successfully built a05aada3e3bb [2021-01-10T00:37:14.113Z] Successfully tagged docker-core-command-go:latest [2021-01-10T00:37:14.113Z] Building docker-security-secretstore-setup-go [2021-01-10T00:37:14.391Z]  Building docker-core-command-go ... done  ---> Running in c14cd694fc15 [2021-01-10T00:37:14.391Z] ---> Running in c649a12db35c [2021-01-10T00:37:14.391Z] Removing intermediate container af7cce18df41 [2021-01-10T00:37:14.391Z] ---> 4be516e44b30 [2021-01-10T00:37:14.391Z] [2021-01-10T00:37:14.673Z] Removing intermediate container c14cd694fc15 [2021-01-10T00:37:14.673Z] ---> 6fc32d805777 [2021-01-10T00:37:14.673Z] Step 19/21 : LABEL arch=x86_64 [2021-01-10T00:37:14.673Z] Removing intermediate container c649a12db35c [2021-01-10T00:37:14.673Z] ---> a4e86b7c34e6 [2021-01-10T00:37:14.673Z] Step 24/24 : LABEL version=0.0.0 [2021-01-10T00:37:14.673Z] ---> Running in 5078a308edb0 [2021-01-10T00:37:14.673Z] Successfully built 4be516e44b30 [2021-01-10T00:37:14.943Z] ---> Running in c95e01c0d1e4 [2021-01-10T00:37:14.943Z] Successfully tagged docker-core-metadata-go:latest [2021-01-10T00:37:14.943Z]  Building docker-core-metadata-go ... done Building docker-support-scheduler-go [2021-01-10T00:37:15.227Z] Removing intermediate container c95e01c0d1e4 [2021-01-10T00:37:15.227Z] ---> b57542e1b54c [2021-01-10T00:37:15.227Z] [2021-01-10T00:37:15.227Z] Removing intermediate container 5078a308edb0 [2021-01-10T00:37:15.227Z] ---> 30b59316ce00 [2021-01-10T00:37:15.227Z] Step 20/21 : LABEL git_sha=deb86337347644d0a3a7530894faa52175924aa7 [2021-01-10T00:37:15.500Z] Successfully built b57542e1b54c [2021-01-10T00:37:15.765Z] ---> Running in 88ddfbe06674 [2021-01-10T00:37:15.765Z] Successfully tagged docker-support-notifications-go:latest [2021-01-10T00:37:15.765Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2021-01-10T00:37:15.765Z] Removing intermediate container 3431f47f7de5 [2021-01-10T00:37:15.765Z] ---> 6a5239223c3d [2021-01-10T00:37:15.765Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-10T00:37:16.035Z] ---> Running in 1127caeabb9b [2021-01-10T00:37:16.035Z] Removing intermediate container 88ddfbe06674 [2021-01-10T00:37:16.035Z] ---> 6633a6ffad66 [2021-01-10T00:37:16.035Z] Step 21/21 : LABEL version=0.0.0 [2021-01-10T00:37:16.307Z] ---> Running in 7231966f8249 [2021-01-10T00:37:16.307Z] Removing intermediate container 1127caeabb9b [2021-01-10T00:37:16.307Z] ---> b1f621195a96 [2021-01-10T00:37:16.307Z] Step 20/22 : LABEL arch=x86_64 [2021-01-10T00:37:16.581Z] ---> Running in 50c94ff2fc62 [2021-01-10T00:37:19.200Z] Removing intermediate container 7231966f8249 [2021-01-10T00:37:19.200Z] ---> 1af78170558c [2021-01-10T00:37:19.200Z] [2021-01-10T00:37:19.200Z] Removing intermediate container 50c94ff2fc62 [2021-01-10T00:37:19.200Z] ---> ee129dbd7a42 [2021-01-10T00:37:19.200Z] Step 21/22 : LABEL git_sha=deb86337347644d0a3a7530894faa52175924aa7 [2021-01-10T00:37:19.481Z] Successfully built 1af78170558c [2021-01-10T00:37:19.481Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-10T00:37:19.481Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2021-01-10T00:37:20.071Z] ---> Running in 5bd8b4cebef8 [2021-01-10T00:37:21.507Z] Removing intermediate container 5bd8b4cebef8 [2021-01-10T00:37:21.507Z] ---> 2f7e9ebacc53 [2021-01-10T00:37:21.507Z] Step 22/22 : LABEL version=0.0.0 [2021-01-10T00:37:21.790Z] ---> Running in 4a8340d946e3 [2021-01-10T00:37:22.779Z] Removing intermediate container 4a8340d946e3 [2021-01-10T00:37:22.779Z] ---> ca9aa4164ca0 [2021-01-10T00:37:22.779Z] [2021-01-10T00:37:22.779Z] Successfully built ca9aa4164ca0 [2021-01-10T00:37:22.779Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-10T00:37:24.455Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-10T00:37:34.645Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-10T00:37:38.993Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-10T00:37:38.993Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-10T00:37:38.993Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-10T00:37:38.993Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-10T00:37:38.993Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-10T00:37:38.993Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-10T00:37:41.635Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-10T00:37:42.242Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-10T00:37:49.793Z]  Building docker-security-bootstrap-redis-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:37:49.793Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:37:49.793Z] ---> 7e9ee01bd0e3 [2021-01-10T00:37:49.793Z] Step 3/24 : WORKDIR /edgex-go [2021-01-10T00:37:49.793Z] ---> Using cache [2021-01-10T00:37:49.793Z] ---> 8a63f1f14b18 [2021-01-10T00:37:49.793Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:37:49.793Z] ---> Using cache [2021-01-10T00:37:49.793Z] ---> f09aef0c8a21 [2021-01-10T00:37:49.793Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-10T00:37:49.793Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:37:49.793Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:37:49.793Z] ---> 7e9ee01bd0e3 [2021-01-10T00:37:49.793Z] Step 3/21 : WORKDIR /edgex-go [2021-01-10T00:37:49.793Z] ---> Using cache [2021-01-10T00:37:49.793Z] ---> 8a63f1f14b18 [2021-01-10T00:37:49.793Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:37:49.793Z] ---> Using cache [2021-01-10T00:37:49.793Z] ---> f09aef0c8a21 [2021-01-10T00:37:49.793Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-10T00:37:49.793Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:37:49.793Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:37:49.793Z] ---> 7e9ee01bd0e3 [2021-01-10T00:37:49.793Z] Step 3/26 : WORKDIR /edgex-go [2021-01-10T00:37:49.793Z] ---> Using cache [2021-01-10T00:37:49.793Z] ---> 8a63f1f14b18 [2021-01-10T00:37:49.793Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:37:49.793Z] ---> Using cache [2021-01-10T00:37:49.793Z] ---> f09aef0c8a21 [2021-01-10T00:37:49.793Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-10T00:37:49.793Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:37:49.793Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:37:49.793Z] ---> 7e9ee01bd0e3 [2021-01-10T00:37:49.793Z] Step 3/23 : WORKDIR /edgex-go [2021-01-10T00:37:49.793Z] ---> Using cache [2021-01-10T00:37:49.793Z] ---> 8a63f1f14b18 [2021-01-10T00:37:49.793Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:37:49.793Z] ---> Using cache [2021-01-10T00:37:49.793Z] ---> f09aef0c8a21 [2021-01-10T00:37:49.793Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-10T00:37:49.793Z] ---> Running in c0522b485468 [2021-01-10T00:37:49.793Z] ---> Running in 402420d426ea [2021-01-10T00:37:49.793Z] ---> Running in 2037ef35432d [2021-01-10T00:37:49.793Z] ---> Running in e848683728c3 [2021-01-10T00:37:50.541Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-10T00:37:50.541Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-10T00:37:50.541Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-10T00:37:51.236Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T00:37:51.236Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T00:37:51.236Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T00:37:51.236Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T00:37:52.653Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T00:37:52.653Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T00:37:52.653Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T00:37:53.236Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T00:37:54.229Z] OK: 233 MiB in 51 packages [2021-01-10T00:37:54.814Z] OK: 233 MiB in 51 packages [2021-01-10T00:37:55.081Z] Removing intermediate container 402420d426ea [2021-01-10T00:37:55.081Z] ---> d86ca68467f4 [2021-01-10T00:37:55.082Z] Step 6/24 : COPY go.mod . [2021-01-10T00:37:55.082Z] OK: 233 MiB in 51 packages [2021-01-10T00:37:55.352Z] ---> 6e6d48dbb704 [2021-01-10T00:37:55.352Z] Step 7/24 : RUN go mod download [2021-01-10T00:37:55.626Z] ---> Running in fc9ef904843a [2021-01-10T00:37:55.626Z] Removing intermediate container c0522b485468 [2021-01-10T00:37:55.626Z] ---> 3179baf936d6 [2021-01-10T00:37:55.626Z] Step 6/26 : COPY go.mod . [2021-01-10T00:37:55.907Z] Removing intermediate container e848683728c3 [2021-01-10T00:37:55.907Z] ---> 3dca6d212af5 [2021-01-10T00:37:55.907Z] Step 6/23 : COPY go.mod . [2021-01-10T00:37:55.907Z] ---> 3e20d8dadfa5 [2021-01-10T00:37:55.907Z] Step 7/26 : RUN go mod download [2021-01-10T00:37:56.181Z] ---> Running in 0b32ab885d15 [2021-01-10T00:37:56.181Z] ---> a2bcba257532 [2021-01-10T00:37:56.181Z] Step 7/23 : RUN go mod download [2021-01-10T00:37:56.477Z] OK: 233 MiB in 51 packages [2021-01-10T00:37:56.477Z] ---> Running in a7641c04f716 [2021-01-10T00:37:57.287Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.282s coverage: 46.6% of statements [2021-01-10T00:37:57.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-10T00:37:57.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-10T00:37:57.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-10T00:37:57.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-10T00:37:57.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-10T00:37:57.486Z] Removing intermediate container 2037ef35432d [2021-01-10T00:37:57.486Z] ---> 0994ab741091 [2021-01-10T00:37:57.486Z] Step 6/21 : COPY go.mod . [2021-01-10T00:37:58.088Z] ---> 6fd40d1feb68 [2021-01-10T00:37:58.088Z] Step 7/21 : RUN go mod download [2021-01-10T00:37:58.088Z] ---> Running in d41810f009a2 [2021-01-10T00:37:58.372Z] Removing intermediate container fc9ef904843a [2021-01-10T00:37:58.372Z] ---> 78962920becb [2021-01-10T00:37:58.372Z] Step 8/24 : COPY . . [2021-01-10T00:37:58.643Z] Removing intermediate container 0b32ab885d15 [2021-01-10T00:37:58.643Z] ---> fefe40822edf [2021-01-10T00:37:58.643Z] Step 8/26 : COPY . . [2021-01-10T00:37:58.917Z] Removing intermediate container a7641c04f716 [2021-01-10T00:37:58.917Z] ---> 2e0332b40a3e [2021-01-10T00:37:58.917Z] Step 8/23 : COPY . . [2021-01-10T00:38:05.613Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.541s coverage: 27.0% of statements [2021-01-10T00:38:05.614Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-10T00:38:05.614Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-10T00:38:05.614Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-10T00:38:05.614Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-10T00:38:05.614Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-10T00:38:05.614Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-10T00:38:05.614Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.151s coverage: 100.0% of statements [2021-01-10T00:38:05.614Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-10T00:38:05.614Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.080s coverage: 100.0% of statements [2021-01-10T00:38:05.614Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-10T00:38:05.614Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-10T00:38:05.614Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.583s coverage: 77.8% of statements [2021-01-10T00:38:05.614Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-10T00:38:05.614Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-10T00:38:05.614Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.722s coverage: 82.4% of statements [2021-01-10T00:38:05.614Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-10T00:38:05.614Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-10T00:38:05.614Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-10T00:38:05.614Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-10T00:38:05.745Z] Removing intermediate container d41810f009a2 [2021-01-10T00:38:05.745Z] ---> 64a39e4093e1 [2021-01-10T00:38:05.745Z] Step 8/21 : COPY . . [2021-01-10T00:38:13.937Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.379s coverage: 28.6% of statements [2021-01-10T00:38:13.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-10T00:38:13.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-10T00:38:13.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-10T00:38:13.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-10T00:38:13.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-10T00:38:13.937Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.153s coverage: 100.0% of statements [2021-01-10T00:38:13.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-10T00:38:13.937Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.109s coverage: 100.0% of statements [2021-01-10T00:38:13.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-10T00:38:13.937Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.326s coverage: 86.7% of statements [2021-01-10T00:38:13.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-10T00:38:15.920Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.434s coverage: 97.5% of statements [2021-01-10T00:38:15.920Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-10T00:38:15.920Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.176s coverage: 78.3% of statements [2021-01-10T00:38:15.920Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-10T00:38:15.920Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-10T00:38:15.920Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-10T00:38:15.920Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-10T00:38:24.228Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.234s coverage: 93.8% of statements [2021-01-10T00:38:24.228Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-10T00:38:24.228Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-10T00:38:24.228Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-10T00:38:24.228Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-10T00:38:24.228Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-10T00:38:24.228Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-10T00:38:24.228Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-10T00:38:24.228Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-10T00:38:24.228Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-10T00:38:24.228Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-10T00:38:24.228Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-10T00:38:24.228Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-10T00:38:24.228Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-10T00:38:24.228Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-10T00:38:24.228Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-10T00:38:24.228Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-10T00:38:24.228Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-10T00:38:24.228Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-10T00:38:24.228Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.058s coverage: 58.8% of statements [2021-01-10T00:38:24.228Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-10T00:38:24.228Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-10T00:38:24.228Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.205s coverage: 0.1% of statements [2021-01-10T00:38:24.228Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-10T00:38:24.228Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-10T00:38:24.228Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-10T00:38:24.228Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-10T00:38:24.228Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.064s coverage: 100.0% of statements [2021-01-10T00:38:24.228Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-10T00:38:24.228Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.108s coverage: 75.5% of statements [2021-01-10T00:38:24.228Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-10T00:38:24.228Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.083s coverage: 80.8% of statements [2021-01-10T00:38:24.228Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.149s coverage: 87.2% of statements [2021-01-10T00:38:25.682Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.182s coverage: 84.2% of statements [2021-01-10T00:38:28.253Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.184s coverage: 91.4% of statements [2021-01-10T00:38:28.253Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-10T00:38:29.704Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.767s coverage: 63.5% of statements [2021-01-10T00:38:29.704Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-10T00:38:29.704Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-10T00:38:29.704Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.068s coverage: 100.0% of statements [2021-01-10T00:38:29.704Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.095s coverage: 91.3% of statements [2021-01-10T00:38:31.156Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.071s coverage: 100.0% of statements [2021-01-10T00:38:31.156Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.067s coverage: 73.7% of statements [2021-01-10T00:38:32.603Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.072s coverage: 100.0% of statements [2021-01-10T00:38:33.071Z] ---> 6e11367b56b6 [2021-01-10T00:38:33.071Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-10T00:38:33.071Z] ---> 9e125f74206d [2021-01-10T00:38:33.071Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-10T00:38:33.071Z] ---> a03047ca389d [2021-01-10T00:38:33.071Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-10T00:38:33.377Z] ---> 2b8ecaf9e273 [2021-01-10T00:38:33.377Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-10T00:38:33.377Z] ---> Running in def151baf46a [2021-01-10T00:38:33.377Z] ---> Running in 3f02f4cf518d [2021-01-10T00:38:33.377Z] ---> Running in 7f0e85f812bf [2021-01-10T00:38:33.377Z] ---> Running in cd0a6dc9fc9c [2021-01-10T00:38:34.884Z] 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-10T00:38:34.884Z] 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-10T00:38:34.884Z] 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-10T00:38:34.884Z] 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-10T00:38:36.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.983s coverage: 55.9% of statements [2021-01-10T00:38:36.957Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-10T00:38:36.957Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-10T00:38:36.957Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-10T00:38:36.957Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-10T00:38:36.957Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-10T00:38:37.950Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.391s coverage: 37.0% of statements [2021-01-10T00:38:37.950Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-10T00:38:37.950Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-10T00:38:38.227Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.741s coverage: 84.0% of statements [2021-01-10T00:38:38.227Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.084s coverage: 100.0% of statements [2021-01-10T00:38:46.563Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.383s coverage: 47.1% of statements [2021-01-10T00:38:46.563Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-10T00:38:46.563Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-10T00:38:46.563Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-10T00:38:46.563Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-10T00:38:46.563Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-10T00:38:46.563Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.127s coverage: 100.0% of statements [2021-01-10T00:38:46.563Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-10T00:38:46.563Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.114s coverage: 100.0% of statements [2021-01-10T00:38:46.563Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-10T00:38:52.015Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.780s coverage: 29.1% of statements [2021-01-10T00:38:52.015Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-10T00:38:52.015Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-10T00:38:52.015Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-10T00:38:52.015Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-10T00:38:52.015Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-10T00:38:52.015Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.202s coverage: 99.0% of statements [2021-01-10T00:38:52.015Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-10T00:38:52.015Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.102s coverage: 100.0% of statements [2021-01-10T00:38:52.015Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-10T00:38:52.015Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements [2021-01-10T00:38:52.015Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-10T00:38:52.015Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.067s coverage: 100.0% of statements [2021-01-10T00:38:52.015Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-10T00:38:52.015Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-10T00:38:52.015Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-10T00:38:52.015Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-10T00:38:52.015Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.094s coverage: 87.9% of statements [2021-01-10T00:38:52.015Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-10T00:38:52.015Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-10T00:38:52.015Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements [2021-01-10T00:38:52.998Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 32.1% of statements [2021-01-10T00:38:55.371Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.089s coverage: 100.0% of statements [2021-01-10T00:38:55.970Z] GO111MODULE=on go vet ./... [2021-01-10T00:39:08.240Z] 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-10T00:39:08.240Z] Removing intermediate container cd0a6dc9fc9c [2021-01-10T00:39:08.240Z] ---> a55084050573 [2021-01-10T00:39:08.240Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-10T00:39:08.830Z] ---> Running in 226b05c2ed9a [2021-01-10T00:39:08.830Z] Removing intermediate container 7f0e85f812bf [2021-01-10T00:39:08.830Z] ---> 9eda5c670b5c [2021-01-10T00:39:08.830Z] [2021-01-10T00:39:08.830Z] Step 10/21 : FROM scratch [2021-01-10T00:39:08.830Z] ---> [2021-01-10T00:39:08.830Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-10T00:39:09.850Z] 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-10T00:39:09.850Z] ---> Using cache [2021-01-10T00:39:09.850Z] ---> de9fb7f7ad7e [2021-01-10T00:39:09.850Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-10T00:39:10.843Z] ---> Running in aeba9856f96c [2021-01-10T00:39:12.797Z] Removing intermediate container def151baf46a [2021-01-10T00:39:12.797Z] ---> 1ad1f8cc74de [2021-01-10T00:39:12.797Z] [2021-01-10T00:39:12.797Z] Step 10/24 : FROM alpine:3.12 [2021-01-10T00:39:12.797Z] ---> 389fef711851 [2021-01-10T00:39:12.797Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-10T00:39:12.797Z] ---> Using cache [2021-01-10T00:39:12.797Z] ---> fed393a712de [2021-01-10T00:39:12.797Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-10T00:39:12.797Z] ---> Running in e1094d2ea506 [2021-01-10T00:39:12.797Z] Removing intermediate container aeba9856f96c [2021-01-10T00:39:12.797Z] ---> 003cde251390 [2021-01-10T00:39:12.797Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-10T00:39:12.797Z] ---> Running in f418b1ae3d74 [2021-01-10T00:39:13.064Z] Removing intermediate container e1094d2ea506 [2021-01-10T00:39:13.064Z] ---> af04f8594706 [2021-01-10T00:39:13.064Z] Step 13/24 : WORKDIR / [2021-01-10T00:39:13.064Z] Removing intermediate container f418b1ae3d74 [2021-01-10T00:39:13.064Z] ---> 5a7e028cbe50 [2021-01-10T00:39:13.064Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-10T00:39:13.332Z] ---> Running in 2f438e5c6d49 [2021-01-10T00:39:13.332Z] Removing intermediate container 226b05c2ed9a [2021-01-10T00:39:13.332Z] ---> d7a399c9bd36 [2021-01-10T00:39:13.332Z] [2021-01-10T00:39:13.332Z] Step 11/26 : FROM docker:20.10.0 [2021-01-10T00:39:13.602Z] 20.10.0: Pulling from library/docker [2021-01-10T00:39:13.602Z] ---> f575ec1bd0c3 [2021-01-10T00:39:13.602Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-10T00:39:13.602Z] Removing intermediate container 2f438e5c6d49 [2021-01-10T00:39:13.602Z] ---> d1b07bc13b51 [2021-01-10T00:39:13.602Z] 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-10T00:39:16.190Z] ---> d2866fb697f1 [2021-01-10T00:39:16.190Z] 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-10T00:39:16.190Z] ---> ddc10e3b0240 [2021-01-10T00:39:16.190Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-10T00:39:16.190Z] Removing intermediate container 3f02f4cf518d [2021-01-10T00:39:16.190Z] ---> 07391bbed620 [2021-01-10T00:39:16.190Z] [2021-01-10T00:39:16.190Z] Step 10/23 : FROM alpine:3.12 [2021-01-10T00:39:16.190Z] ---> 389fef711851 [2021-01-10T00:39:16.190Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-10T00:39:16.766Z] ---> 054ef45bddf4 [2021-01-10T00:39:16.766Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-10T00:39:17.031Z] ---> Running in ca9db02aca0c [2021-01-10T00:39:17.031Z] ---> 629b12af7103 [2021-01-10T00:39:17.031Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-10T00:39:17.031Z] ---> Running in 7d3bc5c07baa [2021-01-10T00:39:17.299Z] Removing intermediate container ca9db02aca0c [2021-01-10T00:39:17.299Z] ---> e76d15e1144c [2021-01-10T00:39:17.299Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-10T00:39:17.299Z] ---> c1d75a7d8f57 [2021-01-10T00:39:17.299Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-10T00:39:17.299Z] ---> Running in a4b163040706 [2021-01-10T00:39:17.299Z] Removing intermediate container 7d3bc5c07baa [2021-01-10T00:39:17.299Z] ---> ad6f286a302b [2021-01-10T00:39:17.299Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-10T00:39:17.579Z] ---> Running in a3f9ebf7d01d [2021-01-10T00:39:17.850Z] Removing intermediate container a4b163040706 [2021-01-10T00:39:17.850Z] ---> 8ee0389e9397 [2021-01-10T00:39:17.850Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-10T00:39:17.850Z] ---> Running in 66c43177daeb [2021-01-10T00:39:18.119Z] Removing intermediate container a3f9ebf7d01d [2021-01-10T00:39:18.119Z] ---> 7f8afbd904e4 [2021-01-10T00:39:18.119Z] Step 19/21 : LABEL arch=x86_64 [2021-01-10T00:39:18.119Z] ---> 4e9865c5a324 [2021-01-10T00:39:18.119Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-10T00:39:18.119Z] ---> Running in 59dee7461107 [2021-01-10T00:39:18.119Z] Removing intermediate container 66c43177daeb [2021-01-10T00:39:18.119Z] ---> 685e80964149 [2021-01-10T00:39:18.119Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:39:18.395Z] ---> Running in f47c1d2c685b [2021-01-10T00:39:18.395Z] Removing intermediate container 59dee7461107 [2021-01-10T00:39:18.395Z] ---> 3461c146fafd [2021-01-10T00:39:18.395Z] Step 20/21 : LABEL git_sha=deb86337347644d0a3a7530894faa52175924aa7 [2021-01-10T00:39:18.667Z] ---> Running in 55985dee8522 [2021-01-10T00:39:18.667Z] ---> aebd7fb61077 [2021-01-10T00:39:18.667Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-10T00:39:18.938Z] Removing intermediate container 55985dee8522 [2021-01-10T00:39:18.939Z] ---> 6a398f063db8 [2021-01-10T00:39:18.939Z] Step 21/21 : LABEL version=0.0.0 [2021-01-10T00:39:18.939Z] ---> Running in 04f0a3336367 [2021-01-10T00:39:19.203Z] ---> 3f0879da5242 [2021-01-10T00:39:19.203Z] 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-10T00:39:19.466Z] ---> Running in 9acfc092e84d [2021-01-10T00:39:19.466Z] Removing intermediate container 04f0a3336367 [2021-01-10T00:39:19.466Z] ---> c0089c8a3868 [2021-01-10T00:39:19.466Z] [2021-01-10T00:39:19.735Z] Successfully built c0089c8a3868 [2021-01-10T00:39:20.016Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-10T00:39:20.998Z]  Building docker-support-scheduler-go ... done Removing intermediate container f47c1d2c685b [2021-01-10T00:39:20.998Z] ---> b369ce817a8c [2021-01-10T00:39:20.998Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-10T00:39:20.998Z] ---> Running in bb56a6ba31a8 [2021-01-10T00:39:21.579Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T00:39:21.579Z] Removing intermediate container 9acfc092e84d [2021-01-10T00:39:21.579Z] ---> 5ef2fe14774d [2021-01-10T00:39:21.579Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-10T00:39:21.843Z] ---> Running in 6018565227e3 [2021-01-10T00:39:21.843Z] Removing intermediate container 6018565227e3 [2021-01-10T00:39:21.843Z] ---> d403b6110b94 [2021-01-10T00:39:21.843Z] Step 22/24 : LABEL arch=x86_64 [2021-01-10T00:39:22.110Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-10T00:39:22.110Z] ---> Running in 46a9dd54ead7 [2021-01-10T00:39:22.110Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-10T00:39:22.110Z] ---> aefe523efa57 [2021-01-10T00:39:22.110Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-10T00:39:22.110Z] ---> Running in afbfc7880af1 [2021-01-10T00:39:22.376Z] Removing intermediate container 46a9dd54ead7 [2021-01-10T00:39:22.376Z] ---> 0b16ba16a1c6 [2021-01-10T00:39:22.376Z] Step 23/24 : LABEL git_sha=deb86337347644d0a3a7530894faa52175924aa7 [2021-01-10T00:39:22.376Z] ---> Running in 746b512c0f16 [2021-01-10T00:39:22.642Z] Removing intermediate container 746b512c0f16 [2021-01-10T00:39:22.642Z] ---> 680dcd26060b [2021-01-10T00:39:22.642Z] Step 24/24 : LABEL version=0.0.0 [2021-01-10T00:39:22.642Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T00:39:22.926Z] ---> Running in dd910192a7cf [2021-01-10T00:39:22.926Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T00:39:23.194Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T00:39:23.194Z] (1/2) Installing readline (8.0.4-r0) [2021-01-10T00:39:23.194Z] (2/2) Installing bash (5.0.17-r0) [2021-01-10T00:39:23.194Z] Removing intermediate container dd910192a7cf [2021-01-10T00:39:23.194Z] ---> de2263e954b9 [2021-01-10T00:39:23.194Z] [2021-01-10T00:39:23.194Z] Executing bash-5.0.17-r0.post-install [2021-01-10T00:39:23.194Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T00:39:23.194Z] OK: 12 MiB in 22 packages [2021-01-10T00:39:23.461Z] Successfully built de2263e954b9 [2021-01-10T00:39:23.461Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-10T00:39:24.419Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container afbfc7880af1 [2021-01-10T00:39:24.419Z] ---> 34f017b5787d [2021-01-10T00:39:24.419Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-10T00:39:24.419Z] ---> Running in 5a1375a24477 [2021-01-10T00:39:24.419Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-10T00:39:24.419Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-10T00:39:24.690Z] Removing intermediate container 5a1375a24477 [2021-01-10T00:39:24.690Z] ---> 04eca8863c3b [2021-01-10T00:39:24.690Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-10T00:39:24.690Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-10T00:39:24.690Z] ---> Running in 26709149f3e1 [2021-01-10T00:39:24.965Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-10T00:39:24.965Z] Removing intermediate container 26709149f3e1 [2021-01-10T00:39:24.965Z] ---> 3758bf5f3b16 [2021-01-10T00:39:24.965Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-10T00:39:25.232Z] ---> Running in 4e7ba73765a9 [2021-01-10T00:39:25.232Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-10T00:39:25.232Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T00:39:25.232Z] OK: 8 MiB in 19 packages [2021-01-10T00:39:25.232Z] Removing intermediate container 4e7ba73765a9 [2021-01-10T00:39:25.232Z] ---> d4e51dbd8586 [2021-01-10T00:39:25.232Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-10T00:39:26.224Z] ---> ee263d708501 [2021-01-10T00:39:26.224Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-10T00:39:26.224Z] Removing intermediate container bb56a6ba31a8 [2021-01-10T00:39:26.224Z] ---> 3306f84c8de7 [2021-01-10T00:39:26.224Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-10T00:39:26.508Z] ---> 895e8fab7f43 [2021-01-10T00:39:26.508Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-10T00:39:26.508Z] ---> 2102ce99ae4e [2021-01-10T00:39:26.508Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-10T00:39:27.084Z] ---> 391f231504a6 [2021-01-10T00:39:27.084Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-10T00:39:27.084Z] ---> Running in 0cdb2285e52b [2021-01-10T00:39:27.084Z] ---> 967b08eaccbe [2021-01-10T00:39:27.084Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-10T00:39:27.695Z] ---> 07db02b33a88 [2021-01-10T00:39:27.695Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-10T00:39:27.695Z] ---> Running in 84d4c54cfd11 [2021-01-10T00:39:27.695Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T00:39:27.695Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T00:39:27.976Z] Removing intermediate container 84d4c54cfd11 [2021-01-10T00:39:27.976Z] ---> 9e854182f809 [2021-01-10T00:39:27.976Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-10T00:39:27.976Z] ---> Running in c2585a0e2ec4 [2021-01-10T00:39:27.976Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-10T00:39:27.976Z] (2/33) Installing expat (2.2.9-r1) [2021-01-10T00:39:27.976Z] (3/33) Installing libffi (3.3-r2) [2021-01-10T00:39:27.976Z] (4/33) Installing gdbm (1.13-r1) [2021-01-10T00:39:27.976Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-10T00:39:28.244Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-10T00:39:28.244Z] Removing intermediate container c2585a0e2ec4 [2021-01-10T00:39:28.244Z] ---> d145ac178624 [2021-01-10T00:39:28.244Z] Step 21/23 : LABEL arch=x86_64 [2021-01-10T00:39:28.244Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-10T00:39:28.244Z] ---> Running in 28fc43d7d530 [2021-01-10T00:39:30.858Z] Removing intermediate container 28fc43d7d530 [2021-01-10T00:39:30.858Z] ---> b6b65543ce59 [2021-01-10T00:39:30.858Z] Step 22/23 : LABEL git_sha=deb86337347644d0a3a7530894faa52175924aa7 [2021-01-10T00:39:31.122Z] ---> Running in 36c475170dad [2021-01-10T00:39:31.122Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-10T00:39:31.123Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-10T00:39:31.123Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-10T00:39:31.123Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-10T00:39:31.123Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-10T00:39:31.123Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-10T00:39:31.123Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-10T00:39:31.123Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-10T00:39:31.704Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-10T00:39:31.704Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-10T00:39:31.704Z] Removing intermediate container 36c475170dad [2021-01-10T00:39:31.704Z] ---> f8ba473cbf0e [2021-01-10T00:39:31.704Z] Step 23/23 : LABEL version=0.0.0 [2021-01-10T00:39:31.971Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-10T00:39:31.971Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-10T00:39:32.294Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-10T00:39:32.294Z] ---> Running in 1431016bab9f [2021-01-10T00:39:32.294Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-10T00:39:32.294Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-10T00:39:32.294Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-10T00:39:32.294Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-10T00:39:32.563Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-10T00:39:32.563Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-10T00:39:33.148Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-10T00:39:33.149Z] Removing intermediate container 1431016bab9f [2021-01-10T00:39:33.149Z] ---> 4a33db56e47d [2021-01-10T00:39:33.149Z] [2021-01-10T00:39:33.149Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-10T00:39:33.149Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-10T00:39:33.149Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-10T00:39:33.149Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-10T00:39:33.149Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-10T00:39:33.149Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-10T00:39:33.414Z] Successfully built 4a33db56e47d [2021-01-10T00:39:33.414Z] Successfully tagged docker-core-data-go:latest [2021-01-10T00:39:33.414Z]  Building docker-core-data-go ... done Executing busybox-1.31.1-r19.trigger [2021-01-10T00:39:33.414Z] OK: 71 MiB in 55 packages [2021-01-10T00:39:40.090Z] Removing intermediate container 0cdb2285e52b [2021-01-10T00:39:40.090Z] ---> 41618e38360d [2021-01-10T00:39:40.090Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-10T00:39:40.090Z] ---> Running in d84e43772b57 [2021-01-10T00:39:41.513Z] Collecting docker-compose==1.23.2 [2021-01-10T00:39:41.513Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-10T00:39:42.946Z] Collecting cached-property<2,>=1.2.0 [2021-01-10T00:39:42.946Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-10T00:39:42.946Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-10T00:39:42.946Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-10T00:39:43.212Z] Collecting docopt<0.7,>=0.6.1 [2021-01-10T00:39:43.212Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-10T00:39:43.797Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-10T00:39:43.797Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-10T00:39:44.393Z] Collecting jsonschema<3,>=2.5.1 [2021-01-10T00:39:44.393Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-10T00:39:44.661Z] Collecting texttable<0.10,>=0.9.0 [2021-01-10T00:39:44.661Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-10T00:39:45.244Z] Collecting docker<4.0,>=3.6.0 [2021-01-10T00:39:45.244Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-10T00:39:45.511Z] Collecting PyYAML<4,>=3.10 [2021-01-10T00:39:45.511Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-10T00:39:46.478Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-10T00:39:46.478Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-10T00:39:46.747Z] 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-10T00:39:46.747Z] 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-10T00:39:46.747Z] 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-10T00:39:46.747Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-10T00:39:46.747Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-10T00:39:47.014Z] Collecting idna<2.8,>=2.5 [2021-01-10T00:39:47.014Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-10T00:39:47.014Z] Collecting docker-pycreds>=0.4.0 [2021-01-10T00:39:47.014Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-10T00:39:47.284Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-10T00:39:47.284Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-10T00:39:47.284Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-10T00:39:47.284Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-10T00:39:47.284Z] Installing collected packages: cached-property, urllib3, idna, requests, docopt, dockerpty, jsonschema, texttable, docker-pycreds, websocket-client, docker, PyYAML, docker-compose [2021-01-10T00:39:47.284Z] Attempting uninstall: urllib3 [2021-01-10T00:39:47.284Z] Found existing installation: urllib3 1.25.9 [2021-01-10T00:39:47.285Z] Uninstalling urllib3-1.25.9: [2021-01-10T00:39:47.553Z] Successfully uninstalled urllib3-1.25.9 [2021-01-10T00:39:47.820Z] Attempting uninstall: idna [2021-01-10T00:39:47.820Z] Found existing installation: idna 2.9 [2021-01-10T00:39:47.820Z] Uninstalling idna-2.9: [2021-01-10T00:39:47.820Z] Successfully uninstalled idna-2.9 [2021-01-10T00:39:48.090Z] Attempting uninstall: requests [2021-01-10T00:39:48.090Z] Found existing installation: requests 2.23.0 [2021-01-10T00:39:48.090Z] Uninstalling requests-2.23.0: [2021-01-10T00:39:48.090Z] Successfully uninstalled requests-2.23.0 [2021-01-10T00:39:48.090Z] Running setup.py install for docopt: started [2021-01-10T00:39:48.693Z] Running setup.py install for docopt: finished with status 'done' [2021-01-10T00:39:48.693Z] Running setup.py install for dockerpty: started [2021-01-10T00:39:49.325Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-10T00:39:49.325Z] Running setup.py install for texttable: started [2021-01-10T00:39:49.930Z] Running setup.py install for texttable: finished with status 'done' [2021-01-10T00:39:50.525Z] Running setup.py install for PyYAML: started [2021-01-10T00:39:51.110Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-10T00:39:51.706Z] 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-10T00:39:54.318Z] Removing intermediate container d84e43772b57 [2021-01-10T00:39:54.318Z] ---> 4145786151c3 [2021-01-10T00:39:54.318Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-10T00:39:54.318Z] ---> Running in 288b35327bac [2021-01-10T00:39:55.013Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T00:39:55.013Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T00:39:55.288Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-10T00:39:55.288Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-10T00:39:55.288Z] (3/3) Installing curl (7.69.1-r3) [2021-01-10T00:39:55.288Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T00:39:55.288Z] OK: 72 MiB in 58 packages [2021-01-10T00:39:55.923Z] Removing intermediate container 288b35327bac [2021-01-10T00:39:55.923Z] ---> 2e93e12580e7 [2021-01-10T00:39:55.923Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-10T00:39:55.923Z] ---> Running in 320228f168ec [2021-01-10T00:39:56.196Z] Removing intermediate container 320228f168ec [2021-01-10T00:39:56.196Z] ---> e57f44c6a553 [2021-01-10T00:39:56.196Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-10T00:39:56.196Z] ---> Running in f896081416cb [2021-01-10T00:39:56.471Z] Removing intermediate container f896081416cb [2021-01-10T00:39:56.471Z] ---> 802ebaf278bf [2021-01-10T00:39:56.471Z] Step 24/26 : LABEL arch=x86_64 [2021-01-10T00:39:56.471Z] ---> Running in 3bf8feaa4345 [2021-01-10T00:39:56.739Z] Removing intermediate container 3bf8feaa4345 [2021-01-10T00:39:56.739Z] ---> 73779c13ce68 [2021-01-10T00:39:56.739Z] Step 25/26 : LABEL git_sha=deb86337347644d0a3a7530894faa52175924aa7 [2021-01-10T00:39:56.739Z] ---> Running in f3a43f01dfcd [2021-01-10T00:39:57.001Z] Removing intermediate container f3a43f01dfcd [2021-01-10T00:39:57.001Z] ---> 358527ca883a [2021-01-10T00:39:57.001Z] Step 26/26 : LABEL version=0.0.0 [2021-01-10T00:39:57.001Z] ---> Running in 9694b892330e [2021-01-10T00:39:57.277Z] Removing intermediate container 9694b892330e [2021-01-10T00:39:57.277Z] ---> e75357d811a0 [2021-01-10T00:39:57.277Z] [2021-01-10T00:39:57.277Z] Successfully built e75357d811a0 [2021-01-10T00:39:57.277Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-10T00:39:57.556Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-10T00:39:57.576Z] $ docker stop --time=1 65a585ab092c1451735266eb847fe8122f5f2392b4c61b97cdfbc128622d9add [2021-01-10T00:39:59.484Z] $ docker rm -f 65a585ab092c1451735266eb847fe8122f5f2392b4c61b97cdfbc128622d9add [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-10T00:40:00.055Z] + docker images [2021-01-10T00:40:00.056Z] + grep docker [2021-01-10T00:40:00.056Z] docker-sys-mgmt-agent-go latest e75357d811a0 3 seconds ago 313MB [2021-01-10T00:40:00.056Z] docker-core-data-go latest 4a33db56e47d 27 seconds ago 22.3MB [2021-01-10T00:40:00.056Z] docker-security-secretstore-setup-go latest de2263e954b9 37 seconds ago 24.6MB [2021-01-10T00:40:00.056Z] docker-support-scheduler-go latest c0089c8a3868 40 seconds ago 10.7MB [2021-01-10T00:40:00.056Z] docker-security-bootstrap-redis-go latest ca9aa4164ca0 2 minutes ago 15.8MB [2021-01-10T00:40:00.056Z] docker-security-proxy-setup-go latest 1af78170558c 2 minutes ago 24.5MB [2021-01-10T00:40:00.056Z] docker-core-metadata-go latest 4be516e44b30 2 minutes ago 13MB [2021-01-10T00:40:00.056Z] docker-support-notifications-go latest b57542e1b54c 2 minutes ago 12MB [2021-01-10T00:40:00.056Z] docker-core-command-go latest a05aada3e3bb 2 minutes ago 10.6MB [2021-01-10T00:40:00.056Z] docker 20.10.0 aefe523efa57 4 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-10T00:40:15.973Z] Still waiting to schedule task [2021-01-10T00:40:15.973Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-10T00:40:17.823Z] gofmt -l . [2021-01-10T00:40:17.824Z] [ "`gofmt -l .`" = "" ] [2021-01-10T00:40:20.450Z] ./bin/test-go-mod-tidy.sh [2021-01-10T00:40:21.050Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-10T00:40:26.117Z] + ls -al . [2021-01-10T00:40:26.117Z] total 668 [2021-01-10T00:40:26.117Z] drwxrwxr-x 9 1001 1001 4096 Jan 10 00:40 . [2021-01-10T00:40:26.117Z] drwxr-xr-x 4 root root 4096 Jan 10 00:36 .. [2021-01-10T00:40:26.117Z] -rw-rw-r-- 1 1001 1001 11 Jan 10 00:34 .dockerignore [2021-01-10T00:40:26.117Z] drwxrwxr-x 8 1001 1001 4096 Jan 10 00:34 .git [2021-01-10T00:40:26.117Z] drwxrwxr-x 3 1001 1001 4096 Jan 10 00:34 .github [2021-01-10T00:40:26.117Z] -rw-rw-r-- 1 1001 1001 824 Jan 10 00:34 .gitignore [2021-01-10T00:40:26.117Z] -rw-rw-r-- 1 1001 1001 166 Jan 10 00:34 .sonarcloud.properties [2021-01-10T00:40:26.117Z] -rw-rw-r-- 1 1001 1001 3804 Jan 10 00:34 CONTRIBUTING.md [2021-01-10T00:40:26.117Z] -rw-rw-r-- 1 1001 1001 931 Jan 10 00:34 Dockerfile.build [2021-01-10T00:40:26.117Z] -rw-rw-r-- 1 1001 1001 863 Jan 10 00:34 Jenkinsfile [2021-01-10T00:40:26.117Z] -rw-rw-r-- 1 1001 1001 10775 Jan 10 00:34 LICENSE [2021-01-10T00:40:26.117Z] -rw-rw-r-- 1 1001 1001 5750 Jan 10 00:34 Makefile [2021-01-10T00:40:26.117Z] -rw-rw-r-- 1 1001 1001 6524 Jan 10 00:34 README.md [2021-01-10T00:40:26.117Z] -rw-rw-r-- 1 1001 1001 6744 Jan 10 00:34 SECURITY.md [2021-01-10T00:40:26.117Z] -rw-rw-r-- 1 1001 1001 5 Jan 10 00:31 VERSION [2021-01-10T00:40:26.117Z] -rw-rw-r-- 1 1001 1001 4131 Jan 10 00:34 ZMQWindows.md [2021-01-10T00:40:26.117Z] drwxrwxr-x 2 1001 1001 4096 Jan 10 00:34 bin [2021-01-10T00:40:26.117Z] drwxrwxr-x 14 1001 1001 4096 Jan 10 00:34 cmd [2021-01-10T00:40:26.117Z] -rw-r--r-- 1 root root 541590 Jan 10 00:38 coverage.out [2021-01-10T00:40:26.117Z] -rw-r--r-- 1 root root 979 Jan 10 00:40 go.mod [2021-01-10T00:40:26.117Z] -rw-r--r-- 1 root root 19019 Jan 10 00:40 go.sum [2021-01-10T00:40:26.117Z] drwxrwxr-x 8 1001 1001 4096 Jan 10 00:34 internal [2021-01-10T00:40:26.117Z] drwxrwxr-x 4 1001 1001 4096 Jan 10 00:34 openapi [2021-01-10T00:40:26.117Z] drwxrwxr-x 4 1001 1001 4096 Jan 10 00:34 snap [2021-01-10T00:40:26.117Z] -rw-rw-r-- 1 1001 1001 168 Jan 10 00:34 version.go [Pipeline] sh [2021-01-10T00:40:26.831Z] + '[' -e coverage.out ] [2021-01-10T00:40:26.831Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-10T00:40:26.862Z] Warning: overwriting stash ‘coverage-report’ [2021-01-10T00:40:28.278Z] Stashed 1 file(s) [Pipeline] sh [2021-01-10T00:40:28.931Z] + make build [2021-01-10T00:40:28.931Z] 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-10T00:40:41.339Z] 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-10T00:41:08.186Z] 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-10T00:41:13.589Z] 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-10T00:41:19.001Z] 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-10T00:41:20.447Z] 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-10T00:41:27.166Z] 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-10T00:41:31.484Z] 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-10T00:41:36.889Z] 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-10T00:41:41.214Z] 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-10T00:41:45.519Z] 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-10T00:41:48.161Z] Running on prd-ubuntu18.04-docker-8c-8g-19303 in /w/workspace/edgexfoundry_edgex-go_PR-3000 [Pipeline] { [Pipeline] ws [2021-01-10T00:41:48.214Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-01-10T00:41:48.942Z] 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-10T00:41:50.397Z] using credential edgex-jenkins-ssh [2021-01-10T00:41:50.523Z] Cloning the remote Git repository [2021-01-10T00:41:50.549Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-10T00:41:50.624Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-01-10T00:41:50.658Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-10T00:41:50.659Z] > git --version # timeout=10 [2021-01-10T00:41:50.666Z] > git --version # 'git version 2.17.1' [2021-01-10T00:41:50.666Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-10T00:41:50.692Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] } [2021-01-10T00:41:54.399Z] $ docker stop --time=1 58faa2a1397d46eab35f2e0d23ffdaf6985deb7bcd88186dd76312a74c7e6d5e [2021-01-10T00:41:56.804Z] $ docker rm -f 58faa2a1397d46eab35f2e0d23ffdaf6985deb7bcd88186dd76312a74c7e6d5e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-10T00:41:58.843Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-10T00:41:58.843Z] [2021-01-10T00:41:58.843Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-10T00:41:59.529Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-10T00:41:59.800Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-10T00:41:59.800Z] 29e5d40040c1: Pulling fs layer [2021-01-10T00:41:59.800Z] 1ce36da41761: Pulling fs layer [2021-01-10T00:41:59.800Z] 25b303627fd3: Pulling fs layer [2021-01-10T00:42:00.399Z] 29e5d40040c1: Verifying Checksum [2021-01-10T00:42:00.399Z] 29e5d40040c1: Download complete [2021-01-10T00:42:00.998Z] 1ce36da41761: Verifying Checksum [2021-01-10T00:42:01.270Z] 29e5d40040c1: Pull complete [2021-01-10T00:42:02.710Z] 1ce36da41761: Pull complete [2021-01-10T00:42:04.157Z] 25b303627fd3: Verifying Checksum [2021-01-10T00:42:04.157Z] 25b303627fd3: Download complete [2021-01-10T00:42:14.545Z] 25b303627fd3: Pull complete [2021-01-10T00:42:14.546Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-10T00:42:14.546Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-10T00:42:14.546Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-10T00:42:14.852Z] prd-ubuntu18.04-docker-arm64-4c-16g-19292 does not seem to be running inside a container [2021-01-10T00:42:14.940Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-10T00:42:18.365Z] $ docker top b986dfba53c4ea35fd6b7aa7ad6c675a37467e3b6b00f0dde732c3c874d1380f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-10T00:42:19.438Z] + grep parallel [2021-01-10T00:42:19.438Z] + docker-compose build --help [2021-01-10T00:42:24.839Z] --parallel Build images in parallel. [Pipeline] } [2021-01-10T00:42:25.457Z] $ docker stop --time=1 b986dfba53c4ea35fd6b7aa7ad6c675a37467e3b6b00f0dde732c3c874d1380f [2021-01-10T00:42:27.540Z] $ docker rm -f b986dfba53c4ea35fd6b7aa7ad6c675a37467e3b6b00f0dde732c3c874d1380f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-10T00:42:28.393Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-10T00:42:28.393Z] . [Pipeline] withDockerContainer [2021-01-10T00:42:28.697Z] prd-ubuntu18.04-docker-arm64-4c-16g-19292 does not seem to be running inside a container [2021-01-10T00:42:28.785Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-10T00:42:30.391Z] $ docker top ab3397c68b4b22eb50090df7bb29a6fd4217da894166ccb2472ea1fb0d2c5298 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-10T00:42:31.482Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-10T00:42:38.265Z] Building docker-core-command-go ... [2021-01-10T00:42:38.265Z] Building docker-core-data-go ... [2021-01-10T00:42:38.265Z] Building docker-core-metadata-go ... [2021-01-10T00:42:38.265Z] Building docker-security-bootstrap-redis-go ... [2021-01-10T00:42:38.265Z] Building docker-security-proxy-setup-go ... [2021-01-10T00:42:38.265Z] Building docker-security-secretstore-setup-go ... [2021-01-10T00:42:38.265Z] Building docker-support-notifications-go ... [2021-01-10T00:42:38.265Z] Building docker-support-scheduler-go ... [2021-01-10T00:42:38.265Z] Building docker-sys-mgmt-agent-go ... [2021-01-10T00:42:38.265Z] Building docker-sys-mgmt-agent-go [2021-01-10T00:42:38.265Z] Building docker-support-notifications-go [2021-01-10T00:42:38.265Z] Building docker-core-command-go [2021-01-10T00:42:38.265Z] Building docker-security-secretstore-setup-go [2021-01-10T00:42:38.265Z] Building docker-security-bootstrap-redis-go [2021-01-10T00:43:14.148Z] Merging remotes/origin/master commit 310fcf068b6662a9a98c00381981ed5406e42392 into PR head commit 5170b4d5d8ce9cf0f1f83444b3e0d0ec0034d809 [2021-01-10T00:43:14.325Z] Merge succeeded, producing efac2ee91ce9bb4b0d2267694c8ea8943df2fd84 [2021-01-10T00:43:14.325Z] Checking out Revision efac2ee91ce9bb4b0d2267694c8ea8943df2fd84 (PR-3000) [2021-01-10T00:43:18.077Z] Commit message: "Merge commit '310fcf068b6662a9a98c00381981ed5406e42392' into HEAD" [2021-01-10T00:43:13.631Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-10T00:43:13.644Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-10T00:43:13.656Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-10T00:43:13.667Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-10T00:43:13.667Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-10T00:43:13.673Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3000/head:refs/remotes/origin/PR-3000 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-10T00:43:14.161Z] > git config core.sparsecheckout # timeout=10 [2021-01-10T00:43:14.167Z] > git checkout -f 5170b4d5d8ce9cf0f1f83444b3e0d0ec0034d809 # timeout=10 [2021-01-10T00:43:14.241Z] > git remote # timeout=10 [2021-01-10T00:43:14.250Z] > git config --get remote.origin.url # timeout=10 [2021-01-10T00:43:14.255Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-10T00:43:14.258Z] > git merge 310fcf068b6662a9a98c00381981ed5406e42392 # timeout=10 [2021-01-10T00:43:14.320Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-10T00:43:14.329Z] > git config core.sparsecheckout # timeout=10 [2021-01-10T00:43:14.333Z] > git checkout -f efac2ee91ce9bb4b0d2267694c8ea8943df2fd84 # timeout=10 [2021-01-10T00:43:18.082Z] > git rev-list --no-walk 5170b4d5d8ce9cf0f1f83444b3e0d0ec0034d809 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-10T00:43:19.239Z] + echo snap-build.sh [2021-01-10T00:43:19.240Z] snap-build.sh [2021-01-10T00:43:19.240Z] + SNAP_BASE_DIR=. [2021-01-10T00:43:19.240Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-01-10T00:43:19.240Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-01-10T00:43:19.240Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-01-10T00:43:19.240Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-01-10T00:43:19.240Z] + cd /w/workspace/edgex-go/2 [2021-01-10T00:43:19.240Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-10T00:43:19.240Z] Reading package lists... [2021-01-10T00:43:19.240Z] Building dependency tree... [2021-01-10T00:43:19.240Z] Reading state information... [2021-01-10T00:43:19.503Z] The following packages were automatically installed and are no longer required: [2021-01-10T00:43:19.503Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-10T00:43:19.503Z] uidmap xdelta3 [2021-01-10T00:43:19.503Z] Use 'sudo apt autoremove' to remove them. [2021-01-10T00:43:19.503Z] The following packages will be REMOVED: [2021-01-10T00:43:19.503Z] lxd* lxd-client* [2021-01-10T00:43:19.764Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-10T00:43:19.764Z] After this operation, 31.7 MB disk space will be freed. [2021-01-10T00:43:20.828Z] (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-10T00:43:20.828Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-10T00:43:21.794Z] Removing lxd dnsmasq configuration [2021-01-10T00:43:21.794Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-10T00:43:21.794Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-10T00:43:22.746Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-10T00:43:23.008Z] (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-10T00:43:23.008Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-10T00:43:23.953Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-10T00:43:24.217Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-10T00:43:25.628Z] + sudo snap remove --purge lxd [2021-01-10T00:43:25.628Z] snap "lxd" is not installed [2021-01-10T00:43:25.628Z] + sudo groupadd --force --system lxd [2021-01-10T00:43:25.628Z] ++ whoami [2021-01-10T00:43:25.628Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-10T00:43:25.628Z] + newgrp - lxd [2021-01-10T00:43:25.628Z] + sudo snap install lxd [2021-01-10T00:43:35.720Z] 2021-01-10T00:43:32Z INFO Waiting for automatic snapd restart... [2021-01-10T00:43:46.329Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:43:46.329Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:43:46.329Z] ---> 0f76d4b29531 [2021-01-10T00:43:46.329Z] Step 3/26 : WORKDIR /edgex-go [2021-01-10T00:43:46.329Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:43:46.329Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:43:46.329Z] ---> 0f76d4b29531 [2021-01-10T00:43:46.329Z] Step 3/24 : WORKDIR /edgex-go [2021-01-10T00:43:46.329Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:43:46.329Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:43:46.329Z] ---> 0f76d4b29531 [2021-01-10T00:43:46.329Z] Step 3/24 : WORKDIR /edgex-go [2021-01-10T00:43:46.329Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:43:46.329Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:43:46.329Z] ---> 0f76d4b29531 [2021-01-10T00:43:46.329Z] Step 3/22 : WORKDIR /edgex-go [2021-01-10T00:43:46.329Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:43:46.329Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:43:46.329Z] ---> 0f76d4b29531 [2021-01-10T00:43:46.329Z] Step 3/22 : WORKDIR /edgex-go [2021-01-10T00:43:48.305Z] ---> Running in e9df5435bdbe [2021-01-10T00:43:48.305Z] ---> Running in 23c53bc8f1da [2021-01-10T00:43:48.305Z] ---> Running in d7ba09732031 [2021-01-10T00:43:48.305Z] ---> Running in 36ac8e11bc45 [2021-01-10T00:43:48.305Z] ---> Running in 300bc461906d [2021-01-10T00:43:48.911Z] Removing intermediate container d7ba09732031 [2021-01-10T00:43:48.911Z] ---> 0ae7c6b271f4 [2021-01-10T00:43:48.911Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:43:48.911Z] Removing intermediate container e9df5435bdbe [2021-01-10T00:43:48.911Z] ---> bc50064ef564 [2021-01-10T00:43:48.911Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:43:48.911Z] Removing intermediate container 23c53bc8f1da [2021-01-10T00:43:48.911Z] ---> d37f90a5ab38 [2021-01-10T00:43:48.912Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:43:48.912Z] Removing intermediate container 300bc461906d [2021-01-10T00:43:48.912Z] ---> 4368c702f593 [2021-01-10T00:43:48.912Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:43:49.191Z] Removing intermediate container 36ac8e11bc45 [2021-01-10T00:43:49.191Z] ---> f9360fb04480 [2021-01-10T00:43:49.191Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:43:49.191Z] ---> Running in 45cf315dd298 [2021-01-10T00:43:49.191Z] ---> Running in 6e0b3acf6a0a [2021-01-10T00:43:49.191Z] ---> Running in cce332dfc571 [2021-01-10T00:43:49.191Z] ---> Running in 04f7b0eaa741 [2021-01-10T00:43:49.461Z] ---> Running in bda5fb5e3551 [2021-01-10T00:43:53.768Z] Removing intermediate container 6e0b3acf6a0a [2021-01-10T00:43:53.768Z] ---> 58d4d0e7eebd [2021-01-10T00:43:53.768Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-10T00:43:53.768Z] ---> Running in 98962e4ee18b [2021-01-10T00:43:53.906Z] lxd 4.9 from Canonical* installed [2021-01-10T00:43:53.906Z] + sudo lxd init --auto [2021-01-10T00:43:54.040Z] Removing intermediate container 45cf315dd298 [2021-01-10T00:43:54.040Z] ---> 157338f58e8e [2021-01-10T00:43:54.040Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-10T00:43:54.040Z] Removing intermediate container cce332dfc571 [2021-01-10T00:43:54.040Z] ---> 16ea035ad30d [2021-01-10T00:43:54.040Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-10T00:43:54.310Z] ---> Running in f4ba3d421b58 [2021-01-10T00:43:54.583Z] ---> Running in 80519e595a1c [2021-01-10T00:43:54.583Z] Removing intermediate container bda5fb5e3551 [2021-01-10T00:43:54.583Z] ---> 3b993f8406c6 [2021-01-10T00:43:54.583Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-10T00:43:54.583Z] Removing intermediate container 04f7b0eaa741 [2021-01-10T00:43:54.583Z] ---> ab2d9c8bad4b [2021-01-10T00:43:54.583Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-10T00:43:54.856Z] ---> Running in 88d82d961a5d [2021-01-10T00:43:54.856Z] ---> Running in a76d05899259 [2021-01-10T00:43:55.451Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T00:43:56.434Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T00:43:56.713Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T00:43:56.987Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T00:43:56.987Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T00:43:57.962Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T00:43:58.560Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T00:43:58.560Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T00:43:58.830Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T00:43:59.102Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T00:44:00.081Z] OK: 217 MiB in 51 packages [2021-01-10T00:44:00.357Z] OK: 217 MiB in 51 packages [2021-01-10T00:44:00.491Z] + sudo snap install --classic snapcraft [2021-01-10T00:44:00.964Z] OK: 217 MiB in 51 packages [2021-01-10T00:44:01.568Z] OK: 217 MiB in 51 packages [2021-01-10T00:44:01.866Z] Removing intermediate container a76d05899259 [2021-01-10T00:44:01.866Z] ---> fd8b9dcbf9c6 [2021-01-10T00:44:01.866Z] Step 6/26 : COPY go.mod . [2021-01-10T00:44:02.139Z] OK: 217 MiB in 51 packages [2021-01-10T00:44:02.743Z] Removing intermediate container f4ba3d421b58 [2021-01-10T00:44:02.743Z] ---> 6944235948dd [2021-01-10T00:44:02.743Z] Step 6/22 : COPY go.mod . [2021-01-10T00:44:03.025Z] ---> e5b7fe932cf0 [2021-01-10T00:44:03.025Z] Step 7/26 : RUN go mod download [2021-01-10T00:44:03.298Z] Removing intermediate container 80519e595a1c [2021-01-10T00:44:03.298Z] ---> 19dd28182174 [2021-01-10T00:44:03.298Z] Step 6/24 : COPY go.mod . [2021-01-10T00:44:03.298Z] ---> Running in 09e52ddfe0b2 [2021-01-10T00:44:03.590Z] Removing intermediate container 88d82d961a5d [2021-01-10T00:44:03.590Z] ---> 88300c612097 [2021-01-10T00:44:03.590Z] Step 6/22 : COPY go.mod . [2021-01-10T00:44:03.590Z] ---> c7dcdb8620a4 [2021-01-10T00:44:03.590Z] Step 7/22 : RUN go mod download [2021-01-10T00:44:03.866Z] ---> Running in 39f6b7f01987 [2021-01-10T00:44:04.143Z] Removing intermediate container 98962e4ee18b [2021-01-10T00:44:04.143Z] ---> 77165960b659 [2021-01-10T00:44:04.143Z] Step 6/24 : COPY go.mod . [2021-01-10T00:44:04.416Z] ---> df7b41c753a6 [2021-01-10T00:44:04.416Z] Step 7/24 : RUN go mod download [2021-01-10T00:44:04.687Z] ---> Running in dc7207512ea6 [2021-01-10T00:44:04.687Z] ---> fbfa8481db31 [2021-01-10T00:44:04.687Z] Step 7/22 : RUN go mod download [2021-01-10T00:44:05.279Z] ---> Running in a68b632fa7d0 [2021-01-10T00:44:05.279Z] ---> 2ab6c26f9ddf [2021-01-10T00:44:05.279Z] Step 7/24 : RUN go mod download [2021-01-10T00:44:05.796Z] snapcraft 4.4.4 from Canonical* installed [2021-01-10T00:44:05.796Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-10T00:44:05.796Z] + patch --verbose -p1 [2021-01-10T00:44:05.796Z] Hmm... Looks like a unified diff to me... [2021-01-10T00:44:05.796Z] The text leading up to this was: [2021-01-10T00:44:05.796Z] -------------------------- [2021-01-10T00:44:05.796Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-10T00:44:05.796Z] |From: Tony Espy [2021-01-10T00:44:05.796Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-10T00:44:05.796Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-10T00:44:05.796Z] | [2021-01-10T00:44:05.796Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-10T00:44:05.796Z] |optimize the snap CI check run for pull requests. When [2021-01-10T00:44:05.796Z] |applied, it essentially strips out everything (apps and [2021-01-10T00:44:05.796Z] |parts) from the snapcraft.yaml file except those required [2021-01-10T00:44:05.796Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-10T00:44:05.796Z] |catch changes to edgex-go that break the snap build. [2021-01-10T00:44:05.796Z] | [2021-01-10T00:44:05.796Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-10T00:44:05.796Z] |to update this patch file, otherwise it may fail to apply, [2021-01-10T00:44:05.796Z] |resulting in a failed snap build CI check in the associated [2021-01-10T00:44:05.796Z] |pull request. [2021-01-10T00:44:05.796Z] | [2021-01-10T00:44:05.796Z] |Note - in addition to applying this patch, the pipeline also [2021-01-10T00:44:05.796Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-10T00:44:05.796Z] |need to build the finally binary .snap file (and it won't [2021-01-10T00:44:05.796Z] |work with the patch applied). This further reduces the build [2021-01-10T00:44:05.796Z] |time. [2021-01-10T00:44:05.796Z] |--- [2021-01-10T00:44:05.796Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-10T00:44:05.796Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-10T00:44:05.796Z] | [2021-01-10T00:44:05.796Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-10T00:44:05.796Z] |index 1e537489..faf42425 100644 [2021-01-10T00:44:05.796Z] |--- a/snap/snapcraft.yaml [2021-01-10T00:44:05.796Z] |+++ b/snap/snapcraft.yaml [2021-01-10T00:44:05.796Z] -------------------------- [2021-01-10T00:44:05.796Z] patching file snap/snapcraft.yaml [2021-01-10T00:44:05.796Z] Using Plan A... [2021-01-10T00:44:05.796Z] Hunk #1 succeeded at 73. [2021-01-10T00:44:05.796Z] Hunk #2 succeeded at 202 with fuzz 1. [2021-01-10T00:44:05.796Z] Hunk #3 succeeded at 214. [2021-01-10T00:44:05.796Z] Hunk #4 succeeded at 222. [2021-01-10T00:44:05.796Z] Hunk #5 succeeded at 229. [2021-01-10T00:44:05.796Z] Hunk #6 succeeded at 256. [2021-01-10T00:44:05.796Z] Hunk #7 succeeded at 290. [2021-01-10T00:44:05.796Z] Hunk #8 succeeded at 341. [2021-01-10T00:44:05.796Z] Hmm... Ignoring the trailing garbage. [2021-01-10T00:44:05.796Z] done [2021-01-10T00:44:05.796Z] + sudo snapcraft prime --use-lxd [2021-01-10T00:44:05.874Z] ---> Running in 6a2165cd319b [2021-01-10T00:44:07.182Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-10T00:44:07.182Z] 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-10T00:44:07.182Z] - README.md [2021-01-10T00:44:07.182Z] - snapcraft.yaml.orig [2021-01-10T00:44:07.182Z] [2021-01-10T00:44:07.182Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-10T00:44:07.758Z] Launching a container. [2021-01-10T00:44:07.885Z] Removing intermediate container 09e52ddfe0b2 [2021-01-10T00:44:07.885Z] ---> e6d998bd3812 [2021-01-10T00:44:07.885Z] Step 8/26 : COPY . . [2021-01-10T00:44:08.160Z] Removing intermediate container 39f6b7f01987 [2021-01-10T00:44:08.160Z] ---> b9f761eccbc7 [2021-01-10T00:44:08.160Z] Step 8/22 : COPY . . [2021-01-10T00:44:09.629Z] Removing intermediate container dc7207512ea6 [2021-01-10T00:44:09.629Z] ---> 39aabda780c4 [2021-01-10T00:44:09.629Z] Step 8/24 : COPY . . [2021-01-10T00:44:11.072Z] Removing intermediate container a68b632fa7d0 [2021-01-10T00:44:11.072Z] ---> ddb9c7b7ecce [2021-01-10T00:44:11.072Z] Step 8/22 : COPY . . [2021-01-10T00:44:12.546Z] Removing intermediate container 6a2165cd319b [2021-01-10T00:44:12.546Z] ---> 13a0e6a7f0bc [2021-01-10T00:44:12.546Z] Step 8/24 : COPY . . [2021-01-10T00:44:22.710Z] Waiting for container to be ready [2021-01-10T00:44:23.001Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-10T00:44:23.001Z] [2021-01-10T00:44:27.226Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-10T00:44:27.226Z] Waiting for network to be ready... [2021-01-10T00:44:27.226Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-10T00:44:27.486Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-10T00:44:27.486Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1496 kB] [2021-01-10T00:44:27.486Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] [2021-01-10T00:44:27.750Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-10T00:44:27.750Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-10T00:44:27.750Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [204 kB] [2021-01-10T00:44:27.750Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [27.0 kB] [2021-01-10T00:44:27.750Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] [2021-01-10T00:44:27.750Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-10T00:44:28.011Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-10T00:44:28.011Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-10T00:44:28.582Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-10T00:44:28.582Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-10T00:44:28.582Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-10T00:44:28.582Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-10T00:44:28.582Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-10T00:44:28.582Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-10T00:44:29.152Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-10T00:44:29.411Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1833 kB] [2021-01-10T00:44:29.411Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] [2021-01-10T00:44:29.411Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-10T00:44:29.411Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-10T00:44:29.411Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] [2021-01-10T00:44:29.672Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] [2021-01-10T00:44:29.672Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-10T00:44:29.672Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-10T00:44:31.581Z] Fetched 23.7 MB in 4s (5674 kB/s) [2021-01-10T00:44:32.154Z] Reading package lists... [2021-01-10T00:44:32.417Z] Reading package lists... [2021-01-10T00:44:32.678Z] Building dependency tree... [2021-01-10T00:44:32.678Z] Reading state information... [2021-01-10T00:44:32.678Z] The following additional packages will be installed: [2021-01-10T00:44:32.678Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-10T00:44:32.678Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-10T00:44:32.678Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-10T00:44:32.678Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-10T00:44:32.678Z] Suggested packages: [2021-01-10T00:44:32.678Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-10T00:44:32.678Z] Recommended packages: [2021-01-10T00:44:32.678Z] gnupg libsasl2-modules [2021-01-10T00:44:32.678Z] The following NEW packages will be installed: [2021-01-10T00:44:32.678Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-10T00:44:32.678Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-10T00:44:32.678Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-10T00:44:32.678Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-10T00:44:32.678Z] The following packages will be upgraded: [2021-01-10T00:44:32.678Z] gpg gpg-agent gpgconf libudev1 [2021-01-10T00:44:32.939Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-10T00:44:32.939Z] Need to get 3532 kB of archives. [2021-01-10T00:44:32.939Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-10T00:44:32.939Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-10T00:44:32.939Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-10T00:44:32.939Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-10T00:44:32.939Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-10T00:44:32.939Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-10T00:44:32.939Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-10T00:44:32.939Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2021-01-10T00:44:33.201Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2021-01-10T00:44:33.771Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-10T00:44:33.771Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-10T00:44:33.771Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-10T00:44:33.771Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-10T00:44:33.771Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-10T00:44:33.771Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-10T00:44:33.771Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-10T00:44:33.771Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-10T00:44:33.771Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-10T00:44:33.771Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-10T00:44:34.032Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-10T00:44:34.032Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-10T00:44:34.032Z] 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-10T00:44:34.032Z] 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-10T00:44:34.032Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-10T00:44:34.032Z] Fetched 3532 kB in 1s (2901 kB/s) [2021-01-10T00:44:34.295Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-10T00:44:34.295Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2021-01-10T00:44:34.295Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-10T00:44:34.295Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2021-01-10T00:44:34.556Z] Selecting previously unselected package udev. [2021-01-10T00:44:34.556Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-10T00:44:34.556Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2021-01-10T00:44:34.556Z] Unpacking udev (237-3ubuntu10.43) ... [2021-01-10T00:44:34.708Z] ---> ca13af0ababa [2021-01-10T00:44:34.708Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-10T00:44:34.708Z] ---> 7e65dc6e5274 [2021-01-10T00:44:34.708Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-10T00:44:34.708Z] ---> cf92714eb1b2 [2021-01-10T00:44:34.708Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-10T00:44:34.708Z] ---> e1c14c25eeb0 [2021-01-10T00:44:34.708Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-10T00:44:34.708Z] ---> 74c335a1d87d [2021-01-10T00:44:34.708Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-10T00:44:34.708Z] ---> Running in afd3d5fa65ff [2021-01-10T00:44:34.708Z] ---> Running in 3348d31c93cb [2021-01-10T00:44:34.708Z] ---> Running in 4d6bed38a69b [2021-01-10T00:44:34.708Z] ---> Running in 2b3094aa25e1 [2021-01-10T00:44:34.708Z] ---> Running in 03c3c022f2b1 [2021-01-10T00:44:34.820Z] Selecting previously unselected package libfuse2:amd64. [2021-01-10T00:44:34.820Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-10T00:44:34.820Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-10T00:44:34.820Z] Selecting previously unselected package fuse. [2021-01-10T00:44:34.820Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-10T00:44:35.082Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-10T00:44:35.082Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-10T00:44:35.082Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-10T00:44:35.082Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-10T00:44:35.344Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-10T00:44:35.344Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-10T00:44:35.344Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-10T00:44:35.607Z] Selecting previously unselected package libksba8:amd64. [2021-01-10T00:44:35.607Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-10T00:44:35.607Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-10T00:44:35.607Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-10T00:44:35.607Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-10T00:44:35.607Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T00:44:35.607Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-10T00:44:35.607Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-10T00:44:35.607Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T00:44:35.695Z] 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-10T00:44:35.695Z] 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-10T00:44:35.695Z] 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-10T00:44:35.868Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-10T00:44:35.868Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-10T00:44:35.868Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T00:44:35.868Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-10T00:44:35.868Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-10T00:44:35.868Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T00:44:35.969Z] 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-10T00:44:35.970Z] 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-10T00:44:36.128Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-10T00:44:36.128Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-10T00:44:36.129Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T00:44:36.129Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-10T00:44:36.129Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-10T00:44:36.129Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T00:44:36.129Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-10T00:44:36.129Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-10T00:44:36.390Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T00:44:36.390Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-10T00:44:36.390Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-10T00:44:36.390Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T00:44:36.651Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-10T00:44:36.651Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-10T00:44:36.651Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T00:44:36.947Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-10T00:44:36.947Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-10T00:44:36.947Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-10T00:44:36.947Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-10T00:44:36.947Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-10T00:44:36.947Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-10T00:44:37.210Z] Selecting previously unselected package libldap-common. [2021-01-10T00:44:37.210Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-10T00:44:37.210Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-10T00:44:37.474Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-10T00:44:37.474Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-10T00:44:37.474Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-10T00:44:37.474Z] Selecting previously unselected package dirmngr. [2021-01-10T00:44:37.474Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-10T00:44:37.735Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-10T00:44:37.736Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-10T00:44:37.736Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-10T00:44:37.736Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-10T00:44:37.736Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-10T00:44:37.997Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-10T00:44:37.997Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-10T00:44:37.997Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T00:44:37.997Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-10T00:44:37.997Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-10T00:44:37.997Z] Setting up udev (237-3ubuntu10.43) ... [2021-01-10T00:44:38.259Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-10T00:44:38.519Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T00:44:38.519Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-10T00:44:38.519Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-10T00:44:38.519Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-10T00:44:38.780Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T00:44:38.780Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T00:44:38.780Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T00:44:38.780Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T00:44:38.780Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T00:44:38.780Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T00:44:38.780Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T00:44:38.780Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-10T00:44:38.780Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-10T00:44:38.780Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-10T00:44:39.351Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-10T00:44:39.351Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-10T00:44:39.351Z] This means they are not meant to be enabled using systemctl. [2021-01-10T00:44:39.351Z] Possible reasons for having this kind of units are: [2021-01-10T00:44:39.351Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-10T00:44:39.351Z] .wants/ or .requires/ directory. [2021-01-10T00:44:39.351Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-10T00:44:39.351Z] a requirement dependency on it. [2021-01-10T00:44:39.351Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-10T00:44:39.351Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-10T00:44:39.351Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-10T00:44:39.351Z] instance name specified. [2021-01-10T00:44:39.613Z] Reading package lists... [2021-01-10T00:44:39.874Z] Building dependency tree... [2021-01-10T00:44:39.874Z] Reading state information... [2021-01-10T00:44:39.874Z] The following additional packages will be installed: [2021-01-10T00:44:39.874Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-10T00:44:39.874Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-10T00:44:39.874Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-10T00:44:39.874Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-10T00:44:39.874Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-10T00:44:39.874Z] Suggested packages: [2021-01-10T00:44:39.874Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-10T00:44:39.874Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-10T00:44:39.874Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-10T00:44:39.874Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-10T00:44:39.874Z] systemd-container policykit-1 [2021-01-10T00:44:39.874Z] Recommended packages: [2021-01-10T00:44:39.874Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-10T00:44:39.874Z] The following NEW packages will be installed: [2021-01-10T00:44:39.874Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-10T00:44:39.874Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-10T00:44:39.874Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-10T00:44:39.874Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-10T00:44:39.874Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-10T00:44:39.874Z] The following packages will be upgraded: [2021-01-10T00:44:39.875Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-10T00:44:40.136Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-10T00:44:40.136Z] Need to get 35.2 MB of archives. [2021-01-10T00:44:40.136Z] After this operation, 141 MB of additional disk space will be used. [2021-01-10T00:44:40.136Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-10T00:44:40.136Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-10T00:44:40.136Z] 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-10T00:44:40.136Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2021-01-10T00:44:40.136Z] 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-10T00:44:40.136Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-10T00:44:40.136Z] 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-10T00:44:40.396Z] 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-10T00:44:40.396Z] 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-10T00:44:40.396Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-10T00:44:40.396Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-10T00:44:40.396Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-10T00:44:40.396Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-10T00:44:40.396Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-10T00:44:40.396Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-10T00:44:40.396Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-10T00:44:40.396Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-10T00:44:40.972Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2021-01-10T00:44:40.972Z] 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-10T00:44:40.972Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-10T00:44:40.972Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-10T00:44:40.972Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-10T00:44:40.972Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-10T00:44:40.972Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-10T00:44:40.972Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-10T00:44:40.972Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-10T00:44:41.233Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-10T00:44:41.233Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-10T00:44:41.233Z] 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-10T00:44:41.233Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-10T00:44:42.616Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-10T00:44:42.616Z] Fetched 35.2 MB in 3s (13.6 MB/s) [2021-01-10T00:44:42.878Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-10T00:44:42.878Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2021-01-10T00:44:43.139Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-10T00:44:43.711Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2021-01-10T00:44:43.711Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-10T00:44:43.711Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2021-01-10T00:44:43.973Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-10T00:44:43.973Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-10T00:44:43.973Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-10T00:44:44.234Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-10T00:44:44.234Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-10T00:44:44.494Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-10T00:44:44.494Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-10T00:44:44.756Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-10T00:44:44.756Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-10T00:44:45.328Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-10T00:44:45.328Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-10T00:44:45.328Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-10T00:44:45.328Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-10T00:44:45.589Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-10T00:44:45.589Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-10T00:44:45.589Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-10T00:44:45.589Z] Selecting previously unselected package libexpat1:amd64. [2021-01-10T00:44:45.849Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-10T00:44:45.849Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-10T00:44:45.849Z] Selecting previously unselected package python3.6-minimal. [2021-01-10T00:44:45.849Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-10T00:44:45.849Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-10T00:44:46.111Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-10T00:44:46.111Z] Checking for services that may need to be restarted...done. [2021-01-10T00:44:46.111Z] Checking for services that may need to be restarted...done. [2021-01-10T00:44:46.372Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-10T00:44:46.372Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-10T00:44:46.372Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-10T00:44:46.944Z] Selecting previously unselected package python3-minimal. [2021-01-10T00:44:46.944Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-10T00:44:46.944Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-10T00:44:46.944Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-10T00:44:46.944Z] Selecting previously unselected package mime-support. [2021-01-10T00:44:46.944Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-10T00:44:46.944Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-10T00:44:46.944Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-10T00:44:46.944Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-10T00:44:46.944Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-10T00:44:47.204Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-10T00:44:47.204Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-10T00:44:47.204Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-10T00:44:47.466Z] Selecting previously unselected package python3.6. [2021-01-10T00:44:47.466Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-10T00:44:47.466Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-10T00:44:47.466Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-10T00:44:47.466Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-10T00:44:47.466Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-10T00:44:47.466Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-10T00:44:47.728Z] Selecting previously unselected package python3. [2021-01-10T00:44:47.728Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-10T00:44:47.728Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-10T00:44:47.728Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-10T00:44:47.988Z] Selecting previously unselected package multiarch-support. [2021-01-10T00:44:47.988Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-10T00:44:47.988Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-10T00:44:47.988Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-10T00:44:47.988Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-10T00:44:47.988Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-10T00:44:47.988Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-10T00:44:47.988Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-10T00:44:48.248Z] Selecting previously unselected package libbsd0:amd64. [2021-01-10T00:44:48.248Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-10T00:44:48.248Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-10T00:44:48.507Z] Selecting previously unselected package sudo. [2021-01-10T00:44:48.507Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-10T00:44:48.507Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-10T00:44:48.507Z] Selecting previously unselected package apparmor. [2021-01-10T00:44:48.507Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-10T00:44:48.507Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-10T00:44:48.767Z] Selecting previously unselected package libedit2:amd64. [2021-01-10T00:44:48.767Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-10T00:44:48.767Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-10T00:44:48.767Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-10T00:44:48.767Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-10T00:44:48.767Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-10T00:44:49.028Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-10T00:44:49.028Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-10T00:44:49.028Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-10T00:44:49.028Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-10T00:44:49.028Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-10T00:44:49.028Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-10T00:44:49.028Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-10T00:44:49.028Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-10T00:44:49.028Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-10T00:44:49.288Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-10T00:44:49.288Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-10T00:44:49.288Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-10T00:44:49.288Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-10T00:44:49.288Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-10T00:44:49.288Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-10T00:44:49.549Z] Selecting previously unselected package openssh-client. [2021-01-10T00:44:49.549Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-10T00:44:49.549Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-10T00:44:49.549Z] Selecting previously unselected package squashfs-tools. [2021-01-10T00:44:49.549Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-10T00:44:49.809Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-10T00:44:49.809Z] Selecting previously unselected package snapd. [2021-01-10T00:44:49.809Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-10T00:44:49.809Z] Unpacking snapd (2.48+18.04) ... [2021-01-10T00:44:51.720Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-10T00:44:51.981Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-10T00:44:51.981Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-10T00:44:51.981Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-10T00:44:51.981Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-10T00:44:51.981Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-10T00:44:52.242Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-10T00:44:52.242Z] Setting up systemd (237-3ubuntu10.43) ... [2021-01-10T00:44:52.242Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-10T00:44:53.200Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-10T00:44:53.200Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-10T00:44:53.200Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-10T00:44:53.200Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-10T00:44:53.200Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-10T00:44:53.200Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-10T00:44:54.146Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-10T00:44:54.146Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-10T00:44:54.146Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-10T00:44:54.146Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-10T00:44:54.146Z] running python rtupdate hooks for python3.6... [2021-01-10T00:44:54.146Z] running python post-rtupdate hooks for python3.6... [2021-01-10T00:44:54.406Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-10T00:44:55.792Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-10T00:44:56.052Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-10T00:44:56.052Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-10T00:44:56.313Z] Setting up snapd (2.48+18.04) ... [2021-01-10T00:44:56.574Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-10T00:44:56.836Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-10T00:44:56.836Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-10T00:44:57.096Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-10T00:44:57.357Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-10T00:44:57.357Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-10T00:44:57.357Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-10T00:44:57.617Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-10T00:44:57.877Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-10T00:44:57.877Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-10T00:44:58.137Z] /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-10T00:44:58.137Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-10T00:44:58.137Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-10T00:44:59.085Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-10T00:44:59.085Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-10T00:44:59.085Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-10T00:45:00.602Z] Reading package lists... [2021-01-10T00:45:00.602Z] Reading package lists... [2021-01-10T00:45:00.862Z] Building dependency tree... [2021-01-10T00:45:00.862Z] Reading state information... [2021-01-10T00:45:00.862Z] Calculating upgrade... [2021-01-10T00:45:01.122Z] The following packages will be upgraded: [2021-01-10T00:45:01.122Z] advancecomp base-files bash binutils binutils-common [2021-01-10T00:45:01.122Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-10T00:45:01.122Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-10T00:45:01.122Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-10T00:45:01.122Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-10T00:45:01.122Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-10T00:45:01.122Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-10T00:45:01.122Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-10T00:45:01.122Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-10T00:45:01.122Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-10T00:45:01.122Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-10T00:45:01.122Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-10T00:45:01.122Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-10T00:45:01.122Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-10T00:45:01.122Z] ubuntu-keyring util-linux [2021-01-10T00:45:01.122Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-10T00:45:01.122Z] Need to get 63.7 MB of archives. [2021-01-10T00:45:01.122Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-10T00:45:01.122Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-10T00:45:01.122Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-130.134 [988 kB] [2021-01-10T00:45:02.075Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-10T00:45:02.075Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-10T00:45:02.075Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-10T00:45:02.075Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-10T00:45:02.075Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-10T00:45:02.075Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-10T00:45:02.075Z] 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-10T00:45:02.075Z] 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-10T00:45:02.075Z] 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-10T00:45:02.075Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-10T00:45:02.337Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-10T00:45:02.337Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-10T00:45:02.337Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-10T00:45:02.337Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-10T00:45:02.337Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-10T00:45:02.337Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-10T00:45:02.337Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-10T00:45:02.601Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-10T00:45:02.601Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-10T00:45:02.601Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2021-01-10T00:45:02.601Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-10T00:45:02.601Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-10T00:45:02.601Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-10T00:45:02.601Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-10T00:45:02.601Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-10T00:45:02.601Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-10T00:45:02.601Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-10T00:45:02.601Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-10T00:45:02.601Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-10T00:45:02.601Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-10T00:45:02.601Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-10T00:45:02.864Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-10T00:45:02.864Z] 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-10T00:45:02.864Z] 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-10T00:45:02.864Z] 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-10T00:45:02.864Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-10T00:45:03.126Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2021-01-10T00:45:03.126Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-01-10T00:45:03.126Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-10T00:45:03.126Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-10T00:45:03.126Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-10T00:45:03.126Z] 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-10T00:45:03.126Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-10T00:45:03.126Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-10T00:45:03.126Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-10T00:45:03.126Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-10T00:45:03.126Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-10T00:45:03.126Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-10T00:45:03.126Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-10T00:45:03.126Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-10T00:45:03.126Z] 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-10T00:45:03.126Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-10T00:45:03.126Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-10T00:45:03.126Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-10T00:45:03.126Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-10T00:45:03.126Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-10T00:45:03.126Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-10T00:45:03.388Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-10T00:45:03.388Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-10T00:45:03.388Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-10T00:45:03.388Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-10T00:45:03.388Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-10T00:45:03.388Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-10T00:45:03.388Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-10T00:45:03.388Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-10T00:45:03.388Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-10T00:45:03.388Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-10T00:45:03.388Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-10T00:45:03.388Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-10T00:45:03.388Z] 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-10T00:45:03.388Z] 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-10T00:45:03.388Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-10T00:45:03.648Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-10T00:45:03.648Z] 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-10T00:45:03.648Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-10T00:45:03.648Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-10T00:45:03.648Z] 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-10T00:45:03.648Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-10T00:45:03.648Z] 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-10T00:45:03.648Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-10T00:45:03.910Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-10T00:45:03.910Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-10T00:45:03.910Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-10T00:45:03.910Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-10T00:45:03.910Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-10T00:45:03.910Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-10T00:45:04.859Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-10T00:45:05.808Z] 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-10T00:45:05.808Z] 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-10T00:45:05.808Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-10T00:45:06.748Z] 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-10T00:45:06.748Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-10T00:45:06.748Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-10T00:45:06.748Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-10T00:45:06.748Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-10T00:45:06.748Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-10T00:45:06.748Z] Fetched 63.7 MB in 6s (11.4 MB/s) [2021-01-10T00:45:06.748Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:45:06.748Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-10T00:45:06.748Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-10T00:45:07.318Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-10T00:45:07.580Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-10T00:45:07.580Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-130.134_amd64.deb ... [2021-01-10T00:45:07.580Z] Unpacking linux-libc-dev:amd64 (4.15.0-130.134) over (4.15.0-20.21) ... [2021-01-10T00:45:08.530Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-10T00:45:08.530Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-10T00:45:08.530Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-10T00:45:08.530Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-10T00:45:08.791Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-10T00:45:08.791Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-10T00:45:08.791Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-10T00:45:08.791Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-10T00:45:09.051Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-10T00:45:09.051Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-10T00:45:09.051Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-10T00:45:09.051Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-10T00:45:09.312Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-10T00:45:09.312Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-10T00:45:09.312Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-10T00:45:09.572Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-10T00:45:09.572Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-10T00:45:09.572Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-10T00:45:09.572Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-10T00:45:09.833Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-10T00:45:09.833Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-10T00:45:09.833Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-10T00:45:09.833Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-10T00:45:09.833Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-10T00:45:10.094Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-10T00:45:10.094Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-10T00:45:10.094Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-10T00:45:10.354Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-10T00:45:10.354Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-10T00:45:10.354Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-10T00:45:10.925Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-10T00:45:10.925Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-10T00:45:10.925Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-10T00:45:11.185Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-10T00:45:11.185Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-10T00:45:11.185Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-10T00:45:11.446Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-10T00:45:11.446Z] Installing new version of config file /etc/issue ... [2021-01-10T00:45:11.446Z] Installing new version of config file /etc/issue.net ... [2021-01-10T00:45:11.446Z] Installing new version of config file /etc/lsb-release ... [2021-01-10T00:45:11.446Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-10T00:45:11.707Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-10T00:45:11.707Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-10T00:45:11.707Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-10T00:45:11.968Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:45:11.968Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-10T00:45:11.968Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-10T00:45:12.231Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-10T00:45:12.231Z] 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-10T00:45:12.231Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:45:12.231Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-10T00:45:12.231Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-10T00:45:12.491Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-10T00:45:12.491Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:45:12.491Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2021-01-10T00:45:12.491Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2021-01-10T00:45:12.751Z] Setting up tar (1.29b-2ubuntu0.1) ... [2021-01-10T00:45:12.751Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:45:12.752Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-10T00:45:12.752Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-10T00:45:13.013Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-10T00:45:13.274Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:45:13.274Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-10T00:45:13.274Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-10T00:45:13.274Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-10T00:45:13.274Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:45:13.274Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-10T00:45:13.274Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-10T00:45:13.534Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-10T00:45:13.534Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:45:13.534Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-10T00:45:13.794Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-10T00:45:13.794Z] Setting up grep (3.1-2build1) ... [2021-01-10T00:45:13.794Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:45:13.794Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-10T00:45:14.055Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-10T00:45:14.055Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-10T00:45:14.055Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:45:14.055Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-10T00:45:14.317Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-10T00:45:14.317Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-10T00:45:14.317Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:45:14.317Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-10T00:45:14.317Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-10T00:45:14.888Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-10T00:45:14.888Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-10T00:45:14.888Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-10T00:45:15.150Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-10T00:45:15.722Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-10T00:45:15.722Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:45:15.722Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-10T00:45:15.722Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-10T00:45:16.663Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-10T00:45:16.663Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-10T00:45:16.663Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-10T00:45:16.663Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-10T00:45:16.927Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-10T00:45:16.927Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:45:16.927Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-10T00:45:16.927Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-10T00:45:17.188Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-10T00:45:17.188Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:45:17.188Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-10T00:45:17.188Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-10T00:45:17.449Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-10T00:45:17.449Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:45:17.449Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-10T00:45:17.449Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-10T00:45:17.711Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-10T00:45:17.712Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:45:17.712Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-10T00:45:17.712Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-10T00:45:17.988Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-10T00:45:17.988Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:45:17.988Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-10T00:45:17.988Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-10T00:45:18.249Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-10T00:45:18.249Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:45:18.249Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-10T00:45:18.249Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-10T00:45:18.510Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-10T00:45:18.510Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-10T00:45:18.510Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-10T00:45:18.770Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:45:18.770Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-10T00:45:18.770Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-10T00:45:18.770Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-10T00:45:19.031Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:45:19.031Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-10T00:45:19.031Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-10T00:45:19.031Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-10T00:45:19.293Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:45:19.293Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-10T00:45:19.293Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-10T00:45:19.554Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-10T00:45:19.554Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:45:19.554Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-10T00:45:19.554Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-10T00:45:20.124Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-10T00:45:20.384Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-10T00:45:20.648Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-10T00:45:20.648Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:45:20.648Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-10T00:45:20.648Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-10T00:45:20.910Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-10T00:45:21.173Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:45:21.173Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-10T00:45:21.173Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-10T00:45:21.173Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-10T00:45:21.434Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T00:45:21.434Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-10T00:45:21.434Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-10T00:45:21.434Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-10T00:45:22.006Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T00:45:22.006Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-10T00:45:22.006Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-10T00:45:22.006Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-10T00:45:22.267Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T00:45:22.267Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-10T00:45:22.267Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-10T00:45:22.267Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-10T00:45:22.267Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T00:45:22.267Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-10T00:45:22.528Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-10T00:45:22.528Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-10T00:45:22.833Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T00:45:22.833Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-10T00:45:22.833Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-10T00:45:23.094Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2021-01-10T00:45:23.094Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-10T00:45:23.094Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-10T00:45:23.094Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-10T00:45:23.356Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-10T00:45:23.356Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T00:45:23.356Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-10T00:45:23.356Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-10T00:45:24.731Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-10T00:45:24.731Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T00:45:24.731Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-10T00:45:24.731Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-10T00:45:24.731Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-10T00:45:24.731Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T00:45:24.731Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-10T00:45:24.731Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-10T00:45:24.731Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-10T00:45:24.731Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T00:45:24.731Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-10T00:45:24.731Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-10T00:45:24.731Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-10T00:45:24.731Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T00:45:24.731Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-10T00:45:24.731Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-10T00:45:24.992Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-10T00:45:25.253Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T00:45:25.253Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-10T00:45:25.512Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-10T00:45:25.512Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-10T00:45:25.773Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T00:45:25.773Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-10T00:45:25.773Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-10T00:45:25.773Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-10T00:45:26.034Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T00:45:26.034Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-10T00:45:26.034Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-10T00:45:26.034Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-10T00:45:26.034Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T00:45:26.034Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-10T00:45:26.295Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-10T00:45:26.295Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-10T00:45:26.295Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T00:45:26.295Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-10T00:45:26.556Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-10T00:45:26.556Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-10T00:45:26.556Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T00:45:26.556Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-10T00:45:26.824Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-10T00:45:26.824Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-10T00:45:26.824Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T00:45:26.824Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-10T00:45:26.824Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-10T00:45:27.085Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-10T00:45:27.085Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-10T00:45:27.085Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-10T00:45:27.085Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-10T00:45:27.345Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-10T00:45:27.345Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-10T00:45:27.607Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-10T00:45:27.607Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-10T00:45:27.607Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-10T00:45:27.876Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-10T00:45:27.876Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-10T00:45:27.876Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-10T00:45:28.137Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-10T00:45:28.137Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-10T00:45:28.137Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-10T00:45:28.137Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-10T00:45:28.137Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-10T00:45:28.137Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-10T00:45:28.398Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-10T00:45:28.398Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-10T00:45:28.398Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-10T00:45:28.398Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-10T00:45:28.659Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-10T00:45:28.659Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-10T00:45:28.919Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-10T00:45:28.919Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-10T00:45:29.492Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-10T00:45:29.492Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-10T00:45:29.753Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-10T00:45:29.753Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-10T00:45:29.753Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-10T00:45:29.753Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-10T00:45:30.020Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-10T00:45:30.282Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-10T00:45:30.282Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-10T00:45:30.282Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-10T00:45:30.853Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-10T00:45:30.853Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-10T00:45:31.113Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-10T00:45:31.113Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-10T00:45:31.113Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-10T00:45:31.113Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-10T00:45:31.375Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-10T00:45:31.375Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-10T00:45:31.375Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-10T00:45:31.635Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-10T00:45:32.576Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-10T00:45:32.576Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-10T00:45:33.516Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-10T00:45:33.516Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-10T00:45:34.088Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-10T00:45:34.088Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-10T00:45:34.349Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-10T00:45:34.349Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-10T00:45:35.292Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-10T00:45:35.292Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-10T00:45:35.292Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-10T00:45:35.559Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-10T00:45:35.559Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-10T00:45:35.559Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-10T00:45:35.823Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-10T00:45:35.823Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-10T00:45:35.823Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-10T00:45:35.823Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-10T00:45:36.087Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-10T00:45:36.087Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-10T00:45:36.087Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-10T00:45:36.087Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-10T00:45:36.087Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-10T00:45:36.351Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-10T00:45:36.351Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-10T00:45:36.351Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-10T00:45:36.351Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-10T00:45:36.351Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-10T00:45:36.614Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-10T00:45:36.614Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-10T00:45:36.614Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-10T00:45:36.614Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-10T00:45:36.614Z] [2021-01-10T00:45:36.614Z] Current default time zone: 'Etc/UTC' [2021-01-10T00:45:36.614Z] Local time is now: Sun Jan 10 00:45:36 UTC 2021. [2021-01-10T00:45:36.614Z] Universal Time is now: Sun Jan 10 00:45:36 UTC 2021. [2021-01-10T00:45:36.614Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-10T00:45:36.614Z] [2021-01-10T00:45:36.614Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2021-01-10T00:45:36.882Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-10T00:45:36.882Z] Setting up linux-libc-dev:amd64 (4.15.0-130.134) ... [2021-01-10T00:45:36.882Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-10T00:45:36.882Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-10T00:45:36.882Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-10T00:45:36.882Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-10T00:45:36.882Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-10T00:45:36.883Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-10T00:45:36.883Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-10T00:45:37.146Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-10T00:45:37.146Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-10T00:45:37.410Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-10T00:45:37.410Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-10T00:45:37.410Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-10T00:45:37.410Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-10T00:45:37.410Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-10T00:45:37.410Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-10T00:45:37.410Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-10T00:45:37.410Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-10T00:45:37.410Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-10T00:45:37.410Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-10T00:45:37.410Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-10T00:45:39.332Z] Updating certificates in /etc/ssl/certs... [2021-01-10T00:45:40.274Z] 22 added, 17 removed; done. [2021-01-10T00:45:40.274Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-10T00:45:40.274Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-10T00:45:40.274Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-10T00:45:40.274Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-10T00:45:40.274Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-10T00:45:40.274Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-10T00:45:40.274Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-10T00:45:40.535Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-10T00:45:40.535Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-10T00:45:40.535Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-10T00:45:40.535Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-10T00:45:40.535Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-10T00:45:40.535Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-10T00:45:40.535Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-10T00:45:40.535Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-10T00:45:40.535Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-10T00:45:40.795Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-10T00:45:40.795Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-10T00:45:40.795Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-10T00:45:40.795Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-10T00:45:40.795Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-10T00:45:40.795Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-10T00:45:41.055Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-10T00:45:41.055Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-10T00:45:41.055Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-10T00:45:41.055Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-10T00:45:41.055Z] Updating certificates in /etc/ssl/certs... [2021-01-10T00:45:41.624Z] 0 added, 0 removed; done. [2021-01-10T00:45:41.624Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-10T00:45:41.624Z] done. [2021-01-10T00:45:42.194Z] Reading package lists... [2021-01-10T00:45:42.194Z] Building dependency tree... [2021-01-10T00:45:42.194Z] Reading state information... [2021-01-10T00:45:42.454Z] The following NEW packages will be installed: [2021-01-10T00:45:42.454Z] apt-transport-https [2021-01-10T00:45:42.454Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-10T00:45:42.454Z] Need to get 1696 B of archives. [2021-01-10T00:45:42.454Z] After this operation, 153 kB of additional disk space will be used. [2021-01-10T00:45:42.454Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-10T00:45:42.714Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-10T00:45:42.715Z] Fetched 1696 B in 0s (9425 B/s) [2021-01-10T00:45:42.715Z] Selecting previously unselected package apt-transport-https. [2021-01-10T00:45:42.715Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-10T00:45:42.715Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-10T00:45:42.715Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-10T00:45:42.715Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-10T00:45:42.974Z] Waiting for network to be ready... [2021-01-10T00:45:48.264Z] 2021-01-10T00:45:45Z INFO Waiting for automatic snapd restart... [2021-01-10T00:45:48.264Z] snapd 2.48.2 from Canonical* installed [2021-01-10T00:45:49.208Z] "snapd" switched to the "latest/stable" channel [2021-01-10T00:45:49.208Z] [2021-01-10T00:45:51.753Z] core18 20201210 from Canonical* installed [2021-01-10T00:45:52.013Z] "core18" switched to the "latest/stable" channel [2021-01-10T00:45:52.013Z] [2021-01-10T00:45:55.312Z] snapcraft 4.4.4 from Canonical* installed [2021-01-10T00:45:55.312Z] "snapcraft" switched to the "latest/stable" channel [2021-01-10T00:45:55.312Z] [2021-01-10T00:45:58.616Z] 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-10T00:45:58.616Z] - README.md [2021-01-10T00:45:58.616Z] - snapcraft.yaml.orig [2021-01-10T00:45:58.616Z] [2021-01-10T00:45:58.616Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-10T00:46:05.201Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-10T00:46:05.201Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-10T00:46:05.201Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-10T00:46:05.201Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-10T00:46:06.141Z] Reading package lists... [2021-01-10T00:46:06.402Z] 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-10T00:46:12.999Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-10T00:46:12.999Z] Reading package lists... [2021-01-10T00:46:12.999Z] Building dependency tree... [2021-01-10T00:46:12.999Z] Reading state information... [2021-01-10T00:46:12.999Z] Suggested packages: [2021-01-10T00:46:12.999Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-10T00:46:12.999Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-10T00:46:12.999Z] Recommended packages: [2021-01-10T00:46:12.999Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-10T00:46:12.999Z] The following NEW packages will be installed: [2021-01-10T00:46:12.999Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-10T00:46:12.999Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-10T00:46:12.999Z] pkg-config zip [2021-01-10T00:46:12.999Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-10T00:46:12.999Z] Need to get 7655 kB of archives. [2021-01-10T00:46:12.999Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-10T00:46:12.999Z] 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-10T00:46:12.999Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-10T00:46:12.999Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-10T00:46:12.999Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-10T00:46:12.999Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-10T00:46:13.270Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-10T00:46:13.270Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-10T00:46:13.270Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-10T00:46:13.539Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-10T00:46:13.539Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-10T00:46:13.539Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-10T00:46:13.802Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-10T00:46:13.802Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-10T00:46:13.802Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-10T00:46:13.802Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-10T00:46:13.802Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-10T00:46:13.802Z] Fetched 7655 kB in 1s (8758 kB/s) [2021-01-10T00:46:14.063Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-10T00:46:14.063Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-10T00:46:14.063Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-10T00:46:14.063Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-10T00:46:14.063Z] Selecting previously unselected package libpsl5:amd64. [2021-01-10T00:46:14.063Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-10T00:46:14.063Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-10T00:46:14.323Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-10T00:46:14.323Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-10T00:46:14.323Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-10T00:46:14.323Z] Selecting previously unselected package librtmp1:amd64. [2021-01-10T00:46:14.323Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-10T00:46:14.323Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-10T00:46:14.583Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-10T00:46:14.583Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-10T00:46:14.583Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-10T00:46:14.583Z] Selecting previously unselected package liberror-perl. [2021-01-10T00:46:14.583Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-10T00:46:14.583Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-10T00:46:14.583Z] Selecting previously unselected package git-man. [2021-01-10T00:46:14.583Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-10T00:46:14.583Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-10T00:46:14.843Z] Selecting previously unselected package git. [2021-01-10T00:46:14.843Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-10T00:46:14.843Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-10T00:46:15.789Z] Selecting previously unselected package libnorm1:amd64. [2021-01-10T00:46:15.789Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-10T00:46:15.789Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-10T00:46:15.789Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-10T00:46:15.789Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-10T00:46:15.789Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-10T00:46:15.789Z] Selecting previously unselected package libsodium23:amd64. [2021-01-10T00:46:15.789Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-10T00:46:15.789Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-10T00:46:15.789Z] Selecting previously unselected package libzmq5:amd64. [2021-01-10T00:46:15.789Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-10T00:46:15.789Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-10T00:46:16.049Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-10T00:46:16.049Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-10T00:46:16.049Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-10T00:46:16.049Z] Selecting previously unselected package pkg-config. [2021-01-10T00:46:16.049Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-10T00:46:16.049Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-10T00:46:16.309Z] Selecting previously unselected package zip. [2021-01-10T00:46:16.309Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-10T00:46:16.309Z] Unpacking zip (3.0-11build1) ... [2021-01-10T00:46:16.309Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-10T00:46:16.309Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-10T00:46:16.309Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-10T00:46:16.309Z] Setting up liberror-perl (0.17025-1) ... [2021-01-10T00:46:16.309Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-10T00:46:16.309Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-10T00:46:16.569Z] No schema files found: doing nothing. [2021-01-10T00:46:16.569Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-10T00:46:16.569Z] Setting up zip (3.0-11build1) ... [2021-01-10T00:46:16.569Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-10T00:46:16.569Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-10T00:46:16.569Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-10T00:46:16.569Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-10T00:46:16.569Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-10T00:46:16.569Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-10T00:46:16.569Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-10T00:46:16.569Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-10T00:46:23.170Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-10T00:46:23.170Z] git set to automatically installed. [2021-01-10T00:46:23.170Z] git-man set to automatically installed. [2021-01-10T00:46:23.170Z] libcurl3-gnutls set to automatically installed. [2021-01-10T00:46:23.170Z] liberror-perl set to automatically installed. [2021-01-10T00:46:23.170Z] libglib2.0-0 set to automatically installed. [2021-01-10T00:46:23.170Z] libnghttp2-14 set to automatically installed. [2021-01-10T00:46:23.170Z] libnorm1 set to automatically installed. [2021-01-10T00:46:23.170Z] libpgm-5.2-0 set to automatically installed. [2021-01-10T00:46:23.170Z] libpsl5 set to automatically installed. [2021-01-10T00:46:23.170Z] librtmp1 set to automatically installed. [2021-01-10T00:46:23.170Z] libsodium23 set to automatically installed. [2021-01-10T00:46:23.170Z] libzmq3-dev set to automatically installed. [2021-01-10T00:46:23.170Z] libzmq5 set to automatically installed. [2021-01-10T00:46:23.170Z] pkg-config set to automatically installed. [2021-01-10T00:46:23.170Z] zip set to automatically installed. [2021-01-10T00:46:25.082Z] snapd is not logged in, snap install commands will use sudo [2021-01-10T00:46:27.853Z] 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-10T00:46:31.279Z] Removing intermediate container afd3d5fa65ff [2021-01-10T00:46:31.279Z] ---> cca22d542f33 [2021-01-10T00:46:31.279Z] [2021-01-10T00:46:31.279Z] Step 10/22 : FROM alpine:3.12 [2021-01-10T00:46:31.279Z] 3.12: Pulling from library/alpine [2021-01-10T00:46:31.668Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-10T00:46:31.668Z] snap "core18" has no updates available [2021-01-10T00:46:32.236Z] Pulling config-common [2021-01-10T00:46:32.741Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-10T00:46:33.018Z] Status: Downloaded newer image for alpine:3.12 [2021-01-10T00:46:33.018Z] ---> afeebe901d6b [2021-01-10T00:46:33.018Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-10T00:46:33.186Z] Pulling go-build-helper [2021-01-10T00:46:34.020Z] ---> Running in b5884ce2fed1 [2021-01-10T00:46:35.017Z] Removing intermediate container 2b3094aa25e1 [2021-01-10T00:46:35.017Z] ---> fcba3fcebe67 [2021-01-10T00:46:35.017Z] [2021-01-10T00:46:35.017Z] Step 10/24 : FROM alpine:3.12 [2021-01-10T00:46:35.017Z] ---> afeebe901d6b [2021-01-10T00:46:35.017Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-10T00:46:36.015Z] Removing intermediate container 4d6bed38a69b [2021-01-10T00:46:36.015Z] ---> 528398c08d3a [2021-01-10T00:46:36.015Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-10T00:46:36.015Z] ---> Running in 9b6e6800ebdc [2021-01-10T00:46:36.303Z] Removing intermediate container 03c3c022f2b1 [2021-01-10T00:46:36.303Z] ---> 78a99c48aee5 [2021-01-10T00:46:36.303Z] [2021-01-10T00:46:36.303Z] Step 10/24 : FROM scratch [2021-01-10T00:46:36.303Z] ---> [2021-01-10T00:46:36.303Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-10T00:46:36.303Z] ---> Running in 7d1b08e00b9a [2021-01-10T00:46:36.586Z] ---> Running in b2461642d0ea [2021-01-10T00:46:36.863Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T00:46:37.147Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T00:46:37.147Z] Removing intermediate container 3348d31c93cb [2021-01-10T00:46:37.147Z] ---> afc73d949328 [2021-01-10T00:46:37.147Z] [2021-01-10T00:46:37.147Z] Step 10/22 : FROM scratch [2021-01-10T00:46:37.147Z] ---> [2021-01-10T00:46:37.147Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-10T00:46:37.543Z] ---> Running in 6fe577b4b980 [2021-01-10T00:46:37.891Z] Removing intermediate container b2461642d0ea [2021-01-10T00:46:37.891Z] ---> 3232b63849bf [2021-01-10T00:46:37.891Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-10T00:46:37.891Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-10T00:46:38.207Z] ---> Running in eb102e843329 [2021-01-10T00:46:38.207Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-10T00:46:38.207Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-10T00:46:38.207Z] (4/5) Installing curl (7.69.1-r3) [2021-01-10T00:46:38.207Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-10T00:46:38.207Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T00:46:38.207Z] Executing ca-certificates-20191127-r4.trigger [2021-01-10T00:46:38.511Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T00:46:38.800Z] OK: 7 MiB in 19 packages [2021-01-10T00:46:38.800Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T00:46:39.101Z] Removing intermediate container 6fe577b4b980 [2021-01-10T00:46:39.101Z] ---> bf5c1db9dfb1 [2021-01-10T00:46:39.101Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-10T00:46:39.101Z] Removing intermediate container eb102e843329 [2021-01-10T00:46:39.101Z] ---> d7306cddd74d [2021-01-10T00:46:39.101Z] 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-10T00:46:39.101Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-10T00:46:39.387Z] ---> Running in 4c80425298af [2021-01-10T00:46:39.387Z] ---> Running in d62dabdf0a1c [2021-01-10T00:46:39.712Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-10T00:46:39.712Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-10T00:46:39.712Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-10T00:46:40.001Z] (4/5) Installing curl (7.69.1-r3) [2021-01-10T00:46:40.001Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-10T00:46:40.001Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T00:46:40.001Z] Executing ca-certificates-20191127-r4.trigger [2021-01-10T00:46:40.288Z] OK: 7 MiB in 19 packages [2021-01-10T00:46:40.582Z] Removing intermediate container 4c80425298af [2021-01-10T00:46:40.582Z] ---> 4f68b83ab10f [2021-01-10T00:46:40.582Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-10T00:46:40.866Z] ---> Running in 750874fcad70 [2021-01-10T00:46:40.866Z] Removing intermediate container d62dabdf0a1c [2021-01-10T00:46:40.866Z] ---> 22a89b7dd9e6 [2021-01-10T00:46:40.866Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-10T00:46:41.864Z] Removing intermediate container b5884ce2fed1 [2021-01-10T00:46:41.864Z] ---> 1e22b1099f38 [2021-01-10T00:46:41.864Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-10T00:46:41.864Z] Removing intermediate container 750874fcad70 [2021-01-10T00:46:41.864Z] ---> 5cfa7c29f079 [2021-01-10T00:46:41.864Z] Step 14/22 : WORKDIR / [2021-01-10T00:46:42.154Z] ---> Running in 895766f98af8 [2021-01-10T00:46:42.154Z] ---> Running in ca56088a0351 [2021-01-10T00:46:42.154Z] ---> e0fe7d6bc5b6 [2021-01-10T00:46:42.154Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-10T00:46:43.173Z] Removing intermediate container ca56088a0351 [2021-01-10T00:46:43.173Z] ---> ec89ccc99695 [2021-01-10T00:46:43.173Z] Step 13/22 : WORKDIR / [2021-01-10T00:46:43.173Z] Removing intermediate container 895766f98af8 [2021-01-10T00:46:43.173Z] ---> 001f24db2b36 [2021-01-10T00:46:43.173Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-10T00:46:43.451Z] ---> Running in 59c8d69a9d71 [2021-01-10T00:46:43.451Z] Removing intermediate container 9b6e6800ebdc [2021-01-10T00:46:43.451Z] ---> 1905c2efd2f1 [2021-01-10T00:46:43.451Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-10T00:46:43.735Z] ---> Running in 41f1aef211cc [2021-01-10T00:46:44.339Z] ---> f1f3000e273a [2021-01-10T00:46:44.339Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-10T00:46:44.339Z] Removing intermediate container 59c8d69a9d71 [2021-01-10T00:46:44.339Z] ---> 9d443908b1b5 [2021-01-10T00:46:44.339Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-10T00:46:44.612Z] ---> 010da615c09c [2021-01-10T00:46:44.612Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-10T00:46:44.612Z] Removing intermediate container 41f1aef211cc [2021-01-10T00:46:44.612Z] ---> c63028e4af10 [2021-01-10T00:46:44.612Z] Step 13/24 : WORKDIR / [2021-01-10T00:46:44.884Z] ---> Running in 054cc6e46a5d [2021-01-10T00:46:44.884Z] Removing intermediate container 7d1b08e00b9a [2021-01-10T00:46:44.884Z] ---> 893f9205e6c9 [2021-01-10T00:46:44.884Z] [2021-01-10T00:46:44.884Z] Step 11/26 : FROM docker:20.10.0 [2021-01-10T00:46:45.159Z] 20.10.0: Pulling from library/docker [2021-01-10T00:46:45.756Z] ---> 6fea225da002 [2021-01-10T00:46:45.756Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-10T00:46:46.034Z] Removing intermediate container 054cc6e46a5d [2021-01-10T00:46:46.034Z] ---> f861e4256250 [2021-01-10T00:46:46.034Z] 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-10T00:46:46.627Z] ---> c243afd15db3 [2021-01-10T00:46:46.627Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-10T00:46:46.899Z] ---> 7576c938f817 [2021-01-10T00:46:46.899Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-10T00:46:47.884Z] ---> 9942abe21173 [2021-01-10T00:46:47.884Z] 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-10T00:46:48.169Z] ---> 98165f65b419 [2021-01-10T00:46:48.169Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-10T00:46:48.445Z] ---> 9bb4424a7c12 [2021-01-10T00:46:48.445Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-10T00:46:48.445Z] ---> a8ce550e3c6c [2021-01-10T00:46:48.445Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-10T00:46:49.056Z] ---> Running in 4b6ef3e83289 [2021-01-10T00:46:49.056Z] ---> 6cae4d346527 [2021-01-10T00:46:49.056Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-10T00:46:49.665Z] ---> a22f049eebb5 [2021-01-10T00:46:49.665Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-10T00:46:49.944Z] Removing intermediate container 4b6ef3e83289 [2021-01-10T00:46:49.944Z] ---> e2bd1c07f2a3 [2021-01-10T00:46:49.944Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-10T00:46:50.540Z] ---> Running in f47cf05eaedb [2021-01-10T00:46:51.161Z] ---> 6c474e188f02 [2021-01-10T00:46:51.161Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-10T00:46:51.161Z] ---> 54943a29a10f [2021-01-10T00:46:51.161Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-10T00:46:51.438Z] Removing intermediate container f47cf05eaedb [2021-01-10T00:46:51.438Z] ---> b221e27e98c6 [2021-01-10T00:46:51.438Z] Step 20/22 : LABEL arch=arm64 [2021-01-10T00:46:51.719Z] ---> 43e4b9797e5e [2021-01-10T00:46:51.719Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-10T00:46:51.991Z] ---> Running in 775390a8ca4e [2021-01-10T00:46:52.265Z] ---> Running in d8f8c4a4d4f8 [2021-01-10T00:46:52.862Z] ---> 3643b2120c0a [2021-01-10T00:46:52.862Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-10T00:46:53.462Z] ---> 9170004b223d [2021-01-10T00:46:53.462Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-10T00:46:53.462Z] ---> Running in 7c3f8cc39c43 [2021-01-10T00:46:53.462Z] Removing intermediate container 775390a8ca4e [2021-01-10T00:46:53.462Z] ---> b7c4281bd94d [2021-01-10T00:46:53.462Z] Step 21/22 : LABEL git_sha=deb86337347644d0a3a7530894faa52175924aa7 [2021-01-10T00:46:53.737Z] ---> Running in fd8f0f1dd897 [2021-01-10T00:46:54.727Z] Removing intermediate container 7c3f8cc39c43 [2021-01-10T00:46:54.727Z] ---> 4f0d5cf0fedd [2021-01-10T00:46:54.727Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-10T00:46:55.003Z] Removing intermediate container fd8f0f1dd897 [2021-01-10T00:46:55.003Z] ---> 84a65638b6fa [2021-01-10T00:46:55.003Z] Step 22/22 : LABEL version=0.0.0 [2021-01-10T00:46:55.174Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-10T00:46:55.174Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-10T00:46:55.174Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-10T00:46:55.174Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1496 kB] [2021-01-10T00:46:55.174Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-10T00:46:55.174Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-10T00:46:55.174Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-10T00:46:55.174Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-10T00:46:55.174Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] [2021-01-10T00:46:55.174Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-10T00:46:55.174Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-10T00:46:55.174Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-10T00:46:55.174Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-10T00:46:55.174Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-10T00:46:55.174Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [204 kB] [2021-01-10T00:46:55.175Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [27.0 kB] [2021-01-10T00:46:55.175Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] [2021-01-10T00:46:55.175Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-10T00:46:55.175Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-10T00:46:55.175Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1833 kB] [2021-01-10T00:46:55.175Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] [2021-01-10T00:46:55.175Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-10T00:46:55.175Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-10T00:46:55.175Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] [2021-01-10T00:46:55.175Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] [2021-01-10T00:46:55.175Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-10T00:46:55.175Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-10T00:46:55.175Z] Fetched 23.7 MB in 0s (0 B/s) [2021-01-10T00:46:55.175Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-10T00:46:55.175Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-10T00:46:55.175Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-10T00:46:55.175Z] Fetched 279 kB in 0s (0 B/s) [2021-01-10T00:46:55.175Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-10T00:46:55.175Z] Fetched 122 kB in 0s (0 B/s) [2021-01-10T00:46:55.175Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-10T00:46:55.175Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-10T00:46:55.175Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-10T00:46:55.175Z] Fetched 8848 B in 0s (0 B/s) [2021-01-10T00:46:55.175Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-10T00:46:55.175Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-10T00:46:55.175Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-10T00:46:55.175Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-10T00:46:55.175Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-10T00:46:55.175Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-10T00:46:55.175Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-10T00:46:55.175Z] Fetched 214 kB in 0s (0 B/s) [2021-01-10T00:46:55.175Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-10T00:46:55.175Z] Fetched 155 kB in 0s (0 B/s) [2021-01-10T00:46:55.175Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-10T00:46:55.175Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-10T00:46:55.175Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-10T00:46:55.175Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-10T00:46:55.175Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-10T00:46:55.175Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-10T00:46:55.175Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-10T00:46:55.175Z] Fetched 499 kB in 0s (0 B/s) [2021-01-10T00:46:55.175Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-10T00:46:55.175Z] Fetched 111 kB in 0s (0 B/s) [2021-01-10T00:46:55.175Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-10T00:46:55.175Z] Fetched 240 kB in 0s (0 B/s) [2021-01-10T00:46:55.175Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-10T00:46:55.175Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-10T00:46:55.175Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-10T00:46:55.175Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-10T00:46:55.175Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-10T00:46:55.175Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-10T00:46:55.175Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-10T00:46:55.175Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-10T00:46:55.175Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-10T00:46:55.175Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-10T00:46:55.175Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-10T00:46:55.175Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-10T00:46:55.175Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-10T00:46:55.175Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-10T00:46:55.175Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-10T00:46:55.175Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-10T00:46:55.175Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-10T00:46:55.175Z] Fetched 8720 B in 0s (0 B/s) [2021-01-10T00:46:55.175Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-10T00:46:55.175Z] Fetched 137 kB in 0s (0 B/s) [2021-01-10T00:46:55.175Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-10T00:46:55.175Z] Fetched 119 kB in 0s (0 B/s) [2021-01-10T00:46:55.175Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-10T00:46:55.175Z] Fetched 109 kB in 0s (0 B/s) [2021-01-10T00:46:55.175Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-10T00:46:55.175Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-10T00:46:55.175Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-10T00:46:55.175Z] Fetched 645 kB in 0s (0 B/s) [2021-01-10T00:46:55.175Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-10T00:46:55.175Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-10T00:46:55.175Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-10T00:46:55.175Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-10T00:46:55.175Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-10T00:46:55.175Z] Fetched 368 kB in 0s (0 B/s) [2021-01-10T00:46:55.175Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-10T00:46:55.175Z] Fetched 187 kB in 0s (0 B/s) [2021-01-10T00:46:55.175Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-10T00:46:55.175Z] Fetched 175 kB in 0s (0 B/s) [2021-01-10T00:46:55.175Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-10T00:46:55.282Z] ---> Running in 9f552b55ea2f [2021-01-10T00:46:55.882Z] ---> Running in d97940dba9b9 [2021-01-10T00:46:56.155Z] Removing intermediate container 9f552b55ea2f [2021-01-10T00:46:56.155Z] ---> 50d61134e524 [2021-01-10T00:46:56.155Z] Step 22/24 : LABEL arch=arm64 [2021-01-10T00:46:56.155Z] ---> 4ffb9e5ede6c [2021-01-10T00:46:56.155Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-10T00:46:56.756Z] ---> Running in b50d05d44761 [2021-01-10T00:46:56.756Z] Removing intermediate container d8f8c4a4d4f8 [2021-01-10T00:46:56.756Z] ---> a8ea25a3c03d [2021-01-10T00:46:56.756Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-10T00:46:56.756Z] Removing intermediate container d97940dba9b9 [2021-01-10T00:46:56.756Z] ---> 6b330d3ae8ce [2021-01-10T00:46:56.756Z] [2021-01-10T00:46:57.360Z] ---> Running in 24500c5bbbdb [2021-01-10T00:46:57.640Z] Successfully built 6b330d3ae8ce [2021-01-10T00:46:57.641Z] ---> b62f8a561f23 [2021-01-10T00:46:57.641Z] 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-10T00:46:57.641Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-10T00:46:57.641Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-01-10T00:46:57.928Z] Removing intermediate container b50d05d44761 [2021-01-10T00:46:57.928Z] ---> b8d6752ae7ce [2021-01-10T00:46:57.928Z] Step 23/24 : LABEL git_sha=deb86337347644d0a3a7530894faa52175924aa7 [2021-01-10T00:46:57.928Z] ---> Running in fa27e1e96bc3 [2021-01-10T00:46:58.205Z] ---> Running in 8dfaa2e7a487 [2021-01-10T00:46:58.205Z] Removing intermediate container 24500c5bbbdb [2021-01-10T00:46:58.205Z] ---> 59021e043f2f [2021-01-10T00:46:58.205Z] Step 20/22 : LABEL arch=arm64 [2021-01-10T00:46:58.477Z] Fetched 206 kB in 0s (0 B/s) [2021-01-10T00:46:58.477Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-10T00:46:58.477Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-10T00:46:58.477Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-10T00:46:58.477Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-10T00:46:58.477Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-10T00:46:58.477Z] Fetched 159 kB in 0s (0 B/s) [2021-01-10T00:46:58.477Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-10T00:46:58.477Z] Fetched 107 kB in 0s (0 B/s) [2021-01-10T00:46:58.477Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-10T00:46:58.477Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-10T00:46:58.477Z] Pulling static-packages [2021-01-10T00:46:58.486Z] ---> Running in abe8476ce5ba [2021-01-10T00:46:59.093Z] Removing intermediate container 8dfaa2e7a487 [2021-01-10T00:46:59.093Z] ---> bbd11a3d7141 [2021-01-10T00:46:59.093Z] Step 24/24 : LABEL version=0.0.0 [2021-01-10T00:46:59.417Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-01-10T00:46:59.417Z] Skipping pull go-build-helper (already ran) [2021-01-10T00:46:59.417Z] Skipping pull static-packages (already ran) [2021-01-10T00:46:59.417Z] Building go-build-helper [2021-01-10T00:46:59.712Z] ---> Running in 1e75c13b17b8 [2021-01-10T00:46:59.712Z] Removing intermediate container abe8476ce5ba [2021-01-10T00:46:59.712Z] ---> a1c9b8a3b6bc [2021-01-10T00:46:59.712Z] Step 21/22 : LABEL git_sha=deb86337347644d0a3a7530894faa52175924aa7 [2021-01-10T00:46:59.712Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-10T00:47:00.006Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-10T00:47:00.006Z] ---> eeaf43b92773 [2021-01-10T00:47:00.006Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-10T00:47:00.319Z] ---> Running in 7ce4120408ae [2021-01-10T00:47:00.599Z] ---> Running in a3ffa9721507 [2021-01-10T00:47:00.599Z] Removing intermediate container 1e75c13b17b8 [2021-01-10T00:47:00.599Z] ---> bb617404bae6 [2021-01-10T00:47:00.599Z] [2021-01-10T00:47:01.611Z] Successfully built bb617404bae6 [2021-01-10T00:47:01.611Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-10T00:47:01.611Z]  Building docker-support-notifications-go ... done Building docker-support-scheduler-go [2021-01-10T00:47:01.611Z] Removing intermediate container 7ce4120408ae [2021-01-10T00:47:01.611Z] ---> 327ac579a82c [2021-01-10T00:47:01.611Z] Step 22/22 : LABEL version=0.0.0 [2021-01-10T00:47:01.899Z] ---> Running in e4aa1982d0f7 [2021-01-10T00:47:02.899Z] Removing intermediate container fa27e1e96bc3 [2021-01-10T00:47:02.899Z] ---> 0f4a6443338a [2021-01-10T00:47:02.899Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-10T00:47:02.899Z] Removing intermediate container e4aa1982d0f7 [2021-01-10T00:47:02.899Z] ---> 67ed1fd48bc4 [2021-01-10T00:47:02.899Z] [2021-01-10T00:47:03.178Z] ---> Running in 0e64a466062c [2021-01-10T00:47:03.178Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T00:47:03.458Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T00:47:03.458Z] Successfully built 67ed1fd48bc4 [2021-01-10T00:47:03.458Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-10T00:47:03.458Z] Building docker-security-proxy-setup-go [2021-01-10T00:47:03.622Z] Building static-packages [2021-01-10T00:47:04.111Z]  Building docker-security-bootstrap-redis-go ... done (1/2) Installing readline (8.0.4-r0) [2021-01-10T00:47:04.111Z] (2/2) Installing bash (5.0.17-r0) [2021-01-10T00:47:04.111Z] Removing intermediate container 0e64a466062c [2021-01-10T00:47:04.111Z] ---> a5a4b30c8832 [2021-01-10T00:47:04.111Z] Step 22/24 : LABEL arch=arm64 [2021-01-10T00:47:04.111Z] Executing bash-5.0.17-r0.post-install [2021-01-10T00:47:04.111Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T00:47:04.111Z] OK: 12 MiB in 22 packages [2021-01-10T00:47:04.395Z] ---> Running in a872d9624fc7 [2021-01-10T00:47:05.006Z] Staging go-build-helper [2021-01-10T00:47:05.390Z] Removing intermediate container a872d9624fc7 [2021-01-10T00:47:05.390Z] ---> 448237512fa8 [2021-01-10T00:47:05.390Z] Step 23/24 : LABEL git_sha=deb86337347644d0a3a7530894faa52175924aa7 [2021-01-10T00:47:05.577Z] Staging static-packages [2021-01-10T00:47:05.999Z] ---> Running in bf8c74a2d3c3 [2021-01-10T00:47:06.520Z] Pulling go115 [2021-01-10T00:47:06.992Z] Removing intermediate container a3ffa9721507 [2021-01-10T00:47:06.993Z] ---> ec24fbb0c8da [2021-01-10T00:47:06.993Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-10T00:47:07.462Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-10T00:47:07.462Z] Skipping pull go115 (already ran) [2021-01-10T00:47:07.462Z] Building go115 [2021-01-10T00:47:07.462Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-10T00:47:07.462Z] Dload Upload Total Spent Left Speed [2021-01-10T00:47:08.449Z] Removing intermediate container bf8c74a2d3c3 [2021-01-10T00:47:08.449Z] ---> 1bc9527dbf96 [2021-01-10T00:47:08.449Z] Step 24/24 : LABEL version=0.0.0 [2021-01-10T00:47:09.060Z] ---> Running in 1fda3ff188b9 [2021-01-10T00:47:09.348Z] ---> Running in 3b80ee3c0b37 [2021-01-10T00:47:09.958Z] Removing intermediate container 1fda3ff188b9 [2021-01-10T00:47:09.959Z] ---> cb8a06225e05 [2021-01-10T00:47:09.959Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-10T00:47:10.226Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 10 115M 10 12.2M 0 0 27.8M 0 0:00:04 --:--:-- 0:00:04 27.7M 49 115M 49 56.6M 0 0 39.2M 0 0:00:02 0:00:01 0:00:01 39.2M 86 115M 86 99.8M 0 0 40.8M 0 0:00:02 0:00:02 --:--:-- 40.8M 100 115M 100 115M 0 0 41.9M 0 0:00:02 0:00:02 --:--:-- 41.9M [2021-01-10T00:47:10.237Z] ---> Running in a06e1022a44f [2021-01-10T00:47:10.512Z] Removing intermediate container 3b80ee3c0b37 [2021-01-10T00:47:10.512Z] ---> 27212e94bc29 [2021-01-10T00:47:10.512Z] [2021-01-10T00:47:10.784Z] Successfully built 27212e94bc29 [2021-01-10T00:47:10.784Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-10T00:47:10.794Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-10T00:47:11.063Z] Building docker-core-metadata-go [2021-01-10T00:47:11.064Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container a06e1022a44f [2021-01-10T00:47:11.064Z] ---> b0afd5a15a15 [2021-01-10T00:47:11.064Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-10T00:47:11.340Z] ---> Running in e30649046572 [2021-01-10T00:47:11.941Z] Removing intermediate container e30649046572 [2021-01-10T00:47:11.941Z] ---> 97b15f530d60 [2021-01-10T00:47:11.941Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-10T00:47:13.912Z] ---> 909977404770 [2021-01-10T00:47:13.912Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-10T00:47:14.995Z] Staging go115 [2021-01-10T00:47:15.357Z] ---> 2e0cd7da4b84 [2021-01-10T00:47:15.357Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-10T00:47:17.337Z] ---> 34494b6d1380 [2021-01-10T00:47:17.337Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-10T00:47:17.941Z] ---> Running in d45c8b46247d [2021-01-10T00:47:19.382Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T00:47:19.382Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T00:47:20.290Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-10T00:47:20.290Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-10T00:47:20.290Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-10T00:47:20.290Z] Fetched 0 B in 0s (0 B/s) [2021-01-10T00:47:20.290Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-10T00:47:20.290Z] Fetched 224 kB in 0s (0 B/s) [2021-01-10T00:47:20.290Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-10T00:47:20.290Z] Fetched 157 kB in 0s (0 B/s) [2021-01-10T00:47:20.290Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-10T00:47:20.290Z] Fetched 221 kB in 0s (0 B/s) [2021-01-10T00:47:20.290Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-10T00:47:20.290Z] Fetched 143 kB in 0s (0 B/s) [2021-01-10T00:47:20.290Z] Pulling edgex-go [2021-01-10T00:47:20.368Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-10T00:47:20.368Z] (2/33) Installing expat (2.2.9-r1) [2021-01-10T00:47:20.368Z] (3/33) Installing libffi (3.3-r2) [2021-01-10T00:47:20.368Z] (4/33) Installing gdbm (1.13-r1) [2021-01-10T00:47:20.368Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-10T00:47:20.368Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-10T00:47:20.368Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-10T00:47:20.559Z] Pulling version [2021-01-10T00:47:21.503Z] Building config-common [2021-01-10T00:47:22.361Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-10T00:47:22.361Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-10T00:47:22.361Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-10T00:47:22.361Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-10T00:47:22.361Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-10T00:47:22.361Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-10T00:47:22.361Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-10T00:47:22.645Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-10T00:47:22.645Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-10T00:47:22.645Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-10T00:47:22.645Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-10T00:47:22.645Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-10T00:47:22.645Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-10T00:47:22.645Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-10T00:47:22.645Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-10T00:47:22.917Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-10T00:47:22.917Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-10T00:47:22.917Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-10T00:47:22.917Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-10T00:47:22.917Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-10T00:47:22.917Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-10T00:47:22.917Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-10T00:47:22.917Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-10T00:47:22.917Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-10T00:47:22.917Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-10T00:47:23.206Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-10T00:47:23.206Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T00:47:23.206Z] OK: 71 MiB in 55 packages [2021-01-10T00:47:23.413Z] Skipping build go-build-helper (already ran) [2021-01-10T00:47:23.413Z] Skipping build static-packages (already ran) [2021-01-10T00:47:23.413Z] Skipping build go115 (already ran) [2021-01-10T00:47:23.413Z] Building edgex-go [2021-01-10T00:47:23.672Z] 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-10T00:47:24.615Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.141 [2021-01-10T00:47:24.615Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.68 [2021-01-10T00:47:24.615Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 [2021-01-10T00:47:24.615Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-10T00:47:24.885Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-10T00:47:24.885Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-10T00:47:24.885Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-10T00:47:24.885Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-10T00:47:24.885Z] go: downloading github.com/google/uuid v1.1.4 [2021-01-10T00:47:24.885Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 [2021-01-10T00:47:24.885Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-10T00:47:24.885Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-10T00:47:24.885Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-10T00:47:24.885Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-10T00:47:24.885Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-10T00:47:24.885Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-10T00:47:24.885Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-10T00:47:24.885Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-10T00:47:24.885Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-10T00:47:24.885Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-10T00:47:24.885Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-10T00:47:24.885Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-10T00:47:24.885Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-10T00:47:24.885Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-10T00:47:24.885Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-10T00:47:24.885Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-10T00:47:24.885Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-10T00:47:24.885Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-10T00:47:24.885Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-10T00:47:24.885Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-10T00:47:24.885Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-10T00:47:24.885Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-10T00:47:24.885Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-10T00:47:24.885Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-10T00:47:25.149Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-10T00:47:25.149Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-10T00:47:25.149Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-10T00:47:25.149Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-10T00:47:25.410Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-10T00:47:25.671Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-10T00:47:32.270Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-10T00:47:35.656Z] Removing intermediate container d45c8b46247d [2021-01-10T00:47:35.656Z] ---> e28bf8d32c8a [2021-01-10T00:47:35.656Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-10T00:47:35.933Z] ---> Running in f5f8bf7dab7b [2021-01-10T00:47:36.474Z] 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-10T00:47:36.734Z] 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-10T00:47:37.674Z] 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-10T00:47:37.935Z] 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-10T00:47:38.198Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-10T00:47:38.459Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-10T00:47:38.459Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-10T00:47:38.459Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-10T00:47:39.851Z] 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-10T00:47:39.851Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-10T00:47:39.851Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-10T00:47:41.238Z] 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-10T00:47:41.238Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-10T00:47:42.622Z] 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-10T00:47:42.622Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-10T00:47:42.648Z] Collecting docker-compose==1.23.2 [2021-01-10T00:47:42.648Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-10T00:47:43.564Z] 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-10T00:47:44.125Z] Collecting PyYAML<4,>=3.10 [2021-01-10T00:47:44.125Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-10T00:47:44.125Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:47:44.125Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:47:44.125Z] ---> 0f76d4b29531 [2021-01-10T00:47:44.125Z] Step 3/23 : WORKDIR /edgex-go [2021-01-10T00:47:44.125Z] ---> Using cache [2021-01-10T00:47:44.125Z] ---> f9360fb04480 [2021-01-10T00:47:44.125Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:47:44.125Z] ---> Using cache [2021-01-10T00:47:44.125Z] ---> 3b993f8406c6 [2021-01-10T00:47:44.125Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-10T00:47:44.506Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-10T00:47:45.443Z] 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-10T00:47:46.817Z] ---> Running in 4876d2e60954 [2021-01-10T00:47:47.370Z] Building version [2021-01-10T00:47:48.982Z] 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-10T00:47:49.258Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T00:47:49.326Z] Staging config-common [2021-01-10T00:47:49.538Z] Collecting jsonschema<3,>=2.5.1 [2021-01-10T00:47:49.539Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-10T00:47:50.280Z] Skipping stage go-build-helper (already ran) [2021-01-10T00:47:50.280Z] Skipping stage static-packages (already ran) [2021-01-10T00:47:50.280Z] Skipping stage go115 (already ran) [2021-01-10T00:47:50.280Z] Staging edgex-go [2021-01-10T00:47:50.546Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T00:47:50.546Z] Collecting docopt<0.7,>=0.6.1 [2021-01-10T00:47:50.546Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-10T00:47:51.155Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:47:51.155Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:47:51.155Z] ---> 0f76d4b29531 [2021-01-10T00:47:51.155Z] Step 3/21 : WORKDIR /edgex-go [2021-01-10T00:47:51.155Z] ---> Using cache [2021-01-10T00:47:51.155Z] ---> f9360fb04480 [2021-01-10T00:47:51.155Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:47:51.155Z] ---> Using cache [2021-01-10T00:47:51.155Z] ---> 3b993f8406c6 [2021-01-10T00:47:51.155Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-10T00:47:51.155Z] ---> Using cache [2021-01-10T00:47:51.155Z] ---> 88300c612097 [2021-01-10T00:47:51.155Z] Step 6/21 : COPY go.mod . [2021-01-10T00:47:51.155Z] ---> Using cache [2021-01-10T00:47:51.155Z] ---> fbfa8481db31 [2021-01-10T00:47:51.241Z] Staging version [2021-01-10T00:47:51.431Z] Step 7/21 : RUN go mod download [2021-01-10T00:47:51.431Z] ---> Using cache [2021-01-10T00:47:51.431Z] ---> ddb9c7b7ecce [2021-01-10T00:47:51.431Z] Step 8/21 : COPY . . [2021-01-10T00:47:51.431Z] ---> Using cache [2021-01-10T00:47:51.431Z] ---> ca13af0ababa [2021-01-10T00:47:51.431Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-10T00:47:51.710Z] OK: 217 MiB in 51 packages [2021-01-10T00:47:51.710Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:47:51.710Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:47:51.710Z] ---> 0f76d4b29531 [2021-01-10T00:47:51.710Z] Step 3/21 : WORKDIR /edgex-go [2021-01-10T00:47:51.710Z] ---> Using cache [2021-01-10T00:47:51.710Z] ---> f9360fb04480 [2021-01-10T00:47:51.710Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:47:51.710Z] ---> Using cache [2021-01-10T00:47:51.710Z] ---> 3b993f8406c6 [2021-01-10T00:47:51.710Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-10T00:47:51.710Z] ---> Using cache [2021-01-10T00:47:51.710Z] ---> 88300c612097 [2021-01-10T00:47:51.710Z] Step 6/21 : COPY go.mod . [2021-01-10T00:47:51.710Z] ---> Using cache [2021-01-10T00:47:51.710Z] ---> fbfa8481db31 [2021-01-10T00:47:51.710Z] Step 7/21 : RUN go mod download [2021-01-10T00:47:51.710Z] ---> Using cache [2021-01-10T00:47:51.710Z] ---> ddb9c7b7ecce [2021-01-10T00:47:51.710Z] Step 8/21 : COPY . . [2021-01-10T00:47:51.991Z] ---> Using cache [2021-01-10T00:47:51.991Z] ---> ca13af0ababa [2021-01-10T00:47:51.991Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-10T00:47:52.331Z] Priming config-common [2021-01-10T00:47:53.170Z] Priming go-build-helper [2021-01-10T00:47:53.539Z] ---> Running in 98c098f7df8a [2021-01-10T00:47:53.539Z] ---> Running in a7128a007f5b [2021-01-10T00:47:53.826Z] Priming static-packages [2021-01-10T00:47:55.529Z] Removing intermediate container 4876d2e60954 [2021-01-10T00:47:55.529Z] ---> a2e3d113742f [2021-01-10T00:47:55.529Z] Step 6/23 : COPY go.mod . [2021-01-10T00:47:55.529Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-10T00:47:55.529Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-10T00:47:55.806Z] 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-10T00:47:55.806Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:47:55.806Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:47:55.806Z] ---> 0f76d4b29531 [2021-01-10T00:47:55.806Z] Step 3/22 : WORKDIR /edgex-go [2021-01-10T00:47:55.806Z] ---> Using cache [2021-01-10T00:47:55.806Z] ---> f9360fb04480 [2021-01-10T00:47:55.806Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:47:55.806Z] ---> Using cache [2021-01-10T00:47:55.806Z] ---> 3b993f8406c6 [2021-01-10T00:47:55.806Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-10T00:47:55.806Z] ---> Using cache [2021-01-10T00:47:55.806Z] ---> 88300c612097 [2021-01-10T00:47:55.806Z] Step 6/22 : COPY go.mod . [2021-01-10T00:47:55.806Z] ---> Using cache [2021-01-10T00:47:55.806Z] ---> fbfa8481db31 [2021-01-10T00:47:55.806Z] Step 7/22 : RUN go mod download [2021-01-10T00:47:55.806Z] ---> Using cache [2021-01-10T00:47:55.806Z] ---> ddb9c7b7ecce [2021-01-10T00:47:55.806Z] Step 8/22 : COPY . . [2021-01-10T00:47:56.086Z] ---> Using cache [2021-01-10T00:47:56.086Z] ---> ca13af0ababa [2021-01-10T00:47:56.086Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-10T00:47:56.086Z] 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-10T00:47:56.362Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-10T00:47:56.362Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-10T00:47:56.362Z] ---> Running in ce0a2345f260 [2021-01-10T00:47:56.552Z] Priming go115 [2021-01-10T00:47:56.636Z] ---> 0ab0d2cc05b4 [2021-01-10T00:47:56.636Z] Step 7/23 : RUN go mod download [2021-01-10T00:47:56.910Z] ---> Running in a73c7ba6cb5b [2021-01-10T00:47:57.126Z] Priming edgex-go [2021-01-10T00:47:58.512Z] Priming version [2021-01-10T00:47:58.908Z] 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-10T00:47:59.455Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-01-10T00:48:00.363Z] Collecting texttable<0.10,>=0.9.0 [2021-01-10T00:48:00.363Z] Downloading texttable-0.9.1.tar.gz (11 kB) [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [2021-01-10T00:48:01.825Z] Removing intermediate container a73c7ba6cb5b [2021-01-10T00:48:01.825Z] ---> 24be32990135 [2021-01-10T00:48:01.825Z] Step 8/23 : COPY . . [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-10T00:48:05.263Z] Collecting docker<4.0,>=3.6.0 [2021-01-10T00:48:05.263Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-10T00:48:06.742Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-10T00:48:06.742Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-10T00:48:08.194Z] Collecting cached-property<2,>=1.2.0 [2021-01-10T00:48:08.194Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-10T00:48:09.656Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-10T00:48:09.656Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-10T00:48:10.271Z] Collecting idna<2.8,>=2.5 [2021-01-10T00:48:10.271Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-10T00:48:10.557Z] 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-10T00:48:10.557Z] 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-10T00:48:10.893Z] Collecting docker-pycreds>=0.4.0 [2021-01-10T00:48:11.184Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-10T00:48:11.466Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-10T00:48:11.466Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-10T00:48:11.466Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-10T00:48:11.466Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-10T00:48:13.499Z] Installing collected packages: PyYAML, jsonschema, docopt, urllib3, idna, requests, dockerpty, texttable, websocket-client, docker-pycreds, docker, cached-property, docker-compose [2021-01-10T00:48:13.779Z] Running setup.py install for PyYAML: started [2021-01-10T00:48:19.225Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-10T00:48:21.226Z] Running setup.py install for docopt: started [2021-01-10T00:48:21.831Z] ---> d86ed0659981 [2021-01-10T00:48:21.831Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-10T00:48:21.831Z] ---> Running in 12ae2b7d8e96 [2021-01-10T00:48:23.834Z] 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-10T00:48:24.114Z] Running setup.py install for docopt: finished with status 'done' [2021-01-10T00:48:24.114Z] Attempting uninstall: urllib3 [2021-01-10T00:48:24.114Z] Found existing installation: urllib3 1.25.9 [2021-01-10T00:48:24.114Z] Uninstalling urllib3-1.25.9: [2021-01-10T00:48:24.725Z] Successfully uninstalled urllib3-1.25.9 [2021-01-10T00:48:25.333Z] Attempting uninstall: idna [2021-01-10T00:48:25.333Z] Found existing installation: idna 2.9 [2021-01-10T00:48:25.333Z] Uninstalling idna-2.9: [2021-01-10T00:48:25.611Z] Successfully uninstalled idna-2.9 [2021-01-10T00:48:26.609Z] Attempting uninstall: requests [2021-01-10T00:48:26.609Z] Found existing installation: requests 2.23.0 [2021-01-10T00:48:26.609Z] Uninstalling requests-2.23.0: [2021-01-10T00:48:26.888Z] Successfully uninstalled requests-2.23.0 [2021-01-10T00:48:27.493Z] Running setup.py install for dockerpty: started [2021-01-10T00:48:30.926Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-10T00:48:31.206Z] Running setup.py install for texttable: started [2021-01-10T00:48:34.634Z] Running setup.py install for texttable: finished with status 'done' [2021-01-10T00:48:38.988Z] 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-10T00:48:45.755Z] Removing intermediate container f5f8bf7dab7b [2021-01-10T00:48:45.755Z] ---> 453ca763ff44 [2021-01-10T00:48:45.755Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-10T00:48:45.755Z] ---> Running in 8f22b3e24042 [2021-01-10T00:48:47.517Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T00:48:47.795Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T00:48:48.789Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-10T00:48:48.789Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-10T00:48:48.789Z] (3/3) Installing curl (7.69.1-r3) [2021-01-10T00:48:48.789Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T00:48:48.789Z] OK: 71 MiB in 58 packages [2021-01-10T00:48:50.821Z] Removing intermediate container 8f22b3e24042 [2021-01-10T00:48:50.821Z] ---> e98bd1cf62e5 [2021-01-10T00:48:50.821Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-10T00:48:51.107Z] ---> Running in ea31b22460fc [2021-01-10T00:48:51.714Z] Removing intermediate container ea31b22460fc [2021-01-10T00:48:51.714Z] ---> a96c1d395104 [2021-01-10T00:48:51.714Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-10T00:48:51.992Z] ---> Running in 63de1dc10071 [2021-01-10T00:48:52.988Z] Removing intermediate container 63de1dc10071 [2021-01-10T00:48:52.988Z] ---> 35ca45834cf4 [2021-01-10T00:48:52.988Z] Step 24/26 : LABEL arch=arm64 [2021-01-10T00:48:52.988Z] ---> Running in 90eb8e584239 [2021-01-10T00:48:53.603Z] Removing intermediate container 90eb8e584239 [2021-01-10T00:48:53.603Z] ---> 2c5320598f18 [2021-01-10T00:48:53.603Z] Step 25/26 : LABEL git_sha=deb86337347644d0a3a7530894faa52175924aa7 [2021-01-10T00:48:53.883Z] ---> Running in 709d271e6315 [2021-01-10T00:48:54.492Z] Removing intermediate container 709d271e6315 [2021-01-10T00:48:54.492Z] ---> aa5194003901 [2021-01-10T00:48:54.492Z] Step 26/26 : LABEL version=0.0.0 [2021-01-10T00:48:54.492Z] ---> Running in a432e5e86114 [2021-01-10T00:48:55.103Z] Removing intermediate container a432e5e86114 [2021-01-10T00:48:55.103Z] ---> de32a188069a [2021-01-10T00:48:55.103Z] [2021-01-10T00:48:55.711Z] Successfully built de32a188069a [2021-01-10T00:48:55.711Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-10T00:49:28.385Z]  Building docker-sys-mgmt-agent-go ... done 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-10T00:49:46.773Z] Removing intermediate container a7128a007f5b [2021-01-10T00:49:46.773Z] ---> d862473d73ee [2021-01-10T00:49:46.773Z] [2021-01-10T00:49:46.773Z] Step 10/21 : FROM scratch [2021-01-10T00:49:46.773Z] ---> [2021-01-10T00:49:46.773Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-10T00:49:46.773Z] Removing intermediate container 98c098f7df8a [2021-01-10T00:49:46.773Z] ---> 2d647fa91902 [2021-01-10T00:49:46.773Z] [2021-01-10T00:49:46.773Z] Step 10/21 : FROM alpine:3.12 [2021-01-10T00:49:46.773Z] ---> afeebe901d6b [2021-01-10T00:49:46.773Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-10T00:49:46.773Z] ---> Using cache [2021-01-10T00:49:46.773Z] ---> bf5c1db9dfb1 [2021-01-10T00:49:46.773Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-10T00:49:46.773Z] ---> Running in 8a5f32ec2710 [2021-01-10T00:49:46.773Z] ---> Running in 8ea57a66f023 [2021-01-10T00:49:46.773Z] Removing intermediate container 8ea57a66f023 [2021-01-10T00:49:46.773Z] ---> 13dcea219b61 [2021-01-10T00:49:46.774Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-10T00:49:46.774Z] ---> Running in 99302b6cd2d4 [2021-01-10T00:49:46.774Z] Removing intermediate container 99302b6cd2d4 [2021-01-10T00:49:46.774Z] ---> b0427beb4a4f [2021-01-10T00:49:46.774Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-10T00:49:46.774Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T00:49:46.774Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T00:49:47.771Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-10T00:49:47.771Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-10T00:49:47.771Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-10T00:49:47.771Z] (4/4) Installing curl (7.69.1-r3) [2021-01-10T00:49:47.771Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T00:49:47.771Z] Executing ca-certificates-20191127-r4.trigger [2021-01-10T00:49:47.771Z] ---> 4c0687b74e2e [2021-01-10T00:49:47.771Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-10T00:49:48.378Z] OK: 7 MiB in 18 packages [2021-01-10T00:49:50.391Z] ---> 517907978707 [2021-01-10T00:49:50.391Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-10T00:49:51.391Z] Removing intermediate container 8a5f32ec2710 [2021-01-10T00:49:51.391Z] ---> 14f700b467f3 [2021-01-10T00:49:51.391Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-10T00:49:52.004Z] ---> Running in 7f0472c8f4da [2021-01-10T00:49:52.004Z] ---> 936ec950f3bf [2021-01-10T00:49:52.004Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-10T00:49:52.283Z] ---> Running in b3ae6d6cb04b [2021-01-10T00:49:52.571Z] Removing intermediate container 7f0472c8f4da [2021-01-10T00:49:52.571Z] ---> 3bd95abed21d [2021-01-10T00:49:52.572Z] Step 13/21 : WORKDIR /edgex [2021-01-10T00:49:52.856Z] ---> Running in 0b4deb411588 [2021-01-10T00:49:53.133Z] Removing intermediate container b3ae6d6cb04b [2021-01-10T00:49:53.133Z] ---> 32eadea81f11 [2021-01-10T00:49:53.133Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-10T00:49:53.419Z] ---> Running in b8c3123f831d [2021-01-10T00:49:54.025Z] Removing intermediate container 0b4deb411588 [2021-01-10T00:49:54.025Z] ---> d58c970cd594 [2021-01-10T00:49:54.025Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-10T00:49:54.025Z] Removing intermediate container b8c3123f831d [2021-01-10T00:49:54.025Z] ---> 5ebee5712de3 [2021-01-10T00:49:54.025Z] Step 19/21 : LABEL arch=arm64 [2021-01-10T00:49:54.634Z] ---> Running in 25a255785064 [2021-01-10T00:49:55.247Z] Removing intermediate container 25a255785064 [2021-01-10T00:49:55.247Z] ---> 2d1cccaffe5a [2021-01-10T00:49:55.247Z] Step 20/21 : LABEL git_sha=deb86337347644d0a3a7530894faa52175924aa7 [2021-01-10T00:49:55.523Z] ---> 6ada1ab9ebe5 [2021-01-10T00:49:55.523Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-10T00:49:55.523Z] ---> Running in f6419188d564 [2021-01-10T00:49:56.521Z] Removing intermediate container f6419188d564 [2021-01-10T00:49:56.521Z] ---> c60e2c905609 [2021-01-10T00:49:56.521Z] Step 21/21 : LABEL version=0.0.0 [2021-01-10T00:49:56.803Z] ---> Running in e6f58ebf0e79 [2021-01-10T00:49:57.418Z] ---> 3148b3b86ec6 [2021-01-10T00:49:57.418Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-10T00:49:57.695Z] Removing intermediate container e6f58ebf0e79 [2021-01-10T00:49:57.695Z] ---> f2099f993113 [2021-01-10T00:49:57.695Z] [2021-01-10T00:49:58.692Z] Successfully built f2099f993113 [2021-01-10T00:49:58.692Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-10T00:49:59.690Z]  Building docker-support-scheduler-go ... done  ---> 6e96acaaf90f [2021-01-10T00:49:59.690Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-10T00:49:59.974Z] ---> Running in 927cd6746379 [2021-01-10T00:50:00.588Z] Removing intermediate container 927cd6746379 [2021-01-10T00:50:00.588Z] ---> a02171429c36 [2021-01-10T00:50:00.588Z] Step 18/21 : CMD ["--init=true"] [2021-01-10T00:50:00.864Z] ---> Running in 2c6226e5f888 [2021-01-10T00:50:01.874Z] Removing intermediate container 2c6226e5f888 [2021-01-10T00:50:01.874Z] ---> 4795a4677636 [2021-01-10T00:50:01.874Z] Step 19/21 : LABEL arch=arm64 [2021-01-10T00:50:01.874Z] ---> Running in bced8533e9ab [2021-01-10T00:50:02.865Z] Removing intermediate container bced8533e9ab [2021-01-10T00:50:02.865Z] ---> b748a2b93cd6 [2021-01-10T00:50:02.865Z] Step 20/21 : LABEL git_sha=deb86337347644d0a3a7530894faa52175924aa7 [2021-01-10T00:50:02.865Z] ---> Running in 2178102442cb [2021-01-10T00:50:03.877Z] Removing intermediate container 2178102442cb [2021-01-10T00:50:03.877Z] ---> 41bfcf9f0ba1 [2021-01-10T00:50:03.877Z] Step 21/21 : LABEL version=0.0.0 [2021-01-10T00:50:04.488Z] ---> Running in 5fd002efd975 [2021-01-10T00:50:05.504Z] Removing intermediate container 5fd002efd975 [2021-01-10T00:50:05.504Z] ---> 59b9432992f0 [2021-01-10T00:50:05.504Z] [2021-01-10T00:50:06.116Z] Successfully built 59b9432992f0 [2021-01-10T00:50:06.116Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-10T00:50:06.116Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container ce0a2345f260 [2021-01-10T00:50:06.116Z] ---> 0e52c3504ded [2021-01-10T00:50:06.116Z] [2021-01-10T00:50:06.116Z] Step 10/22 : FROM scratch [2021-01-10T00:50:06.116Z] ---> [2021-01-10T00:50:06.116Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-10T00:50:06.393Z] ---> Using cache [2021-01-10T00:50:06.393Z] ---> bf5c1db9dfb1 [2021-01-10T00:50:06.393Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-10T00:50:06.393Z] ---> Running in d6841d0aeb5a [2021-01-10T00:50:07.004Z] Removing intermediate container d6841d0aeb5a [2021-01-10T00:50:07.004Z] ---> e25a92442162 [2021-01-10T00:50:07.004Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-10T00:50:07.004Z] ---> Running in f4d526416242 [2021-01-10T00:50:07.617Z] Removing intermediate container f4d526416242 [2021-01-10T00:50:07.617Z] ---> f79c7ea72dc1 [2021-01-10T00:50:07.617Z] Step 14/22 : WORKDIR / [2021-01-10T00:50:07.897Z] ---> Running in 159d38dd8f24 [2021-01-10T00:50:08.506Z] Removing intermediate container 159d38dd8f24 [2021-01-10T00:50:08.506Z] ---> 0aca5565f4b1 [2021-01-10T00:50:08.506Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-10T00:50:09.509Z] ---> 74de2f00a756 [2021-01-10T00:50:09.509Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-10T00:50:10.973Z] ---> 96e2db23516b [2021-01-10T00:50:10.973Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-10T00:50:12.433Z] ---> c5b074c819d8 [2021-01-10T00:50:12.433Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-10T00:50:12.433Z] ---> Running in 1aa29948fd42 [2021-01-10T00:50:13.057Z] Removing intermediate container 1aa29948fd42 [2021-01-10T00:50:13.057Z] ---> 37b87cd52361 [2021-01-10T00:50:13.057Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-10T00:50:13.333Z] ---> Running in 40d28d226f5a [2021-01-10T00:50:13.959Z] Removing intermediate container 40d28d226f5a [2021-01-10T00:50:13.959Z] ---> bdc02d466857 [2021-01-10T00:50:13.959Z] Step 20/22 : LABEL arch=arm64 [2021-01-10T00:50:13.959Z] ---> Running in d4434680fbe9 [2021-01-10T00:50:14.569Z] Removing intermediate container d4434680fbe9 [2021-01-10T00:50:14.569Z] ---> 0f9122ba6c59 [2021-01-10T00:50:14.569Z] Step 21/22 : LABEL git_sha=deb86337347644d0a3a7530894faa52175924aa7 [2021-01-10T00:50:14.848Z] ---> Running in 5e5afcabb488 [2021-01-10T00:50:15.125Z] Removing intermediate container 5e5afcabb488 [2021-01-10T00:50:15.125Z] ---> e37f2dbecd87 [2021-01-10T00:50:15.125Z] Step 22/22 : LABEL version=0.0.0 [2021-01-10T00:50:15.406Z] ---> Running in 3c79d54f3fec [2021-01-10T00:50:16.011Z] Removing intermediate container 3c79d54f3fec [2021-01-10T00:50:16.011Z] ---> 05942ffce25b [2021-01-10T00:50:16.011Z] [2021-01-10T00:50:16.295Z] Successfully built 05942ffce25b [2021-01-10T00:50:16.295Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-10T00:50:20.932Z]  Building docker-core-metadata-go ... done Removing intermediate container 12ae2b7d8e96 [2021-01-10T00:50:20.932Z] ---> 0ed460e46875 [2021-01-10T00:50:20.932Z] [2021-01-10T00:50:20.932Z] Step 10/23 : FROM alpine:3.12 [2021-01-10T00:50:20.932Z] ---> afeebe901d6b [2021-01-10T00:50:20.932Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-10T00:50:20.932Z] ---> Running in 8430a827ae63 [2021-01-10T00:50:21.536Z] Removing intermediate container 8430a827ae63 [2021-01-10T00:50:21.536Z] ---> 42f33e683120 [2021-01-10T00:50:21.536Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-10T00:50:21.536Z] ---> Running in 0da9304a523b [2021-01-10T00:50:22.140Z] Removing intermediate container 0da9304a523b [2021-01-10T00:50:22.140Z] ---> a82389fa8401 [2021-01-10T00:50:22.140Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-10T00:50:22.425Z] ---> Running in 6ee83622bf24 [2021-01-10T00:50:22.706Z] Removing intermediate container 6ee83622bf24 [2021-01-10T00:50:22.706Z] ---> 86b1a0e26f61 [2021-01-10T00:50:22.706Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:50:22.992Z] ---> Running in 5f290a1726e0 [2021-01-10T00:50:25.658Z] Removing intermediate container 5f290a1726e0 [2021-01-10T00:50:25.658Z] ---> b0d67111067b [2021-01-10T00:50:25.658Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-10T00:50:25.658Z] ---> Running in 5a4fe56063d3 [2021-01-10T00:50:27.121Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T00:50:28.107Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T00:50:29.098Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-10T00:50:29.098Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-10T00:50:29.098Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-10T00:50:29.698Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-10T00:50:29.698Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-10T00:50:29.974Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T00:50:29.974Z] OK: 8 MiB in 19 packages [2021-01-10T00:50:31.420Z] Removing intermediate container 5a4fe56063d3 [2021-01-10T00:50:31.420Z] ---> c826726cc1d4 [2021-01-10T00:50:31.420Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-10T00:50:32.407Z] ---> 42e6ab790272 [2021-01-10T00:50:32.407Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-10T00:50:33.862Z] ---> 911adf965ae3 [2021-01-10T00:50:33.862Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-10T00:50:34.485Z] ---> d091dff31d08 [2021-01-10T00:50:34.485Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-10T00:50:34.772Z] ---> Running in c4a3d3cebec6 [2021-01-10T00:50:35.388Z] Removing intermediate container c4a3d3cebec6 [2021-01-10T00:50:35.388Z] ---> cde159f0ea41 [2021-01-10T00:50:35.388Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-10T00:50:35.388Z] ---> Running in 699c52c1eb3d [2021-01-10T00:50:36.000Z] Removing intermediate container 699c52c1eb3d [2021-01-10T00:50:36.000Z] ---> 9c6b3b88be32 [2021-01-10T00:50:36.000Z] Step 21/23 : LABEL arch=arm64 [2021-01-10T00:50:36.274Z] ---> Running in 01bfe42d27b6 [2021-01-10T00:50:36.551Z] Removing intermediate container 01bfe42d27b6 [2021-01-10T00:50:36.551Z] ---> b9f5d75f47b5 [2021-01-10T00:50:36.551Z] Step 22/23 : LABEL git_sha=deb86337347644d0a3a7530894faa52175924aa7 [2021-01-10T00:50:36.830Z] ---> Running in e2e4c23903f1 [2021-01-10T00:50:37.436Z] Removing intermediate container e2e4c23903f1 [2021-01-10T00:50:37.436Z] ---> 5255aa8fcef0 [2021-01-10T00:50:37.436Z] Step 23/23 : LABEL version=0.0.0 [2021-01-10T00:50:37.436Z] ---> Running in 019157b6ad4a [2021-01-10T00:50:38.036Z] Removing intermediate container 019157b6ad4a [2021-01-10T00:50:38.036Z] ---> 2b4d9b42ea53 [2021-01-10T00:50:38.036Z] [2021-01-10T00:50:38.308Z] Successfully built 2b4d9b42ea53 [2021-01-10T00:50:38.309Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-10T00:50:38.599Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-10T00:50:38.597Z] $ docker stop --time=1 ab3397c68b4b22eb50090df7bb29a6fd4217da894166ccb2472ea1fb0d2c5298 [2021-01-10T00:50:40.582Z] $ docker rm -f ab3397c68b4b22eb50090df7bb29a6fd4217da894166ccb2472ea1fb0d2c5298 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-10T00:50:41.321Z] + docker images [2021-01-10T00:50:41.321Z] + grep docker [2021-01-10T00:50:41.592Z] docker-core-data-go-arm64 latest 2b4d9b42ea53 4 seconds ago 21MB [2021-01-10T00:50:41.592Z] docker-core-metadata-go-arm64 latest 05942ffce25b 26 seconds ago 12.2MB [2021-01-10T00:50:41.592Z] docker-security-proxy-setup-go-arm64 latest 59b9432992f0 37 seconds ago 23.3MB [2021-01-10T00:50:41.592Z] docker-support-scheduler-go-arm64 latest f2099f993113 44 seconds ago 10MB [2021-01-10T00:50:41.592Z] docker-sys-mgmt-agent-go-arm64 latest de32a188069a About a minute ago 300MB [2021-01-10T00:50:41.592Z] docker-security-secretstore-setup-go-arm64 latest 27212e94bc29 3 minutes ago 23.4MB [2021-01-10T00:50:41.592Z] docker-security-bootstrap-redis-go-arm64 latest 67ed1fd48bc4 3 minutes ago 15.1MB [2021-01-10T00:50:41.592Z] docker-support-notifications-go-arm64 latest bb617404bae6 3 minutes ago 11.4MB [2021-01-10T00:50:41.592Z] docker-core-command-go-arm64 latest 6b330d3ae8ce 3 minutes ago 9.98MB [2021-01-10T00:50:41.592Z] 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-10T00:50:43.368Z] provisioning config files... [2021-01-10T00:50:43.383Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config230918280553069683tmp [Pipeline] { [Pipeline] sh [2021-01-10T00:50:43.760Z] + set +x [2021-01-10T00:50:43.760Z] + curl -s https://codecov.io/bash [2021-01-10T00:50:43.760Z] + bash -s -- [2021-01-10T00:50:44.026Z] [2021-01-10T00:50:44.026Z] _____ _ [2021-01-10T00:50:44.026Z] / ____| | | [2021-01-10T00:50:44.026Z] | | ___ __| | ___ ___ _____ __ [2021-01-10T00:50:44.026Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-10T00:50:44.026Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-10T00:50:44.026Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-10T00:50:44.026Z] Bash-20201231-23d4836 [2021-01-10T00:50:44.026Z] [2021-01-10T00:50:44.026Z] [2021-01-10T00:50:44.291Z] ==> git version 2.24.3 found [2021-01-10T00:50:44.291Z] ==> 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-10T00:50:44.291Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-10T00:50:44.291Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-10T00:50:44.291Z] ==> Jenkins CI detected. [2021-01-10T00:50:44.291Z] project root: . [2021-01-10T00:50:44.291Z] --> token set from env [2021-01-10T00:50:44.291Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-10T00:50:44.291Z] ==> Running gcov in . (disable via -X gcov) [2021-01-10T00:50:44.291Z] ==> Python coveragepy not found [2021-01-10T00:50:44.291Z] ==> Searching for coverage reports in: [2021-01-10T00:50:44.291Z] + . [2021-01-10T00:50:44.291Z] -> Found 1 reports [2021-01-10T00:50:44.291Z] ==> Detecting git/mercurial file structure [2021-01-10T00:50:44.291Z] ==> Reading reports [2021-01-10T00:50:44.291Z] + ./coverage.out bytes=541590 [2021-01-10T00:50:44.553Z] ==> Appending adjustments [2021-01-10T00:50:44.553Z] https://docs.codecov.io/docs/fixing-reports [2021-01-10T00:50:47.863Z] + Found adjustments [2021-01-10T00:50:47.863Z] ==> Gzipping contents [2021-01-10T00:50:47.863Z] 84K /tmp/codecov.rrXOt1.gz [2021-01-10T00:50:47.863Z] ==> Uploading reports [2021-01-10T00:50:47.863Z] url: https://codecov.io [2021-01-10T00:50:47.863Z] query: branch=PR-3000&commit=deb86337347644d0a3a7530894faa52175924aa7&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3000%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3000&job=&cmd_args= [2021-01-10T00:50:47.863Z] -> Pinging Codecov [2021-01-10T00:50:47.863Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-3000&commit=deb86337347644d0a3a7530894faa52175924aa7&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3000%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3000&job=&cmd_args= [2021-01-10T00:50:47.863Z] -> Uploading to [2021-01-10T00:50:47.863Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-10/00271124DB129430A58F1EEE437C3FCB/deb86337347644d0a3a7530894faa52175924aa7/dcaec56f-9429-49c4-b7b9-f3faff40c72f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210110%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210110T005047Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7294b99c1a695ec0a3b3e70c91625d42792b34b4b0fb8daff82b06501a59f047 [2021-01-10T00:50:47.863Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-10T00:50:47.863Z] Dload Upload Total Spent Left Speed [2021-01-10T00:50:48.436Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 82309 0 0 100 82309 0 170k --:--:-- --:--:-- --:--:-- 171k [2021-01-10T00:50:48.437Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/deb86337347644d0a3a7530894faa52175924aa7 [Pipeline] } [2021-01-10T00:50:48.447Z] 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-10T00:50:50.308Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-10T00:50:51.195Z] ---> package-listing.sh [2021-01-10T00:50:51.195Z] ++ facter osfamily [2021-01-10T00:50:51.195Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-10T00:50:51.195Z] + OS_FAMILY=redhat [2021-01-10T00:50:51.195Z] + workspace=/w/workspace/edgex-go/2 [2021-01-10T00:50:51.195Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-10T00:50:51.195Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-10T00:50:51.195Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-10T00:50:51.195Z] + PACKAGES=/tmp/packages_start.txt [2021-01-10T00:50:51.195Z] + '[' /w/workspace/edgex-go/2 ']' [2021-01-10T00:50:51.195Z] + PACKAGES=/tmp/packages_end.txt [2021-01-10T00:50:51.195Z] + case "${OS_FAMILY}" in [2021-01-10T00:50:51.195Z] + rpm -qa [2021-01-10T00:50:51.195Z] + sort [2021-01-10T00:50:56.502Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-10T00:50:56.502Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-10T00:50:56.502Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-10T00:50:56.502Z] + '[' /w/workspace/edgex-go/2 ']' [2021-01-10T00:50:56.502Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-01-10T00:50:56.502Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-01-10T00:50:56.517Z] 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-10T00:50:56.811Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-10T00:50:57.123Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-10T00:50:57.123Z] [2021-01-10T00:50:57.123Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-10T00:50:57.491Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-10T00:50:57.491Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-10T00:50:57.491Z] df20fa9351a1: Pulling fs layer [2021-01-10T00:50:57.491Z] 36b3adc4ff6f: Pulling fs layer [2021-01-10T00:50:57.491Z] 8ad3a11d3b57: Pulling fs layer [2021-01-10T00:50:57.491Z] 46f8f816bc3b: Pulling fs layer [2021-01-10T00:50:57.491Z] 93b61091891f: Pulling fs layer [2021-01-10T00:50:57.491Z] 93b9cdb0e59b: Pulling fs layer [2021-01-10T00:50:57.491Z] 5e14af77c1be: Pulling fs layer [2021-01-10T00:50:57.491Z] 01666e4c0597: Pulling fs layer [2021-01-10T00:50:57.491Z] aa168da1d23b: Pulling fs layer [2021-01-10T00:50:57.491Z] 46f8f816bc3b: Waiting [2021-01-10T00:50:57.491Z] 93b61091891f: Waiting [2021-01-10T00:50:57.491Z] 93b9cdb0e59b: Waiting [2021-01-10T00:50:57.491Z] 5e14af77c1be: Waiting [2021-01-10T00:50:57.491Z] aa168da1d23b: Waiting [2021-01-10T00:50:57.491Z] 36b3adc4ff6f: Verifying Checksum [2021-01-10T00:50:57.491Z] 36b3adc4ff6f: Download complete [2021-01-10T00:50:57.491Z] 46f8f816bc3b: Verifying Checksum [2021-01-10T00:50:57.491Z] 46f8f816bc3b: Download complete [2021-01-10T00:50:57.752Z] df20fa9351a1: Verifying Checksum [2021-01-10T00:50:57.752Z] df20fa9351a1: Download complete [2021-01-10T00:50:57.752Z] 93b9cdb0e59b: Verifying Checksum [2021-01-10T00:50:57.752Z] 93b9cdb0e59b: Download complete [2021-01-10T00:50:57.752Z] 5e14af77c1be: Verifying Checksum [2021-01-10T00:50:57.752Z] 5e14af77c1be: Download complete [2021-01-10T00:50:57.752Z] 93b61091891f: Verifying Checksum [2021-01-10T00:50:57.752Z] 93b61091891f: Download complete [2021-01-10T00:50:57.752Z] 01666e4c0597: Verifying Checksum [2021-01-10T00:50:57.752Z] 01666e4c0597: Download complete [2021-01-10T00:50:58.016Z] df20fa9351a1: Pull complete [2021-01-10T00:50:58.279Z] 36b3adc4ff6f: Pull complete [2021-01-10T00:50:58.542Z] 8ad3a11d3b57: Verifying Checksum [2021-01-10T00:50:58.542Z] 8ad3a11d3b57: Download complete [2021-01-10T00:50:59.132Z] 8ad3a11d3b57: Pull complete [2021-01-10T00:50:59.399Z] 46f8f816bc3b: Pull complete [2021-01-10T00:51:00.348Z] aa168da1d23b: Verifying Checksum [2021-01-10T00:51:00.348Z] aa168da1d23b: Download complete [2021-01-10T00:51:01.295Z] 93b61091891f: Pull complete [2021-01-10T00:51:01.563Z] 93b9cdb0e59b: Pull complete [2021-01-10T00:51:01.563Z] 5e14af77c1be: Pull complete [2021-01-10T00:51:01.856Z] 01666e4c0597: Pull complete [2021-01-10T00:51:10.090Z] aa168da1d23b: Pull complete [2021-01-10T00:51:10.090Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-10T00:51:10.090Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-10T00:51:10.090Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-10T00:51:10.294Z] prd-centos7-docker-4c-2g-19284 does not seem to be running inside a container [2021-01-10T00:51:10.347Z] $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-10T00:51:13.984Z] $ docker top 3d0bf62367549a9da2794632316188d5e42435e63d25485fbe61420ef6915578 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-10T00:51:14.481Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-10T00:51:14.785Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-10T00:51:15.090Z] + ls /var/log/sa-host [2021-01-10T00:51:15.090Z] + sadf -c /var/log/sa-host/sa10 [2021-01-10T00:51:15.090Z] file_magic: OK [2021-01-10T00:51:15.090Z] HZ: Using current value: 100 [2021-01-10T00:51:15.090Z] file_header: OK [2021-01-10T00:51:15.090Z] 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-10T00:51:15.090Z] Statistics: [2021-01-10T00:51:15.090Z] 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-10T00:51:15.090Z] File successfully converted to sysstat format version 12.2.1 [2021-01-10T00:51:15.090Z] + sadf -c /var/log/sa-host/sa23 [2021-01-10T00:51:15.090Z] file_magic: OK [2021-01-10T00:51:15.090Z] HZ: Using current value: 100 [2021-01-10T00:51:15.090Z] file_header: OK [2021-01-10T00:51:15.090Z] 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-10T00:51:15.090Z] Statistics: [2021-01-10T00:51:15.090Z] Hnuu...uuuununununu... [2021-01-10T00:51:15.090Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-10T00:51:15.289Z] provisioning config files... [2021-01-10T00:51:15.325Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config6797940123619204355tmp [Pipeline] { [Pipeline] echo [2021-01-10T00:51:15.434Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-10T00:51:15.888Z] ---> create-netrc.sh [Pipeline] } [2021-01-10T00:51:15.899Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-10T00:51:15.989Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-10T00:51:16.287Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-10T00:51:16.297Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-10T00:51:16.595Z] ---> sudo-logs.sh [2021-01-10T00:51:16.595Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-10T00:51:16.606Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-10T00:51:16.904Z] ---> job-cost.sh [2021-01-10T00:51:16.904Z] lf-activate-venv: SKIPPING [2021-01-10T00:51:16.904Z] INFO: No Stack... [2021-01-10T00:51:18.295Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-10T00:51:18.566Z] INFO: Archiving Costs [Pipeline] echo [2021-01-10T00:51:18.579Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-10T00:51:18.880Z] ---> logs-deploy.sh [2021-01-10T00:51:18.881Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3000/2 [2021-01-10T00:51:18.881Z] INFO: archiving workspace using pattern(s): [2021-01-10T00:51:20.271Z] Archives upload complete. [2021-01-10T00:51:20.271Z] INFO: archiving logs to Nexus