Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of ernestojeda for edgexfoundry/edgex-go Obtained Jenkinsfile from fdd35d04535cc8b112fc0af9ff540b1aa31d35d5+f96f7b915cefbb80505bb9c3ea8da34b1ed55ef2 (1715fea6d04b6abe8eb9545fb130c50bf6c79f02) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-17671’ is offline; ‘prd-centos7-docker-4c-2g-17672’ is offline Running on prd-centos7-docker-4c-2g-17683 in /w/workspace/edgexfoundry_edgex-go_PR-2960 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/5 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit f96f7b915cefbb80505bb9c3ea8da34b1ed55ef2 into PR head commit fdd35d04535cc8b112fc0af9ff540b1aa31d35d5 Merge succeeded, producing 372202ccc2bc0301cda9306acabb5938854e8e15 Checking out Revision 372202ccc2bc0301cda9306acabb5938854e8e15 (PR-2960) > 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/2960/head:refs/remotes/origin/PR-2960 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fdd35d04535cc8b112fc0af9ff540b1aa31d35d5 # 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 f96f7b915cefbb80505bb9c3ea8da34b1ed55ef2 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 372202ccc2bc0301cda9306acabb5938854e8e15 # timeout=10 Commit message: "Merge commit 'f96f7b915cefbb80505bb9c3ea8da34b1ed55ef2' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-30T00:31:26.381Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-30T00:31:26.623Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-30T00:31:26.719Z] ========================================================= [2020-12-30T00:31:26.719Z] EdgeX Global Pipelines Version Info [2020-12-30T00:31:26.719Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk b30d23641c9a7b8df245c427e27d6da38f8afb21 # timeout=10 [2020-12-30T00:31:28.245Z] ------------------- [2020-12-30T00:31:28.245Z] stable info: [2020-12-30T00:31:28.245Z] ------------------- [2020-12-30T00:31:28.245Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-30T00:31:28.245Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-30T00:31:28.245Z] Message: update stable to v1.0.173 [2020-12-30T00:31:29.197Z] ------------------- [2020-12-30T00:31:29.197Z] experimental info: [2020-12-30T00:31:29.197Z] ------------------- [2020-12-30T00:31:29.197Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-30T00:31:29.197Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-30T00:31:29.197Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-30T00:31:29.498Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-30T00:31:29.587Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-30T00:31:29.672Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-30T00:31:29.764Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-30T00:31:29.855Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-30T00:31:29.947Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-30T00:31:30.032Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-30T00:31:30.130Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-30T00:31:30.280Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-30T00:31:30.365Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-30T00:31:30.451Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-30T00:31:30.545Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-30T00:31:30.649Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-30T00:31:30.737Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-30T00:31:30.825Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-30T00:31:30.928Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-30T00:31:31.014Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-30T00:31:31.103Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-30T00:31:31.186Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-30T00:31:31.289Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-30T00:31:31.369Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-30T00:31:31.452Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-30T00:31:31.535Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2020-12-30T00:31:31.644Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2960 [Pipeline] echo [2020-12-30T00:31:31.723Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2960 [Pipeline] echo [2020-12-30T00:31:31.840Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2960 [Pipeline] echo [2020-12-30T00:31:31.921Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 372202ccc2bc0301cda9306acabb5938854e8e15 [Pipeline] echo [2020-12-30T00:31:32.039Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 372202c [Pipeline] echo [2020-12-30T00:31:32.133Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-30T00:31:32.294Z] provisioning config files... [2020-12-30T00:31:32.327Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config794857993108492517tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-30T00:31:32.686Z] ---> docker-login.sh [2020-12-30T00:31:32.686Z] nexus3.edgexfoundry.org:10001 [2020-12-30T00:31:32.949Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T00:31:33.211Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T00:31:33.211Z] Configure a credential helper to remove this warning. See [2020-12-30T00:31:33.211Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T00:31:33.211Z] [2020-12-30T00:31:33.211Z] Login Succeeded [2020-12-30T00:31:33.211Z] nexus3.edgexfoundry.org:10002 [2020-12-30T00:31:33.211Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T00:31:33.474Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T00:31:33.474Z] Configure a credential helper to remove this warning. See [2020-12-30T00:31:33.474Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T00:31:33.474Z] [2020-12-30T00:31:33.474Z] Login Succeeded [2020-12-30T00:31:33.474Z] nexus3.edgexfoundry.org:10003 [2020-12-30T00:31:33.474Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T00:31:33.737Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T00:31:33.737Z] Configure a credential helper to remove this warning. See [2020-12-30T00:31:33.738Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T00:31:33.738Z] [2020-12-30T00:31:33.738Z] Login Succeeded [2020-12-30T00:31:33.738Z] nexus3.edgexfoundry.org:10004 [2020-12-30T00:31:33.738Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T00:31:33.738Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T00:31:33.738Z] Configure a credential helper to remove this warning. See [2020-12-30T00:31:33.738Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T00:31:33.738Z] [2020-12-30T00:31:33.738Z] Login Succeeded [2020-12-30T00:31:33.738Z] docker.io [2020-12-30T00:31:34.016Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T00:31:34.280Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T00:31:34.280Z] Configure a credential helper to remove this warning. See [2020-12-30T00:31:34.280Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T00:31:34.280Z] [2020-12-30T00:31:34.280Z] Login Succeeded [2020-12-30T00:31:34.280Z] ---> docker-login.sh ends [Pipeline] } [2020-12-30T00:31:34.294Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-30T00:31:34.762Z] ++ 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 [2020-12-30T00:31:34.762Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-30T00:31:34.762Z] ++ dirname cmd/core-command/Dockerfile [2020-12-30T00:31:34.762Z] ++ cut -d/ -f2 [2020-12-30T00:31:34.762Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-30T00:31:34.762Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-30T00:31:34.762Z] ++ dirname cmd/core-data/Dockerfile [2020-12-30T00:31:34.762Z] ++ cut -d/ -f2 [2020-12-30T00:31:34.762Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-30T00:31:34.762Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-30T00:31:34.762Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-30T00:31:34.762Z] ++ cut -d/ -f2 [2020-12-30T00:31:34.762Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-30T00:31:34.762Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-30T00:31:34.762Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-30T00:31:34.762Z] ++ cut -d/ -f2 [2020-12-30T00:31:34.762Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-30T00:31:34.762Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-30T00:31:34.762Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-30T00:31:34.762Z] ++ cut -d/ -f2 [2020-12-30T00:31:34.762Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-30T00:31:34.762Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-30T00:31:34.762Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-30T00:31:34.762Z] ++ cut -d/ -f2 [2020-12-30T00:31:34.762Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-30T00:31:34.762Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-30T00:31:34.762Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-30T00:31:34.762Z] ++ cut -d/ -f2 [2020-12-30T00:31:34.762Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-30T00:31:34.762Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-30T00:31:34.762Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-30T00:31:34.762Z] ++ cut -d/ -f2 [2020-12-30T00:31:34.762Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-30T00:31:34.762Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-30T00:31:34.762Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-30T00:31:34.762Z] ++ cut -d/ -f2 [2020-12-30T00:31:34.762Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-30T00:31:34.846Z] 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 [2020-12-30T00:31:35.677Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-30T00:31:35.677Z] [2020-12-30T00:31:35.677Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-30T00:31:36.043Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-30T00:31:36.043Z] latest: Pulling from edgex-devops/git-semver [2020-12-30T00:31:36.043Z] 31603596830f: Pulling fs layer [2020-12-30T00:31:36.043Z] 2a8b12db71e7: Pulling fs layer [2020-12-30T00:31:36.043Z] 6ca5941a6612: Pulling fs layer [2020-12-30T00:31:36.043Z] ecc8261a40a4: Pulling fs layer [2020-12-30T00:31:36.043Z] ecc8261a40a4: Waiting [2020-12-30T00:31:36.043Z] 2a8b12db71e7: Verifying Checksum [2020-12-30T00:31:36.043Z] 2a8b12db71e7: Download complete [2020-12-30T00:31:36.043Z] 31603596830f: Verifying Checksum [2020-12-30T00:31:36.043Z] 31603596830f: Download complete [2020-12-30T00:31:36.318Z] 6ca5941a6612: Verifying Checksum [2020-12-30T00:31:36.318Z] 6ca5941a6612: Download complete [2020-12-30T00:31:36.582Z] ecc8261a40a4: Verifying Checksum [2020-12-30T00:31:36.582Z] ecc8261a40a4: Download complete [2020-12-30T00:31:36.582Z] 31603596830f: Pull complete [2020-12-30T00:31:36.846Z] 2a8b12db71e7: Pull complete [2020-12-30T00:31:37.797Z] 6ca5941a6612: Pull complete [2020-12-30T00:31:37.797Z] ecc8261a40a4: Pull complete [2020-12-30T00:31:37.797Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-30T00:31:37.797Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-30T00:31:37.797Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-30T00:31:37.902Z] prd-centos7-docker-4c-2g-17683 does not seem to be running inside a container [2020-12-30T00:31:37.961Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-30T00:31:41.457Z] $ docker top 404576cb906cd7f1746eac74ba1050f82ad52a8ee336729b2d7620fb0470cddc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-30T00:31:41.796Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-30T00:31:41.796Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-30T00:31:42.071Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-30T00:31:42.077Z] $ docker exec 404576cb906cd7f1746eac74ba1050f82ad52a8ee336729b2d7620fb0470cddc ssh-agent [2020-12-30T00:31:42.294Z] SSH_AUTH_SOCK=/tmp/ssh-apfIzYlPuWWJ/agent.11 [2020-12-30T00:31:42.294Z] SSH_AGENT_PID=16 [2020-12-30T00:31:42.318Z] Running ssh-add (command line suppressed) [2020-12-30T00:31:42.474Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_6784246486290547185.key (/w/workspace/edgex-go/5@tmp/private_key_6784246486290547185.key) [2020-12-30T00:31:42.537Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-30T00:31:42.887Z] + git tag --points-at HEAD [Pipeline] } [2020-12-30T00:31:42.919Z] $ docker exec --env ******** --env ******** 404576cb906cd7f1746eac74ba1050f82ad52a8ee336729b2d7620fb0470cddc ssh-agent -k [2020-12-30T00:31:43.062Z] unset SSH_AUTH_SOCK; [2020-12-30T00:31:43.063Z] unset SSH_AGENT_PID; [2020-12-30T00:31:43.063Z] echo Agent pid 16 killed; [2020-12-30T00:31:43.125Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-30T00:31:43.280Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-30T00:31:43.280Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-30T00:31:43.504Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-30T00:31:43.509Z] $ docker exec 404576cb906cd7f1746eac74ba1050f82ad52a8ee336729b2d7620fb0470cddc ssh-agent [2020-12-30T00:31:43.714Z] SSH_AUTH_SOCK=/tmp/ssh-zxxaaLK7zdt4/agent.44 [2020-12-30T00:31:43.714Z] SSH_AGENT_PID=49 [2020-12-30T00:31:43.722Z] Running ssh-add (command line suppressed) [2020-12-30T00:31:43.904Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_8387943040306214116.key (/w/workspace/edgex-go/5@tmp/private_key_8387943040306214116.key) [2020-12-30T00:31:43.977Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-30T00:31:44.323Z] + git semver init [2020-12-30T00:31:44.323Z] # -> Open(): unable to determine branch for HEAD [2020-12-30T00:31:44.323Z] # $GIT_DIR = /w/workspace/edgex-go/5/.git [2020-12-30T00:31:44.323Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/5 [2020-12-30T00:31:44.323Z] # $SEMVER_REMOTE_NAME = origin [2020-12-30T00:31:44.323Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-30T00:31:44.323Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-30T00:31:44.323Z] # $SEMVER_BRANCH = PR-2960 [2020-12-30T00:31:44.323Z] # $SEMVER_TEMP = /tmp/semver-009964390 [2020-12-30T00:31:44.323Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-30T00:32:40.943Z] # '/tmp/semver-009964390' -> '/w/workspace/edgex-go/5/.semver' [2020-12-30T00:32:40.944Z] # -> Force: false [2020-12-30T00:32:40.944Z] # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } [2020-12-30T00:32:40.963Z] $ docker exec --env ******** --env ******** 404576cb906cd7f1746eac74ba1050f82ad52a8ee336729b2d7620fb0470cddc ssh-agent -k [2020-12-30T00:32:41.313Z] unset SSH_AUTH_SOCK; [2020-12-30T00:32:41.315Z] unset SSH_AGENT_PID; [2020-12-30T00:32:41.315Z] echo Agent pid 49 killed; [2020-12-30T00:32:41.493Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-30T00:32:42.013Z] + git semver [Pipeline] } [2020-12-30T00:32:42.047Z] $ docker stop --time=1 404576cb906cd7f1746eac74ba1050f82ad52a8ee336729b2d7620fb0470cddc [2020-12-30T00:32:43.895Z] $ docker rm -f 404576cb906cd7f1746eac74ba1050f82ad52a8ee336729b2d7620fb0470cddc [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-30T00:32:44.475Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-30T00:32:45.005Z] Stashed 1 file(s) [Pipeline] echo [2020-12-30T00:32:45.008Z] [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 [2020-12-30T00:32:45.949Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-30T00:32:46.279Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-30T00:32:46.604Z] + true [2020-12-30T00:32:46.604Z] + sudo service docker restart [2020-12-30T00:32:46.604Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-30T00:32:47.583Z] ========================================================= [2020-12-30T00:32:47.583Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-30T00:32:47.583Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-30T00:32:47.933Z] + 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 . [2020-12-30T00:32:52.191Z] Sending build context to Docker daemon 326.2MB [2020-12-30T00:32:52.191Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2020-12-30T00:32:52.191Z] Step 2/6 : FROM ${BASE} [2020-12-30T00:32:52.191Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-30T00:32:52.191Z] 188c0c94c7c5: Pulling fs layer [2020-12-30T00:32:52.191Z] 0ef7d3d256c8: Pulling fs layer [2020-12-30T00:32:52.191Z] de9db76c5a1d: Pulling fs layer [2020-12-30T00:32:52.191Z] bca2f99d35d6: Pulling fs layer [2020-12-30T00:32:52.191Z] 93359f2a8cfa: Pulling fs layer [2020-12-30T00:32:52.191Z] 7c6f9722023f: Pulling fs layer [2020-12-30T00:32:52.191Z] a35cf1a2eb13: Pulling fs layer [2020-12-30T00:32:52.191Z] bca2f99d35d6: Waiting [2020-12-30T00:32:52.191Z] 93359f2a8cfa: Waiting [2020-12-30T00:32:52.191Z] 7c6f9722023f: Waiting [2020-12-30T00:32:52.191Z] a35cf1a2eb13: Waiting [2020-12-30T00:32:52.191Z] de9db76c5a1d: Verifying Checksum [2020-12-30T00:32:52.191Z] de9db76c5a1d: Download complete [2020-12-30T00:32:52.191Z] 0ef7d3d256c8: Download complete [2020-12-30T00:32:52.191Z] 93359f2a8cfa: Download complete [2020-12-30T00:32:52.191Z] 7c6f9722023f: Verifying Checksum [2020-12-30T00:32:52.191Z] 7c6f9722023f: Download complete [2020-12-30T00:32:52.191Z] 188c0c94c7c5: Verifying Checksum [2020-12-30T00:32:52.191Z] 188c0c94c7c5: Download complete [2020-12-30T00:32:53.147Z] 188c0c94c7c5: Pull complete [2020-12-30T00:32:53.733Z] 0ef7d3d256c8: Pull complete [2020-12-30T00:32:53.733Z] de9db76c5a1d: Pull complete [2020-12-30T00:32:55.139Z] a35cf1a2eb13: Verifying Checksum [2020-12-30T00:32:55.139Z] a35cf1a2eb13: Download complete [2020-12-30T00:32:56.091Z] bca2f99d35d6: Download complete [2020-12-30T00:33:00.413Z] Still waiting to schedule task [2020-12-30T00:33:00.413Z] ‘prd-centos7-docker-4c-2g-15505’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-17671’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-17691’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-17690’ is offline [2020-12-30T00:33:02.735Z] bca2f99d35d6: Pull complete [2020-12-30T00:33:02.735Z] 93359f2a8cfa: Pull complete [2020-12-30T00:33:02.735Z] 7c6f9722023f: Pull complete [2020-12-30T00:33:08.144Z] a35cf1a2eb13: Pull complete [2020-12-30T00:33:08.144Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-30T00:33:08.144Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-30T00:33:08.144Z] ---> a62c8e92a672 [2020-12-30T00:33:08.144Z] Step 3/6 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-30T00:33:08.144Z] ---> Running in 0bac8c7c3308 [2020-12-30T00:33:09.114Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T00:33:10.080Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T00:33:11.485Z] (1/12) Installing libmagic (5.38-r0) [2020-12-30T00:33:11.485Z] (2/12) Installing file (5.38-r0) [2020-12-30T00:33:11.747Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-30T00:33:11.747Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-30T00:33:29.933Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-30T00:33:29.933Z] (6/12) Installing patch (2.7.6-r6) [2020-12-30T00:33:29.933Z] (7/12) Installing build-base (0.5-r2) [2020-12-30T00:33:29.933Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-30T00:33:29.933Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-30T00:33:29.933Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-30T00:33:29.933Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-30T00:33:29.933Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-30T00:33:29.933Z] Executing busybox-1.31.1-r19.trigger [2020-12-30T00:33:29.933Z] OK: 233 MiB in 51 packages [2020-12-30T00:33:34.193Z] Removing intermediate container 0bac8c7c3308 [2020-12-30T00:33:34.193Z] ---> 85256cea6945 [2020-12-30T00:33:34.193Z] Step 4/6 : WORKDIR /edgex-go [2020-12-30T00:33:34.193Z] ---> Running in b114083b1fdc [2020-12-30T00:33:34.193Z] Removing intermediate container b114083b1fdc [2020-12-30T00:33:34.193Z] ---> 857706ca0471 [2020-12-30T00:33:34.193Z] Step 5/6 : COPY go.mod . [2020-12-30T00:33:34.474Z] ---> 97bcf131f795 [2020-12-30T00:33:34.474Z] Step 6/6 : RUN go mod download [2020-12-30T00:33:34.474Z] ---> Running in bc03f54e6a9f [2020-12-30T00:33:56.948Z] Removing intermediate container bc03f54e6a9f [2020-12-30T00:33:56.948Z] ---> 817014ec8183 [2020-12-30T00:33:56.948Z] Successfully built 817014ec8183 [2020-12-30T00:33:56.948Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-30T00:33:57.279Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-30T00:33:57.545Z] . [Pipeline] withDockerContainer [2020-12-30T00:33:57.675Z] prd-centos7-docker-4c-2g-17683 does not seem to be running inside a container [2020-12-30T00:33:57.731Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-30T00:33:58.758Z] $ docker top a85e473baebfd50152ca91092b705542efc26122b1aeda9e450c165892b1e341 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-30T00:33:59.375Z] + go version [2020-12-30T00:33:59.375Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-30T00:33:59.393Z] $ docker stop --time=1 a85e473baebfd50152ca91092b705542efc26122b1aeda9e450c165892b1e341 [2020-12-30T00:34:00.837Z] $ docker rm -f a85e473baebfd50152ca91092b705542efc26122b1aeda9e450c165892b1e341 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-30T00:34:01.673Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-30T00:34:01.673Z] . [Pipeline] withDockerContainer [2020-12-30T00:34:01.832Z] prd-centos7-docker-4c-2g-17683 does not seem to be running inside a container [2020-12-30T00:34:01.894Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-30T00:34:02.826Z] $ docker top 11187ad0bd193f6b4839cc0e6e2ed50fd36c6ffcb190eed9aefd70b4ce7d5a46 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-30T00:34:03.108Z] ========================================================= [2020-12-30T00:34:03.108Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-30T00:34:03.108Z] ========================================================= [Pipeline] sh [2020-12-30T00:34:03.533Z] + make test [2020-12-30T00:34:03.533Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-30T00:34:15.922Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-30T00:34:31.061Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-30T00:34:37.841Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-30T00:34:37.841Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-30T00:34:37.841Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-30T00:34:37.841Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-30T00:34:37.841Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-30T00:34:38.431Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-30T00:34:38.701Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-30T00:34:39.311Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-30T00:34:39.897Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-30T00:34:41.870Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-30T00:34:41.870Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-30T00:34:41.870Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-30T00:34:43.897Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.090s coverage: 46.6% of statements [2020-12-30T00:34:43.897Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-30T00:34:43.897Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-30T00:34:43.897Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-30T00:34:43.897Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-30T00:34:43.897Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-30T00:34:49.267Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.202s coverage: 27.0% of statements [2020-12-30T00:34:49.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-30T00:34:49.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-30T00:34:49.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-30T00:34:49.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-30T00:34:49.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-30T00:34:49.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-30T00:34:49.267Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.036s coverage: 100.0% of statements [2020-12-30T00:34:49.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-30T00:34:49.267Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.046s coverage: 100.0% of statements [2020-12-30T00:34:49.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-30T00:34:49.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-30T00:34:49.267Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.394s coverage: 74.4% of statements [2020-12-30T00:34:49.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-30T00:34:49.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-30T00:34:49.267Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.152s coverage: 83.3% of statements [2020-12-30T00:34:49.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-30T00:34:49.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-30T00:34:49.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-30T00:34:49.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-30T00:34:50.725Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.423s coverage: 28.6% of statements [2020-12-30T00:34:50.725Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-30T00:34:50.725Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-30T00:34:50.725Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-30T00:34:50.725Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-30T00:34:50.725Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-30T00:34:50.725Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.093s coverage: 100.0% of statements [2020-12-30T00:34:50.725Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-30T00:34:50.725Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.055s coverage: 100.0% of statements [2020-12-30T00:34:50.725Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-30T00:34:50.725Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.123s coverage: 86.7% of statements [2020-12-30T00:34:50.725Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-30T00:34:50.725Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.109s coverage: 97.5% of statements [2020-12-30T00:34:50.725Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-30T00:34:51.352Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.056s coverage: 78.3% of statements [2020-12-30T00:34:51.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-30T00:34:51.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-30T00:34:51.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-30T00:34:51.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-30T00:34:53.967Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.485s coverage: 93.8% of statements [2020-12-30T00:34:53.967Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-30T00:34:53.967Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-30T00:34:53.967Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-30T00:34:53.967Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-30T00:34:53.967Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-30T00:34:53.967Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-30T00:34:53.967Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-30T00:34:53.967Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-30T00:34:53.967Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-30T00:34:53.967Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-30T00:34:53.967Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-30T00:34:53.967Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-30T00:34:53.967Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-30T00:34:53.967Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-30T00:34:53.967Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-30T00:34:53.967Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-30T00:34:53.967Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-30T00:34:53.967Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-30T00:34:53.967Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.032s coverage: 58.8% of statements [2020-12-30T00:34:53.967Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-30T00:34:53.967Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-30T00:34:53.967Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.065s coverage: 0.1% of statements [2020-12-30T00:34:53.967Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-30T00:34:53.967Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-30T00:34:53.967Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-30T00:34:53.967Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-30T00:34:53.967Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.063s coverage: 100.0% of statements [2020-12-30T00:34:53.967Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-30T00:34:53.967Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.071s coverage: 75.5% of statements [2020-12-30T00:34:53.967Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-30T00:34:53.967Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements [2020-12-30T00:34:53.967Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.069s coverage: 87.2% of statements [2020-12-30T00:34:53.967Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.054s coverage: 84.2% of statements [2020-12-30T00:34:54.942Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.4% of statements [2020-12-30T00:34:54.942Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-30T00:34:55.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.186s coverage: 63.5% of statements [2020-12-30T00:34:55.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-30T00:34:55.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-30T00:34:55.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.041s coverage: 100.0% of statements [2020-12-30T00:34:55.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2020-12-30T00:34:55.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.037s coverage: 100.0% of statements [2020-12-30T00:34:55.813Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.045s coverage: 73.7% of statements [2020-12-30T00:34:55.813Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2020-12-30T00:34:57.239Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.324s coverage: 55.9% of statements [2020-12-30T00:34:57.239Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-30T00:34:57.239Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-30T00:34:57.239Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-30T00:34:57.239Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-30T00:34:57.239Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-30T00:34:57.513Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.099s coverage: 37.0% of statements [2020-12-30T00:34:57.513Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-30T00:34:57.513Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-30T00:34:57.513Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.344s coverage: 84.0% of statements [2020-12-30T00:34:57.513Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.056s coverage: 100.0% of statements [2020-12-30T00:34:59.497Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.108s coverage: 47.1% of statements [2020-12-30T00:34:59.497Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-30T00:34:59.497Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-30T00:34:59.497Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-30T00:34:59.497Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-30T00:34:59.498Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-30T00:34:59.498Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.057s coverage: 100.0% of statements [2020-12-30T00:34:59.498Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-30T00:34:59.498Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.064s coverage: 100.0% of statements [2020-12-30T00:34:59.498Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-30T00:35:00.924Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.815s coverage: 29.1% of statements [2020-12-30T00:35:00.924Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-30T00:35:00.924Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-30T00:35:00.924Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-30T00:35:00.924Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-30T00:35:00.924Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-30T00:35:00.924Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.078s coverage: 99.0% of statements [2020-12-30T00:35:00.924Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-30T00:35:00.924Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.057s coverage: 100.0% of statements [2020-12-30T00:35:00.924Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-30T00:35:00.924Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements [2020-12-30T00:35:00.924Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-30T00:35:00.924Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.042s coverage: 100.0% of statements [2020-12-30T00:35:00.924Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-30T00:35:00.924Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-30T00:35:00.924Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-30T00:35:00.924Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-30T00:35:00.924Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.046s coverage: 87.9% of statements [2020-12-30T00:35:00.924Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-30T00:35:00.924Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-30T00:35:01.198Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.037s coverage: 100.0% of statements [2020-12-30T00:35:01.465Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.040s coverage: 32.1% of statements [2020-12-30T00:35:01.744Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2020-12-30T00:35:02.332Z] GO111MODULE=on go vet ./... [2020-12-30T00:35:29.086Z] gofmt -l . [2020-12-30T00:35:29.086Z] [ "`gofmt -l .`" = "" ] [2020-12-30T00:35:29.086Z] ./bin/test-go-mod-tidy.sh [2020-12-30T00:35:29.086Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-30T00:35:29.984Z] + ls -al . [2020-12-30T00:35:29.984Z] total 636 [2020-12-30T00:35:29.984Z] drwxrwxr-x 10 1001 1001 4096 Dec 30 00:35 . [2020-12-30T00:35:29.984Z] drwxr-xr-x 4 root root 28 Dec 30 00:34 .. [2020-12-30T00:35:29.984Z] -rw-rw-r-- 1 1001 1001 11 Dec 30 00:31 .dockerignore [2020-12-30T00:35:29.984Z] drwxrwxr-x 8 1001 1001 179 Dec 30 00:31 .git [2020-12-30T00:35:29.984Z] drwxrwxr-x 3 1001 1001 125 Dec 30 00:31 .github [2020-12-30T00:35:29.984Z] -rw-rw-r-- 1 1001 1001 824 Dec 30 00:31 .gitignore [2020-12-30T00:35:29.984Z] drwx------ 3 1001 1001 47 Dec 30 00:32 .semver [2020-12-30T00:35:29.984Z] -rw-rw-r-- 1 1001 1001 166 Dec 30 00:31 .sonarcloud.properties [2020-12-30T00:35:29.984Z] -rw-rw-r-- 1 1001 1001 3804 Dec 30 00:31 CONTRIBUTING.md [2020-12-30T00:35:29.984Z] -rw-rw-r-- 1 1001 1001 920 Dec 30 00:31 Dockerfile.build [2020-12-30T00:35:29.984Z] -rw-rw-r-- 1 1001 1001 863 Dec 30 00:31 Jenkinsfile [2020-12-30T00:35:29.984Z] -rw-rw-r-- 1 1001 1001 10775 Dec 30 00:31 LICENSE [2020-12-30T00:35:29.984Z] -rw-rw-r-- 1 1001 1001 5750 Dec 30 00:31 Makefile [2020-12-30T00:35:29.984Z] -rw-rw-r-- 1 1001 1001 6511 Dec 30 00:31 README.md [2020-12-30T00:35:29.984Z] -rw-rw-r-- 1 1001 1001 6744 Dec 30 00:31 SECURITY.md [2020-12-30T00:35:29.984Z] -rw-rw-r-- 1 1001 1001 5 Dec 30 00:32 VERSION [2020-12-30T00:35:29.984Z] -rw-rw-r-- 1 1001 1001 4131 Dec 30 00:31 ZMQWindows.md [2020-12-30T00:35:29.984Z] drwxrwxr-x 2 1001 1001 117 Dec 30 00:31 bin [2020-12-30T00:35:29.984Z] drwxrwxr-x 14 1001 1001 4096 Dec 30 00:31 cmd [2020-12-30T00:35:29.984Z] -rw-r--r-- 1 root root 537189 Dec 30 00:35 coverage.out [2020-12-30T00:35:29.984Z] -rw-r--r-- 1 root root 979 Dec 30 00:35 go.mod [2020-12-30T00:35:29.984Z] -rw-r--r-- 1 root root 18739 Dec 30 00:35 go.sum [2020-12-30T00:35:29.984Z] drwxrwxr-x 8 1001 1001 127 Dec 30 00:31 internal [2020-12-30T00:35:29.984Z] drwxrwxr-x 4 1001 1001 26 Dec 30 00:31 openapi [2020-12-30T00:35:29.984Z] drwxrwxr-x 4 1001 1001 71 Dec 30 00:31 snap [2020-12-30T00:35:29.984Z] -rw-rw-r-- 1 1001 1001 168 Dec 30 00:31 version.go [Pipeline] sh [2020-12-30T00:35:30.285Z] + '[' -e coverage.out ] [2020-12-30T00:35:30.285Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-30T00:35:30.521Z] Stashed 1 file(s) [Pipeline] sh [2020-12-30T00:35:30.824Z] + make build [2020-12-30T00:35:30.824Z] 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 [2020-12-30T00:35:34.146Z] 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 [2020-12-30T00:35:42.391Z] 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 [2020-12-30T00:35:43.783Z] 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 [2020-12-30T00:35:45.217Z] 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 [2020-12-30T00:35:45.506Z] 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 [2020-12-30T00:35:47.554Z] 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 [2020-12-30T00:35:48.188Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-17700 in /w/workspace/edgexfoundry_edgex-go_PR-2960 [Pipeline] { [Pipeline] ws [2020-12-30T00:35:48.240Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2020-12-30T00:35:48.962Z] 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 [2020-12-30T00:35:50.358Z] 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 [2020-12-30T00:35:51.761Z] 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 [2020-12-30T00:35:52.715Z] 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 [2020-12-30T00:35:53.750Z] using credential edgex-jenkins-ssh [2020-12-30T00:35:53.809Z] Cloning the remote Git repository [2020-12-30T00:35:54.117Z] 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 [2020-12-30T00:35:53.885Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-30T00:35:54.007Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2020-12-30T00:35:54.084Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-30T00:35:54.085Z] > git --version # timeout=10 [2020-12-30T00:35:54.113Z] > git --version # 'git version 2.17.1' [2020-12-30T00:35:54.115Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-30T00:35:54.163Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] } [2020-12-30T00:35:55.089Z] $ docker stop --time=1 11187ad0bd193f6b4839cc0e6e2ed50fd36c6ffcb190eed9aefd70b4ce7d5a46 [2020-12-30T00:35:56.749Z] $ docker rm -f 11187ad0bd193f6b4839cc0e6e2ed50fd36c6ffcb190eed9aefd70b4ce7d5a46 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-30T00:35:58.768Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-30T00:35:58.768Z] [2020-12-30T00:35:58.768Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-12-30T00:35:59.116Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-30T00:35:59.116Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-30T00:35:59.116Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-30T00:35:59.116Z] ca9280d653b3: Pulling fs layer [2020-12-30T00:35:59.116Z] 7e9c9ca2126c: Pulling fs layer [2020-12-30T00:35:59.399Z] cbdbe7a5bc2a: Download complete [2020-12-30T00:35:59.664Z] cbdbe7a5bc2a: Pull complete [2020-12-30T00:35:59.930Z] ca9280d653b3: Verifying Checksum [2020-12-30T00:35:59.930Z] ca9280d653b3: Download complete [2020-12-30T00:36:00.886Z] 7e9c9ca2126c: Verifying Checksum [2020-12-30T00:36:00.886Z] 7e9c9ca2126c: Download complete [2020-12-30T00:36:01.150Z] ca9280d653b3: Pull complete [2020-12-30T00:36:09.411Z] 7e9c9ca2126c: Pull complete [2020-12-30T00:36:09.411Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-30T00:36:09.411Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-30T00:36:09.411Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-12-30T00:36:09.620Z] prd-centos7-docker-4c-2g-17683 does not seem to be running inside a container [2020-12-30T00:36:09.685Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-30T00:36:11.483Z] $ docker top cd0ef489d517d886bb3c2a8b1e87a6bf2a2ba3acb872b3654463667bb3d2ee68 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-30T00:36:11.994Z] + docker-compose build --help [2020-12-30T00:36:11.994Z] + grep parallel [2020-12-30T00:36:12.955Z] --parallel Build images in parallel. [Pipeline] } [2020-12-30T00:36:12.969Z] $ docker stop --time=1 cd0ef489d517d886bb3c2a8b1e87a6bf2a2ba3acb872b3654463667bb3d2ee68 [2020-12-30T00:36:14.367Z] $ docker rm -f cd0ef489d517d886bb3c2a8b1e87a6bf2a2ba3acb872b3654463667bb3d2ee68 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-30T00:36:15.005Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-30T00:36:15.005Z] . [Pipeline] withDockerContainer [2020-12-30T00:36:15.124Z] prd-centos7-docker-4c-2g-17683 does not seem to be running inside a container [2020-12-30T00:36:15.182Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-30T00:36:16.061Z] $ docker top 9cf0c16791893cf2eb00242fae216d4943132986cbd58a0be2187c66a72712ff -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-30T00:36:16.612Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-30T00:36:17.559Z] Building docker-core-command-go ... [2020-12-30T00:36:17.559Z] Building docker-core-data-go ... [2020-12-30T00:36:17.559Z] Building docker-core-metadata-go ... [2020-12-30T00:36:17.559Z] Building docker-security-bootstrap-redis-go ... [2020-12-30T00:36:17.559Z] Building docker-security-proxy-setup-go ... [2020-12-30T00:36:17.559Z] Building docker-security-secretstore-setup-go ... [2020-12-30T00:36:17.559Z] Building docker-support-notifications-go ... [2020-12-30T00:36:17.559Z] Building docker-support-scheduler-go ... [2020-12-30T00:36:17.559Z] Building docker-sys-mgmt-agent-go ... [2020-12-30T00:36:17.559Z] Building docker-sys-mgmt-agent-go [2020-12-30T00:36:17.559Z] Building docker-core-command-go [2020-12-30T00:36:17.559Z] Building docker-core-data-go [2020-12-30T00:36:17.559Z] Building docker-support-scheduler-go [2020-12-30T00:36:17.559Z] Building docker-security-secretstore-setup-go [2020-12-30T00:36:35.490Z] Merging remotes/origin/master commit f96f7b915cefbb80505bb9c3ea8da34b1ed55ef2 into PR head commit fdd35d04535cc8b112fc0af9ff540b1aa31d35d5 [2020-12-30T00:36:36.384Z] Merge succeeded, producing 5b1509642dfe8384a03b2ec2f066b822339ebb58 [2020-12-30T00:36:36.384Z] Checking out Revision 5b1509642dfe8384a03b2ec2f066b822339ebb58 (PR-2960) [2020-12-30T00:36:34.580Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-30T00:36:34.604Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-30T00:36:34.639Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-30T00:36:34.678Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-30T00:36:34.679Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-30T00:36:34.695Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2960/head:refs/remotes/origin/PR-2960 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-30T00:36:35.522Z] > git config core.sparsecheckout # timeout=10 [2020-12-30T00:36:35.541Z] > git checkout -f fdd35d04535cc8b112fc0af9ff540b1aa31d35d5 # timeout=10 [2020-12-30T00:36:35.901Z] > git remote # timeout=10 [2020-12-30T00:36:35.936Z] > git config --get remote.origin.url # timeout=10 [2020-12-30T00:36:35.964Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-30T00:36:35.976Z] > git merge f96f7b915cefbb80505bb9c3ea8da34b1ed55ef2 # timeout=10 [2020-12-30T00:36:36.356Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-30T00:36:36.401Z] > git config core.sparsecheckout # timeout=10 [2020-12-30T00:36:36.441Z] > git checkout -f 5b1509642dfe8384a03b2ec2f066b822339ebb58 # timeout=10 [2020-12-30T00:36:41.026Z] Commit message: "Merge commit 'f96f7b915cefbb80505bb9c3ea8da34b1ed55ef2' into HEAD" [2020-12-30T00:36:41.053Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-30T00:36:42.665Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-30T00:36:43.130Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-30T00:36:41.040Z] > git rev-list --no-walk b30d23641c9a7b8df245c427e27d6da38f8afb21 # timeout=10 [2020-12-30T00:36:43.483Z] + + true [2020-12-30T00:36:43.483Z] sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-30T00:36:46.183Z] provisioning config files... [2020-12-30T00:36:46.232Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config9175270324571694028tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-30T00:36:46.666Z] ---> docker-login.sh [2020-12-30T00:36:46.666Z] nexus3.edgexfoundry.org:10001 [2020-12-30T00:36:47.654Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T00:36:47.925Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T00:36:47.925Z] Configure a credential helper to remove this warning. See [2020-12-30T00:36:47.925Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T00:36:47.925Z] [2020-12-30T00:36:47.925Z] Login Succeeded [2020-12-30T00:36:47.925Z] nexus3.edgexfoundry.org:10002 [2020-12-30T00:36:48.197Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T00:36:48.469Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T00:36:48.469Z] Configure a credential helper to remove this warning. See [2020-12-30T00:36:48.469Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T00:36:48.469Z] [2020-12-30T00:36:48.469Z] Login Succeeded [2020-12-30T00:36:48.469Z] nexus3.edgexfoundry.org:10003 [2020-12-30T00:36:48.743Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T00:36:49.016Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T00:36:49.016Z] Configure a credential helper to remove this warning. See [2020-12-30T00:36:49.016Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T00:36:49.016Z] [2020-12-30T00:36:49.016Z] Login Succeeded [2020-12-30T00:36:49.016Z] nexus3.edgexfoundry.org:10004 [2020-12-30T00:36:49.293Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T00:36:49.574Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T00:36:49.574Z] Configure a credential helper to remove this warning. See [2020-12-30T00:36:49.574Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T00:36:49.574Z] [2020-12-30T00:36:49.574Z] Login Succeeded [2020-12-30T00:36:49.574Z] docker.io [2020-12-30T00:36:49.848Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T00:36:50.119Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T00:36:50.119Z] Configure a credential helper to remove this warning. See [2020-12-30T00:36:50.119Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T00:36:50.119Z] [2020-12-30T00:36:50.119Z] Login Succeeded [2020-12-30T00:36:50.119Z] ---> docker-login.sh ends [Pipeline] } [2020-12-30T00:36:50.138Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-30T00:36:50.677Z] ========================================================= [2020-12-30T00:36:50.677Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-30T00:36:50.677Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-30T00:36:51.066Z] + 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 . [2020-12-30T00:36:53.711Z] Sending build context to Docker daemon 165.4MB [2020-12-30T00:36:53.711Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2020-12-30T00:36:53.711Z] Step 2/6 : FROM ${BASE} [2020-12-30T00:36:53.711Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-30T00:36:53.711Z] 5f621e34cdf4: Pulling fs layer [2020-12-30T00:36:53.711Z] a4357932f1b6: Pulling fs layer [2020-12-30T00:36:53.711Z] 18c013af1878: Pulling fs layer [2020-12-30T00:36:53.711Z] 00ac8860ef70: Pulling fs layer [2020-12-30T00:36:53.711Z] 63d7cb157983: Pulling fs layer [2020-12-30T00:36:53.711Z] b116817d02f9: Pulling fs layer [2020-12-30T00:36:53.711Z] 745a02a5169b: Pulling fs layer [2020-12-30T00:36:53.711Z] 00ac8860ef70: Waiting [2020-12-30T00:36:53.711Z] 63d7cb157983: Waiting [2020-12-30T00:36:53.711Z] b116817d02f9: Waiting [2020-12-30T00:36:53.711Z] 745a02a5169b: Waiting [2020-12-30T00:36:53.711Z] 18c013af1878: Verifying Checksum [2020-12-30T00:36:53.711Z] 18c013af1878: Download complete [2020-12-30T00:36:53.993Z] a4357932f1b6: Verifying Checksum [2020-12-30T00:36:53.993Z] a4357932f1b6: Download complete [2020-12-30T00:36:53.993Z] 63d7cb157983: Verifying Checksum [2020-12-30T00:36:53.993Z] 63d7cb157983: Download complete [2020-12-30T00:36:53.993Z] b116817d02f9: Verifying Checksum [2020-12-30T00:36:53.993Z] b116817d02f9: Download complete [2020-12-30T00:36:53.993Z] 5f621e34cdf4: Verifying Checksum [2020-12-30T00:36:53.993Z] 5f621e34cdf4: Download complete [2020-12-30T00:36:54.591Z] 5f621e34cdf4: Pull complete [2020-12-30T00:36:55.191Z] a4357932f1b6: Pull complete [2020-12-30T00:36:55.471Z] 18c013af1878: Pull complete [2020-12-30T00:36:56.489Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2020-12-30T00:36:56.490Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:36:56.490Z] [2020-12-30T00:36:56.490Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:36:56.490Z] ---> 817014ec8183 [2020-12-30T00:36:56.490Z] Step 3/23 : WORKDIR /edgex-go [2020-12-30T00:36:56.490Z] ---> 817014ec8183 [2020-12-30T00:36:56.490Z] Step 3/26 : WORKDIR /edgex-go [2020-12-30T00:36:56.490Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2020-12-30T00:36:56.490Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:36:56.490Z] ---> 817014ec8183 [2020-12-30T00:36:56.490Z] Step 3/24 : WORKDIR /edgex-go [2020-12-30T00:36:56.490Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2020-12-30T00:36:56.490Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:36:56.490Z] ---> 817014ec8183 [2020-12-30T00:36:56.490Z] Step 3/21 : WORKDIR /edgex-go [2020-12-30T00:36:56.490Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2020-12-30T00:36:56.490Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:36:56.490Z] ---> 817014ec8183 [2020-12-30T00:36:56.490Z] Step 3/22 : WORKDIR /edgex-go [2020-12-30T00:36:56.490Z] ---> Running in 8d7b89ffff19 [2020-12-30T00:36:56.490Z] ---> Running in da5f9c8fe377 [2020-12-30T00:36:56.490Z] ---> Running in 1a3948d8e020 [2020-12-30T00:36:56.490Z] ---> Running in ae096b99d053 [2020-12-30T00:36:56.490Z] ---> Running in 205dbb3ce100 [2020-12-30T00:36:56.490Z] Removing intermediate container 1a3948d8e020 [2020-12-30T00:36:56.490Z] ---> db42c6e5cefe [2020-12-30T00:36:56.490Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:36:56.490Z] Removing intermediate container 8d7b89ffff19 [2020-12-30T00:36:56.490Z] ---> ca5d23d471fa [2020-12-30T00:36:56.490Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:36:56.490Z] Removing intermediate container da5f9c8fe377 [2020-12-30T00:36:56.490Z] ---> 29fd677d69e5 [2020-12-30T00:36:56.490Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:36:56.490Z] Removing intermediate container 205dbb3ce100 [2020-12-30T00:36:56.490Z] ---> 3124427a37cd [2020-12-30T00:36:56.490Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:36:56.490Z] Removing intermediate container ae096b99d053 [2020-12-30T00:36:56.490Z] ---> f91e869ee96d [2020-12-30T00:36:56.490Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:36:56.490Z] ---> Running in c3fd33307a27 [2020-12-30T00:36:56.490Z] ---> Running in 99556da057e1 [2020-12-30T00:36:56.490Z] ---> Running in 64345c35726c [2020-12-30T00:36:56.490Z] ---> Running in d0aa2423e42d [2020-12-30T00:36:56.490Z] ---> Running in 19d8c4e71c28 [2020-12-30T00:36:56.490Z] Removing intermediate container c3fd33307a27 [2020-12-30T00:36:56.490Z] ---> 3271af0b6f1f [2020-12-30T00:36:56.490Z] Step 5/21 : RUN apk add --update --no-cache make git [2020-12-30T00:36:56.490Z] ---> Running in 03631427d76f [2020-12-30T00:36:56.752Z] Removing intermediate container 19d8c4e71c28 [2020-12-30T00:36:56.752Z] ---> 7b80e7add15e [2020-12-30T00:36:56.752Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2020-12-30T00:36:56.752Z] Removing intermediate container 99556da057e1 [2020-12-30T00:36:56.752Z] ---> 3b8ce1e0f26c [2020-12-30T00:36:56.752Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-30T00:36:56.752Z] Removing intermediate container 64345c35726c [2020-12-30T00:36:56.752Z] ---> e1d514901f68 [2020-12-30T00:36:56.752Z] Step 5/22 : RUN apk add --update --no-cache make git [2020-12-30T00:36:56.752Z] Removing intermediate container d0aa2423e42d [2020-12-30T00:36:56.752Z] ---> c2a40d45f02c [2020-12-30T00:36:56.752Z] Step 5/24 : RUN apk add --update --no-cache make git [2020-12-30T00:36:57.015Z] ---> Running in 0f555a43881b [2020-12-30T00:36:57.015Z] ---> Running in 9ad992b6f7d5 [2020-12-30T00:36:57.015Z] ---> Running in eae7433437b2 [2020-12-30T00:36:57.015Z] ---> Running in 730698d43cf2 [2020-12-30T00:36:57.283Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T00:36:57.453Z] 745a02a5169b: Verifying Checksum [2020-12-30T00:36:57.453Z] 745a02a5169b: Download complete [2020-12-30T00:36:57.884Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T00:36:57.884Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T00:36:58.154Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T00:36:58.154Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T00:36:58.417Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T00:36:58.447Z] 00ac8860ef70: Verifying Checksum [2020-12-30T00:36:58.448Z] 00ac8860ef70: Download complete [2020-12-30T00:36:58.990Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T00:36:59.252Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T00:36:59.252Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T00:36:59.252Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T00:36:59.833Z] OK: 233 MiB in 51 packages [2020-12-30T00:36:59.833Z] OK: 233 MiB in 51 packages [2020-12-30T00:37:00.098Z] OK: 233 MiB in 51 packages [2020-12-30T00:37:00.098Z] OK: 233 MiB in 51 packages [2020-12-30T00:37:01.048Z] Removing intermediate container 0f555a43881b [2020-12-30T00:37:01.048Z] ---> 2a787f7c6e2e [2020-12-30T00:37:01.048Z] Step 6/26 : COPY go.mod . [2020-12-30T00:37:01.048Z] Removing intermediate container 03631427d76f [2020-12-30T00:37:01.048Z] ---> d0d77b8daa0e [2020-12-30T00:37:01.048Z] Step 6/21 : COPY go.mod . [2020-12-30T00:37:01.048Z] OK: 233 MiB in 51 packages [2020-12-30T00:37:01.312Z] Removing intermediate container 730698d43cf2 [2020-12-30T00:37:01.312Z] ---> f82f05299360 [2020-12-30T00:37:01.312Z] Step 6/24 : COPY go.mod . [2020-12-30T00:37:01.312Z] Removing intermediate container 9ad992b6f7d5 [2020-12-30T00:37:01.312Z] ---> af8934743cca [2020-12-30T00:37:01.312Z] Step 6/23 : COPY go.mod . [2020-12-30T00:37:01.312Z] ---> 5e812f6c7bd5 [2020-12-30T00:37:01.312Z] Step 7/21 : RUN go mod download [2020-12-30T00:37:01.312Z] ---> e1e789888020 [2020-12-30T00:37:01.312Z] Step 7/26 : RUN go mod download [2020-12-30T00:37:01.613Z] ---> Running in c0918de6d080 [2020-12-30T00:37:01.613Z] ---> Running in 73129d78b809 [2020-12-30T00:37:01.613Z] ---> 73fd088bc27e [2020-12-30T00:37:01.613Z] Step 7/24 : RUN go mod download [2020-12-30T00:37:01.900Z] ---> 678f6717d83e [2020-12-30T00:37:01.900Z] Step 7/23 : RUN go mod download [2020-12-30T00:37:01.900Z] ---> Running in 3a34169f9bd6 [2020-12-30T00:37:02.238Z] ---> Running in 42cd6917c90f [2020-12-30T00:37:02.238Z] Removing intermediate container eae7433437b2 [2020-12-30T00:37:02.238Z] ---> 203c6780edda [2020-12-30T00:37:02.238Z] Step 6/22 : COPY go.mod . [2020-12-30T00:37:02.820Z] ---> 99a1e652ae2a [2020-12-30T00:37:02.820Z] Step 7/22 : RUN go mod download [2020-12-30T00:37:03.407Z] ---> Running in 7f837922213f [2020-12-30T00:37:05.350Z] Removing intermediate container c0918de6d080 [2020-12-30T00:37:05.350Z] ---> a99c72da7d82 [2020-12-30T00:37:05.350Z] Step 8/21 : COPY . . [2020-12-30T00:37:05.350Z] Removing intermediate container 73129d78b809 [2020-12-30T00:37:05.350Z] ---> 6a0420cd8595 [2020-12-30T00:37:05.350Z] Step 8/26 : COPY . . [2020-12-30T00:37:05.350Z] Removing intermediate container 3a34169f9bd6 [2020-12-30T00:37:05.350Z] ---> 1580eb191848 [2020-12-30T00:37:05.350Z] Step 8/24 : COPY . . [2020-12-30T00:37:06.308Z] Removing intermediate container 42cd6917c90f [2020-12-30T00:37:06.308Z] ---> 85d2b459aec9 [2020-12-30T00:37:06.308Z] Step 8/23 : COPY . . [2020-12-30T00:37:08.275Z] Removing intermediate container 7f837922213f [2020-12-30T00:37:08.275Z] ---> 58fb5ceaf3f5 [2020-12-30T00:37:08.275Z] Step 8/22 : COPY . . [2020-12-30T00:37:08.632Z] 00ac8860ef70: Pull complete [2020-12-30T00:37:08.632Z] 63d7cb157983: Pull complete [2020-12-30T00:37:08.632Z] b116817d02f9: Pull complete [2020-12-30T00:37:12.950Z] 745a02a5169b: Pull complete [2020-12-30T00:37:12.950Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-30T00:37:12.950Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-30T00:37:12.950Z] ---> b7e6874047d6 [2020-12-30T00:37:12.950Z] Step 3/6 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-30T00:37:16.363Z] ---> Running in 02cbe3b6991b [2020-12-30T00:37:17.348Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T00:37:18.791Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T00:37:20.783Z] (1/12) Installing libmagic (5.38-r0) [2020-12-30T00:37:21.057Z] (2/12) Installing file (5.38-r0) [2020-12-30T00:37:21.057Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-30T00:37:21.330Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-30T00:37:26.736Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-30T00:37:26.736Z] (6/12) Installing patch (2.7.6-r6) [2020-12-30T00:37:26.736Z] (7/12) Installing build-base (0.5-r2) [2020-12-30T00:37:26.736Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-30T00:37:26.736Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-30T00:37:26.736Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-30T00:37:26.736Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-30T00:37:26.736Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-30T00:37:26.736Z] Executing busybox-1.31.1-r19.trigger [2020-12-30T00:37:26.736Z] OK: 217 MiB in 51 packages [2020-12-30T00:37:32.172Z] Removing intermediate container 02cbe3b6991b [2020-12-30T00:37:32.172Z] ---> 167ae505849a [2020-12-30T00:37:32.172Z] Step 4/6 : WORKDIR /edgex-go [2020-12-30T00:37:32.172Z] ---> Running in 190d94c6a69b [2020-12-30T00:37:32.172Z] Removing intermediate container 190d94c6a69b [2020-12-30T00:37:32.172Z] ---> 52983adb445a [2020-12-30T00:37:32.172Z] Step 5/6 : COPY go.mod . [2020-12-30T00:37:33.162Z] ---> a40f18f63b19 [2020-12-30T00:37:33.162Z] Step 6/6 : RUN go mod download [2020-12-30T00:37:33.162Z] ---> Running in 525499ca22dd [2020-12-30T00:37:48.394Z] ---> f165ad10b350 [2020-12-30T00:37:48.394Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-30T00:37:48.394Z] ---> abbed94164ca [2020-12-30T00:37:48.394Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-30T00:37:48.394Z] ---> 0cbb83daeb71 [2020-12-30T00:37:48.394Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-30T00:37:48.394Z] ---> 67ad201fd365 [2020-12-30T00:37:48.394Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-30T00:37:48.394Z] ---> 607d2268fd4e [2020-12-30T00:37:48.394Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-30T00:37:48.394Z] ---> Running in 3281794b5536 [2020-12-30T00:37:48.394Z] ---> Running in 1ce7bbf27605 [2020-12-30T00:37:48.394Z] ---> Running in f5ead436b1f1 [2020-12-30T00:37:48.394Z] ---> Running in 0bb1d7325b25 [2020-12-30T00:37:48.394Z] ---> Running in 4d779ae93695 [2020-12-30T00:37:48.394Z] 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 [2020-12-30T00:37:48.394Z] 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 [2020-12-30T00:37:48.394Z] 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 [2020-12-30T00:37:48.394Z] 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 [2020-12-30T00:37:48.394Z] 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 [2020-12-30T00:38:00.279Z] Removing intermediate container 525499ca22dd [2020-12-30T00:38:00.279Z] ---> 8d9771759785 [2020-12-30T00:38:00.279Z] Successfully built 8d9771759785 [2020-12-30T00:38:00.279Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-30T00:38:00.640Z] + docker inspect -f . ci-base-image-arm64 [2020-12-30T00:38:00.640Z] . [Pipeline] withDockerContainer [2020-12-30T00:38:00.939Z] prd-ubuntu18.04-docker-arm64-4c-16g-17700 does not seem to be running inside a container [2020-12-30T00:38:01.060Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-30T00:38:02.636Z] $ docker top eba6dc9ec44faf90091cbeab8a6896624e7ed79e46c2122a9b87b62a183b1de5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-30T00:38:03.690Z] + go version [2020-12-30T00:38:03.691Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-30T00:38:03.721Z] $ docker stop --time=1 eba6dc9ec44faf90091cbeab8a6896624e7ed79e46c2122a9b87b62a183b1de5 [2020-12-30T00:38:05.716Z] $ docker rm -f eba6dc9ec44faf90091cbeab8a6896624e7ed79e46c2122a9b87b62a183b1de5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-30T00:38:06.711Z] + docker inspect -f . ci-base-image-arm64 [2020-12-30T00:38:06.711Z] . [Pipeline] withDockerContainer [2020-12-30T00:38:06.980Z] prd-ubuntu18.04-docker-arm64-4c-16g-17700 does not seem to be running inside a container [2020-12-30T00:38:07.075Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-30T00:38:08.493Z] $ docker top d369fca041e79a1ff93aede016d79292b2bf3c80ad526d4cb6c79c12e8285924 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-30T00:38:08.881Z] ========================================================= [2020-12-30T00:38:08.881Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-30T00:38:08.881Z] ========================================================= [Pipeline] sh [2020-12-30T00:38:09.538Z] + make test [2020-12-30T00:38:09.538Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-30T00:38:15.192Z] 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 [2020-12-30T00:38:25.309Z] Removing intermediate container f5ead436b1f1 [2020-12-30T00:38:25.309Z] ---> 62c7488596c4 [2020-12-30T00:38:25.309Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-30T00:38:25.309Z] Removing intermediate container 3281794b5536 [2020-12-30T00:38:25.309Z] ---> 905ed7f4e596 [2020-12-30T00:38:25.309Z] [2020-12-30T00:38:25.309Z] Step 10/21 : FROM scratch [2020-12-30T00:38:25.309Z] ---> [2020-12-30T00:38:25.309Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-30T00:38:25.309Z] ---> Running in 23929e4f21e6 [2020-12-30T00:38:25.309Z] Removing intermediate container 1ce7bbf27605 [2020-12-30T00:38:25.309Z] ---> 087eeb426f2e [2020-12-30T00:38:25.309Z] [2020-12-30T00:38:25.309Z] Step 10/22 : FROM scratch [2020-12-30T00:38:25.309Z] ---> [2020-12-30T00:38:25.309Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-30T00:38:25.309Z] ---> Running in 93400c2fc015 [2020-12-30T00:38:25.596Z] Removing intermediate container 0bb1d7325b25 [2020-12-30T00:38:25.596Z] ---> d49f493f57bc [2020-12-30T00:38:25.596Z] [2020-12-30T00:38:25.596Z] Step 10/24 : FROM alpine:3.12 [2020-12-30T00:38:25.596Z] ---> Running in fbd8b746cbe8 [2020-12-30T00:38:25.596Z] 3.12: Pulling from library/alpine [2020-12-30T00:38:25.596Z] Removing intermediate container 93400c2fc015 [2020-12-30T00:38:25.596Z] ---> 4fc33b8e29a0 [2020-12-30T00:38:25.596Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-30T00:38:25.596Z] ---> Running in 5975f391cb2a [2020-12-30T00:38:25.876Z] Removing intermediate container fbd8b746cbe8 [2020-12-30T00:38:25.876Z] ---> 17a4d6f5017c [2020-12-30T00:38:25.876Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-30T00:38:25.876Z] 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 [2020-12-30T00:38:26.148Z] Removing intermediate container 5975f391cb2a [2020-12-30T00:38:26.148Z] ---> 3589b9680de7 [2020-12-30T00:38:26.148Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-30T00:38:26.148Z] ---> Running in 3544570cb78d [2020-12-30T00:38:26.148Z] ---> Running in 99e305f3b983 [2020-12-30T00:38:26.148Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2020-12-30T00:38:26.148Z] Status: Downloaded newer image for alpine:3.12 [2020-12-30T00:38:26.148Z] ---> 389fef711851 [2020-12-30T00:38:26.148Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2020-12-30T00:38:26.422Z] ---> Running in 1281f4dec177 [2020-12-30T00:38:26.422Z] Removing intermediate container 3544570cb78d [2020-12-30T00:38:26.422Z] ---> dc685bc0cc95 [2020-12-30T00:38:26.422Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-30T00:38:26.690Z] Removing intermediate container 99e305f3b983 [2020-12-30T00:38:26.690Z] ---> 21730be2d152 [2020-12-30T00:38:26.690Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-30T00:38:26.690Z] ---> Running in 8fabf27285a1 [2020-12-30T00:38:28.092Z] ---> 97e3d2a69b94 [2020-12-30T00:38:28.092Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-30T00:38:28.092Z] Removing intermediate container 8fabf27285a1 [2020-12-30T00:38:28.092Z] ---> ef54ac0a7189 [2020-12-30T00:38:28.092Z] Step 14/22 : WORKDIR / [2020-12-30T00:38:28.092Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T00:38:28.092Z] ---> Running in a89169976433 [2020-12-30T00:38:28.092Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T00:38:28.363Z] (1/5) Installing ca-certificates (20191127-r4) [2020-12-30T00:38:28.363Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2020-12-30T00:38:28.363Z] (3/5) Installing libcurl (7.69.1-r3) [2020-12-30T00:38:28.363Z] (4/5) Installing curl (7.69.1-r3) [2020-12-30T00:38:28.363Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-30T00:38:28.363Z] Executing busybox-1.31.1-r19.trigger [2020-12-30T00:38:28.363Z] Executing ca-certificates-20191127-r4.trigger [2020-12-30T00:38:28.363Z] Removing intermediate container a89169976433 [2020-12-30T00:38:28.363Z] ---> e570ca1a728e [2020-12-30T00:38:28.363Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-30T00:38:28.363Z] OK: 7 MiB in 19 packages [2020-12-30T00:38:29.317Z] Removing intermediate container 23929e4f21e6 [2020-12-30T00:38:29.317Z] ---> d48d34a71afd [2020-12-30T00:38:29.317Z] [2020-12-30T00:38:29.317Z] Step 11/26 : FROM docker:20.10.0 [2020-12-30T00:38:29.317Z] ---> 105b97ed23a0 [2020-12-30T00:38:29.317Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-30T00:38:29.317Z] 20.10.0: Pulling from library/docker [2020-12-30T00:38:31.238Z] ---> cef2b3d88980 [2020-12-30T00:38:31.238Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-30T00:38:32.193Z] ---> cb6f5a6e0b8f [2020-12-30T00:38:32.193Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-30T00:38:32.454Z] Removing intermediate container 4d779ae93695 [2020-12-30T00:38:32.454Z] ---> 8ade487910d9 [2020-12-30T00:38:32.454Z] [2020-12-30T00:38:32.454Z] Step 10/23 : FROM alpine:3.12 [2020-12-30T00:38:32.454Z] ---> 389fef711851 [2020-12-30T00:38:32.454Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-30T00:38:32.454Z] ---> Running in 657bc7ab7f10 [2020-12-30T00:38:32.454Z] ---> 3736043d0369 [2020-12-30T00:38:32.454Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-30T00:38:32.722Z] ---> Running in 7e4fd6e332a4 [2020-12-30T00:38:32.722Z] Removing intermediate container 1281f4dec177 [2020-12-30T00:38:32.722Z] ---> 20af9952107c [2020-12-30T00:38:32.722Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-30T00:38:33.002Z] Removing intermediate container 657bc7ab7f10 [2020-12-30T00:38:33.002Z] ---> 3066cf13c7f6 [2020-12-30T00:38:33.002Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-30T00:38:33.002Z] ---> Running in 72f97f7edb1c [2020-12-30T00:38:33.002Z] ---> Running in 29cfdd88cff1 [2020-12-30T00:38:33.002Z] ---> 7017ac23246b [2020-12-30T00:38:33.002Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-30T00:38:33.580Z] ---> Running in 6fd39c8a1a6f [2020-12-30T00:38:33.580Z] Removing intermediate container 7e4fd6e332a4 [2020-12-30T00:38:33.580Z] ---> 2b6d140a1dd9 [2020-12-30T00:38:33.580Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-30T00:38:33.580Z] Removing intermediate container 72f97f7edb1c [2020-12-30T00:38:33.580Z] ---> 081db8a85703 [2020-12-30T00:38:33.580Z] Step 13/24 : WORKDIR / [2020-12-30T00:38:33.856Z] Removing intermediate container 29cfdd88cff1 [2020-12-30T00:38:33.856Z] ---> 8da3efdf70ea [2020-12-30T00:38:33.856Z] Step 19/21 : LABEL arch=x86_64 [2020-12-30T00:38:33.856Z] ---> Running in 209c7f64890b [2020-12-30T00:38:33.856Z] ---> Running in e827d05b638a [2020-12-30T00:38:33.856Z] ---> Running in be05c6606eb8 [2020-12-30T00:38:33.856Z] Removing intermediate container 6fd39c8a1a6f [2020-12-30T00:38:33.856Z] ---> 677e2222d5cc [2020-12-30T00:38:33.856Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-30T00:38:34.137Z] Removing intermediate container 209c7f64890b [2020-12-30T00:38:34.137Z] ---> 54a29ce02416 [2020-12-30T00:38:34.137Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-30T00:38:34.137Z] ---> Running in 8e3722857674 [2020-12-30T00:38:34.409Z] ---> Running in c7d6dfbf3f30 [2020-12-30T00:38:34.409Z] Removing intermediate container be05c6606eb8 [2020-12-30T00:38:34.409Z] ---> df294aec0131 [2020-12-30T00:38:34.409Z] Step 20/21 : LABEL git_sha=372202ccc2bc0301cda9306acabb5938854e8e15 [2020-12-30T00:38:34.409Z] Removing intermediate container e827d05b638a [2020-12-30T00:38:34.409Z] ---> 864743b19391 [2020-12-30T00:38:34.409Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-30T00:38:34.680Z] ---> Running in 1f9b59dfb0b9 [2020-12-30T00:38:34.680Z] Removing intermediate container 8e3722857674 [2020-12-30T00:38:34.680Z] ---> 07c053cac517 [2020-12-30T00:38:34.680Z] Step 20/22 : LABEL arch=x86_64 [2020-12-30T00:38:34.680Z] Removing intermediate container c7d6dfbf3f30 [2020-12-30T00:38:34.680Z] ---> c6583b3368a2 [2020-12-30T00:38:34.680Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:38:34.948Z] ---> Running in b272fee2332d [2020-12-30T00:38:34.948Z] Removing intermediate container 1f9b59dfb0b9 [2020-12-30T00:38:34.948Z] ---> 14241d09e0c0 [2020-12-30T00:38:34.948Z] Step 21/21 : LABEL version=0.0.0 [2020-12-30T00:38:35.910Z] ---> 734c98e3277e [2020-12-30T00:38:35.910Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-30T00:38:35.910Z] ---> Running in 19c15e9ef0ef [2020-12-30T00:38:35.910Z] ---> Running in e05e1822aa0c [2020-12-30T00:38:36.175Z] Removing intermediate container b272fee2332d [2020-12-30T00:38:36.175Z] ---> 0d1ff610eaa9 [2020-12-30T00:38:36.175Z] Step 21/22 : LABEL git_sha=372202ccc2bc0301cda9306acabb5938854e8e15 [2020-12-30T00:38:36.175Z] ---> Running in aba61eec46d5 [2020-12-30T00:38:36.327Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-30T00:38:36.448Z] Removing intermediate container e05e1822aa0c [2020-12-30T00:38:36.448Z] ---> 7ae54e0e4e6b [2020-12-30T00:38:36.448Z] [2020-12-30T00:38:36.448Z] ---> 323ca1a7f40a [2020-12-30T00:38:36.448Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-30T00:38:36.448Z] Removing intermediate container aba61eec46d5 [2020-12-30T00:38:36.448Z] ---> 61748303eb7b [2020-12-30T00:38:36.448Z] Step 22/22 : LABEL version=0.0.0 [2020-12-30T00:38:36.715Z] Successfully built 7ae54e0e4e6b [2020-12-30T00:38:36.979Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-30T00:38:36.979Z] Building docker-security-proxy-setup-go [2020-12-30T00:38:36.979Z]  Building docker-support-scheduler-go ... done  ---> Running in 89f307b479bb [2020-12-30T00:38:36.979Z] ---> 57c4c617ac39 [2020-12-30T00:38:36.979Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-30T00:38:37.557Z] Removing intermediate container 89f307b479bb [2020-12-30T00:38:37.557Z] ---> 2aad3d6041c1 [2020-12-30T00:38:37.557Z] [2020-12-30T00:38:37.557Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2020-12-30T00:38:37.557Z] Status: Downloaded newer image for docker:20.10.0 [2020-12-30T00:38:37.557Z] ---> aefe523efa57 [2020-12-30T00:38:37.557Z] Step 12/26 : RUN apk add --no-cache bash [2020-12-30T00:38:37.825Z] Successfully built 2aad3d6041c1 [2020-12-30T00:38:37.825Z] Removing intermediate container 19c15e9ef0ef [2020-12-30T00:38:37.825Z] ---> 4d41134feaf4 [2020-12-30T00:38:37.825Z] Step 15/23 : RUN apk add --no-cache zeromq [2020-12-30T00:38:37.825Z] Successfully tagged docker-core-command-go:latest [2020-12-30T00:38:37.825Z] Building docker-support-notifications-go [2020-12-30T00:38:37.825Z]  Building docker-core-command-go ... done  ---> Running in 90ce0640c642 [2020-12-30T00:38:38.089Z] ---> 59ede1fa942f [2020-12-30T00:38:38.089Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-30T00:38:38.089Z] ---> Running in 2918a5b346ad [2020-12-30T00:38:42.358Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T00:38:42.358Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T00:38:42.358Z] (1/2) Installing readline (8.0.4-r0) [2020-12-30T00:38:42.358Z] (2/2) Installing bash (5.0.17-r0) [2020-12-30T00:38:42.359Z] Executing bash-5.0.17-r0.post-install [2020-12-30T00:38:42.359Z] Executing busybox-1.31.1-r19.trigger [2020-12-30T00:38:42.359Z] OK: 12 MiB in 22 packages [2020-12-30T00:38:42.359Z] ---> f2c22e20a1b2 [2020-12-30T00:38:42.359Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-30T00:38:42.623Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T00:38:43.203Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T00:38:44.154Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-30T00:38:44.154Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-30T00:38:44.154Z] ---> e834dbe30a19 [2020-12-30T00:38:44.154Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-30T00:38:44.154Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-30T00:38:44.422Z] ---> Running in 2e5eadd4d4f3 [2020-12-30T00:38:44.422Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-30T00:38:45.002Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-30T00:38:45.002Z] Executing busybox-1.31.1-r19.trigger [2020-12-30T00:38:45.002Z] OK: 8 MiB in 19 packages [2020-12-30T00:38:45.584Z] Removing intermediate container 90ce0640c642 [2020-12-30T00:38:45.584Z] ---> ca14f3a4bcbc [2020-12-30T00:38:45.584Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-30T00:38:48.948Z] ---> Running in ef7869c49589 [2020-12-30T00:38:52.338Z] Removing intermediate container ef7869c49589 [2020-12-30T00:38:52.338Z] ---> f712ebd25ac7 [2020-12-30T00:38:52.338Z] Step 14/26 : ENV APP_PORT=48090 [2020-12-30T00:38:52.338Z] Removing intermediate container 2918a5b346ad [2020-12-30T00:38:52.338Z] ---> 024981fcc892 [2020-12-30T00:38:52.338Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-30T00:38:53.309Z] ---> Running in e3017cfc3d54 [2020-12-30T00:38:53.309Z] Removing intermediate container 2e5eadd4d4f3 [2020-12-30T00:38:53.309Z] ---> 02c1bd2b61c4 [2020-12-30T00:38:53.309Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-30T00:38:54.709Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2020-12-30T00:38:54.709Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:38:54.971Z] ---> 817014ec8183 [2020-12-30T00:38:54.971Z] Step 3/21 : WORKDIR /edgex-go [2020-12-30T00:38:54.971Z] ---> Using cache [2020-12-30T00:38:54.971Z] ---> f91e869ee96d [2020-12-30T00:38:54.971Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:38:54.971Z] ---> Using cache [2020-12-30T00:38:54.971Z] ---> 7b80e7add15e [2020-12-30T00:38:54.971Z] Step 5/21 : RUN apk add --update --no-cache make git [2020-12-30T00:38:55.547Z] ---> d9dc8b2ee59c [2020-12-30T00:38:55.547Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-30T00:38:55.808Z] ---> Running in 13cf0f5ac79b [2020-12-30T00:38:55.808Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2020-12-30T00:38:55.808Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:38:56.382Z] ---> 817014ec8183 [2020-12-30T00:38:56.383Z] Step 3/24 : WORKDIR /edgex-go [2020-12-30T00:38:56.383Z] ---> Using cache [2020-12-30T00:38:56.383Z] ---> f91e869ee96d [2020-12-30T00:38:56.383Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:38:56.383Z] ---> Running in a8ce7c11b133 [2020-12-30T00:38:56.383Z] ---> Using cache [2020-12-30T00:38:56.383Z] ---> 7b80e7add15e [2020-12-30T00:38:56.383Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2020-12-30T00:38:56.962Z] Removing intermediate container e3017cfc3d54 [2020-12-30T00:38:56.962Z] ---> 9f861179f7fa [2020-12-30T00:38:56.962Z] Step 15/26 : EXPOSE $APP_PORT [2020-12-30T00:38:56.962Z] ---> Running in 8bb0547f2255 [2020-12-30T00:38:56.962Z] ---> cc77d8c76efc [2020-12-30T00:38:56.962Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-30T00:38:57.223Z] ---> Running in b00f65ad72df [2020-12-30T00:38:57.223Z] Removing intermediate container 13cf0f5ac79b [2020-12-30T00:38:57.223Z] ---> 20a9da7f5d0d [2020-12-30T00:38:57.223Z] Step 22/24 : LABEL arch=x86_64 [2020-12-30T00:38:57.498Z] ---> Running in 8d4ff5e428f2 [2020-12-30T00:38:57.498Z] ---> cb697eff442d [2020-12-30T00:38:57.498Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-30T00:38:57.498Z] Removing intermediate container b00f65ad72df [2020-12-30T00:38:57.498Z] ---> b8c94e9be9b2 [2020-12-30T00:38:57.498Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-30T00:38:57.498Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T00:38:57.788Z] ---> Running in 0b31cf35304e [2020-12-30T00:38:57.788Z] Removing intermediate container 8d4ff5e428f2 [2020-12-30T00:38:57.788Z] ---> 610aabc11ad3 [2020-12-30T00:38:57.788Z] Step 23/24 : LABEL git_sha=372202ccc2bc0301cda9306acabb5938854e8e15 [2020-12-30T00:38:57.788Z] ---> Running in 883cb048c6f9 [2020-12-30T00:38:58.065Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T00:38:58.065Z] Removing intermediate container 0b31cf35304e [2020-12-30T00:38:58.065Z] ---> c334e47f40c9 [2020-12-30T00:38:58.065Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-30T00:38:58.065Z] Removing intermediate container 883cb048c6f9 [2020-12-30T00:38:58.065Z] ---> b551719284bb [2020-12-30T00:38:58.065Z] Step 24/24 : LABEL version=0.0.0 [2020-12-30T00:38:58.065Z] ---> Running in 6372a436fe4a [2020-12-30T00:38:58.333Z] ---> Running in e64258958e81 [2020-12-30T00:38:58.333Z] ---> be2214cad459 [2020-12-30T00:38:58.333Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-30T00:38:58.333Z] Removing intermediate container 6372a436fe4a [2020-12-30T00:38:58.333Z] ---> bb4cd88d5d23 [2020-12-30T00:38:58.333Z] Step 21/23 : LABEL arch=x86_64 [2020-12-30T00:38:58.333Z] ---> Running in 5becf95fd053 [2020-12-30T00:38:58.601Z] Removing intermediate container e64258958e81 [2020-12-30T00:38:58.601Z] ---> 48162884ad39 [2020-12-30T00:38:58.601Z] [2020-12-30T00:38:58.601Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T00:38:58.601Z] ---> 99d7ddbd7fb2 [2020-12-30T00:38:58.601Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-30T00:38:58.601Z] Successfully built 48162884ad39 [2020-12-30T00:38:58.601Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-30T00:38:58.601Z] Building docker-security-bootstrap-redis-go [2020-12-30T00:38:58.601Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 5becf95fd053 [2020-12-30T00:38:58.601Z] ---> 0b4c74e78720 [2020-12-30T00:38:58.601Z] Step 22/23 : LABEL git_sha=372202ccc2bc0301cda9306acabb5938854e8e15 [2020-12-30T00:38:58.868Z] ---> Running in 4c3df285b56a [2020-12-30T00:38:58.868Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T00:38:58.868Z] Removing intermediate container 4c3df285b56a [2020-12-30T00:38:58.868Z] ---> 6207e1f2a9fa [2020-12-30T00:38:58.868Z] Step 23/23 : LABEL version=0.0.0 [2020-12-30T00:38:59.135Z] ---> f0179b4e28e6 [2020-12-30T00:38:59.135Z] Step 19/26 : RUN apk --no-cache add py3-pip [2020-12-30T00:38:59.135Z] ---> Running in 4c7d97c921ab [2020-12-30T00:38:59.402Z] ---> Running in 82a1cf898cbe [2020-12-30T00:38:59.672Z] OK: 233 MiB in 51 packages [2020-12-30T00:38:59.938Z] Removing intermediate container 4c7d97c921ab [2020-12-30T00:38:59.938Z] ---> a3dcb7b49f5d [2020-12-30T00:38:59.938Z] [2020-12-30T00:38:59.938Z] OK: 233 MiB in 51 packages [2020-12-30T00:39:00.900Z] Successfully built a3dcb7b49f5d [2020-12-30T00:39:00.900Z] Successfully tagged docker-core-data-go:latest [2020-12-30T00:39:00.900Z] Building docker-core-metadata-go [2020-12-30T00:39:03.501Z]  Building docker-core-data-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T00:39:03.501Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T00:39:03.789Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-30T00:39:03.789Z] (2/33) Installing expat (2.2.9-r1) [2020-12-30T00:39:03.789Z] (3/33) Installing libffi (3.3-r2) [2020-12-30T00:39:03.789Z] (4/33) Installing gdbm (1.13-r1) [2020-12-30T00:39:04.056Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-30T00:39:04.056Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-30T00:39:04.056Z] Removing intermediate container a8ce7c11b133 [2020-12-30T00:39:04.056Z] ---> bcb3c2397763 [2020-12-30T00:39:04.056Z] Step 6/21 : COPY go.mod . [2020-12-30T00:39:04.056Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-30T00:39:05.021Z] Removing intermediate container 8bb0547f2255 [2020-12-30T00:39:05.021Z] ---> ea235c53a96e [2020-12-30T00:39:05.021Z] Step 6/24 : COPY go.mod . [2020-12-30T00:39:07.742Z] ---> 5e39bdfab233 [2020-12-30T00:39:07.742Z] Step 7/21 : RUN go mod download [2020-12-30T00:39:09.278Z] ---> Running in a77dc981e4b9 [2020-12-30T00:39:09.278Z] ---> 519804afc4d1 [2020-12-30T00:39:09.278Z] Step 7/24 : RUN go mod download [2020-12-30T00:39:10.263Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-30T00:39:10.263Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-30T00:39:10.263Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-30T00:39:10.263Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-30T00:39:10.537Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-30T00:39:11.121Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-30T00:39:11.121Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-30T00:39:12.092Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-30T00:39:12.693Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-30T00:39:12.969Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-30T00:39:13.929Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-30T00:39:14.194Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-30T00:39:14.776Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-30T00:39:15.039Z] ---> Running in ee7a0ef689bb [2020-12-30T00:39:15.308Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-30T00:39:15.575Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-30T00:39:15.575Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-30T00:39:15.575Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-30T00:39:15.846Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-30T00:39:15.846Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2020-12-30T00:39:15.846Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:39:15.846Z] ---> 817014ec8183 [2020-12-30T00:39:15.846Z] Step 3/22 : WORKDIR /edgex-go [2020-12-30T00:39:15.846Z] ---> Using cache [2020-12-30T00:39:15.846Z] ---> f91e869ee96d [2020-12-30T00:39:15.846Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:39:15.846Z] ---> Using cache [2020-12-30T00:39:15.846Z] ---> 7b80e7add15e [2020-12-30T00:39:15.846Z] Step 5/22 : RUN apk add --update --no-cache make git [2020-12-30T00:39:15.846Z] ---> Using cache [2020-12-30T00:39:15.846Z] ---> bcb3c2397763 [2020-12-30T00:39:15.846Z] Step 6/22 : COPY go.mod . [2020-12-30T00:39:15.846Z] ---> Using cache [2020-12-30T00:39:15.846Z] ---> 5e39bdfab233 [2020-12-30T00:39:15.846Z] Step 7/22 : RUN go mod download [2020-12-30T00:39:16.434Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-30T00:39:16.720Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-30T00:39:16.720Z] ---> Running in 4b8a0cf2115c [2020-12-30T00:39:16.720Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-30T00:39:16.720Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-30T00:39:16.720Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-30T00:39:16.720Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-30T00:39:16.720Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-30T00:39:16.720Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-30T00:39:17.316Z] Executing busybox-1.31.1-r19.trigger [2020-12-30T00:39:17.316Z] OK: 71 MiB in 55 packages [2020-12-30T00:39:19.900Z] Removing intermediate container a77dc981e4b9 [2020-12-30T00:39:19.900Z] ---> 1b2ade1779e4 [2020-12-30T00:39:19.900Z] Step 8/21 : COPY . . [2020-12-30T00:39:19.900Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2020-12-30T00:39:19.900Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:39:19.900Z] ---> 817014ec8183 [2020-12-30T00:39:19.900Z] Step 3/22 : WORKDIR /edgex-go [2020-12-30T00:39:19.900Z] ---> Using cache [2020-12-30T00:39:19.900Z] ---> f91e869ee96d [2020-12-30T00:39:19.900Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:39:19.900Z] ---> Using cache [2020-12-30T00:39:19.900Z] ---> 7b80e7add15e [2020-12-30T00:39:19.900Z] Step 5/22 : RUN apk add --update --no-cache make git [2020-12-30T00:39:19.900Z] ---> Using cache [2020-12-30T00:39:19.900Z] ---> bcb3c2397763 [2020-12-30T00:39:19.900Z] Step 6/22 : COPY go.mod . [2020-12-30T00:39:19.900Z] ---> Using cache [2020-12-30T00:39:19.900Z] ---> 5e39bdfab233 [2020-12-30T00:39:19.900Z] Step 7/22 : RUN go mod download [2020-12-30T00:39:19.900Z] ---> Using cache [2020-12-30T00:39:19.900Z] ---> 1b2ade1779e4 [2020-12-30T00:39:19.900Z] Step 8/22 : COPY . . [2020-12-30T00:39:23.424Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-30T00:39:26.560Z] Removing intermediate container ee7a0ef689bb [2020-12-30T00:39:26.560Z] ---> 2bcfe1748971 [2020-12-30T00:39:26.560Z] Step 8/24 : COPY . . [2020-12-30T00:39:30.833Z] Removing intermediate container 4b8a0cf2115c [2020-12-30T00:39:30.833Z] ---> 2a7542f4bc8f [2020-12-30T00:39:30.833Z] Step 8/22 : COPY . . [2020-12-30T00:39:50.282Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-30T00:39:50.282Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-30T00:39:50.282Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-30T00:39:50.282Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-30T00:39:50.282Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-30T00:39:50.282Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-30T00:39:50.282Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-30T00:39:50.282Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-30T00:39:50.282Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-30T00:39:50.882Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-30T00:39:50.882Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-30T00:39:50.882Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-30T00:39:57.622Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.257s coverage: 46.6% of statements [2020-12-30T00:39:57.622Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-30T00:39:57.622Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-30T00:39:57.622Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-30T00:39:57.622Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-30T00:39:57.622Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-30T00:39:58.085Z] ---> 4e2ff68b417d [2020-12-30T00:39:58.085Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-30T00:39:59.069Z] ---> 166e6f616e5e [2020-12-30T00:39:59.069Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-30T00:39:59.069Z] Removing intermediate container 82a1cf898cbe [2020-12-30T00:39:59.069Z] ---> 1ee9f6152e6f [2020-12-30T00:39:59.069Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2020-12-30T00:40:01.086Z] ---> Running in 65bdac5e8ca8 [2020-12-30T00:40:01.398Z] ---> Running in 0bd5e8b575be [2020-12-30T00:40:01.398Z] ---> Running in 5b33b9086c0b [2020-12-30T00:40:04.020Z] 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 [2020-12-30T00:40:04.020Z] 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 [2020-12-30T00:40:05.961Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.548s coverage: 27.0% of statements [2020-12-30T00:40:05.961Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-30T00:40:05.961Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-30T00:40:05.961Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-30T00:40:05.961Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-30T00:40:05.961Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-30T00:40:05.961Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-30T00:40:05.961Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.075s coverage: 100.0% of statements [2020-12-30T00:40:05.961Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-30T00:40:05.961Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.078s coverage: 100.0% of statements [2020-12-30T00:40:05.961Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-30T00:40:05.961Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-30T00:40:05.961Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.545s coverage: 74.4% of statements [2020-12-30T00:40:05.961Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-30T00:40:05.961Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-30T00:40:05.961Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.361s coverage: 83.3% of statements [2020-12-30T00:40:05.961Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-30T00:40:05.961Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-30T00:40:05.961Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-30T00:40:05.961Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-30T00:40:05.987Z] ---> 84b8215f34b9 [2020-12-30T00:40:05.987Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-30T00:40:07.437Z] ---> Running in 780d08b67f61 [2020-12-30T00:40:08.056Z] ---> a9cc88cb2ce0 [2020-12-30T00:40:08.056Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-30T00:40:08.056Z] ---> Running in 65734ff5fc27 [2020-12-30T00:40:10.713Z] 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 [2020-12-30T00:40:10.713Z] 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 [2020-12-30T00:40:10.713Z] Collecting docker-compose==1.23.2 [2020-12-30T00:40:10.713Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-30T00:40:10.999Z] Collecting cached-property<2,>=1.2.0 [2020-12-30T00:40:10.999Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-30T00:40:10.999Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-30T00:40:11.271Z] Collecting jsonschema<3,>=2.5.1 [2020-12-30T00:40:11.271Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-30T00:40:11.547Z] Collecting docker<4.0,>=3.6.0 [2020-12-30T00:40:11.834Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-30T00:40:12.112Z] Collecting PyYAML<4,>=3.10 [2020-12-30T00:40:12.112Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-30T00:40:14.294Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.281s coverage: 28.6% of statements [2020-12-30T00:40:14.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-30T00:40:14.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-30T00:40:14.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-30T00:40:14.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-30T00:40:14.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-30T00:40:14.294Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.173s coverage: 100.0% of statements [2020-12-30T00:40:14.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-30T00:40:14.294Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.102s coverage: 100.0% of statements [2020-12-30T00:40:14.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-30T00:40:14.294Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.400s coverage: 86.7% of statements [2020-12-30T00:40:14.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-30T00:40:14.294Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.457s coverage: 97.5% of statements [2020-12-30T00:40:14.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-30T00:40:14.573Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.157s coverage: 78.3% of statements [2020-12-30T00:40:14.573Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-30T00:40:14.573Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-30T00:40:14.573Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-30T00:40:14.573Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-30T00:40:14.774Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-30T00:40:14.774Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-30T00:40:14.774Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-30T00:40:14.774Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-30T00:40:15.786Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-30T00:40:15.786Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-30T00:40:15.786Z] Collecting docopt<0.7,>=0.6.1 [2020-12-30T00:40:15.786Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-30T00:40:17.255Z] Collecting texttable<0.10,>=0.9.0 [2020-12-30T00:40:17.255Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-30T00:40:18.241Z] Collecting docker-pycreds>=0.4.0 [2020-12-30T00:40:18.241Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-30T00:40:18.516Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-30T00:40:18.516Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-30T00:40:18.802Z] 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) [2020-12-30T00:40:18.802Z] Collecting idna<2.8,>=2.5 [2020-12-30T00:40:18.802Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-30T00:40:18.802Z] 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) [2020-12-30T00:40:18.802Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-30T00:40:18.802Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-30T00:40:18.802Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-30T00:40:18.802Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-30T00:40:19.100Z] Installing collected packages: cached-property, jsonschema, urllib3, idna, requests, docker-pycreds, websocket-client, docker, PyYAML, dockerpty, docopt, texttable, docker-compose [2020-12-30T00:40:20.583Z] Attempting uninstall: urllib3 [2020-12-30T00:40:20.583Z] Found existing installation: urllib3 1.25.9 [2020-12-30T00:40:20.583Z] Uninstalling urllib3-1.25.9: [2020-12-30T00:40:20.583Z] Successfully uninstalled urllib3-1.25.9 [2020-12-30T00:40:20.894Z] Attempting uninstall: idna [2020-12-30T00:40:20.894Z] Found existing installation: idna 2.9 [2020-12-30T00:40:20.894Z] Uninstalling idna-2.9: [2020-12-30T00:40:20.894Z] Successfully uninstalled idna-2.9 [2020-12-30T00:40:21.169Z] Attempting uninstall: requests [2020-12-30T00:40:21.169Z] Found existing installation: requests 2.23.0 [2020-12-30T00:40:21.169Z] Uninstalling requests-2.23.0: [2020-12-30T00:40:21.442Z] Successfully uninstalled requests-2.23.0 [2020-12-30T00:40:22.427Z] Running setup.py install for PyYAML: started [2020-12-30T00:40:22.891Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.145s coverage: 93.8% of statements [2020-12-30T00:40:22.892Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-30T00:40:22.892Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-30T00:40:22.892Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-30T00:40:22.892Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-30T00:40:22.892Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-30T00:40:22.892Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-30T00:40:22.892Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-30T00:40:22.892Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-30T00:40:22.892Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-30T00:40:22.892Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-30T00:40:22.892Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-30T00:40:22.892Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-30T00:40:22.892Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-30T00:40:22.892Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-30T00:40:22.892Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-30T00:40:22.892Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-30T00:40:22.892Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-30T00:40:22.892Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-30T00:40:22.892Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.053s coverage: 58.8% of statements [2020-12-30T00:40:22.892Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-30T00:40:22.892Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-30T00:40:22.892Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.208s coverage: 0.1% of statements [2020-12-30T00:40:22.892Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-30T00:40:22.892Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-30T00:40:22.892Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-30T00:40:22.892Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-30T00:40:22.892Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.066s coverage: 100.0% of statements [2020-12-30T00:40:22.892Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-30T00:40:22.892Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.109s coverage: 75.5% of statements [2020-12-30T00:40:22.892Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-30T00:40:22.892Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.082s coverage: 80.8% of statements [2020-12-30T00:40:22.892Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.151s coverage: 87.2% of statements [2020-12-30T00:40:23.410Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-30T00:40:23.410Z] Running setup.py install for dockerpty: started [2020-12-30T00:40:23.879Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.146s coverage: 84.2% of statements [2020-12-30T00:40:24.391Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-30T00:40:24.667Z] Running setup.py install for docopt: started [2020-12-30T00:40:25.767Z] Running setup.py install for docopt: finished with status 'done' [2020-12-30T00:40:25.767Z] Running setup.py install for texttable: started [2020-12-30T00:40:25.878Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.195s coverage: 91.4% of statements [2020-12-30T00:40:25.878Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-30T00:40:26.151Z] Running setup.py install for texttable: finished with status 'done' [2020-12-30T00:40:26.750Z] 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 [2020-12-30T00:40:27.908Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.622s coverage: 63.5% of statements [2020-12-30T00:40:27.908Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-30T00:40:27.908Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-30T00:40:27.908Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.064s coverage: 100.0% of statements [2020-12-30T00:40:27.908Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.107s coverage: 91.3% of statements [2020-12-30T00:40:28.894Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.054s coverage: 100.0% of statements [2020-12-30T00:40:28.894Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.061s coverage: 73.7% of statements [2020-12-30T00:40:29.902Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.064s coverage: 100.0% of statements [2020-12-30T00:40:33.433Z] Removing intermediate container 0bd5e8b575be [2020-12-30T00:40:33.433Z] ---> d1a3a261504f [2020-12-30T00:40:33.433Z] Step 21/26 : RUN apk --no-cache add curl [2020-12-30T00:40:33.433Z] ---> Running in 14d9e35465c2 [2020-12-30T00:40:34.239Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.873s coverage: 55.9% of statements [2020-12-30T00:40:34.240Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-30T00:40:34.240Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-30T00:40:34.240Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-30T00:40:34.240Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-30T00:40:34.240Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-30T00:40:34.885Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T00:40:35.158Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T00:40:35.443Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-30T00:40:35.443Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-30T00:40:35.443Z] (3/3) Installing curl (7.69.1-r3) [2020-12-30T00:40:35.443Z] Executing busybox-1.31.1-r19.trigger [2020-12-30T00:40:35.443Z] OK: 72 MiB in 58 packages [2020-12-30T00:40:35.693Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.361s coverage: 37.0% of statements [2020-12-30T00:40:35.693Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-30T00:40:35.693Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-30T00:40:35.693Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.743s coverage: 84.0% of statements [2020-12-30T00:40:35.693Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.107s coverage: 100.0% of statements [2020-12-30T00:40:37.436Z] 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 [2020-12-30T00:40:37.436Z] Removing intermediate container 14d9e35465c2 [2020-12-30T00:40:37.436Z] ---> d95e00a5b4b1 [2020-12-30T00:40:37.436Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-30T00:40:37.436Z] ---> Running in ed089b168eaf [2020-12-30T00:40:37.711Z] Removing intermediate container ed089b168eaf [2020-12-30T00:40:37.711Z] ---> e5c023202de2 [2020-12-30T00:40:37.711Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-30T00:40:37.711Z] ---> Running in ddc751de83db [2020-12-30T00:40:37.986Z] Removing intermediate container ddc751de83db [2020-12-30T00:40:37.986Z] ---> fbfa137fae6b [2020-12-30T00:40:37.986Z] Step 24/26 : LABEL arch=x86_64 [2020-12-30T00:40:38.264Z] ---> Running in 1d23f279f37d [2020-12-30T00:40:38.553Z] Removing intermediate container 1d23f279f37d [2020-12-30T00:40:38.553Z] ---> 35f5ada86e4e [2020-12-30T00:40:38.553Z] Step 25/26 : LABEL git_sha=372202ccc2bc0301cda9306acabb5938854e8e15 [2020-12-30T00:40:38.553Z] ---> Running in e683958bc06f [2020-12-30T00:40:39.149Z] Removing intermediate container e683958bc06f [2020-12-30T00:40:39.149Z] ---> f30cab466e8e [2020-12-30T00:40:39.149Z] Step 26/26 : LABEL version=0.0.0 [2020-12-30T00:40:39.419Z] ---> Running in fb92ae5a3ffb [2020-12-30T00:40:39.419Z] Removing intermediate container fb92ae5a3ffb [2020-12-30T00:40:39.419Z] ---> 43946c78dfa2 [2020-12-30T00:40:39.419Z] [2020-12-30T00:40:39.708Z] Successfully built 43946c78dfa2 [2020-12-30T00:40:39.708Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-30T00:40:42.430Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.399s coverage: 47.1% of statements [2020-12-30T00:40:42.430Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-30T00:40:42.430Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-30T00:40:42.430Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-30T00:40:42.430Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-30T00:40:42.430Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-30T00:40:42.430Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.114s coverage: 100.0% of statements [2020-12-30T00:40:42.430Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-30T00:40:42.430Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.117s coverage: 100.0% of statements [2020-12-30T00:40:42.430Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-30T00:40:46.647Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 65734ff5fc27 [2020-12-30T00:40:46.647Z] ---> b4c262343849 [2020-12-30T00:40:46.647Z] [2020-12-30T00:40:46.647Z] Step 10/22 : FROM alpine:3.12 [2020-12-30T00:40:46.647Z] Removing intermediate container 5b33b9086c0b [2020-12-30T00:40:46.647Z] ---> 465fb56d99eb [2020-12-30T00:40:46.647Z] [2020-12-30T00:40:46.647Z] Step 10/21 : FROM alpine:3.12 [2020-12-30T00:40:46.647Z] ---> 389fef711851 [2020-12-30T00:40:46.647Z] Step 11/21 : RUN apk add --update --no-cache curl [2020-12-30T00:40:46.647Z] ---> 389fef711851 [2020-12-30T00:40:46.647Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2020-12-30T00:40:46.647Z] ---> Using cache [2020-12-30T00:40:46.647Z] ---> 20af9952107c [2020-12-30T00:40:46.647Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-30T00:40:46.647Z] Removing intermediate container 780d08b67f61 [2020-12-30T00:40:46.647Z] ---> 273a82370089 [2020-12-30T00:40:46.647Z] [2020-12-30T00:40:46.647Z] Step 10/24 : FROM scratch [2020-12-30T00:40:46.647Z] ---> [2020-12-30T00:40:46.647Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-30T00:40:46.647Z] ---> Running in c24b44e59e65 [2020-12-30T00:40:46.647Z] ---> Running in b96c86198a01 [2020-12-30T00:40:47.242Z] ---> Running in 590fd16cba6c [2020-12-30T00:40:47.242Z] Removing intermediate container b96c86198a01 [2020-12-30T00:40:47.242Z] ---> fbc052b34cac [2020-12-30T00:40:47.242Z] Step 13/22 : WORKDIR / [2020-12-30T00:40:47.819Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T00:40:47.819Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T00:40:48.080Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-30T00:40:48.080Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-30T00:40:48.080Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-30T00:40:48.080Z] (4/4) Installing curl (7.69.1-r3) [2020-12-30T00:40:48.080Z] Executing busybox-1.31.1-r19.trigger [2020-12-30T00:40:48.655Z] Executing ca-certificates-20191127-r4.trigger [2020-12-30T00:40:48.655Z] OK: 7 MiB in 18 packages [2020-12-30T00:40:49.201Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.733s coverage: 29.1% of statements [2020-12-30T00:40:49.201Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-30T00:40:49.201Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-30T00:40:49.201Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-30T00:40:49.201Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-30T00:40:49.201Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-30T00:40:49.201Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.219s coverage: 99.0% of statements [2020-12-30T00:40:49.201Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-30T00:40:49.201Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.111s coverage: 100.0% of statements [2020-12-30T00:40:49.201Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-30T00:40:49.201Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.048s coverage: 0.0% of statements [2020-12-30T00:40:49.201Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-30T00:40:49.201Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.061s coverage: 100.0% of statements [2020-12-30T00:40:49.201Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-30T00:40:49.201Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-30T00:40:49.201Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-30T00:40:49.201Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-30T00:40:49.201Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.102s coverage: 87.9% of statements [2020-12-30T00:40:49.201Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-30T00:40:49.201Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-30T00:40:49.201Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements [2020-12-30T00:40:49.201Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements [2020-12-30T00:40:49.201Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2020-12-30T00:40:49.238Z] Removing intermediate container 590fd16cba6c [2020-12-30T00:40:49.238Z] ---> 637f8d4cdcbe [2020-12-30T00:40:49.238Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-30T00:40:49.238Z] ---> Running in 14cd07624f60 [2020-12-30T00:40:49.238Z] ---> Running in d9ce8ef4e37e [2020-12-30T00:40:49.238Z] Removing intermediate container 65bdac5e8ca8 [2020-12-30T00:40:49.238Z] ---> 03f589167e99 [2020-12-30T00:40:49.238Z] [2020-12-30T00:40:49.238Z] Step 10/22 : FROM scratch [2020-12-30T00:40:49.238Z] ---> [2020-12-30T00:40:49.238Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-30T00:40:49.238Z] ---> Using cache [2020-12-30T00:40:49.238Z] ---> 17a4d6f5017c [2020-12-30T00:40:49.238Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-30T00:40:49.796Z] GO111MODULE=on go vet ./... [2020-12-30T00:40:50.189Z] ---> Running in c17aea150d3e [2020-12-30T00:40:50.453Z] Removing intermediate container 14cd07624f60 [2020-12-30T00:40:50.453Z] ---> c6dd81324179 [2020-12-30T00:40:50.453Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-30T00:40:51.029Z] Removing intermediate container d9ce8ef4e37e [2020-12-30T00:40:51.029Z] ---> 0c1732f590a8 [2020-12-30T00:40:51.029Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-30T00:40:51.029Z] Removing intermediate container c24b44e59e65 [2020-12-30T00:40:51.029Z] ---> 36ac6525d22e [2020-12-30T00:40:51.029Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-30T00:40:51.029Z] ---> Running in 945c3041d26a [2020-12-30T00:40:51.029Z] Removing intermediate container c17aea150d3e [2020-12-30T00:40:51.029Z] ---> 5e57720253e7 [2020-12-30T00:40:51.029Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-30T00:40:51.029Z] ---> 1fc047674fff [2020-12-30T00:40:51.029Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-30T00:40:51.029Z] ---> Running in 99efb49e166d [2020-12-30T00:40:51.297Z] ---> Running in 7706a7bd42f8 [2020-12-30T00:40:51.297Z] Removing intermediate container 945c3041d26a [2020-12-30T00:40:51.297Z] ---> 42bdda129dda [2020-12-30T00:40:51.297Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-30T00:40:51.563Z] Removing intermediate container 7706a7bd42f8 [2020-12-30T00:40:51.563Z] ---> 841d214d177f [2020-12-30T00:40:51.563Z] Removing intermediate container 99efb49e166d [2020-12-30T00:40:51.563Z] Step 14/22 : WORKDIR / ---> 1ccf88791ec0 [2020-12-30T00:40:51.563Z] [2020-12-30T00:40:51.563Z] Step 13/21 : WORKDIR /edgex [2020-12-30T00:40:51.563Z] ---> ec29b6325a7b [2020-12-30T00:40:51.563Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-30T00:40:51.563Z] ---> Running in 4c1f0166b17e [2020-12-30T00:40:51.563Z] ---> Running in cf64297623af [2020-12-30T00:40:51.831Z] ---> 4b878a3a2be4 [2020-12-30T00:40:51.831Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-30T00:40:52.093Z] Removing intermediate container 4c1f0166b17e [2020-12-30T00:40:52.093Z] ---> 11d21e5e95a5 [2020-12-30T00:40:52.093Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-30T00:40:52.093Z] Removing intermediate container cf64297623af [2020-12-30T00:40:52.093Z] ---> 0298f70c123e [2020-12-30T00:40:52.093Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-30T00:40:53.043Z] ---> c3a59e9a6581 [2020-12-30T00:40:53.043Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-30T00:40:53.310Z] ---> d1204d45b800 [2020-12-30T00:40:53.310Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-30T00:40:53.310Z] ---> 219f209dce8a [2020-12-30T00:40:53.310Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-30T00:40:53.310Z] ---> 7cecbdbb2299 [2020-12-30T00:40:53.310Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-30T00:40:53.580Z] ---> ab942a5a3390 [2020-12-30T00:40:53.580Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-30T00:40:53.844Z] ---> Running in 03c97e7f0e49 [2020-12-30T00:40:54.114Z] ---> c07167e99a37 [2020-12-30T00:40:54.114Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-30T00:40:54.114Z] ---> 7135e30df098 [2020-12-30T00:40:54.114Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-30T00:40:54.114Z] ---> 546fe698db3f [2020-12-30T00:40:54.114Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-30T00:40:54.693Z] ---> 373ed7b293f5 [2020-12-30T00:40:54.693Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-30T00:40:54.693Z] ---> e79fa9712a35 [2020-12-30T00:40:54.693Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-30T00:40:54.693Z] ---> Running in 3a6f38ce1868 [2020-12-30T00:40:54.693Z] ---> a0e9f3442a64 [2020-12-30T00:40:54.693Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-30T00:40:54.962Z] ---> Running in 6f9e8cb22e86 [2020-12-30T00:40:55.228Z] Removing intermediate container 3a6f38ce1868 [2020-12-30T00:40:55.228Z] ---> 6e31b71bf54a [2020-12-30T00:40:55.228Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-30T00:40:55.228Z] Removing intermediate container 6f9e8cb22e86 [2020-12-30T00:40:55.228Z] ---> f3c55ac7f232 [2020-12-30T00:40:55.228Z] Step 18/21 : CMD ["--init=true"] [2020-12-30T00:40:55.228Z] ---> Running in a7e39d05a05f [2020-12-30T00:40:55.803Z] ---> 46eb48f8c261 [2020-12-30T00:40:55.803Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-30T00:40:55.803Z] ---> Running in c3424cdf5742 [2020-12-30T00:40:55.803Z] Removing intermediate container 03c97e7f0e49 [2020-12-30T00:40:55.803Z] ---> 38f03c0bd514 [2020-12-30T00:40:55.803Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-30T00:40:55.803Z] Removing intermediate container a7e39d05a05f [2020-12-30T00:40:55.803Z] ---> 348e64b2e0b9 [2020-12-30T00:40:55.803Z] Step 20/22 : LABEL arch=x86_64 [2020-12-30T00:40:56.065Z] ---> Running in 458c88d80811 [2020-12-30T00:40:56.065Z] ---> Running in 0fba64226c41 [2020-12-30T00:40:56.065Z] ---> 750111add44d [2020-12-30T00:40:56.065Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-30T00:40:56.065Z] Removing intermediate container c3424cdf5742 [2020-12-30T00:40:56.065Z] ---> b15dab51ff20 [2020-12-30T00:40:56.065Z] Step 19/21 : LABEL arch=x86_64 [2020-12-30T00:40:56.335Z] ---> Running in 44ddcd0c96e5 [2020-12-30T00:40:56.335Z] ---> Running in 6ca8dcd3d181 [2020-12-30T00:40:56.335Z] Removing intermediate container 458c88d80811 [2020-12-30T00:40:56.335Z] ---> 8293f742abbf [2020-12-30T00:40:56.335Z] Step 20/22 : LABEL arch=x86_64 [2020-12-30T00:40:56.600Z] Removing intermediate container 0fba64226c41 [2020-12-30T00:40:56.600Z] ---> 8b2bf9a4145a [2020-12-30T00:40:56.600Z] Step 21/22 : LABEL git_sha=372202ccc2bc0301cda9306acabb5938854e8e15 [2020-12-30T00:40:56.600Z] ---> Running in a39e531b8f15 [2020-12-30T00:40:56.600Z] ---> Running in f32978184c31 [2020-12-30T00:40:56.600Z] Removing intermediate container 44ddcd0c96e5 [2020-12-30T00:40:56.600Z] ---> f32f641f2c57 [2020-12-30T00:40:56.600Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-30T00:40:56.600Z] Removing intermediate container 6ca8dcd3d181 [2020-12-30T00:40:56.600Z] ---> 4b881bb878d4 [2020-12-30T00:40:56.600Z] Step 20/21 : LABEL git_sha=372202ccc2bc0301cda9306acabb5938854e8e15 [2020-12-30T00:40:56.862Z] ---> Running in 61df75d9aaeb [2020-12-30T00:40:56.862Z] Removing intermediate container a39e531b8f15 [2020-12-30T00:40:56.862Z] ---> db5701d3bd7d [2020-12-30T00:40:56.862Z] Step 21/22 : LABEL git_sha=372202ccc2bc0301cda9306acabb5938854e8e15 [2020-12-30T00:40:56.862Z] ---> Running in 117496ddfc6a [2020-12-30T00:40:56.862Z] Removing intermediate container f32978184c31 [2020-12-30T00:40:56.862Z] ---> 01f8d03eaa39 [2020-12-30T00:40:56.862Z] Step 22/22 : LABEL version=0.0.0 [2020-12-30T00:40:57.129Z] ---> Running in 24c3301b291f [2020-12-30T00:40:57.129Z] ---> Running in 7d7683549542 [2020-12-30T00:40:57.129Z] Removing intermediate container 61df75d9aaeb [2020-12-30T00:40:57.129Z] ---> 382e9959ee82 [2020-12-30T00:40:57.129Z] Step 22/24 : LABEL arch=x86_64 [2020-12-30T00:40:57.393Z] Removing intermediate container 117496ddfc6a [2020-12-30T00:40:57.393Z] ---> 239dc6dde23d [2020-12-30T00:40:57.393Z] Step 21/21 : LABEL version=0.0.0 [2020-12-30T00:40:57.661Z] ---> Running in 73931133b04e [2020-12-30T00:40:57.661Z] Removing intermediate container 24c3301b291f [2020-12-30T00:40:57.661Z] ---> 0d43a2ec5b5e [2020-12-30T00:40:57.661Z] Step 22/22 : LABEL version=0.0.0 [2020-12-30T00:40:57.661Z] ---> Running in efd343554ec1 [2020-12-30T00:40:57.661Z] Removing intermediate container 7d7683549542 [2020-12-30T00:40:57.661Z] ---> 6f57f71104b6 [2020-12-30T00:40:57.661Z] [2020-12-30T00:40:57.661Z] ---> Running in 450acf736b41 [2020-12-30T00:40:57.927Z] Successfully built 6f57f71104b6 [2020-12-30T00:40:57.927Z] Removing intermediate container 73931133b04e [2020-12-30T00:40:57.927Z] ---> a16ab132a1d2 [2020-12-30T00:40:57.927Z] Step 23/24 : LABEL git_sha=372202ccc2bc0301cda9306acabb5938854e8e15 [2020-12-30T00:40:57.927Z] Successfully tagged docker-core-metadata-go:latest [2020-12-30T00:40:58.191Z]  Building docker-core-metadata-go ... done  ---> Running in a5fabe49d71f [2020-12-30T00:40:58.191Z] Removing intermediate container efd343554ec1 [2020-12-30T00:40:58.191Z] ---> d97073fc3850 [2020-12-30T00:40:58.191Z] [2020-12-30T00:40:58.191Z] Removing intermediate container 450acf736b41 [2020-12-30T00:40:58.191Z] ---> 68978dd0a7a6 [2020-12-30T00:40:58.191Z] [2020-12-30T00:40:58.191Z] Successfully built 68978dd0a7a6 [2020-12-30T00:40:58.191Z] Successfully built d97073fc3850 [2020-12-30T00:40:58.455Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-30T00:40:58.455Z]  Building docker-security-bootstrap-redis-go ... done Successfully tagged docker-security-proxy-setup-go:latest [2020-12-30T00:40:58.455Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container a5fabe49d71f [2020-12-30T00:40:58.455Z] ---> 90c1524c8f87 [2020-12-30T00:40:58.455Z] Step 24/24 : LABEL version=0.0.0 [2020-12-30T00:40:58.717Z] ---> Running in 3a861633122b [2020-12-30T00:40:58.717Z] Removing intermediate container 3a861633122b [2020-12-30T00:40:58.717Z] ---> 85009a85fb3f [2020-12-30T00:40:58.717Z] [2020-12-30T00:40:58.979Z] Successfully built 85009a85fb3f [2020-12-30T00:40:58.979Z] Successfully tagged docker-support-notifications-go:latest [2020-12-30T00:40:59.253Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2020-12-30T00:40:59.272Z] $ docker stop --time=1 9cf0c16791893cf2eb00242fae216d4943132986cbd58a0be2187c66a72712ff [2020-12-30T00:41:00.924Z] $ docker rm -f 9cf0c16791893cf2eb00242fae216d4943132986cbd58a0be2187c66a72712ff [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-30T00:41:01.453Z] + docker images [2020-12-30T00:41:01.453Z] + grep docker [2020-12-30T00:41:01.453Z] docker-support-notifications-go latest 85009a85fb3f 3 seconds ago 12MB [2020-12-30T00:41:01.453Z] docker-core-metadata-go latest 6f57f71104b6 4 seconds ago 13MB [2020-12-30T00:41:01.453Z] docker-security-proxy-setup-go latest d97073fc3850 4 seconds ago 24.5MB [2020-12-30T00:41:01.453Z] docker-security-bootstrap-redis-go latest 68978dd0a7a6 4 seconds ago 15.8MB [2020-12-30T00:41:01.453Z] docker-sys-mgmt-agent-go latest 43946c78dfa2 22 seconds ago 313MB [2020-12-30T00:41:01.453Z] docker-core-data-go latest a3dcb7b49f5d 2 minutes ago 22.2MB [2020-12-30T00:41:01.453Z] docker-security-secretstore-setup-go latest 48162884ad39 2 minutes ago 24.6MB [2020-12-30T00:41:01.453Z] docker-core-command-go latest 2aad3d6041c1 2 minutes ago 10.6MB [2020-12-30T00:41:01.453Z] docker-support-scheduler-go latest 7ae54e0e4e6b 2 minutes ago 10.7MB [2020-12-30T00:41:01.453Z] docker 20.10.0 aefe523efa57 2 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 [2020-12-30T00:41:17.326Z] Still waiting to schedule task [2020-12-30T00:41:17.326Z] ‘prd-ubuntu18.04-docker-8c-8g-17703’ is offline [2020-12-30T00:42:11.601Z] gofmt -l . [2020-12-30T00:42:11.601Z] [ "`gofmt -l .`" = "" ] [2020-12-30T00:42:11.601Z] ./bin/test-go-mod-tidy.sh [2020-12-30T00:42:11.601Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-30T00:42:12.269Z] + ls -al . [2020-12-30T00:42:12.269Z] total 664 [2020-12-30T00:42:12.269Z] drwxrwxr-x 9 1001 1001 4096 Dec 30 00:42 . [2020-12-30T00:42:12.269Z] drwxr-xr-x 4 root root 4096 Dec 30 00:38 .. [2020-12-30T00:42:12.269Z] -rw-rw-r-- 1 1001 1001 11 Dec 30 00:36 .dockerignore [2020-12-30T00:42:12.269Z] drwxrwxr-x 8 1001 1001 4096 Dec 30 00:36 .git [2020-12-30T00:42:12.269Z] drwxrwxr-x 3 1001 1001 4096 Dec 30 00:36 .github [2020-12-30T00:42:12.269Z] -rw-rw-r-- 1 1001 1001 824 Dec 30 00:36 .gitignore [2020-12-30T00:42:12.269Z] -rw-rw-r-- 1 1001 1001 166 Dec 30 00:36 .sonarcloud.properties [2020-12-30T00:42:12.269Z] -rw-rw-r-- 1 1001 1001 3804 Dec 30 00:36 CONTRIBUTING.md [2020-12-30T00:42:12.269Z] -rw-rw-r-- 1 1001 1001 920 Dec 30 00:36 Dockerfile.build [2020-12-30T00:42:12.269Z] -rw-rw-r-- 1 1001 1001 863 Dec 30 00:36 Jenkinsfile [2020-12-30T00:42:12.269Z] -rw-rw-r-- 1 1001 1001 10775 Dec 30 00:36 LICENSE [2020-12-30T00:42:12.269Z] -rw-rw-r-- 1 1001 1001 5750 Dec 30 00:36 Makefile [2020-12-30T00:42:12.269Z] -rw-rw-r-- 1 1001 1001 6511 Dec 30 00:36 README.md [2020-12-30T00:42:12.269Z] -rw-rw-r-- 1 1001 1001 6744 Dec 30 00:36 SECURITY.md [2020-12-30T00:42:12.269Z] -rw-rw-r-- 1 1001 1001 5 Dec 30 00:32 VERSION [2020-12-30T00:42:12.269Z] -rw-rw-r-- 1 1001 1001 4131 Dec 30 00:36 ZMQWindows.md [2020-12-30T00:42:12.269Z] drwxrwxr-x 2 1001 1001 4096 Dec 30 00:36 bin [2020-12-30T00:42:12.269Z] drwxrwxr-x 14 1001 1001 4096 Dec 30 00:36 cmd [2020-12-30T00:42:12.269Z] -rw-r--r-- 1 root root 537189 Dec 30 00:40 coverage.out [2020-12-30T00:42:12.269Z] -rw-r--r-- 1 root root 979 Dec 30 00:42 go.mod [2020-12-30T00:42:12.269Z] -rw-r--r-- 1 root root 18739 Dec 30 00:42 go.sum [2020-12-30T00:42:12.269Z] drwxrwxr-x 8 1001 1001 4096 Dec 30 00:36 internal [2020-12-30T00:42:12.269Z] drwxrwxr-x 4 1001 1001 4096 Dec 30 00:36 openapi [2020-12-30T00:42:12.269Z] drwxrwxr-x 4 1001 1001 4096 Dec 30 00:36 snap [2020-12-30T00:42:12.269Z] -rw-rw-r-- 1 1001 1001 168 Dec 30 00:36 version.go [Pipeline] sh [2020-12-30T00:42:12.937Z] + '[' -e coverage.out ] [2020-12-30T00:42:12.937Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-30T00:42:12.957Z] Warning: overwriting stash ‘coverage-report’ [2020-12-30T00:42:14.356Z] Stashed 1 file(s) [Pipeline] sh [2020-12-30T00:42:15.081Z] + make build [2020-12-30T00:42:15.081Z] 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 [2020-12-30T00:42:30.285Z] 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 [2020-12-30T00:42:39.440Z] Running on prd-ubuntu18.04-docker-8c-8g-17705 in /w/workspace/edgexfoundry_edgex-go_PR-2960 [Pipeline] { [Pipeline] ws [2020-12-30T00:42:39.498Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2020-12-30T00:42:41.614Z] using credential edgex-jenkins-ssh [2020-12-30T00:42:41.672Z] Cloning the remote Git repository [2020-12-30T00:42:41.696Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-30T00:42:41.755Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2020-12-30T00:42:41.779Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-30T00:42:41.780Z] > git --version # timeout=10 [2020-12-30T00:42:41.784Z] > git --version # 'git version 2.17.1' [2020-12-30T00:42:41.784Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-30T00:42:41.808Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-30T00:42:57.132Z] 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 [2020-12-30T00:43:02.315Z] Merging remotes/origin/master commit f96f7b915cefbb80505bb9c3ea8da34b1ed55ef2 into PR head commit fdd35d04535cc8b112fc0af9ff540b1aa31d35d5 [2020-12-30T00:43:02.566Z] Merge succeeded, producing 524aa587ff4dfebed02978e90d1708bb9c8c86d7 [2020-12-30T00:43:02.567Z] Checking out Revision 524aa587ff4dfebed02978e90d1708bb9c8c86d7 (PR-2960) [2020-12-30T00:43:01.731Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-30T00:43:01.737Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-30T00:43:01.747Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-30T00:43:01.760Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-30T00:43:01.760Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-30T00:43:01.765Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2960/head:refs/remotes/origin/PR-2960 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-30T00:43:02.327Z] > git config core.sparsecheckout # timeout=10 [2020-12-30T00:43:02.333Z] > git checkout -f fdd35d04535cc8b112fc0af9ff540b1aa31d35d5 # timeout=10 [2020-12-30T00:43:02.440Z] > git remote # timeout=10 [2020-12-30T00:43:02.446Z] > git config --get remote.origin.url # timeout=10 [2020-12-30T00:43:02.451Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-30T00:43:02.454Z] > git merge f96f7b915cefbb80505bb9c3ea8da34b1ed55ef2 # timeout=10 [2020-12-30T00:43:02.561Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-30T00:43:02.573Z] > git config core.sparsecheckout # timeout=10 [2020-12-30T00:43:02.581Z] > git checkout -f 524aa587ff4dfebed02978e90d1708bb9c8c86d7 # timeout=10 [2020-12-30T00:43:03.845Z] 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 [2020-12-30T00:43:06.278Z] Commit message: "Merge commit 'f96f7b915cefbb80505bb9c3ea8da34b1ed55ef2' into HEAD" [2020-12-30T00:43:06.288Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-30T00:43:07.385Z] + echo snap-build.sh [2020-12-30T00:43:07.385Z] snap-build.sh [2020-12-30T00:43:07.385Z] + SNAP_BASE_DIR=. [2020-12-30T00:43:07.385Z] + '[' '!' -z /w/workspace/edgex-go/5 ']' [2020-12-30T00:43:07.385Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/5 [2020-12-30T00:43:07.385Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/5]' [2020-12-30T00:43:07.385Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/5] [2020-12-30T00:43:07.385Z] + cd /w/workspace/edgex-go/5 [2020-12-30T00:43:07.385Z] + sudo apt-get remove -qy --purge lxd lxd-client [2020-12-30T00:43:07.385Z] Reading package lists... [2020-12-30T00:43:07.385Z] Building dependency tree... [2020-12-30T00:43:07.385Z] Reading state information... [2020-12-30T00:43:07.653Z] The following packages were automatically installed and are no longer required: [2020-12-30T00:43:07.653Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2020-12-30T00:43:07.653Z] uidmap xdelta3 [2020-12-30T00:43:07.653Z] Use 'sudo apt autoremove' to remove them. [2020-12-30T00:43:07.653Z] The following packages will be REMOVED: [2020-12-30T00:43:07.653Z] lxd* lxd-client* [2020-12-30T00:43:06.284Z] > git rev-list --no-walk b30d23641c9a7b8df245c427e27d6da38f8afb21 # timeout=10 [2020-12-30T00:43:08.236Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2020-12-30T00:43:08.236Z] After this operation, 31.7 MB disk space will be freed. [2020-12-30T00:43:09.116Z] (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.) [2020-12-30T00:43:09.117Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-30T00:43:10.083Z] Removing lxd dnsmasq configuration [2020-12-30T00:43:10.083Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2020-12-30T00:43:10.348Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2020-12-30T00:43:10.606Z] 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 [2020-12-30T00:43:11.300Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-30T00:43:11.300Z] (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.) [2020-12-30T00:43:11.300Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-30T00:43:12.048Z] 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 [2020-12-30T00:43:13.221Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2020-12-30T00:43:13.221Z] Processing triggers for ureadahead (0.100.0-21) ... [2020-12-30T00:43:14.675Z] + sudo snap remove --purge lxd [2020-12-30T00:43:14.675Z] snap "lxd" is not installed [2020-12-30T00:43:14.675Z] + sudo groupadd --force --system lxd [2020-12-30T00:43:14.675Z] ++ whoami [2020-12-30T00:43:14.675Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2020-12-30T00:43:14.675Z] + newgrp - lxd [2020-12-30T00:43:14.675Z] + sudo snap install lxd [2020-12-30T00:43:18.787Z] 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 [2020-12-30T00:43:22.834Z] 2020-12-30T00:43:21Z INFO Waiting for automatic snapd restart... [2020-12-30T00:43:24.213Z] 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 [2020-12-30T00:43:28.549Z] 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 [2020-12-30T00:43:33.967Z] 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 [2020-12-30T00:43:37.798Z] lxd 4.9 from Canonical* installed [2020-12-30T00:43:37.798Z] + sudo lxd init --auto [2020-12-30T00:43:38.277Z] 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 [2020-12-30T00:43:42.583Z] 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 [2020-12-30T00:43:45.960Z] + sudo snap install --classic snapcraft [Pipeline] } [2020-12-30T00:43:46.002Z] $ docker stop --time=1 d369fca041e79a1ff93aede016d79292b2bf3c80ad526d4cb6c79c12e8285924 [2020-12-30T00:43:48.762Z] $ docker rm -f d369fca041e79a1ff93aede016d79292b2bf3c80ad526d4cb6c79c12e8285924 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-30T00:43:51.049Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-30T00:43:51.049Z] [2020-12-30T00:43:51.049Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-30T00:43:51.467Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-30T00:43:51.740Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-12-30T00:43:51.740Z] 29e5d40040c1: Pulling fs layer [2020-12-30T00:43:51.740Z] 1ce36da41761: Pulling fs layer [2020-12-30T00:43:51.740Z] 25b303627fd3: Pulling fs layer [2020-12-30T00:43:52.017Z] 29e5d40040c1: Verifying Checksum [2020-12-30T00:43:52.017Z] 29e5d40040c1: Download complete [2020-12-30T00:43:52.553Z] snapcraft 4.4.4 from Canonical* installed [2020-12-30T00:43:52.553Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2020-12-30T00:43:52.553Z] + patch --verbose -p1 [2020-12-30T00:43:52.553Z] Hmm... Looks like a unified diff to me... [2020-12-30T00:43:52.553Z] The text leading up to this was: [2020-12-30T00:43:52.553Z] -------------------------- [2020-12-30T00:43:52.553Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2020-12-30T00:43:52.553Z] |From: Tony Espy [2020-12-30T00:43:52.553Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2020-12-30T00:43:52.553Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2020-12-30T00:43:52.553Z] | [2020-12-30T00:43:52.553Z] |This patch is used by the EdgeX CI pipeline builds to [2020-12-30T00:43:52.553Z] |optimize the snap CI check run for pull requests. When [2020-12-30T00:43:52.553Z] |applied, it essentially strips out everything (apps and [2020-12-30T00:43:52.553Z] |parts) from the snapcraft.yaml file except those required [2020-12-30T00:43:52.553Z] |to build edgex-go, as the whole idea of the CI check is to [2020-12-30T00:43:52.553Z] |catch changes to edgex-go that break the snap build. [2020-12-30T00:43:52.553Z] | [2020-12-30T00:43:52.553Z] |In general, anyone updating snapcraft.yaml will also need [2020-12-30T00:43:52.553Z] |to update this patch file, otherwise it may fail to apply, [2020-12-30T00:43:52.553Z] |resulting in a failed snap build CI check in the associated [2020-12-30T00:43:52.553Z] |pull request. [2020-12-30T00:43:52.553Z] | [2020-12-30T00:43:52.553Z] |Note - in addition to applying this patch, the pipeline also [2020-12-30T00:43:52.553Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2020-12-30T00:43:52.553Z] |need to build the finally binary .snap file (and it won't [2020-12-30T00:43:52.553Z] |work with the patch applied). This further reduces the build [2020-12-30T00:43:52.553Z] |time. [2020-12-30T00:43:52.553Z] |--- [2020-12-30T00:43:52.553Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2020-12-30T00:43:52.553Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2020-12-30T00:43:52.553Z] | [2020-12-30T00:43:52.553Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2020-12-30T00:43:52.553Z] |index 1e537489..faf42425 100644 [2020-12-30T00:43:52.553Z] |--- a/snap/snapcraft.yaml [2020-12-30T00:43:52.553Z] |+++ b/snap/snapcraft.yaml [2020-12-30T00:43:52.553Z] -------------------------- [2020-12-30T00:43:52.553Z] patching file snap/snapcraft.yaml [2020-12-30T00:43:52.553Z] Using Plan A... [2020-12-30T00:43:52.553Z] Hunk #1 succeeded at 73. [2020-12-30T00:43:52.553Z] Hunk #2 succeeded at 202. [2020-12-30T00:43:52.553Z] Hunk #3 succeeded at 214. [2020-12-30T00:43:52.553Z] Hunk #4 succeeded at 222. [2020-12-30T00:43:52.553Z] Hunk #5 succeeded at 229. [2020-12-30T00:43:52.553Z] Hunk #6 succeeded at 256. [2020-12-30T00:43:52.553Z] Hunk #7 succeeded at 290. [2020-12-30T00:43:52.553Z] Hunk #8 succeeded at 341. [2020-12-30T00:43:52.553Z] Hmm... Ignoring the trailing garbage. [2020-12-30T00:43:52.553Z] done [2020-12-30T00:43:52.553Z] + sudo snapcraft prime --use-lxd [2020-12-30T00:43:52.616Z] 1ce36da41761: Verifying Checksum [2020-12-30T00:43:52.616Z] 1ce36da41761: Download complete [2020-12-30T00:43:52.616Z] 29e5d40040c1: Pull complete [2020-12-30T00:43:53.939Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2020-12-30T00:43:53.939Z] 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: [2020-12-30T00:43:53.939Z] - README.md [2020-12-30T00:43:53.939Z] [2020-12-30T00:43:53.939Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-30T00:43:54.050Z] 1ce36da41761: Pull complete [2020-12-30T00:43:54.323Z] 25b303627fd3: Verifying Checksum [2020-12-30T00:43:54.324Z] 25b303627fd3: Download complete [2020-12-30T00:43:54.512Z] Launching a container. [2020-12-30T00:44:04.500Z] 25b303627fd3: Pull complete [2020-12-30T00:44:04.500Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-12-30T00:44:04.500Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-30T00:44:04.500Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-12-30T00:44:04.736Z] prd-ubuntu18.04-docker-arm64-4c-16g-17700 does not seem to be running inside a container [2020-12-30T00:44:04.838Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-30T00:44:07.971Z] $ docker top a78692325007863c4bd61f7c37ef8a56c86021d0bb95d84d6762ba17f6f825c0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-30T00:44:08.976Z] + docker-compose build --help [2020-12-30T00:44:08.976Z] + grep parallel [2020-12-30T00:44:09.435Z] Waiting for container to be ready [2020-12-30T00:44:09.435Z] To start your first instance, try: lxc launch ubuntu:18.04 [2020-12-30T00:44:09.435Z] [2020-12-30T00:44:12.748Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2020-12-30T00:44:13.365Z] Waiting for network to be ready... [2020-12-30T00:44:13.633Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-30T00:44:13.633Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-12-30T00:44:13.633Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] [2020-12-30T00:44:13.895Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2020-12-30T00:44:13.895Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] [2020-12-30T00:44:13.895Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] [2020-12-30T00:44:13.895Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] [2020-12-30T00:44:13.895Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] [2020-12-30T00:44:13.895Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2020-12-30T00:44:13.895Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2020-12-30T00:44:14.156Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-30T00:44:14.156Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2020-12-30T00:44:14.416Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2020-12-30T00:44:14.416Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2020-12-30T00:44:14.416Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2020-12-30T00:44:14.416Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2020-12-30T00:44:14.416Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2020-12-30T00:44:14.416Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2020-12-30T00:44:14.460Z] --parallel Build images in parallel. [Pipeline] } [2020-12-30T00:44:14.501Z] $ docker stop --time=1 a78692325007863c4bd61f7c37ef8a56c86021d0bb95d84d6762ba17f6f825c0 [2020-12-30T00:44:14.991Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2020-12-30T00:44:15.254Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] [2020-12-30T00:44:15.254Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] [2020-12-30T00:44:15.254Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] [2020-12-30T00:44:15.254Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2020-12-30T00:44:15.254Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] [2020-12-30T00:44:15.254Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] [2020-12-30T00:44:15.254Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] [2020-12-30T00:44:15.254Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2020-12-30T00:44:16.545Z] $ docker rm -f a78692325007863c4bd61f7c37ef8a56c86021d0bb95d84d6762ba17f6f825c0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-30T00:44:17.314Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-30T00:44:17.314Z] . [Pipeline] withDockerContainer [2020-12-30T00:44:17.585Z] prd-ubuntu18.04-docker-arm64-4c-16g-17700 does not seem to be running inside a container [2020-12-30T00:44:17.680Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-30T00:44:18.553Z] Fetched 23.5 MB in 5s (4715 kB/s) [2020-12-30T00:44:19.028Z] $ docker top 3f42c31ace02c0b1ec7f695dfe9dbb52ca053f511d92ef41056cd91f61e10a14 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-30T00:44:19.940Z] Reading package lists... [2020-12-30T00:44:19.940Z] Reading package lists... [2020-12-30T00:44:20.006Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-30T00:44:20.201Z] Building dependency tree... [2020-12-30T00:44:20.201Z] Reading state information... [2020-12-30T00:44:20.201Z] The following additional packages will be installed: [2020-12-30T00:44:20.201Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-30T00:44:20.201Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-30T00:44:20.201Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-30T00:44:20.201Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2020-12-30T00:44:20.201Z] Suggested packages: [2020-12-30T00:44:20.201Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2020-12-30T00:44:20.201Z] Recommended packages: [2020-12-30T00:44:20.201Z] gnupg libsasl2-modules [2020-12-30T00:44:20.201Z] The following NEW packages will be installed: [2020-12-30T00:44:20.201Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-30T00:44:20.201Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-30T00:44:20.201Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-30T00:44:20.201Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2020-12-30T00:44:20.201Z] The following packages will be upgraded: [2020-12-30T00:44:20.201Z] gpg gpg-agent gpgconf libudev1 [2020-12-30T00:44:20.461Z] 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. [2020-12-30T00:44:20.462Z] Need to get 3531 kB of archives. [2020-12-30T00:44:20.462Z] After this operation, 13.3 MB of additional disk space will be used. [2020-12-30T00:44:20.462Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2020-12-30T00:44:20.462Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2020-12-30T00:44:20.722Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2020-12-30T00:44:20.984Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2020-12-30T00:44:20.984Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2020-12-30T00:44:20.984Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] [2020-12-30T00:44:20.984Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] [2020-12-30T00:44:20.984Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2020-12-30T00:44:20.984Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2020-12-30T00:44:21.245Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2020-12-30T00:44:21.245Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2020-12-30T00:44:21.245Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2020-12-30T00:44:21.245Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2020-12-30T00:44:21.245Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2020-12-30T00:44:21.245Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2020-12-30T00:44:21.245Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2020-12-30T00:44:21.245Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2020-12-30T00:44:21.245Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2020-12-30T00:44:21.245Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2020-12-30T00:44:21.245Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2020-12-30T00:44:21.245Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2020-12-30T00:44:21.245Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2020-12-30T00:44:21.505Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-30T00:44:21.505Z] Fetched 3531 kB in 1s (3470 kB/s) [2020-12-30T00:44:21.505Z] (Reading database ... 12511 files and directories currently installed.) [2020-12-30T00:44:21.505Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2020-12-30T00:44:21.766Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-30T00:44:21.766Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2020-12-30T00:44:21.766Z] Selecting previously unselected package udev. [2020-12-30T00:44:21.766Z] (Reading database ... 12511 files and directories currently installed.) [2020-12-30T00:44:21.766Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2020-12-30T00:44:21.766Z] Unpacking udev (237-3ubuntu10.43) ... [2020-12-30T00:44:22.026Z] Selecting previously unselected package libfuse2:amd64. [2020-12-30T00:44:22.026Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2020-12-30T00:44:22.026Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2020-12-30T00:44:22.287Z] Selecting previously unselected package fuse. [2020-12-30T00:44:22.287Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2020-12-30T00:44:22.287Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2020-12-30T00:44:22.287Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-30T00:44:22.287Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-30T00:44:22.287Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-30T00:44:22.558Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-30T00:44:22.558Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-30T00:44:22.558Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-30T00:44:22.558Z] Selecting previously unselected package libksba8:amd64. [2020-12-30T00:44:22.558Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2020-12-30T00:44:22.558Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2020-12-30T00:44:22.819Z] Selecting previously unselected package libroken18-heimdal:amd64. [2020-12-30T00:44:22.819Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-30T00:44:22.819Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-30T00:44:22.819Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2020-12-30T00:44:22.819Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-30T00:44:22.819Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-30T00:44:22.819Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2020-12-30T00:44:22.819Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-30T00:44:22.819Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-30T00:44:23.081Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2020-12-30T00:44:23.081Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-30T00:44:23.081Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-30T00:44:23.081Z] Selecting previously unselected package libwind0-heimdal:amd64. [2020-12-30T00:44:23.081Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-30T00:44:23.081Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-30T00:44:23.081Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2020-12-30T00:44:23.081Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-30T00:44:23.081Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-30T00:44:23.342Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2020-12-30T00:44:23.342Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-30T00:44:23.342Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-30T00:44:23.342Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2020-12-30T00:44:23.342Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-30T00:44:23.342Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-30T00:44:23.342Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2020-12-30T00:44:23.342Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-30T00:44:23.342Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-30T00:44:23.604Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2020-12-30T00:44:23.604Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2020-12-30T00:44:23.604Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-30T00:44:23.604Z] Selecting previously unselected package libsasl2-2:amd64. [2020-12-30T00:44:23.604Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2020-12-30T00:44:23.604Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-30T00:44:23.604Z] Selecting previously unselected package libldap-common. [2020-12-30T00:44:23.604Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2020-12-30T00:44:23.604Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-30T00:44:23.865Z] Selecting previously unselected package libldap-2.4-2:amd64. [2020-12-30T00:44:23.865Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2020-12-30T00:44:23.865Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-30T00:44:23.865Z] Selecting previously unselected package dirmngr. [2020-12-30T00:44:23.865Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-30T00:44:23.865Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-30T00:44:24.127Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-30T00:44:24.127Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2020-12-30T00:44:24.127Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2020-12-30T00:44:24.127Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-30T00:44:24.127Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-30T00:44:24.127Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2020-12-30T00:44:24.127Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-30T00:44:24.387Z] Setting up libksba8:amd64 (1.3.5-2) ... [2020-12-30T00:44:24.387Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-30T00:44:24.387Z] Setting up udev (237-3ubuntu10.43) ... [2020-12-30T00:44:24.647Z] invoke-rc.d: policy-rc.d denied execution of start. [2020-12-30T00:44:24.907Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-30T00:44:24.907Z] Processing triggers for systemd (237-3ubuntu10) ... [2020-12-30T00:44:24.907Z] Setting up fuse (2.9.7-1ubuntu1) ... [2020-12-30T00:44:24.907Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2020-12-30T00:44:24.907Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-30T00:44:25.168Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-30T00:44:25.168Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-30T00:44:25.168Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-30T00:44:25.168Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-30T00:44:25.168Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-30T00:44:25.168Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-30T00:44:25.168Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-30T00:44:25.168Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-30T00:44:25.168Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-30T00:44:25.394Z] Building docker-core-command-go ... [2020-12-30T00:44:25.394Z] Building docker-core-data-go ... [2020-12-30T00:44:25.394Z] Building docker-core-metadata-go ... [2020-12-30T00:44:25.394Z] Building docker-security-bootstrap-redis-go ... [2020-12-30T00:44:25.394Z] Building docker-security-proxy-setup-go ... [2020-12-30T00:44:25.394Z] Building docker-security-secretstore-setup-go ... [2020-12-30T00:44:25.394Z] Building docker-support-notifications-go ... [2020-12-30T00:44:25.394Z] Building docker-support-scheduler-go ... [2020-12-30T00:44:25.394Z] Building docker-sys-mgmt-agent-go ... [2020-12-30T00:44:25.394Z] Building docker-security-secretstore-setup-go [2020-12-30T00:44:25.394Z] Building docker-security-proxy-setup-go [2020-12-30T00:44:25.394Z] Building docker-core-metadata-go [2020-12-30T00:44:25.394Z] Building docker-core-command-go [2020-12-30T00:44:25.394Z] Building docker-support-scheduler-go [2020-12-30T00:44:25.739Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2020-12-30T00:44:25.739Z] settings in the [Install] section, and DefaultInstance for template units). [2020-12-30T00:44:25.739Z] This means they are not meant to be enabled using systemctl. [2020-12-30T00:44:25.739Z] Possible reasons for having this kind of units are: [2020-12-30T00:44:25.739Z] 1) A unit may be statically enabled by being symlinked from another unit's [2020-12-30T00:44:25.739Z] .wants/ or .requires/ directory. [2020-12-30T00:44:25.739Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2020-12-30T00:44:25.739Z] a requirement dependency on it. [2020-12-30T00:44:25.739Z] 3) A unit may be started when needed via activation (socket, path, timer, [2020-12-30T00:44:25.739Z] D-Bus, udev, scripted systemctl call, ...). [2020-12-30T00:44:25.739Z] 4) In case of template units, the unit is meant to be enabled with some [2020-12-30T00:44:25.739Z] instance name specified. [2020-12-30T00:44:26.000Z] Reading package lists... [2020-12-30T00:44:26.261Z] Building dependency tree... [2020-12-30T00:44:26.261Z] Reading state information... [2020-12-30T00:44:26.261Z] The following additional packages will be installed: [2020-12-30T00:44:26.261Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2020-12-30T00:44:26.261Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2020-12-30T00:44:26.261Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2020-12-30T00:44:26.261Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2020-12-30T00:44:26.261Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2020-12-30T00:44:26.261Z] Suggested packages: [2020-12-30T00:44:26.261Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2020-12-30T00:44:26.261Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2020-12-30T00:44:26.261Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2020-12-30T00:44:26.261Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2020-12-30T00:44:26.261Z] systemd-container policykit-1 [2020-12-30T00:44:26.261Z] Recommended packages: [2020-12-30T00:44:26.261Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2020-12-30T00:44:26.261Z] The following NEW packages will be installed: [2020-12-30T00:44:26.261Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2020-12-30T00:44:26.261Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2020-12-30T00:44:26.261Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2020-12-30T00:44:26.261Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2020-12-30T00:44:26.261Z] python3.6-minimal snapd squashfs-tools sudo [2020-12-30T00:44:26.261Z] The following packages will be upgraded: [2020-12-30T00:44:26.261Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2020-12-30T00:44:26.522Z] 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. [2020-12-30T00:44:26.522Z] Need to get 35.2 MB of archives. [2020-12-30T00:44:26.522Z] After this operation, 141 MB of additional disk space will be used. [2020-12-30T00:44:26.522Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2020-12-30T00:44:26.522Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2020-12-30T00:44:26.522Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2020-12-30T00:44:26.522Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2020-12-30T00:44:26.522Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2020-12-30T00:44:26.522Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2020-12-30T00:44:26.522Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2020-12-30T00:44:26.783Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2020-12-30T00:44:26.783Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2020-12-30T00:44:26.783Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2020-12-30T00:44:26.783Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2020-12-30T00:44:26.783Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2020-12-30T00:44:26.783Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2020-12-30T00:44:26.783Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2020-12-30T00:44:26.783Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2020-12-30T00:44:26.783Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2020-12-30T00:44:26.783Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2020-12-30T00:44:27.354Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2020-12-30T00:44:27.354Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2020-12-30T00:44:27.354Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2020-12-30T00:44:27.616Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2020-12-30T00:44:27.616Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2020-12-30T00:44:27.616Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2020-12-30T00:44:27.616Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2020-12-30T00:44:27.616Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2020-12-30T00:44:27.616Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2020-12-30T00:44:27.616Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2020-12-30T00:44:27.616Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2020-12-30T00:44:27.617Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2020-12-30T00:44:27.617Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2020-12-30T00:44:28.568Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-30T00:44:28.830Z] Fetched 35.2 MB in 2s (16.4 MB/s) [2020-12-30T00:44:28.830Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-30T00:44:28.830Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2020-12-30T00:44:28.830Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-30T00:44:29.772Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2020-12-30T00:44:29.772Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-30T00:44:29.772Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2020-12-30T00:44:29.772Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-30T00:44:29.772Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2020-12-30T00:44:29.772Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2020-12-30T00:44:30.032Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2020-12-30T00:44:30.032Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-30T00:44:30.032Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2020-12-30T00:44:30.292Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2020-12-30T00:44:30.553Z] Setting up apt (1.6.12ubuntu0.2) ... [2020-12-30T00:44:30.553Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2020-12-30T00:44:30.815Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2020-12-30T00:44:31.077Z] (Reading database ... 12764 files and directories currently installed.) [2020-12-30T00:44:31.077Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2020-12-30T00:44:31.077Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2020-12-30T00:44:31.338Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2020-12-30T00:44:31.338Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-30T00:44:31.338Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-30T00:44:31.338Z] Selecting previously unselected package libexpat1:amd64. [2020-12-30T00:44:31.338Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2020-12-30T00:44:31.338Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-12-30T00:44:31.598Z] Selecting previously unselected package python3.6-minimal. [2020-12-30T00:44:31.598Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-30T00:44:31.598Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2020-12-30T00:44:31.858Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2020-12-30T00:44:31.858Z] Checking for services that may need to be restarted...done. [2020-12-30T00:44:31.858Z] Checking for services that may need to be restarted...done. [2020-12-30T00:44:31.858Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-30T00:44:32.119Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-12-30T00:44:32.119Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2020-12-30T00:44:32.695Z] Selecting previously unselected package python3-minimal. [2020-12-30T00:44:32.695Z] (Reading database ... 13012 files and directories currently installed.) [2020-12-30T00:44:32.695Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2020-12-30T00:44:32.695Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2020-12-30T00:44:32.695Z] Selecting previously unselected package mime-support. [2020-12-30T00:44:32.695Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2020-12-30T00:44:32.965Z] Unpacking mime-support (3.60ubuntu1) ... [2020-12-30T00:44:32.965Z] Selecting previously unselected package libmpdec2:amd64. [2020-12-30T00:44:32.965Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2020-12-30T00:44:32.965Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2020-12-30T00:44:32.965Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2020-12-30T00:44:32.965Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-30T00:44:32.965Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-30T00:44:33.227Z] Selecting previously unselected package python3.6. [2020-12-30T00:44:33.227Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-30T00:44:33.227Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-30T00:44:33.489Z] Selecting previously unselected package libpython3-stdlib:amd64. [2020-12-30T00:44:33.489Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2020-12-30T00:44:33.489Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2020-12-30T00:44:33.489Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2020-12-30T00:44:33.749Z] Selecting previously unselected package python3. [2020-12-30T00:44:33.749Z] (Reading database ... 13442 files and directories currently installed.) [2020-12-30T00:44:33.749Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2020-12-30T00:44:33.749Z] Unpacking python3 (3.6.7-1~18.04) ... [2020-12-30T00:44:33.749Z] Selecting previously unselected package multiarch-support. [2020-12-30T00:44:33.749Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2020-12-30T00:44:33.749Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2020-12-30T00:44:34.010Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2020-12-30T00:44:34.010Z] Selecting previously unselected package liblzo2-2:amd64. [2020-12-30T00:44:34.010Z] (Reading database ... 13479 files and directories currently installed.) [2020-12-30T00:44:34.010Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2020-12-30T00:44:34.010Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2020-12-30T00:44:34.010Z] Selecting previously unselected package libbsd0:amd64. [2020-12-30T00:44:34.010Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2020-12-30T00:44:34.010Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-12-30T00:44:34.010Z] Selecting previously unselected package sudo. [2020-12-30T00:44:34.010Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2020-12-30T00:44:34.010Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-30T00:44:34.271Z] Selecting previously unselected package apparmor. [2020-12-30T00:44:34.271Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2020-12-30T00:44:34.271Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2020-12-30T00:44:34.854Z] Selecting previously unselected package libedit2:amd64. [2020-12-30T00:44:34.854Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2020-12-30T00:44:34.854Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2020-12-30T00:44:34.854Z] Selecting previously unselected package libkrb5support0:amd64. [2020-12-30T00:44:34.854Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2020-12-30T00:44:34.854Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2020-12-30T00:44:35.114Z] Selecting previously unselected package libk5crypto3:amd64. [2020-12-30T00:44:35.114Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2020-12-30T00:44:35.114Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2020-12-30T00:44:35.114Z] Selecting previously unselected package libkeyutils1:amd64. [2020-12-30T00:44:35.114Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2020-12-30T00:44:35.114Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2020-12-30T00:44:35.114Z] Selecting previously unselected package libkrb5-3:amd64. [2020-12-30T00:44:35.114Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2020-12-30T00:44:35.114Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2020-12-30T00:44:35.376Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2020-12-30T00:44:35.376Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2020-12-30T00:44:35.376Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2020-12-30T00:44:35.376Z] Selecting previously unselected package libssl1.0.0:amd64. [2020-12-30T00:44:35.376Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2020-12-30T00:44:35.376Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2020-12-30T00:44:35.636Z] Selecting previously unselected package openssh-client. [2020-12-30T00:44:35.636Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2020-12-30T00:44:35.636Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-12-30T00:44:35.897Z] Selecting previously unselected package squashfs-tools. [2020-12-30T00:44:35.897Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2020-12-30T00:44:35.897Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-30T00:44:35.897Z] Selecting previously unselected package snapd. [2020-12-30T00:44:35.897Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2020-12-30T00:44:35.897Z] Unpacking snapd (2.48+18.04) ... [2020-12-30T00:44:38.442Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2020-12-30T00:44:38.442Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2020-12-30T00:44:38.442Z] Setting up mime-support (3.60ubuntu1) ... [2020-12-30T00:44:38.442Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-30T00:44:38.442Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-12-30T00:44:38.442Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2020-12-30T00:44:38.442Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-30T00:44:38.442Z] Setting up systemd (237-3ubuntu10.43) ... [2020-12-30T00:44:38.442Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2020-12-30T00:44:39.387Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2020-12-30T00:44:39.387Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2020-12-30T00:44:39.387Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2020-12-30T00:44:39.387Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-30T00:44:39.387Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2020-12-30T00:44:39.387Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-30T00:44:40.338Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-30T00:44:40.599Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2020-12-30T00:44:40.600Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2020-12-30T00:44:40.600Z] Setting up python3 (3.6.7-1~18.04) ... [2020-12-30T00:44:40.600Z] running python rtupdate hooks for python3.6... [2020-12-30T00:44:40.600Z] running python post-rtupdate hooks for python3.6... [2020-12-30T00:44:40.600Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2020-12-30T00:44:41.990Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2020-12-30T00:44:41.990Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2020-12-30T00:44:41.990Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-12-30T00:44:42.254Z] Setting up snapd (2.48+18.04) ... [2020-12-30T00:44:42.826Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2020-12-30T00:44:43.086Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2020-12-30T00:44:43.347Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2020-12-30T00:44:43.347Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2020-12-30T00:44:43.608Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-30T00:44:43.608Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-30T00:44:43.869Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2020-12-30T00:44:44.132Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2020-12-30T00:44:44.401Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2020-12-30T00:44:44.662Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2020-12-30T00:44:44.662Z] /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' [2020-12-30T00:44:44.662Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-30T00:44:44.662Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-30T00:44:46.134Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-30T00:44:46.134Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-30T00:44:46.134Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-30T00:44:47.780Z] Reading package lists... [2020-12-30T00:44:48.041Z] Reading package lists... [2020-12-30T00:44:48.041Z] Building dependency tree... [2020-12-30T00:44:48.041Z] Reading state information... [2020-12-30T00:44:48.303Z] Calculating upgrade... [2020-12-30T00:44:48.303Z] The following packages will be upgraded: [2020-12-30T00:44:48.303Z] advancecomp base-files bash binutils binutils-common [2020-12-30T00:44:48.303Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2020-12-30T00:44:48.303Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2020-12-30T00:44:48.303Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2020-12-30T00:44:48.303Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2020-12-30T00:44:48.303Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2020-12-30T00:44:48.303Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2020-12-30T00:44:48.303Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2020-12-30T00:44:48.303Z] libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2020-12-30T00:44:48.303Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2020-12-30T00:44:48.303Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2020-12-30T00:44:48.303Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2020-12-30T00:44:48.303Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2020-12-30T00:44:48.303Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2020-12-30T00:44:48.566Z] 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2020-12-30T00:44:48.566Z] Need to get 63.5 MB of archives. [2020-12-30T00:44:48.566Z] After this operation, 5191 kB of additional disk space will be used. [2020-12-30T00:44:48.566Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-128.131 [989 kB] [2020-12-30T00:44:48.566Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2020-12-30T00:44:48.566Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2020-12-30T00:44:48.566Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2020-12-30T00:44:48.566Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2020-12-30T00:44:48.566Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2020-12-30T00:44:48.566Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2020-12-30T00:44:48.566Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2020-12-30T00:44:48.566Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2020-12-30T00:44:48.566Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2020-12-30T00:44:48.566Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2020-12-30T00:44:48.566Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2020-12-30T00:44:48.566Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2020-12-30T00:44:48.566Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2020-12-30T00:44:48.566Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2020-12-30T00:44:48.566Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2020-12-30T00:44:48.566Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2020-12-30T00:44:48.830Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2020-12-30T00:44:48.830Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2020-12-30T00:44:48.830Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2020-12-30T00:44:48.830Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2020-12-30T00:44:48.830Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2020-12-30T00:44:48.830Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2020-12-30T00:44:48.830Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2020-12-30T00:44:48.830Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2020-12-30T00:44:48.830Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2020-12-30T00:44:48.830Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2020-12-30T00:44:48.830Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2020-12-30T00:44:48.830Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2020-12-30T00:44:48.830Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2020-12-30T00:44:48.830Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2020-12-30T00:44:48.830Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2020-12-30T00:44:48.830Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2020-12-30T00:44:48.830Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2020-12-30T00:44:48.830Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2020-12-30T00:44:48.830Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2020-12-30T00:44:48.830Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2020-12-30T00:44:48.830Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2020-12-30T00:44:48.830Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2020-12-30T00:44:48.830Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2020-12-30T00:44:48.830Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2020-12-30T00:44:48.830Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2020-12-30T00:44:48.830Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2020-12-30T00:44:48.830Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] [2020-12-30T00:44:48.830Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2020-12-30T00:44:48.830Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2020-12-30T00:44:48.830Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2020-12-30T00:44:49.091Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2020-12-30T00:44:49.091Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2020-12-30T00:44:49.091Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2020-12-30T00:44:49.091Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2020-12-30T00:44:49.091Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2020-12-30T00:44:49.091Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2020-12-30T00:44:49.091Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2020-12-30T00:44:49.091Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2020-12-30T00:44:49.352Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2020-12-30T00:44:49.352Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2020-12-30T00:44:49.352Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2020-12-30T00:44:49.352Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2020-12-30T00:44:49.352Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2020-12-30T00:44:49.613Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2020-12-30T00:44:49.614Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2020-12-30T00:44:49.614Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2020-12-30T00:44:49.614Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2020-12-30T00:44:49.614Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2020-12-30T00:44:49.614Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2020-12-30T00:44:49.614Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2020-12-30T00:44:49.614Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2020-12-30T00:44:49.614Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2020-12-30T00:44:49.614Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2020-12-30T00:44:49.614Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2020-12-30T00:44:49.614Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-12-30T00:44:49.614Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2020-12-30T00:44:49.614Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2020-12-30T00:44:49.614Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2020-12-30T00:44:49.614Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2020-12-30T00:44:49.614Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2020-12-30T00:44:49.614Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2020-12-30T00:44:49.876Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2020-12-30T00:44:49.876Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2020-12-30T00:44:49.876Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2020-12-30T00:44:49.876Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2020-12-30T00:44:49.876Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2020-12-30T00:44:49.876Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2020-12-30T00:44:49.876Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2020-12-30T00:44:49.876Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2020-12-30T00:44:49.876Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2020-12-30T00:44:49.876Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2020-12-30T00:44:49.876Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2020-12-30T00:44:49.876Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2020-12-30T00:44:49.876Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2020-12-30T00:44:49.876Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2020-12-30T00:44:49.876Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2020-12-30T00:44:49.876Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-12-30T00:44:50.137Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-12-30T00:44:50.137Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2020-12-30T00:44:50.137Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-30T00:44:50.137Z] Fetched 63.5 MB in 2s (40.0 MB/s) [2020-12-30T00:44:50.398Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:44:50.398Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2020-12-30T00:44:50.398Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2020-12-30T00:44:50.972Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2020-12-30T00:44:50.972Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2020-12-30T00:44:51.235Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-128.131_amd64.deb ... [2020-12-30T00:44:51.235Z] Unpacking linux-libc-dev:amd64 (4.15.0-128.131) over (4.15.0-20.21) ... [2020-12-30T00:44:52.179Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-30T00:44:52.179Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-30T00:44:52.179Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-30T00:44:52.179Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-30T00:44:52.179Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-30T00:44:52.179Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-30T00:44:52.441Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-30T00:44:52.441Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-30T00:44:52.441Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-30T00:44:52.441Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-30T00:44:52.703Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-30T00:44:52.703Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-30T00:44:52.703Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-30T00:44:52.703Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-30T00:44:52.703Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-30T00:44:52.964Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-30T00:44:52.964Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-30T00:44:52.964Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2020-12-30T00:44:52.964Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2020-12-30T00:44:53.225Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-30T00:44:53.225Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-30T00:44:53.225Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-30T00:44:53.225Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-30T00:44:53.225Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-30T00:44:53.486Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-30T00:44:53.486Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-30T00:44:53.486Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-30T00:44:53.747Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-30T00:44:53.747Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2020-12-30T00:44:53.747Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2020-12-30T00:44:54.319Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2020-12-30T00:44:54.580Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-30T00:44:54.580Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2020-12-30T00:44:54.580Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2020-12-30T00:44:54.580Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2020-12-30T00:44:54.580Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2020-12-30T00:44:54.841Z] Setting up base-files (10.1ubuntu2.10) ... [2020-12-30T00:44:54.841Z] Installing new version of config file /etc/issue ... [2020-12-30T00:44:54.841Z] Installing new version of config file /etc/issue.net ... [2020-12-30T00:44:54.841Z] Installing new version of config file /etc/lsb-release ... [2020-12-30T00:44:54.841Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2020-12-30T00:44:55.102Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2020-12-30T00:44:55.363Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2020-12-30T00:44:55.363Z] Removing obsolete conffile /etc/default/motd-news ... [2020-12-30T00:44:55.363Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:44:55.363Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2020-12-30T00:44:55.363Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2020-12-30T00:44:55.624Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2020-12-30T00:44:55.624Z] 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 [2020-12-30T00:44:55.624Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:44:55.624Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-30T00:44:55.624Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2020-12-30T00:44:55.624Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2020-12-30T00:44:55.884Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:44:55.884Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2020-12-30T00:44:55.884Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2020-12-30T00:44:55.884Z] Setting up tar (1.29b-2ubuntu0.1) ... [2020-12-30T00:44:56.145Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:44:56.145Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2020-12-30T00:44:56.145Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-30T00:44:56.406Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2020-12-30T00:44:56.406Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:44:56.406Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-30T00:44:56.406Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-30T00:44:56.666Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-30T00:44:56.666Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:44:56.666Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-30T00:44:56.666Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-30T00:44:56.926Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2020-12-30T00:44:56.926Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:44:56.926Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2020-12-30T00:44:56.926Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2020-12-30T00:44:56.926Z] Setting up grep (3.1-2build1) ... [2020-12-30T00:44:57.186Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:44:57.186Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2020-12-30T00:44:57.186Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-30T00:44:57.186Z] Setting up login (1:4.5-1ubuntu2) ... [2020-12-30T00:44:57.446Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:44:57.446Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-30T00:44:57.446Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-30T00:44:57.446Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2020-12-30T00:44:57.446Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:44:57.446Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-30T00:44:57.446Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-30T00:44:58.395Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-30T00:44:58.395Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-30T00:44:58.395Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-30T00:44:58.395Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-30T00:44:58.966Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2020-12-30T00:44:58.966Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:44:58.966Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2020-12-30T00:44:58.966Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-30T00:44:59.910Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2020-12-30T00:44:59.910Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-30T00:45:00.171Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2020-12-30T00:45:00.171Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-30T00:45:00.171Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2020-12-30T00:45:00.435Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:45:00.435Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2020-12-30T00:45:00.435Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2020-12-30T00:45:00.435Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2020-12-30T00:45:00.696Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:45:00.696Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-30T00:45:00.696Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-30T00:45:00.696Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-30T00:45:00.957Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:45:00.957Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-30T00:45:00.957Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-30T00:45:00.957Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-30T00:45:00.957Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:45:00.957Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-30T00:45:01.217Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-30T00:45:01.217Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-30T00:45:01.217Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:45:01.217Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-30T00:45:01.217Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-30T00:45:01.489Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-30T00:45:01.489Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:45:01.489Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-30T00:45:01.489Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-30T00:45:01.755Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-30T00:45:01.755Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-30T00:45:01.755Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-30T00:45:02.018Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:45:02.018Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-30T00:45:02.018Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-30T00:45:02.018Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-30T00:45:02.018Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:45:02.018Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-30T00:45:02.018Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-30T00:45:02.290Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-30T00:45:02.290Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:45:02.290Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-30T00:45:02.290Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-30T00:45:02.552Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2020-12-30T00:45:02.552Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:45:02.552Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-30T00:45:02.552Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-30T00:45:03.130Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2020-12-30T00:45:03.418Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2020-12-30T00:45:03.680Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2020-12-30T00:45:03.680Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:45:03.680Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2020-12-30T00:45:03.943Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2020-12-30T00:45:03.943Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2020-12-30T00:45:04.204Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:45:04.204Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2020-12-30T00:45:04.204Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-30T00:45:04.464Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2020-12-30T00:45:04.464Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-30T00:45:04.464Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2020-12-30T00:45:04.464Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2020-12-30T00:45:04.725Z] Setting up debconf (1.5.66ubuntu1) ... [2020-12-30T00:45:04.988Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-30T00:45:04.988Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-30T00:45:04.988Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-30T00:45:04.988Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-30T00:45:05.250Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-30T00:45:05.250Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-30T00:45:05.250Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-30T00:45:05.512Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-30T00:45:05.512Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-30T00:45:05.512Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-30T00:45:05.798Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-30T00:45:05.798Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-30T00:45:06.060Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-30T00:45:06.060Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-30T00:45:06.060Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-30T00:45:06.060Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2020-12-30T00:45:06.060Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-30T00:45:06.321Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-30T00:45:06.321Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-30T00:45:06.321Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-30T00:45:06.584Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-30T00:45:06.584Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2020-12-30T00:45:06.584Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2020-12-30T00:45:06.847Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2020-12-30T00:45:06.847Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-30T00:45:06.847Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2020-12-30T00:45:06.847Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-30T00:45:07.108Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-30T00:45:07.370Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-30T00:45:07.370Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-30T00:45:07.370Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-30T00:45:07.370Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-30T00:45:07.370Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-30T00:45:07.370Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2020-12-30T00:45:07.631Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2020-12-30T00:45:07.631Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2020-12-30T00:45:07.631Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-30T00:45:07.631Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2020-12-30T00:45:07.892Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-30T00:45:08.153Z] Setting up passwd (1:4.5-1ubuntu2) ... [2020-12-30T00:45:08.153Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-30T00:45:08.153Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-30T00:45:08.414Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-30T00:45:08.414Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2020-12-30T00:45:08.414Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-30T00:45:08.414Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2020-12-30T00:45:08.414Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2020-12-30T00:45:08.677Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2020-12-30T00:45:08.677Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-30T00:45:08.677Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2020-12-30T00:45:08.677Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2020-12-30T00:45:08.677Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2020-12-30T00:45:08.937Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-30T00:45:08.937Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2020-12-30T00:45:08.937Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2020-12-30T00:45:08.937Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2020-12-30T00:45:09.199Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-30T00:45:09.199Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2020-12-30T00:45:09.199Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2020-12-30T00:45:09.199Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2020-12-30T00:45:09.460Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-30T00:45:09.460Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2020-12-30T00:45:09.460Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2020-12-30T00:45:09.460Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2020-12-30T00:45:09.724Z] (Reading database ... 13915 files and directories currently installed.) [2020-12-30T00:45:09.724Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2020-12-30T00:45:09.724Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-30T00:45:09.724Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2020-12-30T00:45:09.724Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-30T00:45:09.985Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2020-12-30T00:45:09.985Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2020-12-30T00:45:10.246Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2020-12-30T00:45:10.246Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2020-12-30T00:45:10.246Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2020-12-30T00:45:10.246Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2020-12-30T00:45:10.506Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2020-12-30T00:45:10.506Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2020-12-30T00:45:10.506Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2020-12-30T00:45:10.506Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2020-12-30T00:45:10.767Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2020-12-30T00:45:10.767Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2020-12-30T00:45:10.767Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2020-12-30T00:45:10.767Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2020-12-30T00:45:11.027Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2020-12-30T00:45:11.027Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2020-12-30T00:45:11.027Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2020-12-30T00:45:11.027Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2020-12-30T00:45:11.288Z] Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... [2020-12-30T00:45:11.288Z] Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... [2020-12-30T00:45:12.671Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2020-12-30T00:45:12.671Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2020-12-30T00:45:12.671Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2020-12-30T00:45:12.931Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2020-12-30T00:45:12.931Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-30T00:45:12.931Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-30T00:45:13.507Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-30T00:45:13.507Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-30T00:45:13.507Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-30T00:45:13.507Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-30T00:45:13.767Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-30T00:45:13.767Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-30T00:45:13.767Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-30T00:45:14.028Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-30T00:45:14.028Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-30T00:45:14.028Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-30T00:45:14.028Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-30T00:45:14.293Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-30T00:45:14.293Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-30T00:45:14.293Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-30T00:45:15.234Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-30T00:45:15.234Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-30T00:45:16.178Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-30T00:45:16.178Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-30T00:45:17.176Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-30T00:45:17.176Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-30T00:45:17.440Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-30T00:45:17.440Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-30T00:45:18.537Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-30T00:45:18.537Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-30T00:45:18.537Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-30T00:45:18.537Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-30T00:45:18.537Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-12-30T00:45:18.537Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-30T00:45:18.537Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-12-30T00:45:18.537Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-30T00:45:18.824Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-12-30T00:45:18.824Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2020-12-30T00:45:18.824Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-30T00:45:18.824Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-30T00:45:19.104Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-30T00:45:19.104Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-30T00:45:19.104Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2020-12-30T00:45:19.104Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2020-12-30T00:45:19.381Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-30T00:45:19.381Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-30T00:45:19.381Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-30T00:45:19.381Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-30T00:45:19.381Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-30T00:45:19.381Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2020-12-30T00:45:19.381Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2020-12-30T00:45:19.381Z] Setting up tzdata (2020d-0ubuntu0.18.04) ... [2020-12-30T00:45:19.643Z] [2020-12-30T00:45:19.643Z] Current default time zone: 'Etc/UTC' [2020-12-30T00:45:19.643Z] Local time is now: Wed Dec 30 00:45:19 UTC 2020. [2020-12-30T00:45:19.643Z] Universal Time is now: Wed Dec 30 00:45:19 UTC 2020. [2020-12-30T00:45:19.643Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2020-12-30T00:45:19.643Z] [2020-12-30T00:45:19.643Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2020-12-30T00:45:19.643Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-30T00:45:19.643Z] Setting up linux-libc-dev:amd64 (4.15.0-128.131) ... [2020-12-30T00:45:19.643Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2020-12-30T00:45:19.643Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2020-12-30T00:45:19.643Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2020-12-30T00:45:19.643Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-12-30T00:45:19.903Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2020-12-30T00:45:19.903Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2020-12-30T00:45:19.903Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2020-12-30T00:45:19.903Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-30T00:45:19.903Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2020-12-30T00:45:20.163Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-30T00:45:20.163Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-30T00:45:20.163Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-30T00:45:20.163Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-12-30T00:45:20.163Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2020-12-30T00:45:20.163Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2020-12-30T00:45:20.163Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2020-12-30T00:45:20.164Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2020-12-30T00:45:20.164Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2020-12-30T00:45:20.164Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2020-12-30T00:45:20.425Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-30T00:45:21.810Z] Updating certificates in /etc/ssl/certs... [2020-12-30T00:45:22.751Z] 22 added, 17 removed; done. [2020-12-30T00:45:22.751Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2020-12-30T00:45:23.013Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-30T00:45:23.013Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2020-12-30T00:45:23.013Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2020-12-30T00:45:23.013Z] Setting up pkgbinarymangler (138.18.04.1) ... [2020-12-30T00:45:23.013Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-30T00:45:23.013Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-30T00:45:23.013Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-30T00:45:23.013Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-30T00:45:23.013Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-30T00:45:23.274Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-30T00:45:23.274Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-30T00:45:23.274Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2020-12-30T00:45:23.274Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-12-30T00:45:23.274Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-12-30T00:45:23.274Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-12-30T00:45:23.274Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2020-12-30T00:45:23.274Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-30T00:45:23.274Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-30T00:45:23.274Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-12-30T00:45:23.535Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-12-30T00:45:23.535Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-12-30T00:45:23.535Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2020-12-30T00:45:23.535Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-30T00:45:23.798Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-12-30T00:45:23.798Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-30T00:45:23.798Z] Updating certificates in /etc/ssl/certs... [2020-12-30T00:45:24.370Z] 0 added, 0 removed; done. [2020-12-30T00:45:24.370Z] Running hooks in /etc/ca-certificates/update.d... [2020-12-30T00:45:24.370Z] done. [2020-12-30T00:45:24.941Z] Reading package lists... [2020-12-30T00:45:25.202Z] Building dependency tree... [2020-12-30T00:45:25.202Z] Reading state information... [2020-12-30T00:45:25.202Z] The following NEW packages will be installed: [2020-12-30T00:45:25.202Z] apt-transport-https [2020-12-30T00:45:25.202Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2020-12-30T00:45:25.202Z] Need to get 1696 B of archives. [2020-12-30T00:45:25.202Z] After this operation, 153 kB of additional disk space will be used. [2020-12-30T00:45:25.202Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2020-12-30T00:45:25.461Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-30T00:45:25.461Z] Fetched 1696 B in 0s (43.6 kB/s) [2020-12-30T00:45:25.461Z] Selecting previously unselected package apt-transport-https. [2020-12-30T00:45:25.461Z] (Reading database ... 13929 files and directories currently installed.) [2020-12-30T00:45:25.461Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2020-12-30T00:45:25.461Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2020-12-30T00:45:25.721Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2020-12-30T00:45:25.982Z] Waiting for network to be ready... [2020-12-30T00:45:32.567Z] 2020-12-30T00:45:29Z INFO Waiting for automatic snapd restart... [2020-12-30T00:45:32.567Z] snapd 2.48.1 from Canonical* installed [2020-12-30T00:45:33.397Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2020-12-30T00:45:33.397Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:45:33.397Z] ---> 8d9771759785 [2020-12-30T00:45:33.397Z] Step 3/21 : WORKDIR /edgex-go [2020-12-30T00:45:33.397Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2020-12-30T00:45:33.397Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:45:33.397Z] ---> 8d9771759785 [2020-12-30T00:45:33.397Z] Step 3/24 : WORKDIR /edgex-go [2020-12-30T00:45:33.397Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2020-12-30T00:45:33.397Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:45:33.397Z] ---> 8d9771759785 [2020-12-30T00:45:33.397Z] Step 3/22 : WORKDIR /edgex-go [2020-12-30T00:45:33.397Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2020-12-30T00:45:33.397Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:45:33.397Z] ---> 8d9771759785 [2020-12-30T00:45:33.397Z] Step 3/21 : WORKDIR /edgex-go [2020-12-30T00:45:33.397Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2020-12-30T00:45:33.397Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:45:33.397Z] ---> 8d9771759785 [2020-12-30T00:45:33.397Z] Step 3/22 : WORKDIR /edgex-go [2020-12-30T00:45:33.511Z] "snapd" switched to the "latest/stable" channel [2020-12-30T00:45:33.511Z] [2020-12-30T00:45:37.716Z] core18 20201210 from Canonical* installed [2020-12-30T00:45:37.976Z] "core18" switched to the "latest/stable" channel [2020-12-30T00:45:37.976Z] [2020-12-30T00:45:38.780Z] ---> Running in 68f097494f25 [2020-12-30T00:45:38.781Z] ---> Running in 3e99eb80ae7c [2020-12-30T00:45:38.781Z] ---> Running in 9903ed44560c [2020-12-30T00:45:38.781Z] ---> Running in 055aaf147523 [2020-12-30T00:45:38.781Z] ---> Running in f5ad4bbcb0df [2020-12-30T00:45:39.383Z] Removing intermediate container f5ad4bbcb0df [2020-12-30T00:45:39.383Z] ---> b709a4898f2e [2020-12-30T00:45:39.383Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:45:39.383Z] Removing intermediate container 68f097494f25 [2020-12-30T00:45:39.383Z] ---> 71022fa1cfb1 [2020-12-30T00:45:39.383Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:45:39.668Z] Removing intermediate container 9903ed44560c [2020-12-30T00:45:39.668Z] ---> d63b95305582 [2020-12-30T00:45:39.668Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:45:39.668Z] Removing intermediate container 3e99eb80ae7c [2020-12-30T00:45:39.668Z] ---> 8113790ee946 [2020-12-30T00:45:39.668Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:45:39.668Z] Removing intermediate container 055aaf147523 [2020-12-30T00:45:39.668Z] ---> 5fbc211d9eb7 [2020-12-30T00:45:39.668Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:45:39.942Z] ---> Running in 7b3972c7420c [2020-12-30T00:45:39.942Z] ---> Running in 79ddc55ebfaa [2020-12-30T00:45:39.942Z] ---> Running in 46dff43b717d [2020-12-30T00:45:40.214Z] ---> Running in 2294c9915a14 [2020-12-30T00:45:40.214Z] ---> Running in 370623bcdfcc [2020-12-30T00:45:43.258Z] snapcraft 4.4.4 from Canonical* installed [2020-12-30T00:45:43.518Z] "snapcraft" switched to the "latest/stable" channel [2020-12-30T00:45:43.518Z] [2020-12-30T00:45:44.577Z] Removing intermediate container 79ddc55ebfaa [2020-12-30T00:45:44.578Z] ---> 2f48b424e716 [2020-12-30T00:45:44.578Z] Step 5/24 : RUN apk add --update --no-cache make git [2020-12-30T00:45:44.578Z] ---> Running in ab8d4a3c2c6c [2020-12-30T00:45:44.578Z] Removing intermediate container 7b3972c7420c [2020-12-30T00:45:44.578Z] ---> a5816be5d82b [2020-12-30T00:45:44.578Z] Step 5/21 : RUN apk add --update --no-cache make git [2020-12-30T00:45:44.578Z] Removing intermediate container 46dff43b717d [2020-12-30T00:45:44.578Z] ---> 6629143f07bc [2020-12-30T00:45:44.578Z] Step 5/22 : RUN apk add --update --no-cache make git [2020-12-30T00:45:44.578Z] ---> Running in 4d123ca49e55 [2020-12-30T00:45:44.860Z] Removing intermediate container 370623bcdfcc [2020-12-30T00:45:44.860Z] ---> 2b3fe06d4769 [2020-12-30T00:45:44.860Z] Step 5/22 : RUN apk add --update --no-cache make git [2020-12-30T00:45:44.860Z] Removing intermediate container 2294c9915a14 [2020-12-30T00:45:44.860Z] ---> 78b0f74310ce [2020-12-30T00:45:44.860Z] Step 5/21 : RUN apk add --update --no-cache make git [2020-12-30T00:45:45.147Z] ---> Running in 1bb72010b846 [2020-12-30T00:45:45.147Z] ---> Running in 4b19a9244752 [2020-12-30T00:45:45.147Z] ---> Running in 74746c64ee6c [2020-12-30T00:45:46.598Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T00:45:46.825Z] 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: [2020-12-30T00:45:46.825Z] - README.md [2020-12-30T00:45:46.825Z] [2020-12-30T00:45:46.825Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-30T00:45:46.874Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T00:45:47.148Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T00:45:47.148Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T00:45:47.421Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T00:45:47.421Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T00:45:47.693Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T00:45:48.291Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T00:45:48.291Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T00:45:48.291Z] OK: 217 MiB in 51 packages [2020-12-30T00:45:48.291Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T00:45:48.900Z] OK: 217 MiB in 51 packages [2020-12-30T00:45:49.518Z] OK: 217 MiB in 51 packages [2020-12-30T00:45:49.809Z] OK: 217 MiB in 51 packages [2020-12-30T00:45:49.809Z] Removing intermediate container ab8d4a3c2c6c [2020-12-30T00:45:49.809Z] ---> 68191ce6d11e [2020-12-30T00:45:49.809Z] Step 6/24 : COPY go.mod . [2020-12-30T00:45:50.417Z] OK: 217 MiB in 51 packages [2020-12-30T00:45:50.697Z] Removing intermediate container 4d123ca49e55 [2020-12-30T00:45:50.697Z] ---> 695890ef773e [2020-12-30T00:45:50.697Z] Step 6/21 : COPY go.mod . [2020-12-30T00:45:50.983Z] ---> f43f972b8e6d [2020-12-30T00:45:50.983Z] Step 7/24 : RUN go mod download [2020-12-30T00:45:51.584Z] ---> Running in 9a2032fb8a6d [2020-12-30T00:45:51.584Z] Removing intermediate container 4b19a9244752 [2020-12-30T00:45:51.584Z] ---> 3e00cbd228f6 [2020-12-30T00:45:51.584Z] Step 6/22 : COPY go.mod . [2020-12-30T00:45:51.860Z] ---> 7df21645c4e6 [2020-12-30T00:45:51.860Z] Step 7/21 : RUN go mod download [2020-12-30T00:45:52.137Z] ---> Running in da39fa88d119 [2020-12-30T00:45:52.407Z] Removing intermediate container 74746c64ee6c [2020-12-30T00:45:52.407Z] ---> 423d0b7b4f89 [2020-12-30T00:45:52.407Z] Step 6/21 : COPY go.mod . [2020-12-30T00:45:52.682Z] Removing intermediate container 1bb72010b846 [2020-12-30T00:45:52.682Z] ---> ff4261f387f7 [2020-12-30T00:45:52.682Z] Step 6/22 : COPY go.mod . [2020-12-30T00:45:52.682Z] ---> 32c6ab790661 [2020-12-30T00:45:52.682Z] Step 7/22 : RUN go mod download [2020-12-30T00:45:52.956Z] ---> Running in 55392796f464 [2020-12-30T00:45:53.403Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-30T00:45:53.403Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-30T00:45:53.403Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-30T00:45:53.663Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-30T00:45:53.943Z] ---> ff2043898b37 [2020-12-30T00:45:53.943Z] Step 7/21 : RUN go mod download [2020-12-30T00:45:54.222Z] ---> 98163b2384da [2020-12-30T00:45:54.223Z] Step 7/22 : RUN go mod download [2020-12-30T00:45:54.223Z] ---> Running in 3e658c39e5af [2020-12-30T00:45:54.499Z] ---> Running in b3a8e779ff7e [2020-12-30T00:45:55.304Z] Reading package lists... [2020-12-30T00:45:55.566Z] 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 [2020-12-30T00:45:56.517Z] Removing intermediate container 9a2032fb8a6d [2020-12-30T00:45:56.517Z] ---> 0882adf17a8b [2020-12-30T00:45:56.517Z] Step 8/24 : COPY . . [2020-12-30T00:45:56.797Z] Removing intermediate container da39fa88d119 [2020-12-30T00:45:56.797Z] ---> 5115f1128e18 [2020-12-30T00:45:56.797Z] Step 8/21 : COPY . . [2020-12-30T00:45:57.407Z] Removing intermediate container 55392796f464 [2020-12-30T00:45:57.407Z] ---> 02faca10745c [2020-12-30T00:45:57.684Z] Step 8/22 : COPY . . [2020-12-30T00:46:00.337Z] Removing intermediate container 3e658c39e5af [2020-12-30T00:46:00.337Z] ---> 42b94f9e77fd [2020-12-30T00:46:00.337Z] Step 8/21 : COPY . . [2020-12-30T00:46:00.611Z] Removing intermediate container b3a8e779ff7e [2020-12-30T00:46:00.611Z] ---> e05196b631da [2020-12-30T00:46:00.611Z] Step 8/22 : COPY . . [2020-12-30T00:46:02.145Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-30T00:46:02.145Z] Reading package lists... [2020-12-30T00:46:02.145Z] Building dependency tree... [2020-12-30T00:46:02.145Z] Reading state information... [2020-12-30T00:46:02.145Z] Suggested packages: [2020-12-30T00:46:02.145Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-12-30T00:46:02.145Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2020-12-30T00:46:02.145Z] Recommended packages: [2020-12-30T00:46:02.145Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2020-12-30T00:46:02.145Z] The following NEW packages will be installed: [2020-12-30T00:46:02.145Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2020-12-30T00:46:02.145Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2020-12-30T00:46:02.145Z] pkg-config zip [2020-12-30T00:46:02.145Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2020-12-30T00:46:02.145Z] Need to get 7655 kB of archives. [2020-12-30T00:46:02.145Z] After this operation, 43.7 MB of additional disk space will be used. [2020-12-30T00:46:02.145Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2020-12-30T00:46:02.407Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2020-12-30T00:46:02.407Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2020-12-30T00:46:02.407Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-12-30T00:46:02.407Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-12-30T00:46:02.407Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2020-12-30T00:46:02.407Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2020-12-30T00:46:02.668Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2020-12-30T00:46:02.668Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2020-12-30T00:46:02.668Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-12-30T00:46:02.668Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2020-12-30T00:46:02.929Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2020-12-30T00:46:02.929Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2020-12-30T00:46:02.929Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2020-12-30T00:46:02.929Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2020-12-30T00:46:03.191Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-30T00:46:03.191Z] Fetched 7655 kB in 1s (9000 kB/s) [2020-12-30T00:46:03.191Z] Selecting previously unselected package libglib2.0-0:amd64. [2020-12-30T00:46:03.191Z] (Reading database ... 13933 files and directories currently installed.) [2020-12-30T00:46:03.191Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2020-12-30T00:46:03.453Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-30T00:46:03.453Z] Selecting previously unselected package libpsl5:amd64. [2020-12-30T00:46:03.453Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2020-12-30T00:46:03.453Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2020-12-30T00:46:03.714Z] Selecting previously unselected package libnghttp2-14:amd64. [2020-12-30T00:46:03.714Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2020-12-30T00:46:03.714Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2020-12-30T00:46:03.714Z] Selecting previously unselected package librtmp1:amd64. [2020-12-30T00:46:03.714Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2020-12-30T00:46:03.714Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2020-12-30T00:46:03.714Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-12-30T00:46:03.714Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2020-12-30T00:46:03.974Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2020-12-30T00:46:03.974Z] Selecting previously unselected package liberror-perl. [2020-12-30T00:46:03.974Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2020-12-30T00:46:03.974Z] Unpacking liberror-perl (0.17025-1) ... [2020-12-30T00:46:03.974Z] Selecting previously unselected package git-man. [2020-12-30T00:46:03.974Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-12-30T00:46:03.974Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-30T00:46:04.235Z] Selecting previously unselected package git. [2020-12-30T00:46:04.235Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-12-30T00:46:04.235Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-12-30T00:46:05.180Z] Selecting previously unselected package libnorm1:amd64. [2020-12-30T00:46:05.180Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2020-12-30T00:46:05.180Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-30T00:46:05.180Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2020-12-30T00:46:05.180Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2020-12-30T00:46:05.180Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-30T00:46:05.180Z] Selecting previously unselected package libsodium23:amd64. [2020-12-30T00:46:05.180Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2020-12-30T00:46:05.180Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2020-12-30T00:46:05.441Z] Selecting previously unselected package libzmq5:amd64. [2020-12-30T00:46:05.441Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-30T00:46:05.441Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-30T00:46:05.441Z] Selecting previously unselected package libzmq3-dev:amd64. [2020-12-30T00:46:05.441Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-30T00:46:05.441Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-30T00:46:05.441Z] Selecting previously unselected package pkg-config. [2020-12-30T00:46:05.441Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2020-12-30T00:46:05.441Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-12-30T00:46:05.704Z] Selecting previously unselected package zip. [2020-12-30T00:46:05.704Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2020-12-30T00:46:05.704Z] Unpacking zip (3.0-11build1) ... [2020-12-30T00:46:05.704Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-30T00:46:05.704Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-30T00:46:05.704Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2020-12-30T00:46:05.704Z] Setting up liberror-perl (0.17025-1) ... [2020-12-30T00:46:05.704Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2020-12-30T00:46:05.966Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-30T00:46:05.966Z] No schema files found: doing nothing. [2020-12-30T00:46:05.966Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2020-12-30T00:46:05.966Z] Setting up zip (3.0-11build1) ... [2020-12-30T00:46:05.966Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-30T00:46:05.966Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2020-12-30T00:46:05.966Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-12-30T00:46:05.966Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-30T00:46:05.966Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2020-12-30T00:46:05.966Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-30T00:46:05.966Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-12-30T00:46:06.227Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2020-12-30T00:46:12.825Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-30T00:46:12.825Z] git set to automatically installed. [2020-12-30T00:46:12.825Z] git-man set to automatically installed. [2020-12-30T00:46:12.825Z] libcurl3-gnutls set to automatically installed. [2020-12-30T00:46:12.825Z] liberror-perl set to automatically installed. [2020-12-30T00:46:12.825Z] libglib2.0-0 set to automatically installed. [2020-12-30T00:46:12.825Z] libnghttp2-14 set to automatically installed. [2020-12-30T00:46:12.825Z] libnorm1 set to automatically installed. [2020-12-30T00:46:12.825Z] libpgm-5.2-0 set to automatically installed. [2020-12-30T00:46:12.825Z] libpsl5 set to automatically installed. [2020-12-30T00:46:12.825Z] librtmp1 set to automatically installed. [2020-12-30T00:46:12.825Z] libsodium23 set to automatically installed. [2020-12-30T00:46:12.825Z] libzmq3-dev set to automatically installed. [2020-12-30T00:46:12.825Z] libzmq5 set to automatically installed. [2020-12-30T00:46:12.825Z] pkg-config set to automatically installed. [2020-12-30T00:46:12.825Z] zip set to automatically installed. [2020-12-30T00:46:14.766Z] snapd is not logged in, snap install commands will use sudo [2020-12-30T00:46:21.352Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-30T00:46:21.614Z] snap "core18" has no updates available [2020-12-30T00:46:22.185Z] Pulling config-common [2020-12-30T00:46:23.585Z] Pulling go-build-helper [2020-12-30T00:46:33.011Z] ---> 483aac609d9b [2020-12-30T00:46:33.011Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-30T00:46:33.011Z] ---> 35561e29181f [2020-12-30T00:46:33.011Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-30T00:46:33.011Z] ---> 4b0d22e73fdb [2020-12-30T00:46:33.011Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-30T00:46:33.011Z] ---> f0b606630164 [2020-12-30T00:46:33.011Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-30T00:46:33.011Z] ---> 78e7a6939a3b [2020-12-30T00:46:33.011Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-30T00:46:33.011Z] ---> Running in 50e3855e69ad [2020-12-30T00:46:33.011Z] ---> Running in ba17b8e0b827 [2020-12-30T00:46:33.011Z] ---> Running in b935f5fd77d9 [2020-12-30T00:46:33.011Z] ---> Running in 047fc9aa3cb9 [2020-12-30T00:46:33.011Z] ---> Running in b2ca858ae2e1 [2020-12-30T00:46:33.011Z] 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 [2020-12-30T00:46:33.011Z] 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 [2020-12-30T00:46:33.011Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-30T00:46:33.011Z] 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 [2020-12-30T00:46:33.011Z] 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 [2020-12-30T00:46:50.237Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-30T00:46:50.237Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-12-30T00:46:50.237Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] [2020-12-30T00:46:50.237Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-30T00:46:50.237Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2020-12-30T00:46:50.237Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2020-12-30T00:46:50.237Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2020-12-30T00:46:50.237Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2020-12-30T00:46:50.237Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2020-12-30T00:46:50.237Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2020-12-30T00:46:50.237Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2020-12-30T00:46:50.237Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2020-12-30T00:46:50.237Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] [2020-12-30T00:46:50.237Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] [2020-12-30T00:46:50.237Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] [2020-12-30T00:46:50.237Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] [2020-12-30T00:46:50.237Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2020-12-30T00:46:50.237Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2020-12-30T00:46:50.237Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2020-12-30T00:46:50.237Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] [2020-12-30T00:46:50.237Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] [2020-12-30T00:46:50.237Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] [2020-12-30T00:46:50.237Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2020-12-30T00:46:50.237Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] [2020-12-30T00:46:50.237Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] [2020-12-30T00:46:50.237Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] [2020-12-30T00:46:50.237Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2020-12-30T00:46:50.237Z] Fetched 23.5 MB in 0s (0 B/s) [2020-12-30T00:46:50.237Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2020-12-30T00:46:50.237Z] Fetched 96.5 kB in 0s (0 B/s) [2020-12-30T00:46:50.237Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2020-12-30T00:46:50.237Z] Fetched 279 kB in 0s (0 B/s) [2020-12-30T00:46:50.237Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2020-12-30T00:46:50.237Z] Fetched 122 kB in 0s (0 B/s) [2020-12-30T00:46:50.237Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2020-12-30T00:46:50.237Z] Fetched 77.8 kB in 0s (0 B/s) [2020-12-30T00:46:50.237Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2020-12-30T00:46:50.238Z] Fetched 8848 B in 0s (0 B/s) [2020-12-30T00:46:50.238Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2020-12-30T00:46:50.238Z] Fetched 47.8 kB in 0s (0 B/s) [2020-12-30T00:46:50.238Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2020-12-30T00:46:50.238Z] Fetched 45.6 kB in 0s (0 B/s) [2020-12-30T00:46:50.238Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] [2020-12-30T00:46:50.238Z] Fetched 14.8 kB in 0s (0 B/s) [2020-12-30T00:46:50.238Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2020-12-30T00:46:50.238Z] Fetched 214 kB in 0s (0 B/s) [2020-12-30T00:46:50.238Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2020-12-30T00:46:50.238Z] Fetched 155 kB in 0s (0 B/s) [2020-12-30T00:46:50.238Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2020-12-30T00:46:50.238Z] Fetched 50.6 kB in 0s (0 B/s) [2020-12-30T00:46:50.238Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2020-12-30T00:46:50.238Z] Fetched 14.8 kB in 0s (0 B/s) [2020-12-30T00:46:50.238Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2020-12-30T00:46:50.238Z] Fetched 41.8 kB in 0s (0 B/s) [2020-12-30T00:46:50.238Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2020-12-30T00:46:50.238Z] Fetched 499 kB in 0s (0 B/s) [2020-12-30T00:46:50.238Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2020-12-30T00:46:50.238Z] Fetched 111 kB in 0s (0 B/s) [2020-12-30T00:46:50.238Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2020-12-30T00:46:50.238Z] Fetched 240 kB in 0s (0 B/s) [2020-12-30T00:46:50.238Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2020-12-30T00:46:50.238Z] Fetched 29.3 kB in 0s (0 B/s) [2020-12-30T00:46:50.238Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2020-12-30T00:46:50.238Z] Fetched 85.5 kB in 0s (0 B/s) [2020-12-30T00:46:50.238Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2020-12-30T00:46:50.238Z] Fetched 24.5 kB in 0s (0 B/s) [2020-12-30T00:46:50.238Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] [2020-12-30T00:46:50.238Z] Fetched 49.2 kB in 0s (0 B/s) [2020-12-30T00:46:50.238Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2020-12-30T00:46:50.238Z] Fetched 54.2 kB in 0s (0 B/s) [2020-12-30T00:46:50.238Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2020-12-30T00:46:50.238Z] Fetched 30.8 kB in 0s (0 B/s) [2020-12-30T00:46:50.238Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2020-12-30T00:46:50.238Z] Fetched 17.0 kB in 0s (0 B/s) [2020-12-30T00:46:50.238Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2020-12-30T00:46:50.238Z] Fetched 85.9 kB in 0s (0 B/s) [2020-12-30T00:46:50.238Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2020-12-30T00:46:50.238Z] Fetched 8720 B in 0s (0 B/s) [2020-12-30T00:46:50.238Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2020-12-30T00:46:50.238Z] Fetched 137 kB in 0s (0 B/s) [2020-12-30T00:46:50.238Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2020-12-30T00:46:50.238Z] Fetched 119 kB in 0s (0 B/s) [2020-12-30T00:46:50.238Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2020-12-30T00:46:50.238Z] Fetched 109 kB in 0s (0 B/s) [2020-12-30T00:46:50.238Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2020-12-30T00:46:50.238Z] Fetched 11.1 kB in 0s (0 B/s) [2020-12-30T00:46:50.238Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2020-12-30T00:46:50.238Z] Fetched 645 kB in 0s (0 B/s) [2020-12-30T00:46:50.238Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2020-12-30T00:46:50.238Z] Fetched 41.3 kB in 0s (0 B/s) [2020-12-30T00:46:50.238Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2020-12-30T00:46:50.238Z] Fetched 17.9 kB in 0s (0 B/s) [2020-12-30T00:46:50.238Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2020-12-30T00:46:50.238Z] Fetched 368 kB in 0s (0 B/s) [2020-12-30T00:46:50.238Z] Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] [2020-12-30T00:46:50.238Z] Fetched 187 kB in 0s (0 B/s) [2020-12-30T00:46:50.238Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2020-12-30T00:46:50.238Z] Fetched 175 kB in 0s (0 B/s) [2020-12-30T00:46:50.238Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2020-12-30T00:46:51.179Z] Fetched 206 kB in 0s (0 B/s) [2020-12-30T00:46:51.180Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2020-12-30T00:46:51.180Z] Fetched 1301 kB in 0s (0 B/s) [2020-12-30T00:46:51.180Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2020-12-30T00:46:51.180Z] Fetched 36.2 kB in 0s (0 B/s) [2020-12-30T00:46:51.180Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2020-12-30T00:46:51.180Z] Fetched 159 kB in 0s (0 B/s) [2020-12-30T00:46:51.180Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2020-12-30T00:46:51.180Z] Fetched 107 kB in 0s (0 B/s) [2020-12-30T00:46:51.180Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2020-12-30T00:46:51.180Z] Fetched 48.7 kB in 0s (0 B/s) [2020-12-30T00:46:51.180Z] Pulling static-packages [2020-12-30T00:46:52.121Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2020-12-30T00:46:52.121Z] Skipping pull go-build-helper (already ran) [2020-12-30T00:46:52.121Z] Skipping pull static-packages (already ran) [2020-12-30T00:46:52.121Z] Building go-build-helper [2020-12-30T00:46:56.325Z] Building static-packages [2020-12-30T00:46:58.870Z] Staging go-build-helper [2020-12-30T00:46:59.814Z] Staging static-packages [2020-12-30T00:47:00.755Z] Pulling go115 [2020-12-30T00:47:02.144Z] 'edgex-go' has dependencies that need to be staged: go115 [2020-12-30T00:47:02.144Z] Skipping pull go115 (already ran) [2020-12-30T00:47:02.144Z] Building go115 [2020-12-30T00:47:02.144Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-30T00:47:02.144Z] Dload Upload Total Spent Left Speed [2020-12-30T00:47:06.664Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 4 115M 4 5535k 0 0 9814k 0 0:00:12 --:--:-- 0:00:12 9796k 25 115M 25 29.1M 0 0 19.0M 0 0:00:06 0:00:01 0:00:05 19.0M 45 115M 45 52.7M 0 0 20.8M 0 0:00:05 0:00:02 0:00:03 20.8M 76 115M 76 87.9M 0 0 24.9M 0 0:00:04 0:00:03 0:00:01 24.9M 100 115M 100 115M 0 0 25.6M 0 0:00:04 0:00:04 --:--:-- 25.6M [2020-12-30T00:47:07.238Z] go1.15.2.linux-amd64.tar.gz: OK [2020-12-30T00:47:12.530Z] Staging go115 [2020-12-30T00:47:19.117Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-30T00:47:19.117Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-30T00:47:19.117Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-30T00:47:19.117Z] Fetched 0 B in 0s (0 B/s) [2020-12-30T00:47:19.117Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2020-12-30T00:47:19.117Z] Fetched 224 kB in 0s (0 B/s) [2020-12-30T00:47:19.117Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2020-12-30T00:47:19.117Z] Fetched 157 kB in 0s (0 B/s) [2020-12-30T00:47:19.117Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2020-12-30T00:47:19.117Z] Fetched 221 kB in 0s (0 B/s) [2020-12-30T00:47:19.117Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2020-12-30T00:47:19.117Z] Fetched 143 kB in 0s (0 B/s) [2020-12-30T00:47:19.117Z] Pulling edgex-go [2020-12-30T00:47:20.499Z] Pulling version [2020-12-30T00:47:21.880Z] Building config-common [2020-12-30T00:47:24.422Z] Skipping build go-build-helper (already ran) [2020-12-30T00:47:24.422Z] Skipping build static-packages (already ran) [2020-12-30T00:47:24.422Z] Skipping build go115 (already ran) [2020-12-30T00:47:24.422Z] Building edgex-go [2020-12-30T00:47:24.689Z] 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 [2020-12-30T00:47:27.237Z] go: downloading github.com/gorilla/mux v1.8.0 [2020-12-30T00:47:27.237Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2020-12-30T00:47:27.237Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.135 [2020-12-30T00:47:27.237Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.65 [2020-12-30T00:47:27.237Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.28 [2020-12-30T00:47:27.237Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-12-30T00:47:27.237Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 [2020-12-30T00:47:27.237Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2020-12-30T00:47:27.237Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2020-12-30T00:47:27.237Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2020-12-30T00:47:27.237Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-12-30T00:47:27.237Z] go: downloading github.com/google/uuid v1.1.2 [2020-12-30T00:47:27.237Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2020-12-30T00:47:27.237Z] go: downloading github.com/imdario/mergo v0.3.11 [2020-12-30T00:47:27.237Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2020-12-30T00:47:27.237Z] go: downloading github.com/pkg/errors v0.8.1 [2020-12-30T00:47:27.237Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-12-30T00:47:27.237Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2020-12-30T00:47:27.237Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-12-30T00:47:27.237Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-12-30T00:47:27.237Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-12-30T00:47:27.237Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2020-12-30T00:47:27.237Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-12-30T00:47:27.237Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-12-30T00:47:27.237Z] go: downloading github.com/leodido/go-urn v1.2.0 [2020-12-30T00:47:27.237Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-12-30T00:47:27.237Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-12-30T00:47:27.237Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2020-12-30T00:47:27.237Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-12-30T00:47:27.237Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-12-30T00:47:27.237Z] go: downloading github.com/x448/float16 v0.8.4 [2020-12-30T00:47:27.237Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-12-30T00:47:27.506Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-12-30T00:47:28.082Z] go: downloading github.com/go-playground/locales v0.13.0 [2020-12-30T00:47:28.082Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-12-30T00:47:28.082Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-12-30T00:47:28.082Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-12-30T00:47:28.082Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-12-30T00:47:28.656Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-12-30T00:47:28.656Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-12-30T00:47:36.815Z] 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 [2020-12-30T00:47:41.053Z] 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 [2020-12-30T00:47:42.006Z] 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 [2020-12-30T00:47:43.404Z] 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 [2020-12-30T00:47:43.664Z] 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 [2020-12-30T00:47:43.664Z] go: downloading github.com/stretchr/testify v1.6.1 [2020-12-30T00:47:43.933Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-12-30T00:47:43.933Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2020-12-30T00:47:43.933Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2020-12-30T00:47:45.327Z] 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 [2020-12-30T00:47:45.587Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2020-12-30T00:47:45.587Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-12-30T00:47:46.975Z] 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 [2020-12-30T00:47:46.975Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-12-30T00:47:47.918Z] 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 [2020-12-30T00:47:47.918Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-30T00:47:49.301Z] 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 [2020-12-30T00:47:50.243Z] 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 [2020-12-30T00:47:51.184Z] 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 [2020-12-30T00:47:54.493Z] Building version [2020-12-30T00:47:56.405Z] Staging config-common [2020-12-30T00:47:57.789Z] Skipping stage go-build-helper (already ran) [2020-12-30T00:47:57.789Z] Skipping stage static-packages (already ran) [2020-12-30T00:47:57.789Z] Skipping stage go115 (already ran) [2020-12-30T00:47:57.789Z] Staging edgex-go [2020-12-30T00:47:58.729Z] Staging version [2020-12-30T00:47:59.671Z] Priming config-common [2020-12-30T00:48:01.055Z] Priming go-build-helper [2020-12-30T00:48:01.999Z] Priming static-packages [2020-12-30T00:48:04.553Z] Priming go115 [2020-12-30T00:48:05.503Z] Priming edgex-go [2020-12-30T00:48:06.894Z] Priming version [2020-12-30T00:48:08.285Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-12-30T00:48:09.910Z] 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 [2020-12-30T00:48:09.910Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-30T00:48:16.792Z] Removing intermediate container b2ca858ae2e1 [2020-12-30T00:48:16.792Z] ---> fed3bff219f8 [2020-12-30T00:48:16.792Z] [2020-12-30T00:48:16.792Z] Step 10/24 : FROM alpine:3.12 [2020-12-30T00:48:16.792Z] 3.12: Pulling from library/alpine [2020-12-30T00:48:18.795Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2020-12-30T00:48:18.795Z] Status: Downloaded newer image for alpine:3.12 [2020-12-30T00:48:18.795Z] ---> afeebe901d6b [2020-12-30T00:48:18.795Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2020-12-30T00:48:19.072Z] ---> Running in 7b4ec3c6ceea [2020-12-30T00:48:22.519Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T00:48:22.519Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T00:48:23.124Z] (1/5) Installing ca-certificates (20191127-r4) [2020-12-30T00:48:23.124Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2020-12-30T00:48:23.124Z] (3/5) Installing libcurl (7.69.1-r3) [2020-12-30T00:48:23.124Z] (4/5) Installing curl (7.69.1-r3) [2020-12-30T00:48:23.124Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-30T00:48:23.124Z] Executing busybox-1.31.1-r19.trigger [2020-12-30T00:48:23.124Z] Executing ca-certificates-20191127-r4.trigger [2020-12-30T00:48:23.407Z] OK: 7 MiB in 19 packages [2020-12-30T00:48:25.400Z] Removing intermediate container ba17b8e0b827 [2020-12-30T00:48:25.400Z] ---> c62c163ad3b7 [2020-12-30T00:48:25.400Z] [2020-12-30T00:48:25.400Z] Step 10/21 : FROM alpine:3.12 [2020-12-30T00:48:25.680Z] ---> afeebe901d6b [2020-12-30T00:48:25.680Z] Step 11/21 : RUN apk add --update --no-cache curl [2020-12-30T00:48:25.968Z] Removing intermediate container 047fc9aa3cb9 [2020-12-30T00:48:25.968Z] ---> 40b9807d2a1a [2020-12-30T00:48:25.968Z] [2020-12-30T00:48:25.968Z] Step 10/22 : FROM scratch [2020-12-30T00:48:25.968Z] ---> [2020-12-30T00:48:25.968Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-30T00:48:25.968Z] ---> Running in 6cfe8c66d017 [2020-12-30T00:48:26.250Z] Removing intermediate container b935f5fd77d9 [2020-12-30T00:48:26.250Z] ---> abed6c68c249 [2020-12-30T00:48:26.250Z] [2020-12-30T00:48:26.250Z] Step 10/21 : FROM scratch [2020-12-30T00:48:26.250Z] ---> [2020-12-30T00:48:26.250Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-30T00:48:26.528Z] ---> Running in dfe502173c1a [2020-12-30T00:48:26.528Z] ---> Running in 7d4fb3108b79 [2020-12-30T00:48:27.579Z] Removing intermediate container 7d4fb3108b79 [2020-12-30T00:48:27.579Z] ---> 6d7dfdd6810f [2020-12-30T00:48:27.579Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-30T00:48:27.579Z] Removing intermediate container 7b4ec3c6ceea [2020-12-30T00:48:27.579Z] ---> 45a6e9a3a099 [2020-12-30T00:48:27.579Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-30T00:48:27.579Z] Removing intermediate container dfe502173c1a [2020-12-30T00:48:27.579Z] ---> 1caa0de3cabe [2020-12-30T00:48:27.579Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-30T00:48:27.579Z] ---> Running in 60f7da39b5e0 [2020-12-30T00:48:27.852Z] ---> Running in 6e9d63563d22 [2020-12-30T00:48:27.852Z] ---> Running in 3ffc9be31be6 [2020-12-30T00:48:27.852Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T00:48:28.132Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T00:48:28.406Z] Removing intermediate container 60f7da39b5e0 [2020-12-30T00:48:28.406Z] ---> 0fb0007629b6 [2020-12-30T00:48:28.406Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-30T00:48:28.678Z] Removing intermediate container 6e9d63563d22 [2020-12-30T00:48:28.678Z] ---> f17d154bf095 [2020-12-30T00:48:28.678Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-30T00:48:28.678Z] ---> Running in 8ae5a50cce7a [2020-12-30T00:48:28.678Z] Removing intermediate container 3ffc9be31be6 [2020-12-30T00:48:28.678Z] ---> a9206d34e16f [2020-12-30T00:48:28.678Z] Step 13/24 : WORKDIR / [2020-12-30T00:48:28.678Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-30T00:48:28.951Z] ---> Running in a8adc7a46fdd [2020-12-30T00:48:28.951Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-30T00:48:28.951Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-30T00:48:28.951Z] (4/4) Installing curl (7.69.1-r3) [2020-12-30T00:48:28.951Z] Executing busybox-1.31.1-r19.trigger [2020-12-30T00:48:28.951Z] Executing ca-certificates-20191127-r4.trigger [2020-12-30T00:48:28.951Z] ---> Running in 2eaed35a7104 [2020-12-30T00:48:29.244Z] OK: 7 MiB in 18 packages [2020-12-30T00:48:29.535Z] Removing intermediate container 8ae5a50cce7a [2020-12-30T00:48:29.535Z] ---> 8185b568145b [2020-12-30T00:48:29.535Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-30T00:48:29.535Z] Removing intermediate container a8adc7a46fdd [2020-12-30T00:48:29.535Z] ---> 6f2d1b58e8f2 [2020-12-30T00:48:29.535Z] Step 14/22 : WORKDIR / [2020-12-30T00:48:29.814Z] ---> Running in e0f8de2b04e8 [2020-12-30T00:48:29.814Z] Removing intermediate container 2eaed35a7104 [2020-12-30T00:48:29.814Z] ---> fead511e008b [2020-12-30T00:48:29.814Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-30T00:48:30.801Z] ---> 903c642dd103 [2020-12-30T00:48:30.801Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-30T00:48:30.801Z] Removing intermediate container e0f8de2b04e8 [2020-12-30T00:48:30.801Z] ---> a08503a28887 [2020-12-30T00:48:30.801Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-30T00:48:31.782Z] ---> 4b0743aa10df [2020-12-30T00:48:31.782Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-30T00:48:32.055Z] Removing intermediate container 6cfe8c66d017 [2020-12-30T00:48:32.055Z] ---> e9f430acac3a [2020-12-30T00:48:32.055Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-30T00:48:32.055Z] ---> e83628997a64 [2020-12-30T00:48:32.055Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-30T00:48:32.652Z] ---> Running in 63d1924a0d51 [2020-12-30T00:48:33.254Z] ---> 16da2771d6fe [2020-12-30T00:48:33.255Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-30T00:48:33.255Z] ---> 8fa0661bc7f9 [2020-12-30T00:48:33.255Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-30T00:48:33.854Z] Removing intermediate container 63d1924a0d51 [2020-12-30T00:48:33.854Z] ---> e1115cd6e82b [2020-12-30T00:48:33.854Z] Step 13/21 : WORKDIR /edgex [2020-12-30T00:48:33.854Z] ---> bb497b8860d2 [2020-12-30T00:48:33.854Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-30T00:48:34.135Z] ---> Running in 489a8ee1b7ea [2020-12-30T00:48:34.744Z] ---> fc60cd3e6ba4 [2020-12-30T00:48:34.744Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-30T00:48:34.744Z] ---> dacb3a8d8851 [2020-12-30T00:48:34.744Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-30T00:48:35.346Z] ---> Running in ad10135eacf4 [2020-12-30T00:48:35.346Z] Removing intermediate container 489a8ee1b7ea [2020-12-30T00:48:35.346Z] ---> 3df275789bf8 [2020-12-30T00:48:35.346Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-30T00:48:35.632Z] ---> 6b09a4287346 [2020-12-30T00:48:35.632Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-30T00:48:36.237Z] ---> Running in 71c48d1253a3 [2020-12-30T00:48:36.237Z] Removing intermediate container 50e3855e69ad [2020-12-30T00:48:36.237Z] ---> 9710c248369a [2020-12-30T00:48:36.237Z] [2020-12-30T00:48:36.237Z] Step 10/22 : FROM scratch [2020-12-30T00:48:36.237Z] ---> [2020-12-30T00:48:36.237Z] Removing intermediate container ad10135eacf4 [2020-12-30T00:48:36.237Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' ---> 1760f951f7d2 [2020-12-30T00:48:36.237Z] [2020-12-30T00:48:36.237Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-30T00:48:36.513Z] ---> Using cache [2020-12-30T00:48:36.513Z] ---> 1caa0de3cabe [2020-12-30T00:48:36.513Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-30T00:48:36.513Z] ---> Running in 05148e86dc38 [2020-12-30T00:48:36.786Z] ---> 1bd25493729f [2020-12-30T00:48:36.786Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-30T00:48:36.786Z] ---> 52cac2825726 [2020-12-30T00:48:36.786Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-30T00:48:36.786Z] ---> Running in b4afab8965bc [2020-12-30T00:48:36.786Z] Removing intermediate container 71c48d1253a3 [2020-12-30T00:48:36.786Z] ---> 147e19512c9a [2020-12-30T00:48:36.786Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-30T00:48:37.065Z] ---> Running in e756203431b5 [2020-12-30T00:48:37.065Z] Removing intermediate container 05148e86dc38 [2020-12-30T00:48:37.065Z] ---> b8054f91e10c [2020-12-30T00:48:37.065Z] Step 19/21 : LABEL arch=arm64 [2020-12-30T00:48:38.053Z] Removing intermediate container b4afab8965bc [2020-12-30T00:48:38.053Z] ---> cd5d3098d7d1 [2020-12-30T00:48:38.053Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-30T00:48:38.053Z] ---> Running in 75108c990340 [2020-12-30T00:48:38.053Z] ---> Running in d21d73bb7741 [2020-12-30T00:48:38.053Z] Removing intermediate container e756203431b5 [2020-12-30T00:48:38.053Z] ---> 0ff6d47ab28e [2020-12-30T00:48:38.053Z] Step 20/22 : LABEL arch=arm64 [2020-12-30T00:48:38.331Z] ---> 7798c49aae27 [2020-12-30T00:48:38.331Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-30T00:48:38.331Z] ---> Running in 093b2ba656a4 [2020-12-30T00:48:38.605Z] ---> 683ae76b60b5 [2020-12-30T00:48:38.605Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-30T00:48:38.605Z] Removing intermediate container d21d73bb7741 [2020-12-30T00:48:38.605Z] Removing intermediate container 75108c990340 [2020-12-30T00:48:38.605Z] ---> b84dac4f7661 [2020-12-30T00:48:38.605Z] Step 20/21 : LABEL git_sha=372202ccc2bc0301cda9306acabb5938854e8e15 [2020-12-30T00:48:38.605Z] ---> 5e19a4280fdd [2020-12-30T00:48:38.605Z] Step 14/22 : WORKDIR / [2020-12-30T00:48:38.878Z] ---> Running in e8cf48629268 [2020-12-30T00:48:39.148Z] ---> Running in bdb2d4980198 [2020-12-30T00:48:39.421Z] Removing intermediate container 093b2ba656a4 [2020-12-30T00:48:39.421Z] ---> 7df5d3969873 [2020-12-30T00:48:39.421Z] Step 21/22 : LABEL git_sha=372202ccc2bc0301cda9306acabb5938854e8e15 [2020-12-30T00:48:39.700Z] ---> Running in 94195be2e5db [2020-12-30T00:48:39.981Z] Removing intermediate container e8cf48629268 [2020-12-30T00:48:39.981Z] ---> 0490c7238bee [2020-12-30T00:48:39.981Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-30T00:48:39.981Z] ---> a26d44191b11 [2020-12-30T00:48:39.981Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-30T00:48:39.981Z] ---> f95121e7d043 [2020-12-30T00:48:39.981Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-30T00:48:39.981Z] Removing intermediate container bdb2d4980198 [2020-12-30T00:48:39.981Z] ---> dde6c8ac1d43 [2020-12-30T00:48:39.981Z] Step 21/21 : LABEL version=0.0.0 [2020-12-30T00:48:40.256Z] ---> Running in 666c836ab2e4 [2020-12-30T00:48:40.256Z] ---> Running in bb79d20facf9 [2020-12-30T00:48:40.256Z] ---> Running in b8dd6f18c65c [2020-12-30T00:48:40.534Z] Removing intermediate container 94195be2e5db [2020-12-30T00:48:40.534Z] ---> 7e4b2b62cae8 [2020-12-30T00:48:40.534Z] Step 22/22 : LABEL version=0.0.0 [2020-12-30T00:48:40.814Z] ---> Running in 26430968bb69 [2020-12-30T00:48:40.814Z] ---> c8c226af92da [2020-12-30T00:48:40.814Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-30T00:48:41.094Z] Removing intermediate container 666c836ab2e4 [2020-12-30T00:48:41.094Z] ---> 0ef183221a9b [2020-12-30T00:48:41.094Z] Step 18/21 : CMD ["--init=true"] [2020-12-30T00:48:41.094Z] Removing intermediate container b8dd6f18c65c [2020-12-30T00:48:41.094Z] ---> e501f09da4a6 [2020-12-30T00:48:41.094Z] [2020-12-30T00:48:41.374Z] ---> Running in 438be6a18224 [2020-12-30T00:48:41.644Z] Removing intermediate container 26430968bb69 [2020-12-30T00:48:41.644Z] ---> c417a98030d4 [2020-12-30T00:48:41.644Z] [2020-12-30T00:48:41.644Z] Successfully built e501f09da4a6 [2020-12-30T00:48:41.644Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-12-30T00:48:41.645Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2020-12-30T00:48:42.245Z] Successfully built c417a98030d4 [2020-12-30T00:48:42.245Z] Successfully tagged docker-core-command-go-arm64:latest [2020-12-30T00:48:42.245Z] Removing intermediate container 438be6a18224 [2020-12-30T00:48:42.245Z] ---> 2f89d7c9d361 [2020-12-30T00:48:42.245Z] Step 19/21 : LABEL arch=arm64Building docker-core-data-go [2020-12-30T00:48:42.245Z] [2020-12-30T00:48:42.523Z]  Building docker-core-command-go ... done  ---> Running in df33ecdfb5c6 [2020-12-30T00:48:43.116Z] ---> 097af2fd5291 [2020-12-30T00:48:43.116Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-30T00:48:43.116Z] Removing intermediate container df33ecdfb5c6 [2020-12-30T00:48:43.116Z] ---> db966711e119 [2020-12-30T00:48:43.116Z] Step 20/21 : LABEL git_sha=372202ccc2bc0301cda9306acabb5938854e8e15 [2020-12-30T00:48:43.391Z] ---> Running in 855a3872dfb0 [2020-12-30T00:48:43.391Z] Removing intermediate container bb79d20facf9 [2020-12-30T00:48:43.391Z] ---> caae92562871 [2020-12-30T00:48:43.391Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-30T00:48:43.664Z] ---> Running in ce9fa4a130b0 [2020-12-30T00:48:43.950Z] Removing intermediate container 855a3872dfb0 [2020-12-30T00:48:43.950Z] ---> da49500cbafe [2020-12-30T00:48:43.950Z] Step 21/21 : LABEL version=0.0.0 [2020-12-30T00:48:43.950Z] ---> 276780c04fab [2020-12-30T00:48:43.950Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-30T00:48:43.950Z] ---> Running in e4cdc52e69e2 [2020-12-30T00:48:44.225Z] ---> Running in 171f2f766076 [2020-12-30T00:48:44.825Z] Removing intermediate container ce9fa4a130b0 [2020-12-30T00:48:44.825Z] ---> e9a6c97921e3 [2020-12-30T00:48:44.825Z] Step 22/24 : LABEL arch=arm64 [2020-12-30T00:48:45.429Z] Removing intermediate container e4cdc52e69e2 [2020-12-30T00:48:45.429Z] ---> 6d7ca416fc83 [2020-12-30T00:48:45.429Z] [2020-12-30T00:48:45.429Z] Removing intermediate container 171f2f766076 [2020-12-30T00:48:45.429Z] ---> f4b80c164274 [2020-12-30T00:48:45.429Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-30T00:48:46.044Z] Successfully built 6d7ca416fc83 [2020-12-30T00:48:47.044Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-12-30T00:48:47.044Z]  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go [2020-12-30T00:48:47.323Z] ---> Running in 465e50aaf5df [2020-12-30T00:48:47.929Z] ---> Running in a8bac7b76fd8 [2020-12-30T00:48:48.206Z] Removing intermediate container 465e50aaf5df [2020-12-30T00:48:48.206Z] ---> 01840ef849b4 [2020-12-30T00:48:48.206Z] Step 23/24 : LABEL git_sha=372202ccc2bc0301cda9306acabb5938854e8e15 [2020-12-30T00:48:48.484Z] ---> Running in f4654f6989ed [2020-12-30T00:48:48.765Z] Removing intermediate container a8bac7b76fd8 [2020-12-30T00:48:48.765Z] ---> f64bd5e4afa4 [2020-12-30T00:48:48.765Z] Step 20/22 : LABEL arch=arm64 [2020-12-30T00:48:49.045Z] ---> Running in aaa97804f6e4 [2020-12-30T00:48:49.045Z] Removing intermediate container f4654f6989ed [2020-12-30T00:48:49.045Z] ---> 8dc8df2b61e2 [2020-12-30T00:48:49.045Z] Step 24/24 : LABEL version=0.0.0 [2020-12-30T00:48:49.327Z] ---> Running in fd4eb3b62a6f [2020-12-30T00:48:49.607Z] Removing intermediate container aaa97804f6e4 [2020-12-30T00:48:49.607Z] ---> e75134997237 [2020-12-30T00:48:49.607Z] Step 21/22 : LABEL git_sha=372202ccc2bc0301cda9306acabb5938854e8e15 [2020-12-30T00:48:49.884Z] ---> Running in 1b92d913db46 [2020-12-30T00:48:49.885Z] Removing intermediate container fd4eb3b62a6f [2020-12-30T00:48:49.885Z] ---> 50f1ed66b2a7 [2020-12-30T00:48:49.885Z] [2020-12-30T00:48:50.496Z] Successfully built 50f1ed66b2a7 [2020-12-30T00:48:51.097Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-12-30T00:48:51.097Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrap-redis-go [2020-12-30T00:48:51.388Z] Removing intermediate container 1b92d913db46 [2020-12-30T00:48:51.388Z] ---> 5d01d8a5116e [2020-12-30T00:48:51.388Z] Step 22/22 : LABEL version=0.0.0 [2020-12-30T00:48:51.989Z] ---> Running in 481fde66d4a7 [2020-12-30T00:48:52.587Z] Removing intermediate container 481fde66d4a7 [2020-12-30T00:48:52.587Z] ---> d0cc9ec7475d [2020-12-30T00:48:52.867Z] [2020-12-30T00:48:53.139Z] Successfully built d0cc9ec7475d [2020-12-30T00:48:53.139Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-12-30T00:49:40.181Z]  Building docker-core-metadata-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2020-12-30T00:49:40.181Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:49:40.181Z] ---> 8d9771759785 [2020-12-30T00:49:40.181Z] Step 3/26 : WORKDIR /edgex-go [2020-12-30T00:49:40.181Z] ---> Using cache [2020-12-30T00:49:40.181Z] ---> 5fbc211d9eb7 [2020-12-30T00:49:40.181Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:49:40.181Z] ---> Using cache [2020-12-30T00:49:40.181Z] ---> 2b3fe06d4769 [2020-12-30T00:49:40.181Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2020-12-30T00:49:40.181Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2020-12-30T00:49:40.181Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:49:40.181Z] ---> 8d9771759785 [2020-12-30T00:49:40.181Z] Step 3/23 : WORKDIR /edgex-go [2020-12-30T00:49:40.181Z] ---> Using cache [2020-12-30T00:49:40.181Z] ---> 5fbc211d9eb7 [2020-12-30T00:49:40.181Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:49:40.181Z] ---> Using cache [2020-12-30T00:49:40.181Z] ---> 2b3fe06d4769 [2020-12-30T00:49:40.181Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-30T00:49:40.181Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2020-12-30T00:49:40.181Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:49:40.181Z] ---> 8d9771759785 [2020-12-30T00:49:40.181Z] Step 3/24 : WORKDIR /edgex-go [2020-12-30T00:49:40.181Z] ---> Using cache [2020-12-30T00:49:40.181Z] ---> 5fbc211d9eb7 [2020-12-30T00:49:40.181Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:49:40.181Z] ---> Using cache [2020-12-30T00:49:40.181Z] ---> 2b3fe06d4769 [2020-12-30T00:49:40.181Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2020-12-30T00:49:40.181Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2020-12-30T00:49:40.181Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:49:40.181Z] ---> 8d9771759785 [2020-12-30T00:49:40.181Z] Step 3/22 : WORKDIR /edgex-go [2020-12-30T00:49:40.181Z] ---> Using cache [2020-12-30T00:49:40.181Z] ---> 5fbc211d9eb7 [2020-12-30T00:49:40.181Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:49:40.181Z] ---> Using cache [2020-12-30T00:49:40.181Z] ---> 2b3fe06d4769 [2020-12-30T00:49:40.181Z] Step 5/22 : RUN apk add --update --no-cache make git [2020-12-30T00:49:40.181Z] ---> Using cache [2020-12-30T00:49:40.181Z] ---> 3e00cbd228f6 [2020-12-30T00:49:40.181Z] Step 6/22 : COPY go.mod . [2020-12-30T00:49:40.181Z] ---> Using cache [2020-12-30T00:49:40.181Z] ---> 32c6ab790661 [2020-12-30T00:49:40.181Z] Step 7/22 : RUN go mod download [2020-12-30T00:49:40.181Z] ---> Using cache [2020-12-30T00:49:40.181Z] ---> 02faca10745c [2020-12-30T00:49:40.181Z] Step 8/22 : COPY . . [2020-12-30T00:49:40.181Z] ---> Using cache [2020-12-30T00:49:40.181Z] ---> f0b606630164 [2020-12-30T00:49:40.181Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-30T00:49:40.181Z] ---> Running in 8198ffdfeeb4 [2020-12-30T00:49:40.181Z] ---> Running in a6145ad1fc35 [2020-12-30T00:49:40.181Z] ---> Running in 4c2fa2a0ef18 [2020-12-30T00:49:40.181Z] ---> Running in 8239cc028bff [2020-12-30T00:49:40.455Z] 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 [2020-12-30T00:49:40.455Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T00:49:41.056Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T00:49:41.056Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T00:49:41.333Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T00:49:41.619Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T00:49:41.619Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T00:49:42.606Z] OK: 217 MiB in 51 packages [2020-12-30T00:49:42.883Z] OK: 217 MiB in 51 packages [2020-12-30T00:49:42.883Z] OK: 217 MiB in 51 packages [2020-12-30T00:49:44.880Z] Removing intermediate container a6145ad1fc35 [2020-12-30T00:49:44.880Z] ---> 49903386b20a [2020-12-30T00:49:44.880Z] Step 6/23 : COPY go.mod . [2020-12-30T00:49:45.485Z] Removing intermediate container 8239cc028bff [2020-12-30T00:49:45.486Z] ---> 2de8493a33e5 [2020-12-30T00:49:45.486Z] Step 6/26 : COPY go.mod . [2020-12-30T00:49:45.486Z] Removing intermediate container 8198ffdfeeb4 [2020-12-30T00:49:45.486Z] ---> 08273b08724e [2020-12-30T00:49:45.486Z] Step 6/24 : COPY go.mod . [2020-12-30T00:49:46.475Z] ---> b8c9f8896e99 [2020-12-30T00:49:46.475Z] Step 7/23 : RUN go mod download [2020-12-30T00:49:46.753Z] ---> Running in 0e434ca14238 [2020-12-30T00:49:47.028Z] ---> 04cfea496901 [2020-12-30T00:49:47.028Z] Step 7/26 : RUN go mod download [2020-12-30T00:49:47.028Z] ---> 8de373cd3e99 [2020-12-30T00:49:47.028Z] Step 7/24 : RUN go mod download [2020-12-30T00:49:47.304Z] ---> Running in 3399f7f5e47b [2020-12-30T00:49:47.304Z] ---> Running in 56377e952cb8 [2020-12-30T00:49:52.724Z] Removing intermediate container 0e434ca14238 [2020-12-30T00:49:52.724Z] ---> 88999af8e1e8 [2020-12-30T00:49:52.724Z] Step 8/23 : COPY . . [2020-12-30T00:49:52.724Z] Removing intermediate container 3399f7f5e47b [2020-12-30T00:49:52.724Z] ---> 2a8c92cfed7a [2020-12-30T00:49:52.724Z] Step 8/24 : COPY . . [2020-12-30T00:49:53.318Z] Removing intermediate container 56377e952cb8 [2020-12-30T00:49:53.318Z] ---> 35db9f2a3514 [2020-12-30T00:49:53.318Z] Step 8/26 : COPY . . [2020-12-30T00:50:32.666Z] ---> d05fe7c969e9 [2020-12-30T00:50:32.666Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-30T00:50:32.666Z] ---> 4cb8f9c03ffa [2020-12-30T00:50:32.666Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-30T00:50:32.666Z] ---> feb826cc6e72 [2020-12-30T00:50:32.666Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-30T00:50:32.666Z] ---> Running in a7e0bd8c92c8 [2020-12-30T00:50:32.666Z] ---> Running in 70def2b63737 [2020-12-30T00:50:32.666Z] ---> Running in 6df32a7d8a6a [2020-12-30T00:50:32.666Z] Removing intermediate container 4c2fa2a0ef18 [2020-12-30T00:50:32.666Z] ---> 9e358d8d3a9e [2020-12-30T00:50:32.666Z] [2020-12-30T00:50:32.666Z] Step 10/22 : FROM alpine:3.12 [2020-12-30T00:50:32.667Z] ---> afeebe901d6b [2020-12-30T00:50:32.667Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2020-12-30T00:50:32.667Z] ---> Using cache [2020-12-30T00:50:32.667Z] ---> 45a6e9a3a099 [2020-12-30T00:50:32.667Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-30T00:50:32.667Z] ---> Running in 284a4eabbdd2 [2020-12-30T00:50:32.667Z] 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 [2020-12-30T00:50:32.667Z] 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 [2020-12-30T00:50:32.667Z] Removing intermediate container 284a4eabbdd2 [2020-12-30T00:50:32.667Z] ---> 07b1c5e787fd [2020-12-30T00:50:32.667Z] Step 13/22 : WORKDIR / [2020-12-30T00:50:32.667Z] 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 [2020-12-30T00:50:32.667Z] ---> Running in 48f3ec55e19d [2020-12-30T00:50:32.667Z] Removing intermediate container 48f3ec55e19d [2020-12-30T00:50:32.667Z] ---> 450626e0e11f [2020-12-30T00:50:32.667Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-30T00:50:33.653Z] ---> 2606449af6b1 [2020-12-30T00:50:33.653Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-30T00:50:35.661Z] ---> f97ad5e3d295 [2020-12-30T00:50:35.661Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-30T00:50:37.129Z] ---> c74560eb2d6c [2020-12-30T00:50:37.129Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-30T00:50:38.575Z] ---> d765aa3bda75 [2020-12-30T00:50:38.575Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-30T00:50:38.575Z] ---> Running in b587cce0badc [2020-12-30T00:50:42.919Z] Removing intermediate container b587cce0badc [2020-12-30T00:50:42.919Z] ---> 05cfd85f9603 [2020-12-30T00:50:42.919Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-30T00:50:42.919Z] ---> Running in 9b82f73855e1 [2020-12-30T00:50:43.197Z] Removing intermediate container 9b82f73855e1 [2020-12-30T00:50:43.197Z] ---> 0f5c64b3eb97 [2020-12-30T00:50:43.197Z] Step 20/22 : LABEL arch=arm64 [2020-12-30T00:50:43.472Z] ---> Running in 5fc8d1bb20ea [2020-12-30T00:50:44.082Z] Removing intermediate container 5fc8d1bb20ea [2020-12-30T00:50:44.082Z] ---> f40ccb1d384f [2020-12-30T00:50:44.082Z] Step 21/22 : LABEL git_sha=372202ccc2bc0301cda9306acabb5938854e8e15 [2020-12-30T00:50:44.359Z] ---> Running in b62d322d5be7 [2020-12-30T00:50:44.969Z] Removing intermediate container b62d322d5be7 [2020-12-30T00:50:44.969Z] ---> 4b7a0e16051c [2020-12-30T00:50:44.969Z] Step 22/22 : LABEL version=0.0.0 [2020-12-30T00:50:45.254Z] ---> Running in 62e98c4ff5ad [2020-12-30T00:50:45.865Z] Removing intermediate container 62e98c4ff5ad [2020-12-30T00:50:45.865Z] ---> fcdf9153ac35 [2020-12-30T00:50:45.865Z] [2020-12-30T00:50:46.470Z] Successfully built fcdf9153ac35 [2020-12-30T00:50:46.470Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-12-30T00:51:54.576Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container a7e0bd8c92c8 [2020-12-30T00:51:54.576Z] ---> 618c14c03c39 [2020-12-30T00:51:54.576Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-30T00:51:54.576Z] Removing intermediate container 70def2b63737 [2020-12-30T00:51:54.576Z] ---> 4dc2d897e8ec [2020-12-30T00:51:54.576Z] [2020-12-30T00:51:54.576Z] Step 10/24 : FROM scratch [2020-12-30T00:51:54.576Z] ---> [2020-12-30T00:51:54.576Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-30T00:51:54.576Z] ---> Running in d3394ed3fe7b [2020-12-30T00:51:54.576Z] ---> Running in f9e45bdc28d3 [2020-12-30T00:51:54.576Z] Removing intermediate container f9e45bdc28d3 [2020-12-30T00:51:54.576Z] ---> 84badcae6fe9 [2020-12-30T00:51:54.576Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-30T00:51:54.576Z] ---> Running in ee2a3af20ecb [2020-12-30T00:51:54.576Z] Removing intermediate container ee2a3af20ecb [2020-12-30T00:51:54.576Z] ---> 902afae2f3a7 [2020-12-30T00:51:54.576Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-30T00:51:54.576Z] 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 [2020-12-30T00:51:54.576Z] ---> Running in a61f63b8f7be [2020-12-30T00:51:54.576Z] Removing intermediate container a61f63b8f7be [2020-12-30T00:51:54.576Z] ---> 00fc3e07bfcb [2020-12-30T00:51:54.576Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-30T00:51:54.576Z] ---> 60a1c326b6d5 [2020-12-30T00:51:54.576Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-30T00:51:55.173Z] ---> 2b4f6f02e90b [2020-12-30T00:51:55.173Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-30T00:51:55.447Z] Removing intermediate container d3394ed3fe7b [2020-12-30T00:51:55.447Z] ---> 4a7fedb2bd86 [2020-12-30T00:51:55.447Z] [2020-12-30T00:51:55.447Z] Step 11/26 : FROM docker:20.10.0 [2020-12-30T00:51:55.447Z] 20.10.0: Pulling from library/docker [2020-12-30T00:51:57.471Z] ---> 69607276570c [2020-12-30T00:51:57.471Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-30T00:51:59.467Z] ---> a58324978b01 [2020-12-30T00:51:59.467Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-30T00:52:01.443Z] ---> 918bfde79d36 [2020-12-30T00:52:01.443Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-30T00:52:03.418Z] ---> 55a693caa011 [2020-12-30T00:52:03.418Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-30T00:52:03.695Z] ---> Running in c3bf34c3820d [2020-12-30T00:52:05.145Z] Removing intermediate container c3bf34c3820d [2020-12-30T00:52:05.145Z] ---> 16a87de47773 [2020-12-30T00:52:05.145Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-30T00:52:05.747Z] ---> Running in 89aba08373ca [2020-12-30T00:52:06.738Z] Removing intermediate container 89aba08373ca [2020-12-30T00:52:06.738Z] ---> 1443ddb421d9 [2020-12-30T00:52:06.738Z] Step 22/24 : LABEL arch=arm64 [2020-12-30T00:52:07.012Z] ---> Running in 6010d2b79822 [2020-12-30T00:52:07.012Z] Removing intermediate container 6df32a7d8a6a [2020-12-30T00:52:07.012Z] ---> 58331e8db015 [2020-12-30T00:52:07.012Z] [2020-12-30T00:52:07.012Z] Step 10/23 : FROM alpine:3.12 [2020-12-30T00:52:07.012Z] ---> afeebe901d6b [2020-12-30T00:52:07.012Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-30T00:52:07.288Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2020-12-30T00:52:07.288Z] Status: Downloaded newer image for docker:20.10.0 [2020-12-30T00:52:07.288Z] ---> eeaf43b92773 [2020-12-30T00:52:07.288Z] Step 12/26 : RUN apk add --no-cache bash [2020-12-30T00:52:07.288Z] ---> Running in be3028c30e86 [2020-12-30T00:52:07.288Z] ---> Running in 6f090b4af386 [2020-12-30T00:52:07.578Z] Removing intermediate container 6010d2b79822 [2020-12-30T00:52:07.578Z] ---> bbc4e767dd06 [2020-12-30T00:52:07.578Z] Step 23/24 : LABEL git_sha=372202ccc2bc0301cda9306acabb5938854e8e15 [2020-12-30T00:52:07.852Z] ---> Running in 2cdf2e89836c [2020-12-30T00:52:07.852Z] Removing intermediate container be3028c30e86 [2020-12-30T00:52:07.852Z] ---> 47f060c8399b [2020-12-30T00:52:07.852Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-30T00:52:08.126Z] ---> Running in 07181c2dffcc [2020-12-30T00:52:08.399Z] Removing intermediate container 2cdf2e89836c [2020-12-30T00:52:08.399Z] ---> 5c57e610d0fe [2020-12-30T00:52:08.399Z] Step 24/24 : LABEL version=0.0.0 [2020-12-30T00:52:08.674Z] ---> Running in b3eaa1e3b940 [2020-12-30T00:52:08.674Z] Removing intermediate container 07181c2dffcc [2020-12-30T00:52:08.674Z] ---> e5d0bc5c59e3 [2020-12-30T00:52:08.674Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-30T00:52:08.950Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T00:52:08.950Z] ---> Running in 9b3104bba907 [2020-12-30T00:52:08.950Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T00:52:09.223Z] Removing intermediate container b3eaa1e3b940 [2020-12-30T00:52:09.223Z] ---> 93c7fa1caf79 [2020-12-30T00:52:09.223Z] [2020-12-30T00:52:09.834Z] Successfully built 93c7fa1caf79 [2020-12-30T00:52:09.834Z] (1/2) Installing readline (8.0.4-r0) [2020-12-30T00:52:09.834Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-12-30T00:52:09.834Z] Removing intermediate container 9b3104bba907 [2020-12-30T00:52:09.834Z] ---> 3f7256be5c31 [2020-12-30T00:52:09.834Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:52:09.834Z] (2/2) Installing bash (5.0.17-r0) [2020-12-30T00:52:09.834Z]  Building docker-support-notifications-go ... done Executing bash-5.0.17-r0.post-install [2020-12-30T00:52:09.834Z] Executing busybox-1.31.1-r19.trigger [2020-12-30T00:52:09.834Z] OK: 12 MiB in 22 packages [2020-12-30T00:52:09.834Z] ---> Running in f89dead83098 [2020-12-30T00:52:11.291Z] Removing intermediate container 6f090b4af386 [2020-12-30T00:52:11.291Z] ---> 47c39ada6bac [2020-12-30T00:52:11.291Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-30T00:52:11.560Z] ---> Running in c1d87864ef53 [2020-12-30T00:52:11.832Z] Removing intermediate container c1d87864ef53 [2020-12-30T00:52:11.832Z] ---> 31fb928a0547 [2020-12-30T00:52:11.832Z] Step 14/26 : ENV APP_PORT=48090 [2020-12-30T00:52:12.125Z] ---> Running in dd91205a6463 [2020-12-30T00:52:12.125Z] Removing intermediate container f89dead83098 [2020-12-30T00:52:12.125Z] ---> cf243bc7c385 [2020-12-30T00:52:12.125Z] Step 15/23 : RUN apk add --no-cache zeromq [2020-12-30T00:52:12.394Z] ---> Running in 774c7f5fcaba [2020-12-30T00:52:12.665Z] Removing intermediate container dd91205a6463 [2020-12-30T00:52:12.665Z] ---> f135913617d1 [2020-12-30T00:52:12.665Z] Step 15/26 : EXPOSE $APP_PORT [2020-12-30T00:52:12.665Z] ---> Running in f44b0e8a5419 [2020-12-30T00:52:13.257Z] Removing intermediate container f44b0e8a5419 [2020-12-30T00:52:13.257Z] ---> 4dc9d5ec7ec0 [2020-12-30T00:52:13.257Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-30T00:52:13.528Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T00:52:14.502Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T00:52:14.502Z] ---> 2f1f1e875c4f [2020-12-30T00:52:14.502Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-30T00:52:15.097Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-30T00:52:15.097Z] ---> b128e4672757 [2020-12-30T00:52:15.097Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-30T00:52:15.097Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-30T00:52:15.369Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-30T00:52:15.647Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-30T00:52:15.647Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-30T00:52:15.647Z] Executing busybox-1.31.1-r19.trigger [2020-12-30T00:52:15.647Z] OK: 8 MiB in 19 packages [2020-12-30T00:52:15.920Z] ---> a76a56171ec7 [2020-12-30T00:52:15.920Z] Step 19/26 : RUN apk --no-cache add py3-pip [2020-12-30T00:52:16.192Z] ---> Running in 9422c5aae1df [2020-12-30T00:52:17.168Z] Removing intermediate container 774c7f5fcaba [2020-12-30T00:52:17.168Z] ---> 6e11d2d47d84 [2020-12-30T00:52:17.168Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-30T00:52:17.771Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T00:52:17.771Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T00:52:18.043Z] ---> 9f51c44b8222 [2020-12-30T00:52:18.043Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-30T00:52:18.314Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-30T00:52:18.314Z] (2/33) Installing expat (2.2.9-r1) [2020-12-30T00:52:18.314Z] (3/33) Installing libffi (3.3-r2) [2020-12-30T00:52:18.314Z] (4/33) Installing gdbm (1.13-r1) [2020-12-30T00:52:18.314Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-30T00:52:18.314Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-30T00:52:18.314Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-30T00:52:20.293Z] ---> 95339f81cdab [2020-12-30T00:52:20.293Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-30T00:52:20.565Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-30T00:52:20.565Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-30T00:52:20.565Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-30T00:52:20.565Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-30T00:52:20.565Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-30T00:52:20.565Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-30T00:52:20.565Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-30T00:52:20.565Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-30T00:52:20.835Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-30T00:52:20.835Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-30T00:52:20.835Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-30T00:52:20.835Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-30T00:52:20.835Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-30T00:52:20.835Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-30T00:52:20.835Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-30T00:52:20.835Z] ---> 04dfa4cd2ebf [2020-12-30T00:52:20.835Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-30T00:52:20.835Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-30T00:52:20.835Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-30T00:52:21.106Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-30T00:52:21.106Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-30T00:52:21.106Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-30T00:52:21.106Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-30T00:52:21.106Z] ---> Running in 6e89ec346cff [2020-12-30T00:52:21.106Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-30T00:52:21.106Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-30T00:52:21.106Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-30T00:52:21.106Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-30T00:52:21.106Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-30T00:52:21.377Z] Executing busybox-1.31.1-r19.trigger [2020-12-30T00:52:21.377Z] OK: 71 MiB in 55 packages [2020-12-30T00:52:21.973Z] Removing intermediate container 6e89ec346cff [2020-12-30T00:52:21.973Z] ---> 5470bdd0c1ae [2020-12-30T00:52:21.973Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-30T00:52:22.242Z] ---> Running in d26fd4a28fb4 [2020-12-30T00:52:22.835Z] Removing intermediate container d26fd4a28fb4 [2020-12-30T00:52:22.835Z] ---> fc0337847102 [2020-12-30T00:52:22.835Z] Step 21/23 : LABEL arch=arm64 [2020-12-30T00:52:23.109Z] ---> Running in d3abaf794a45 [2020-12-30T00:52:23.701Z] Removing intermediate container d3abaf794a45 [2020-12-30T00:52:23.701Z] ---> b4248b187053 [2020-12-30T00:52:23.701Z] Step 22/23 : LABEL git_sha=372202ccc2bc0301cda9306acabb5938854e8e15 [2020-12-30T00:52:23.972Z] ---> Running in 47cac7283cf4 [2020-12-30T00:52:24.562Z] Removing intermediate container 47cac7283cf4 [2020-12-30T00:52:24.562Z] ---> 3bfbf338bc2a [2020-12-30T00:52:24.562Z] Step 23/23 : LABEL version=0.0.0 [2020-12-30T00:52:24.832Z] ---> Running in c6097a69d0ef [2020-12-30T00:52:25.446Z] Removing intermediate container c6097a69d0ef [2020-12-30T00:52:25.446Z] ---> 0c6c2625c038 [2020-12-30T00:52:25.446Z] [2020-12-30T00:52:25.721Z] Successfully built 0c6c2625c038 [2020-12-30T00:52:25.721Z] Successfully tagged docker-core-data-go-arm64:latest [2020-12-30T00:52:27.701Z]  Building docker-core-data-go ... done Removing intermediate container 9422c5aae1df [2020-12-30T00:52:27.701Z] ---> be9404c068a1 [2020-12-30T00:52:27.701Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2020-12-30T00:52:27.701Z] ---> Running in 07b83e846823 [2020-12-30T00:52:34.399Z] Collecting docker-compose==1.23.2 [2020-12-30T00:52:34.399Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-30T00:52:34.399Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-30T00:52:34.671Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-30T00:52:35.647Z] Collecting docker<4.0,>=3.6.0 [2020-12-30T00:52:35.647Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-30T00:52:37.616Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-30T00:52:37.616Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-30T00:52:38.213Z] Collecting cached-property<2,>=1.2.0 [2020-12-30T00:52:38.213Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-30T00:52:38.213Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-30T00:52:38.485Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-30T00:52:38.485Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-30T00:52:41.884Z] Collecting PyYAML<4,>=3.10 [2020-12-30T00:52:41.884Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-30T00:52:46.164Z] Collecting jsonschema<3,>=2.5.1 [2020-12-30T00:52:46.164Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-30T00:52:46.164Z] Collecting docopt<0.7,>=0.6.1 [2020-12-30T00:52:46.164Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-30T00:52:48.126Z] Collecting texttable<0.10,>=0.9.0 [2020-12-30T00:52:48.126Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-30T00:52:50.086Z] Collecting docker-pycreds>=0.4.0 [2020-12-30T00:52:50.086Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-30T00:52:50.355Z] 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) [2020-12-30T00:52:50.625Z] Collecting idna<2.8,>=2.5 [2020-12-30T00:52:50.625Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-30T00:52:50.625Z] 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) [2020-12-30T00:52:51.217Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-30T00:52:51.217Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-30T00:52:51.488Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-30T00:52:51.488Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-30T00:52:51.488Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-30T00:52:51.488Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-30T00:52:52.463Z] Installing collected packages: websocket-client, idna, urllib3, requests, docker-pycreds, docker, cached-property, dockerpty, PyYAML, jsonschema, docopt, texttable, docker-compose [2020-12-30T00:52:52.733Z] Attempting uninstall: idna [2020-12-30T00:52:52.733Z] Found existing installation: idna 2.9 [2020-12-30T00:52:52.733Z] Uninstalling idna-2.9: [2020-12-30T00:52:53.004Z] Successfully uninstalled idna-2.9 [2020-12-30T00:52:53.593Z] Attempting uninstall: urllib3 [2020-12-30T00:52:53.593Z] Found existing installation: urllib3 1.25.9 [2020-12-30T00:52:53.593Z] Uninstalling urllib3-1.25.9: [2020-12-30T00:52:53.864Z] Successfully uninstalled urllib3-1.25.9 [2020-12-30T00:52:54.456Z] Attempting uninstall: requests [2020-12-30T00:52:54.456Z] Found existing installation: requests 2.23.0 [2020-12-30T00:52:54.456Z] Uninstalling requests-2.23.0: [2020-12-30T00:52:54.456Z] Successfully uninstalled requests-2.23.0 [2020-12-30T00:52:55.878Z] Running setup.py install for dockerpty: started [2020-12-30T00:52:57.837Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-30T00:52:57.837Z] Running setup.py install for PyYAML: started [2020-12-30T00:53:00.438Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-30T00:53:00.438Z] Running setup.py install for docopt: started [2020-12-30T00:53:03.045Z] Running setup.py install for docopt: finished with status 'done' [2020-12-30T00:53:03.045Z] Running setup.py install for texttable: started [2020-12-30T00:53:05.006Z] Running setup.py install for texttable: finished with status 'done' [2020-12-30T00:53:05.977Z] 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 [2020-12-30T00:53:10.271Z] Removing intermediate container 07b83e846823 [2020-12-30T00:53:10.271Z] ---> 7d8b68a48558 [2020-12-30T00:53:10.271Z] Step 21/26 : RUN apk --no-cache add curl [2020-12-30T00:53:10.271Z] ---> Running in 1898f760b698 [2020-12-30T00:53:11.244Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T00:53:11.244Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T00:53:11.834Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-30T00:53:11.834Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-30T00:53:11.834Z] (3/3) Installing curl (7.69.1-r3) [2020-12-30T00:53:11.834Z] Executing busybox-1.31.1-r19.trigger [2020-12-30T00:53:12.104Z] OK: 71 MiB in 58 packages [2020-12-30T00:53:13.077Z] Removing intermediate container 1898f760b698 [2020-12-30T00:53:13.077Z] ---> 83fd783f8f5f [2020-12-30T00:53:13.077Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-30T00:53:13.348Z] ---> Running in 071a7b23bbe3 [2020-12-30T00:53:13.620Z] Removing intermediate container 071a7b23bbe3 [2020-12-30T00:53:13.620Z] ---> f5b7ec82a622 [2020-12-30T00:53:13.620Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-30T00:53:13.894Z] ---> Running in c127282d6d46 [2020-12-30T00:53:14.181Z] Removing intermediate container c127282d6d46 [2020-12-30T00:53:14.181Z] ---> 5f5a06e37f16 [2020-12-30T00:53:14.181Z] Step 24/26 : LABEL arch=arm64 [2020-12-30T00:53:14.450Z] ---> Running in 58bf0ec58e25 [2020-12-30T00:53:14.719Z] Removing intermediate container 58bf0ec58e25 [2020-12-30T00:53:14.719Z] ---> 7b832fa9b783 [2020-12-30T00:53:14.719Z] Step 25/26 : LABEL git_sha=372202ccc2bc0301cda9306acabb5938854e8e15 [2020-12-30T00:53:14.990Z] ---> Running in 8868016da1a7 [2020-12-30T00:53:15.261Z] Removing intermediate container 8868016da1a7 [2020-12-30T00:53:15.261Z] ---> 652313d5d1a4 [2020-12-30T00:53:15.261Z] Step 26/26 : LABEL version=0.0.0 [2020-12-30T00:53:15.533Z] ---> Running in 02fdb5988168 [2020-12-30T00:53:15.801Z] Removing intermediate container 02fdb5988168 [2020-12-30T00:53:15.801Z] ---> 72c05862d08d [2020-12-30T00:53:15.801Z] [2020-12-30T00:53:16.398Z] Successfully built 72c05862d08d [2020-12-30T00:53:16.398Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-12-30T00:53:16.685Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-12-30T00:53:16.712Z] $ docker stop --time=1 3f42c31ace02c0b1ec7f695dfe9dbb52ca053f511d92ef41056cd91f61e10a14 [2020-12-30T00:53:18.610Z] $ docker rm -f 3f42c31ace02c0b1ec7f695dfe9dbb52ca053f511d92ef41056cd91f61e10a14 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-30T00:53:19.289Z] + + docker images [2020-12-30T00:53:19.289Z] grep docker [2020-12-30T00:53:19.560Z] docker-sys-mgmt-agent-go-arm64 latest 72c05862d08d 4 seconds ago 300MB [2020-12-30T00:53:19.560Z] docker-core-data-go-arm64 latest 0c6c2625c038 55 seconds ago 20.9MB [2020-12-30T00:53:19.560Z] docker-support-notifications-go-arm64 latest 93c7fa1caf79 About a minute ago 11.4MB [2020-12-30T00:53:19.560Z] docker-security-bootstrap-redis-go-arm64 latest fcdf9153ac35 2 minutes ago 15.1MB [2020-12-30T00:53:19.560Z] docker-core-metadata-go-arm64 latest d0cc9ec7475d 4 minutes ago 12.2MB [2020-12-30T00:53:19.560Z] docker-security-secretstore-setup-go-arm64 latest 50f1ed66b2a7 4 minutes ago 23.4MB [2020-12-30T00:53:19.560Z] docker-security-proxy-setup-go-arm64 latest 6d7ca416fc83 4 minutes ago 23.3MB [2020-12-30T00:53:19.560Z] docker-core-command-go-arm64 latest c417a98030d4 4 minutes ago 9.98MB [2020-12-30T00:53:19.560Z] docker-support-scheduler-go-arm64 latest e501f09da4a6 4 minutes ago 10MB [2020-12-30T00:53:19.560Z] docker 20.10.0 eeaf43b92773 2 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 [2020-12-30T00:53:21.498Z] provisioning config files... [2020-12-30T00:53:21.511Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/5@tmp/config7827726979719405272tmp [Pipeline] { [Pipeline] sh [2020-12-30T00:53:21.911Z] + set +x [2020-12-30T00:53:21.911Z] + curl -s https://codecov.io/bash [2020-12-30T00:53:21.911Z] + bash -s -- [2020-12-30T00:53:22.173Z] [2020-12-30T00:53:22.173Z] _____ _ [2020-12-30T00:53:22.173Z] / ____| | | [2020-12-30T00:53:22.173Z] | | ___ __| | ___ ___ _____ __ [2020-12-30T00:53:22.173Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-30T00:53:22.173Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-30T00:53:22.173Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-30T00:53:22.173Z] Bash-20201223-5ad85e3 [2020-12-30T00:53:22.173Z] [2020-12-30T00:53:22.173Z] [2020-12-30T00:53:22.173Z] ==> git version 2.24.3 found [2020-12-30T00:53:22.173Z] ==> 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 [2020-12-30T00:53:22.173Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2020-12-30T00:53:22.173Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2020-12-30T00:53:22.173Z] ==> Jenkins CI detected. [2020-12-30T00:53:22.436Z] project root: . [2020-12-30T00:53:22.436Z] --> token set from env [2020-12-30T00:53:22.436Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-30T00:53:22.436Z] ==> Running gcov in . (disable via -X gcov) [2020-12-30T00:53:22.436Z] ==> Python coveragepy not found [2020-12-30T00:53:22.436Z] ==> Searching for coverage reports in: [2020-12-30T00:53:22.436Z] + . [2020-12-30T00:53:22.436Z] -> Found 1 reports [2020-12-30T00:53:22.436Z] ==> Detecting git/mercurial file structure [2020-12-30T00:53:22.436Z] ==> Reading reports [2020-12-30T00:53:22.436Z] + ./coverage.out bytes=537189 [2020-12-30T00:53:22.699Z] ==> Appending adjustments [2020-12-30T00:53:22.699Z] https://docs.codecov.io/docs/fixing-reports [2020-12-30T00:53:26.010Z] + Found adjustments [2020-12-30T00:53:26.010Z] ==> Gzipping contents [2020-12-30T00:53:26.010Z] 80K /tmp/codecov.UEKc7i.gz [2020-12-30T00:53:26.010Z] ==> Uploading reports [2020-12-30T00:53:26.010Z] url: https://codecov.io [2020-12-30T00:53:26.010Z] query: branch=PR-2960&commit=372202ccc2bc0301cda9306acabb5938854e8e15&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2960%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2960&job=&cmd_args= [2020-12-30T00:53:26.010Z] -> Pinging Codecov [2020-12-30T00:53:26.010Z] https://codecov.io/upload/v4?package=bash-20201223-5ad85e3&token=secret&branch=PR-2960&commit=372202ccc2bc0301cda9306acabb5938854e8e15&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2960%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2960&job=&cmd_args= [2020-12-30T00:53:26.010Z] -> Uploading to [2020-12-30T00:53:26.010Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-30/00271124DB129430A58F1EEE437C3FCB/372202ccc2bc0301cda9306acabb5938854e8e15/42da825d-aabb-4dbe-95c7-3a2ae5bcc8d3.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201230%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201230T005325Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=eae06c30aec412f49051925e00d208cedce464f74f2a23a26df2f52f112872a9 [2020-12-30T00:53:26.010Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-30T00:53:26.010Z] Dload Upload Total Spent Left Speed [2020-12-30T00:53:26.582Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 81765 0 0 100 81765 0 167k --:--:-- --:--:-- --:--:-- 167k 100 81765 0 0 100 81765 0 167k --:--:-- --:--:-- --:--:-- 167k [2020-12-30T00:53:26.582Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/372202ccc2bc0301cda9306acabb5938854e8e15 [Pipeline] } [2020-12-30T00:53:26.592Z] 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 [2020-12-30T00:53:28.589Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-30T00:53:29.530Z] ---> package-listing.sh [2020-12-30T00:53:29.530Z] ++ facter osfamily [2020-12-30T00:53:29.530Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-30T00:53:29.530Z] + OS_FAMILY=redhat [2020-12-30T00:53:29.530Z] + workspace=/w/workspace/edgex-go/5 [2020-12-30T00:53:29.530Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-30T00:53:29.530Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-30T00:53:29.530Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-30T00:53:29.530Z] + PACKAGES=/tmp/packages_start.txt [2020-12-30T00:53:29.530Z] + '[' /w/workspace/edgex-go/5 ']' [2020-12-30T00:53:29.530Z] + PACKAGES=/tmp/packages_end.txt [2020-12-30T00:53:29.530Z] + case "${OS_FAMILY}" in [2020-12-30T00:53:29.530Z] + rpm -qa [2020-12-30T00:53:29.530Z] + sort [2020-12-30T00:53:34.847Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-30T00:53:34.847Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-30T00:53:34.847Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-30T00:53:34.847Z] + '[' /w/workspace/edgex-go/5 ']' [2020-12-30T00:53:34.847Z] + mkdir -p /w/workspace/edgex-go/5/archives/ [2020-12-30T00:53:34.847Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo [2020-12-30T00:53:34.861Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-30T00:53:35.157Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-30T00:53:35.482Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-30T00:53:35.482Z] [2020-12-30T00:53:35.482Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-30T00:53:36.102Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-30T00:53:36.102Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-30T00:53:36.102Z] df20fa9351a1: Pulling fs layer [2020-12-30T00:53:36.102Z] 36b3adc4ff6f: Pulling fs layer [2020-12-30T00:53:36.102Z] 8ad3a11d3b57: Pulling fs layer [2020-12-30T00:53:36.102Z] 46f8f816bc3b: Pulling fs layer [2020-12-30T00:53:36.102Z] 93b61091891f: Pulling fs layer [2020-12-30T00:53:36.102Z] 93b9cdb0e59b: Pulling fs layer [2020-12-30T00:53:36.102Z] 5e14af77c1be: Pulling fs layer [2020-12-30T00:53:36.102Z] 01666e4c0597: Pulling fs layer [2020-12-30T00:53:36.102Z] aa168da1d23b: Pulling fs layer [2020-12-30T00:53:36.102Z] 46f8f816bc3b: Waiting [2020-12-30T00:53:36.102Z] 93b61091891f: Waiting [2020-12-30T00:53:36.102Z] 93b9cdb0e59b: Waiting [2020-12-30T00:53:36.102Z] 5e14af77c1be: Waiting [2020-12-30T00:53:36.102Z] aa168da1d23b: Waiting [2020-12-30T00:53:36.102Z] 36b3adc4ff6f: Download complete [2020-12-30T00:53:36.102Z] 46f8f816bc3b: Verifying Checksum [2020-12-30T00:53:36.102Z] 46f8f816bc3b: Download complete [2020-12-30T00:53:36.365Z] df20fa9351a1: Verifying Checksum [2020-12-30T00:53:36.365Z] df20fa9351a1: Download complete [2020-12-30T00:53:36.365Z] 93b9cdb0e59b: Verifying Checksum [2020-12-30T00:53:36.365Z] 93b9cdb0e59b: Download complete [2020-12-30T00:53:36.365Z] 93b61091891f: Download complete [2020-12-30T00:53:36.365Z] 5e14af77c1be: Verifying Checksum [2020-12-30T00:53:36.365Z] 5e14af77c1be: Download complete [2020-12-30T00:53:36.365Z] 01666e4c0597: Verifying Checksum [2020-12-30T00:53:36.365Z] 01666e4c0597: Download complete [2020-12-30T00:53:36.365Z] 8ad3a11d3b57: Verifying Checksum [2020-12-30T00:53:36.365Z] 8ad3a11d3b57: Download complete [2020-12-30T00:53:36.628Z] df20fa9351a1: Pull complete [2020-12-30T00:53:36.890Z] 36b3adc4ff6f: Pull complete [2020-12-30T00:53:37.854Z] 8ad3a11d3b57: Pull complete [2020-12-30T00:53:37.854Z] 46f8f816bc3b: Pull complete [2020-12-30T00:53:38.816Z] aa168da1d23b: Verifying Checksum [2020-12-30T00:53:38.816Z] aa168da1d23b: Download complete [2020-12-30T00:53:40.206Z] 93b61091891f: Pull complete [2020-12-30T00:53:40.206Z] 93b9cdb0e59b: Pull complete [2020-12-30T00:53:40.206Z] 5e14af77c1be: Pull complete [2020-12-30T00:53:40.468Z] 01666e4c0597: Pull complete [2020-12-30T00:53:58.666Z] aa168da1d23b: Pull complete [2020-12-30T00:53:58.666Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-30T00:53:58.666Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-30T00:53:58.666Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-30T00:53:59.036Z] prd-centos7-docker-4c-2g-17683 does not seem to be running inside a container [2020-12-30T00:53:59.092Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-30T00:54:01.809Z] $ docker top b9e650b53d453c1df228062481361ccacb0cf4b7d0536d0201df8eff5f3a686b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-30T00:54:02.320Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-30T00:54:02.625Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-30T00:54:02.927Z] + ls /var/log/sa-host [2020-12-30T00:54:02.927Z] + sadf -c /var/log/sa-host/sa23 [2020-12-30T00:54:02.927Z] file_magic: OK [2020-12-30T00:54:02.927Z] HZ: Using current value: 100 [2020-12-30T00:54:02.927Z] file_header: OK [2020-12-30T00:54:02.927Z] 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 [2020-12-30T00:54:02.927Z] Statistics: [2020-12-30T00:54:02.927Z] Hnuu...uuuununununu... [2020-12-30T00:54:02.927Z] File successfully converted to sysstat format version 12.2.1 [2020-12-30T00:54:02.927Z] + sadf -c /var/log/sa-host/sa30 [2020-12-30T00:54:02.927Z] file_magic: OK [2020-12-30T00:54:02.927Z] HZ: Using current value: 100 [2020-12-30T00:54:02.927Z] file_header: OK [2020-12-30T00:54:02.927Z] 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 [2020-12-30T00:54:02.927Z] Statistics: [2020-12-30T00:54:02.927Z] 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...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-30T00:54:02.927Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-30T00:54:03.127Z] provisioning config files... [2020-12-30T00:54:03.141Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config4247552610897009088tmp [Pipeline] { [Pipeline] echo [2020-12-30T00:54:03.208Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-30T00:54:03.508Z] ---> create-netrc.sh [Pipeline] } [2020-12-30T00:54:03.518Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-30T00:54:03.605Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-30T00:54:03.905Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-30T00:54:03.917Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-30T00:54:04.218Z] ---> sudo-logs.sh [2020-12-30T00:54:04.218Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-30T00:54:04.229Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-30T00:54:04.525Z] ---> job-cost.sh [2020-12-30T00:54:04.526Z] lf-activate-venv: SKIPPING [2020-12-30T00:54:04.526Z] INFO: No Stack... [2020-12-30T00:54:05.471Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-30T00:54:06.043Z] INFO: Archiving Costs [Pipeline] echo [2020-12-30T00:54:06.057Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-30T00:54:06.354Z] ---> logs-deploy.sh [2020-12-30T00:54:06.354Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2960/5 [2020-12-30T00:54:06.354Z] INFO: archiving workspace using pattern(s): [2020-12-30T00:54:07.743Z] Archives upload complete. [2020-12-30T00:54:08.005Z] INFO: archiving logs to Nexus