Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 9a953f5b9eae9a1fd9d439f269b5a1f3c5abca33 rather than e6008164d5483cb3bc228551234e5525a4d149b3 Obtained Jenkinsfile from 9a953f5b9eae9a1fd9d439f269b5a1f3c5abca33 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-18360 in /w/workspace/edgexfoundry_edgex-go_PR-2966 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/9 [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/9 # 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 9a953f5b9eae9a1fd9d439f269b5a1f3c5abca33 into PR head commit e6008164d5483cb3bc228551234e5525a4d149b3 Merge succeeded, producing b026b923cce910104345e4fc88c032ad4f5ee240 Checking out Revision b026b923cce910104345e4fc88c032ad4f5ee240 (PR-2966) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2966/head:refs/remotes/origin/PR-2966 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e6008164d5483cb3bc228551234e5525a4d149b3 # 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 9a953f5b9eae9a1fd9d439f269b5a1f3c5abca33 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b026b923cce910104345e4fc88c032ad4f5ee240 # timeout=10 Commit message: "Merge commit '9a953f5b9eae9a1fd9d439f269b5a1f3c5abca33' into HEAD" > git rev-list --no-walk e6008164d5483cb3bc228551234e5525a4d149b3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-05T00:31:06.882Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-05T00:31:07.134Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-05T00:31:07.230Z] ========================================================= [2021-01-05T00:31:07.230Z] EdgeX Global Pipelines Version Info [2021-01-05T00:31:07.230Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-05T00:31:10.001Z] ------------------- [2021-01-05T00:31:10.001Z] stable info: [2021-01-05T00:31:10.001Z] ------------------- [2021-01-05T00:31:10.001Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-05T00:31:10.001Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-05T00:31:10.001Z] Message: update stable to v1.0.173 [2021-01-05T00:31:10.622Z] ------------------- [2021-01-05T00:31:10.622Z] experimental info: [2021-01-05T00:31:10.622Z] ------------------- [2021-01-05T00:31:10.622Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-05T00:31:10.622Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-05T00:31:10.622Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-05T00:31:10.977Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-05T00:31:11.066Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-05T00:31:11.166Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-05T00:31:11.256Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-05T00:31:11.348Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-05T00:31:11.442Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-05T00:31:11.537Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-05T00:31:11.624Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-05T00:31:11.713Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-05T00:31:11.832Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-05T00:31:11.935Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-05T00:31:12.059Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-05T00:31:12.179Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-05T00:31:12.507Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-05T00:31:12.597Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-05T00:31:12.684Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-05T00:31:12.808Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-05T00:31:12.894Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-05T00:31:13.010Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-05T00:31:13.187Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-05T00:31:13.272Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-05T00:31:13.361Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-05T00:31:13.451Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-05T00:31:13.539Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2966 [Pipeline] echo [2021-01-05T00:31:13.649Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2966 [Pipeline] echo [2021-01-05T00:31:13.739Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2966 [Pipeline] echo [2021-01-05T00:31:13.828Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b026b923cce910104345e4fc88c032ad4f5ee240 [Pipeline] echo [2021-01-05T00:31:13.932Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b026b92 [Pipeline] echo [2021-01-05T00:31:14.016Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-05T00:31:14.208Z] provisioning config files... [2021-01-05T00:31:14.237Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/9@tmp/config244658950363219283tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-05T00:31:14.609Z] ---> docker-login.sh [2021-01-05T00:31:14.609Z] nexus3.edgexfoundry.org:10001 [2021-01-05T00:31:15.193Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T00:31:15.457Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T00:31:15.457Z] Configure a credential helper to remove this warning. See [2021-01-05T00:31:15.457Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T00:31:15.457Z] [2021-01-05T00:31:15.457Z] Login Succeeded [2021-01-05T00:31:15.457Z] nexus3.edgexfoundry.org:10002 [2021-01-05T00:31:15.457Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T00:31:15.724Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T00:31:15.724Z] Configure a credential helper to remove this warning. See [2021-01-05T00:31:15.724Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T00:31:15.724Z] [2021-01-05T00:31:15.724Z] Login Succeeded [2021-01-05T00:31:15.724Z] nexus3.edgexfoundry.org:10003 [2021-01-05T00:31:15.724Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T00:31:15.994Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T00:31:15.994Z] Configure a credential helper to remove this warning. See [2021-01-05T00:31:15.994Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T00:31:15.994Z] [2021-01-05T00:31:15.994Z] Login Succeeded [2021-01-05T00:31:15.994Z] nexus3.edgexfoundry.org:10004 [2021-01-05T00:31:16.281Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T00:31:16.281Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T00:31:16.281Z] Configure a credential helper to remove this warning. See [2021-01-05T00:31:16.282Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T00:31:16.282Z] [2021-01-05T00:31:16.282Z] Login Succeeded [2021-01-05T00:31:16.282Z] docker.io [2021-01-05T00:31:16.568Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T00:31:17.184Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T00:31:17.184Z] Configure a credential helper to remove this warning. See [2021-01-05T00:31:17.184Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T00:31:17.184Z] [2021-01-05T00:31:17.184Z] Login Succeeded [2021-01-05T00:31:17.184Z] ---> docker-login.sh ends [Pipeline] } [2021-01-05T00:31:17.206Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-05T00:31:17.751Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-05T00:31:17.751Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T00:31:17.751Z] ++ cut -d/ -f2 [2021-01-05T00:31:17.751Z] ++ dirname cmd/core-command/Dockerfile [2021-01-05T00:31:17.751Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-05T00:31:17.751Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T00:31:17.751Z] ++ cut -d/ -f2 [2021-01-05T00:31:17.751Z] ++ dirname cmd/core-data/Dockerfile [2021-01-05T00:31:17.751Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-05T00:31:17.751Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T00:31:17.751Z] ++ cut -d/ -f2 [2021-01-05T00:31:17.751Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-05T00:31:17.751Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-05T00:31:17.751Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T00:31:17.751Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-05T00:31:17.751Z] ++ cut -d/ -f2 [2021-01-05T00:31:17.751Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-05T00:31:17.751Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T00:31:17.751Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-05T00:31:17.751Z] ++ cut -d/ -f2 [2021-01-05T00:31:17.751Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-05T00:31:17.751Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T00:31:17.751Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-05T00:31:17.751Z] ++ cut -d/ -f2 [2021-01-05T00:31:17.751Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-05T00:31:17.751Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T00:31:17.751Z] ++ cut -d/ -f2 [2021-01-05T00:31:17.751Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-05T00:31:17.751Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-05T00:31:17.751Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T00:31:17.751Z] ++ cut -d/ -f2 [2021-01-05T00:31:17.751Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-05T00:31:17.751Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-05T00:31:17.751Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T00:31:17.751Z] ++ cut -d/ -f2 [2021-01-05T00:31:17.751Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-05T00:31:17.751Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-05T00:31:17.887Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-01-05T00:31:19.042Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-05T00:31:19.042Z] [2021-01-05T00:31:19.042Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-05T00:31:19.607Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-05T00:31:19.608Z] latest: Pulling from edgex-devops/git-semver [2021-01-05T00:31:19.608Z] 31603596830f: Pulling fs layer [2021-01-05T00:31:19.608Z] 2a8b12db71e7: Pulling fs layer [2021-01-05T00:31:19.608Z] 6ca5941a6612: Pulling fs layer [2021-01-05T00:31:19.608Z] ecc8261a40a4: Pulling fs layer [2021-01-05T00:31:19.608Z] ecc8261a40a4: Waiting [2021-01-05T00:31:19.937Z] 2a8b12db71e7: Verifying Checksum [2021-01-05T00:31:19.937Z] 2a8b12db71e7: Download complete [2021-01-05T00:31:20.705Z] 31603596830f: Verifying Checksum [2021-01-05T00:31:20.705Z] 31603596830f: Download complete [2021-01-05T00:31:21.004Z] ecc8261a40a4: Verifying Checksum [2021-01-05T00:31:21.004Z] ecc8261a40a4: Download complete [2021-01-05T00:31:21.301Z] 31603596830f: Pull complete [2021-01-05T00:31:21.301Z] 6ca5941a6612: Verifying Checksum [2021-01-05T00:31:21.301Z] 6ca5941a6612: Download complete [2021-01-05T00:31:21.575Z] 2a8b12db71e7: Pull complete [2021-01-05T00:31:23.059Z] 6ca5941a6612: Pull complete [2021-01-05T00:31:23.653Z] ecc8261a40a4: Pull complete [2021-01-05T00:31:23.653Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-05T00:31:23.653Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-05T00:31:23.653Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-05T00:31:23.796Z] prd-centos7-docker-4c-2g-18360 does not seem to be running inside a container [2021-01-05T00:31:23.893Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-05T00:31:26.500Z] $ docker top 4da63f0813e61f2e262d30af0847253e1082ca59ab7de6c85ae7b577efbf5afb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-05T00:31:26.939Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-05T00:31:26.939Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-05T00:31:27.610Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-05T00:31:27.615Z] $ docker exec 4da63f0813e61f2e262d30af0847253e1082ca59ab7de6c85ae7b577efbf5afb ssh-agent [2021-01-05T00:31:28.240Z] SSH_AUTH_SOCK=/tmp/ssh-72bR7ayJdQo3/agent.12 [2021-01-05T00:31:28.240Z] SSH_AGENT_PID=17 [2021-01-05T00:31:28.261Z] Running ssh-add (command line suppressed) [2021-01-05T00:31:28.620Z] Identity added: /w/workspace/edgex-go/9@tmp/private_key_923306692436336376.key (/w/workspace/edgex-go/9@tmp/private_key_923306692436336376.key) [2021-01-05T00:31:28.809Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-05T00:31:29.204Z] + git tag --points-at HEAD [Pipeline] } [2021-01-05T00:31:29.244Z] $ docker exec --env ******** --env ******** 4da63f0813e61f2e262d30af0847253e1082ca59ab7de6c85ae7b577efbf5afb ssh-agent -k [2021-01-05T00:31:29.410Z] unset SSH_AUTH_SOCK; [2021-01-05T00:31:29.411Z] unset SSH_AGENT_PID; [2021-01-05T00:31:29.411Z] echo Agent pid 17 killed; [2021-01-05T00:31:29.490Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-05T00:31:29.643Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-05T00:31:29.643Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-05T00:31:29.919Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-05T00:31:29.925Z] $ docker exec 4da63f0813e61f2e262d30af0847253e1082ca59ab7de6c85ae7b577efbf5afb ssh-agent [2021-01-05T00:31:30.171Z] SSH_AUTH_SOCK=/tmp/ssh-yYfksMhfwVjr/agent.47 [2021-01-05T00:31:30.171Z] SSH_AGENT_PID=53 [2021-01-05T00:31:30.180Z] Running ssh-add (command line suppressed) [2021-01-05T00:31:30.385Z] Identity added: /w/workspace/edgex-go/9@tmp/private_key_8506613094248981520.key (/w/workspace/edgex-go/9@tmp/private_key_8506613094248981520.key) [2021-01-05T00:31:30.474Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-05T00:31:30.877Z] + git semver init [2021-01-05T00:31:30.878Z] # -> Open(): unable to determine branch for HEAD [2021-01-05T00:31:30.878Z] # $GIT_DIR = /w/workspace/edgex-go/9/.git [2021-01-05T00:31:30.878Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/9 [2021-01-05T00:31:30.878Z] # $SEMVER_REMOTE_NAME = origin [2021-01-05T00:31:30.878Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-05T00:31:30.878Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-05T00:31:30.878Z] # $SEMVER_BRANCH = PR-2966 [2021-01-05T00:31:30.878Z] # $SEMVER_TEMP = /tmp/semver-888256394 [2021-01-05T00:31:30.878Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-05T00:32:10.469Z] # '/tmp/semver-888256394' -> '/w/workspace/edgex-go/9/.semver' [2021-01-05T00:32:11.902Z] # -> Force: false [2021-01-05T00:32:11.902Z] # $SEMVER_DIR = /w/workspace/edgex-go/9/.semver [Pipeline] } [2021-01-05T00:32:11.934Z] $ docker exec --env ******** --env ******** 4da63f0813e61f2e262d30af0847253e1082ca59ab7de6c85ae7b577efbf5afb ssh-agent -k [2021-01-05T00:32:12.298Z] unset SSH_AUTH_SOCK; [2021-01-05T00:32:12.299Z] unset SSH_AGENT_PID; [2021-01-05T00:32:12.299Z] echo Agent pid 53 killed; [2021-01-05T00:32:12.463Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-05T00:32:12.976Z] + git semver [Pipeline] } [2021-01-05T00:32:12.999Z] $ docker stop --time=1 4da63f0813e61f2e262d30af0847253e1082ca59ab7de6c85ae7b577efbf5afb [2021-01-05T00:32:14.765Z] $ docker rm -f 4da63f0813e61f2e262d30af0847253e1082ca59ab7de6c85ae7b577efbf5afb [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-05T00:32:15.400Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-05T00:32:16.182Z] Stashed 1 file(s) [Pipeline] echo [2021-01-05T00:32:16.185Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-05T00:32:17.126Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-05T00:32:17.488Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-05T00:32:17.846Z] + sudo service docker restart [2021-01-05T00:32:17.846Z] + true [2021-01-05T00:32:17.846Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-05T00:32:18.862Z] ========================================================= [2021-01-05T00:32:18.862Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-05T00:32:18.863Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-05T00:32:19.222Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-05T00:32:24.664Z] Sending build context to Docker daemon 326.3MB [2021-01-05T00:32:24.664Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-05T00:32:24.664Z] Step 2/6 : FROM ${BASE} [2021-01-05T00:32:24.664Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-05T00:32:24.664Z] 188c0c94c7c5: Pulling fs layer [2021-01-05T00:32:24.664Z] 0ef7d3d256c8: Pulling fs layer [2021-01-05T00:32:24.664Z] de9db76c5a1d: Pulling fs layer [2021-01-05T00:32:24.664Z] bca2f99d35d6: Pulling fs layer [2021-01-05T00:32:24.664Z] 93359f2a8cfa: Pulling fs layer [2021-01-05T00:32:24.664Z] 7c6f9722023f: Pulling fs layer [2021-01-05T00:32:24.664Z] a35cf1a2eb13: Pulling fs layer [2021-01-05T00:32:24.664Z] 7c6f9722023f: Waiting [2021-01-05T00:32:24.664Z] a35cf1a2eb13: Waiting [2021-01-05T00:32:24.664Z] 93359f2a8cfa: Waiting [2021-01-05T00:32:24.664Z] bca2f99d35d6: Waiting [2021-01-05T00:32:24.664Z] de9db76c5a1d: Verifying Checksum [2021-01-05T00:32:24.664Z] de9db76c5a1d: Download complete [2021-01-05T00:32:24.664Z] 0ef7d3d256c8: Verifying Checksum [2021-01-05T00:32:24.664Z] 0ef7d3d256c8: Download complete [2021-01-05T00:32:24.664Z] 93359f2a8cfa: Verifying Checksum [2021-01-05T00:32:24.664Z] 7c6f9722023f: Verifying Checksum [2021-01-05T00:32:24.664Z] 7c6f9722023f: Download complete [2021-01-05T00:32:24.956Z] 188c0c94c7c5: Verifying Checksum [2021-01-05T00:32:24.956Z] 188c0c94c7c5: Download complete [2021-01-05T00:32:25.974Z] 188c0c94c7c5: Pull complete [2021-01-05T00:32:26.261Z] 0ef7d3d256c8: Pull complete [2021-01-05T00:32:26.860Z] de9db76c5a1d: Pull complete [2021-01-05T00:32:27.859Z] a35cf1a2eb13: Verifying Checksum [2021-01-05T00:32:27.859Z] a35cf1a2eb13: Download complete [2021-01-05T00:32:29.309Z] bca2f99d35d6: Verifying Checksum [2021-01-05T00:32:29.309Z] bca2f99d35d6: Download complete [2021-01-05T00:32:31.557Z] Still waiting to schedule task [2021-01-05T00:32:31.557Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-05T00:32:39.492Z] bca2f99d35d6: Pull complete [2021-01-05T00:32:39.492Z] 93359f2a8cfa: Pull complete [2021-01-05T00:32:39.492Z] 7c6f9722023f: Pull complete [2021-01-05T00:32:45.020Z] a35cf1a2eb13: Pull complete [2021-01-05T00:32:45.020Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-05T00:32:45.020Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-05T00:32:45.020Z] ---> a62c8e92a672 [2021-01-05T00:32:45.020Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-05T00:32:45.020Z] ---> Running in baf1c44bc6ca [2021-01-05T00:32:46.048Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T00:32:46.633Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T00:32:47.240Z] (1/12) Installing libmagic (5.38-r0) [2021-01-05T00:32:47.240Z] (2/12) Installing file (5.38-r0) [2021-01-05T00:32:47.509Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-05T00:32:47.509Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-05T00:32:55.767Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-05T00:32:55.767Z] (6/12) Installing patch (2.7.6-r6) [2021-01-05T00:32:55.767Z] (7/12) Installing build-base (0.5-r2) [2021-01-05T00:32:55.767Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-05T00:32:55.767Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-05T00:32:55.767Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-05T00:32:55.767Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-05T00:32:55.767Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-05T00:32:55.767Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T00:32:55.767Z] OK: 233 MiB in 51 packages [2021-01-05T00:33:00.058Z] Removing intermediate container baf1c44bc6ca [2021-01-05T00:33:00.058Z] ---> 3bdde3d3f592 [2021-01-05T00:33:00.058Z] Step 4/6 : WORKDIR /edgex-go [2021-01-05T00:33:00.328Z] ---> Running in 0de685e15894 [2021-01-05T00:33:00.730Z] Removing intermediate container 0de685e15894 [2021-01-05T00:33:00.730Z] ---> b34158f8cb66 [2021-01-05T00:33:00.730Z] Step 5/6 : COPY go.mod . [2021-01-05T00:33:01.034Z] ---> 6dd777aa9722 [2021-01-05T00:33:01.034Z] Step 6/6 : RUN go mod download [2021-01-05T00:33:01.310Z] ---> Running in 120caf9c8627 [2021-01-05T00:33:24.639Z] Removing intermediate container 120caf9c8627 [2021-01-05T00:33:24.639Z] ---> 77ac2cab0d7e [2021-01-05T00:33:24.639Z] Successfully built 77ac2cab0d7e [2021-01-05T00:33:24.639Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-05T00:33:25.004Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-05T00:33:25.276Z] . [Pipeline] withDockerContainer [2021-01-05T00:33:25.505Z] prd-centos7-docker-4c-2g-18360 does not seem to be running inside a container [2021-01-05T00:33:25.597Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-05T00:33:27.210Z] $ docker top d4dc9c35c84580edf8564ff5478fed42b625ffdeb8b81a4f1ef48de54d3eefe0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T00:33:27.828Z] + go version [2021-01-05T00:33:27.828Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-05T00:33:27.854Z] $ docker stop --time=1 d4dc9c35c84580edf8564ff5478fed42b625ffdeb8b81a4f1ef48de54d3eefe0 [2021-01-05T00:33:29.326Z] $ docker rm -f d4dc9c35c84580edf8564ff5478fed42b625ffdeb8b81a4f1ef48de54d3eefe0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T00:33:30.273Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-05T00:33:30.273Z] . [Pipeline] withDockerContainer [2021-01-05T00:33:30.463Z] prd-centos7-docker-4c-2g-18360 does not seem to be running inside a container [2021-01-05T00:33:30.587Z] $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-05T00:33:31.811Z] $ docker top acbcf4fdf572fa03fedd91ccb10b663e75d8f32b5c15f431c0c9548fe88d6224 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-05T00:33:32.174Z] ========================================================= [2021-01-05T00:33:32.174Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-05T00:33:32.174Z] ========================================================= [Pipeline] sh [2021-01-05T00:33:32.490Z] + make test [2021-01-05T00:33:32.490Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-05T00:33:47.710Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-05T00:34:14.784Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-05T00:34:23.387Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-05T00:34:23.387Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-05T00:34:23.387Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-05T00:34:23.387Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-05T00:34:23.387Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-05T00:34:24.046Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-05T00:34:25.101Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-05T00:34:26.280Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-05T00:34:27.345Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-05T00:34:31.944Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-05T00:34:31.944Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-05T00:34:31.944Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-05T00:34:35.583Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.137s coverage: 46.6% of statements [2021-01-05T00:34:35.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-05T00:34:35.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-05T00:34:35.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-05T00:34:35.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-05T00:34:35.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-05T00:34:40.050Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.297s coverage: 27.0% of statements [2021-01-05T00:34:40.050Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-05T00:34:40.050Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-05T00:34:40.050Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-05T00:34:40.050Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-05T00:34:40.050Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-05T00:34:40.050Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-05T00:34:40.050Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.090s coverage: 100.0% of statements [2021-01-05T00:34:40.050Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-05T00:34:40.050Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.051s coverage: 100.0% of statements [2021-01-05T00:34:40.050Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-05T00:34:40.050Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-05T00:34:40.050Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.120s coverage: 75.0% of statements [2021-01-05T00:34:40.050Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-05T00:34:40.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-05T00:34:40.639Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.476s coverage: 82.9% of statements [2021-01-05T00:34:40.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-05T00:34:40.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-05T00:34:40.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-05T00:34:40.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-05T00:34:44.213Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.638s coverage: 28.6% of statements [2021-01-05T00:34:44.213Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-05T00:34:44.213Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-05T00:34:44.213Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-05T00:34:44.213Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-05T00:34:44.213Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-05T00:34:44.213Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.138s coverage: 100.0% of statements [2021-01-05T00:34:44.213Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-05T00:34:44.213Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.042s coverage: 100.0% of statements [2021-01-05T00:34:44.213Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-05T00:34:44.213Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.190s coverage: 86.7% of statements [2021-01-05T00:34:44.213Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-05T00:34:44.995Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.447s coverage: 97.5% of statements [2021-01-05T00:34:44.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-05T00:34:46.103Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.080s coverage: 78.3% of statements [2021-01-05T00:34:46.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-05T00:34:46.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-05T00:34:46.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-05T00:34:46.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-05T00:34:49.784Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.869s coverage: 93.8% of statements [2021-01-05T00:34:49.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-05T00:34:49.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-05T00:34:49.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-05T00:34:49.784Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-05T00:34:49.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-05T00:34:49.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-05T00:34:49.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-05T00:34:49.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-05T00:34:49.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-05T00:34:49.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-05T00:34:49.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-05T00:34:49.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-05T00:34:49.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-05T00:34:49.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-05T00:34:49.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-05T00:34:49.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-05T00:34:49.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-05T00:34:49.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-05T00:34:49.784Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.074s coverage: 58.8% of statements [2021-01-05T00:34:49.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-05T00:34:49.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-05T00:34:49.784Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.124s coverage: 0.1% of statements [2021-01-05T00:34:49.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-05T00:34:49.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-05T00:34:49.784Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-05T00:34:49.784Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-05T00:34:49.784Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements [2021-01-05T00:34:49.784Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-05T00:34:49.784Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.098s coverage: 75.5% of statements [2021-01-05T00:34:49.784Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-05T00:34:49.784Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.051s coverage: 80.8% of statements [2021-01-05T00:34:49.784Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.189s coverage: 87.2% of statements [2021-01-05T00:34:50.429Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.093s coverage: 84.2% of statements [2021-01-05T00:34:52.473Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.151s coverage: 91.4% of statements [2021-01-05T00:34:52.473Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-05T00:34:54.156Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.469s coverage: 63.5% of statements [2021-01-05T00:34:54.156Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-05T00:34:54.156Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-05T00:34:54.156Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.045s coverage: 100.0% of statements [2021-01-05T00:34:54.156Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.063s coverage: 91.3% of statements [2021-01-05T00:34:54.156Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.063s coverage: 100.0% of statements [2021-01-05T00:34:54.156Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.076s coverage: 73.7% of statements [2021-01-05T00:34:54.799Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.064s coverage: 100.0% of statements [2021-01-05T00:34:58.278Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.929s coverage: 55.9% of statements [2021-01-05T00:34:58.278Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-05T00:34:58.278Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-05T00:34:58.278Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-05T00:34:58.278Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-05T00:34:58.278Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-05T00:34:58.278Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.303s coverage: 37.0% of statements [2021-01-05T00:34:58.278Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-05T00:34:58.278Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-05T00:34:58.278Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.674s coverage: 84.0% of statements [2021-01-05T00:34:58.278Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.145s coverage: 100.0% of statements [2021-01-05T00:35:02.040Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.299s coverage: 47.1% of statements [2021-01-05T00:35:02.040Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-05T00:35:02.040Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-05T00:35:02.040Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-05T00:35:02.040Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-05T00:35:02.040Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-05T00:35:02.040Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.075s coverage: 100.0% of statements [2021-01-05T00:35:02.040Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-05T00:35:02.040Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.075s coverage: 100.0% of statements [2021-01-05T00:35:02.040Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-05T00:35:04.826Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.257s coverage: 29.1% of statements [2021-01-05T00:35:04.826Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-05T00:35:04.826Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-05T00:35:04.826Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-05T00:35:04.826Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-05T00:35:04.826Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-05T00:35:04.826Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.134s coverage: 99.0% of statements [2021-01-05T00:35:04.826Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-05T00:35:04.826Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.063s coverage: 100.0% of statements [2021-01-05T00:35:04.826Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-05T00:35:04.826Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.056s coverage: 0.0% of statements [2021-01-05T00:35:04.826Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-05T00:35:04.826Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.070s coverage: 100.0% of statements [2021-01-05T00:35:04.826Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-05T00:35:04.826Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-05T00:35:04.826Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-05T00:35:04.826Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-05T00:35:04.826Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.090s coverage: 87.9% of statements [2021-01-05T00:35:04.826Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-05T00:35:04.826Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-05T00:35:04.826Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.073s coverage: 100.0% of statements [2021-01-05T00:35:05.836Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.088s coverage: 32.1% of statements [2021-01-05T00:35:05.836Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.050s coverage: 100.0% of statements [2021-01-05T00:35:06.449Z] GO111MODULE=on go vet ./... [2021-01-05T00:35:16.073Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-18367 in /w/workspace/edgexfoundry_edgex-go_PR-2966 [Pipeline] { [Pipeline] ws [2021-01-05T00:35:16.130Z] Running in /w/workspace/edgex-go/9 [Pipeline] { [Pipeline] checkout [2021-01-05T00:35:21.346Z] using credential edgex-jenkins-ssh [2021-01-05T00:35:21.399Z] Cloning the remote Git repository [2021-01-05T00:35:21.463Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-05T00:35:21.573Z] > git init /w/workspace/edgex-go/9 # timeout=10 [2021-01-05T00:35:21.649Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-05T00:35:21.649Z] > git --version # timeout=10 [2021-01-05T00:35:21.671Z] > git --version # 'git version 2.17.1' [2021-01-05T00:35:21.672Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T00:35:21.758Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-05T00:35:40.338Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-05T00:35:40.365Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-05T00:35:40.390Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-05T00:35:40.428Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-05T00:35:40.429Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T00:35:40.443Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2966/head:refs/remotes/origin/PR-2966 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-05T00:35:41.248Z] Merging remotes/origin/master commit 9a953f5b9eae9a1fd9d439f269b5a1f3c5abca33 into PR head commit e6008164d5483cb3bc228551234e5525a4d149b3 [2021-01-05T00:35:42.063Z] Merge succeeded, producing b86ead23f552519b1741f4908b0cdc19d9cf583a [2021-01-05T00:35:42.064Z] Checking out Revision b86ead23f552519b1741f4908b0cdc19d9cf583a (PR-2966) [2021-01-05T00:35:41.321Z] > git config core.sparsecheckout # timeout=10 [2021-01-05T00:35:41.337Z] > git checkout -f e6008164d5483cb3bc228551234e5525a4d149b3 # timeout=10 [2021-01-05T00:35:41.698Z] > git remote # timeout=10 [2021-01-05T00:35:41.720Z] > git config --get remote.origin.url # timeout=10 [2021-01-05T00:35:41.747Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T00:35:41.757Z] > git merge 9a953f5b9eae9a1fd9d439f269b5a1f3c5abca33 # timeout=10 [2021-01-05T00:35:42.062Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-05T00:35:42.082Z] > git config core.sparsecheckout # timeout=10 [2021-01-05T00:35:42.094Z] > git checkout -f b86ead23f552519b1741f4908b0cdc19d9cf583a # timeout=10 [2021-01-05T00:35:46.287Z] Commit message: "Merge commit '9a953f5b9eae9a1fd9d439f269b5a1f3c5abca33' into HEAD" [2021-01-05T00:35:46.307Z] > git rev-list --no-walk e6008164d5483cb3bc228551234e5525a4d149b3 # timeout=10 [2021-01-05T00:35:46.641Z] gofmt -l . [2021-01-05T00:35:46.641Z] [ "`gofmt -l .`" = "" ] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-05T00:35:47.631Z] ./bin/test-go-mod-tidy.sh [2021-01-05T00:35:47.775Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-05T00:35:48.227Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-05T00:35:48.582Z] + + sudotrue service [2021-01-05T00:35:48.582Z] docker restart [2021-01-05T00:35:48.618Z] ./bin/test-attribution-txt.sh [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-05T00:35:50.640Z] provisioning config files... [2021-01-05T00:35:50.680Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/9@tmp/config7836095506872197521tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-05T00:35:51.107Z] ---> docker-login.sh [2021-01-05T00:35:51.107Z] nexus3.edgexfoundry.org:10001 [Pipeline] sh [2021-01-05T00:35:51.874Z] + ls -al . [2021-01-05T00:35:51.874Z] total 636 [2021-01-05T00:35:51.874Z] drwxrwxr-x 10 1001 1001 4096 Jan 5 00:35 . [2021-01-05T00:35:51.874Z] drwxr-xr-x 4 root root 28 Jan 5 00:33 .. [2021-01-05T00:35:51.874Z] -rw-rw-r-- 1 1001 1001 11 Jan 5 00:31 .dockerignore [2021-01-05T00:35:51.874Z] drwxrwxr-x 8 1001 1001 179 Jan 5 00:31 .git [2021-01-05T00:35:51.874Z] drwxrwxr-x 3 1001 1001 125 Jan 5 00:31 .github [2021-01-05T00:35:51.874Z] -rw-rw-r-- 1 1001 1001 824 Jan 5 00:31 .gitignore [2021-01-05T00:35:51.874Z] drwx------ 3 1001 1001 47 Jan 5 00:32 .semver [2021-01-05T00:35:51.874Z] -rw-rw-r-- 1 1001 1001 166 Jan 5 00:31 .sonarcloud.properties [2021-01-05T00:35:51.874Z] -rw-rw-r-- 1 1001 1001 3804 Jan 5 00:31 CONTRIBUTING.md [2021-01-05T00:35:51.874Z] -rw-rw-r-- 1 1001 1001 931 Jan 5 00:31 Dockerfile.build [2021-01-05T00:35:51.874Z] -rw-rw-r-- 1 1001 1001 863 Jan 5 00:31 Jenkinsfile [2021-01-05T00:35:51.874Z] -rw-rw-r-- 1 1001 1001 10775 Jan 5 00:31 LICENSE [2021-01-05T00:35:51.874Z] -rw-rw-r-- 1 1001 1001 5750 Jan 5 00:31 Makefile [2021-01-05T00:35:51.874Z] -rw-rw-r-- 1 1001 1001 6511 Jan 5 00:31 README.md [2021-01-05T00:35:51.874Z] -rw-rw-r-- 1 1001 1001 6744 Jan 5 00:31 SECURITY.md [2021-01-05T00:35:51.874Z] -rw-rw-r-- 1 1001 1001 5 Jan 5 00:32 VERSION [2021-01-05T00:35:51.874Z] -rw-rw-r-- 1 1001 1001 4131 Jan 5 00:31 ZMQWindows.md [2021-01-05T00:35:51.874Z] drwxrwxr-x 2 1001 1001 117 Jan 5 00:31 bin [2021-01-05T00:35:51.874Z] drwxrwxr-x 14 1001 1001 4096 Jan 5 00:31 cmd [2021-01-05T00:35:51.874Z] -rw-r--r-- 1 root root 538204 Jan 5 00:35 coverage.out [2021-01-05T00:35:51.874Z] -rw-r--r-- 1 root root 979 Jan 5 00:35 go.mod [2021-01-05T00:35:51.874Z] -rw-r--r-- 1 root root 18934 Jan 5 00:35 go.sum [2021-01-05T00:35:51.874Z] drwxrwxr-x 8 1001 1001 127 Jan 5 00:31 internal [2021-01-05T00:35:51.874Z] drwxrwxr-x 4 1001 1001 26 Jan 5 00:31 openapi [2021-01-05T00:35:51.874Z] drwxrwxr-x 4 1001 1001 71 Jan 5 00:31 snap [2021-01-05T00:35:51.874Z] -rw-rw-r-- 1 1001 1001 168 Jan 5 00:31 version.go [Pipeline] sh [2021-01-05T00:35:52.089Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T00:35:52.184Z] + '[' -e coverage.out ] [2021-01-05T00:35:52.184Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-05T00:35:52.365Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T00:35:52.365Z] Configure a credential helper to remove this warning. See [2021-01-05T00:35:52.365Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T00:35:52.365Z] [2021-01-05T00:35:52.365Z] Login Succeeded [2021-01-05T00:35:52.365Z] nexus3.edgexfoundry.org:10002 [2021-01-05T00:35:52.486Z] Stashed 1 file(s) [Pipeline] sh [2021-01-05T00:35:52.641Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T00:35:52.813Z] + make build [2021-01-05T00:35:52.813Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-05T00:35:52.922Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T00:35:52.922Z] Configure a credential helper to remove this warning. See [2021-01-05T00:35:52.922Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T00:35:52.922Z] [2021-01-05T00:35:52.922Z] Login Succeeded [2021-01-05T00:35:52.922Z] nexus3.edgexfoundry.org:10003 [2021-01-05T00:35:53.191Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T00:35:53.461Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T00:35:53.461Z] Configure a credential helper to remove this warning. See [2021-01-05T00:35:53.461Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T00:35:53.461Z] [2021-01-05T00:35:53.461Z] Login Succeeded [2021-01-05T00:35:53.461Z] nexus3.edgexfoundry.org:10004 [2021-01-05T00:35:53.735Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T00:35:53.735Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T00:35:53.735Z] Configure a credential helper to remove this warning. See [2021-01-05T00:35:53.735Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T00:35:53.735Z] [2021-01-05T00:35:53.735Z] Login Succeeded [2021-01-05T00:35:53.735Z] docker.io [2021-01-05T00:35:54.325Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T00:35:54.602Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T00:35:54.602Z] Configure a credential helper to remove this warning. See [2021-01-05T00:35:54.602Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T00:35:54.602Z] [2021-01-05T00:35:54.602Z] Login Succeeded [2021-01-05T00:35:54.602Z] ---> docker-login.sh ends [Pipeline] } [2021-01-05T00:35:54.618Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-05T00:35:55.124Z] ========================================================= [2021-01-05T00:35:55.124Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-05T00:35:55.124Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-05T00:35:55.506Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-05T00:35:58.155Z] Sending build context to Docker daemon 165.4MB [2021-01-05T00:35:58.155Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-05T00:35:58.155Z] Step 2/6 : FROM ${BASE} [2021-01-05T00:35:58.155Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-05T00:35:58.155Z] 5f621e34cdf4: Pulling fs layer [2021-01-05T00:35:58.155Z] a4357932f1b6: Pulling fs layer [2021-01-05T00:35:58.155Z] 18c013af1878: Pulling fs layer [2021-01-05T00:35:58.155Z] 00ac8860ef70: Pulling fs layer [2021-01-05T00:35:58.155Z] 63d7cb157983: Pulling fs layer [2021-01-05T00:35:58.155Z] b116817d02f9: Pulling fs layer [2021-01-05T00:35:58.155Z] 745a02a5169b: Pulling fs layer [2021-01-05T00:35:58.155Z] b116817d02f9: Waiting [2021-01-05T00:35:58.155Z] 00ac8860ef70: Waiting [2021-01-05T00:35:58.155Z] 745a02a5169b: Waiting [2021-01-05T00:35:58.155Z] 63d7cb157983: Waiting [2021-01-05T00:35:58.155Z] 18c013af1878: Verifying Checksum [2021-01-05T00:35:58.155Z] 18c013af1878: Download complete [2021-01-05T00:35:58.155Z] a4357932f1b6: Verifying Checksum [2021-01-05T00:35:58.155Z] a4357932f1b6: Download complete [2021-01-05T00:35:58.155Z] 63d7cb157983: Download complete [2021-01-05T00:35:58.155Z] b116817d02f9: Verifying Checksum [2021-01-05T00:35:58.155Z] b116817d02f9: Download complete [2021-01-05T00:35:58.155Z] 5f621e34cdf4: Verifying Checksum [2021-01-05T00:35:58.155Z] 5f621e34cdf4: Download complete [2021-01-05T00:35:58.260Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-05T00:35:58.430Z] 5f621e34cdf4: Pull complete [2021-01-05T00:35:59.038Z] a4357932f1b6: Pull complete [2021-01-05T00:35:59.312Z] 18c013af1878: Pull complete [2021-01-05T00:36:00.746Z] 745a02a5169b: Download complete [2021-01-05T00:36:02.729Z] 00ac8860ef70: Verifying Checksum [2021-01-05T00:36:02.729Z] 00ac8860ef70: Download complete [2021-01-05T00:36:12.893Z] 00ac8860ef70: Pull complete [2021-01-05T00:36:12.893Z] 63d7cb157983: Pull complete [2021-01-05T00:36:12.893Z] b116817d02f9: Pull complete [2021-01-05T00:36:13.914Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-05T00:36:15.646Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-05T00:36:16.277Z] 745a02a5169b: Pull complete [2021-01-05T00:36:16.278Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-05T00:36:16.278Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-05T00:36:16.278Z] ---> b7e6874047d6 [2021-01-05T00:36:16.278Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-05T00:36:18.457Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-05T00:36:19.056Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-05T00:36:19.685Z] ---> Running in 04d2b76bad89 [2021-01-05T00:36:20.663Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T00:36:21.258Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T00:36:21.710Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-05T00:36:22.244Z] (1/12) Installing libmagic (5.38-r0) [2021-01-05T00:36:22.519Z] (2/12) Installing file (5.38-r0) [2021-01-05T00:36:22.519Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-05T00:36:22.519Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-05T00:36:24.418Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-05T00:36:27.320Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-05T00:36:30.022Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-05T00:36:32.003Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-05T00:36:34.025Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-05T00:36:34.896Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-05T00:36:34.896Z] (6/12) Installing patch (2.7.6-r6) [2021-01-05T00:36:35.166Z] (7/12) Installing build-base (0.5-r2) [2021-01-05T00:36:35.166Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-05T00:36:35.166Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-05T00:36:35.436Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-05T00:36:35.436Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-05T00:36:35.436Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-05T00:36:35.708Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T00:36:35.708Z] OK: 217 MiB in 51 packages [Pipeline] } [2021-01-05T00:36:36.024Z] $ docker stop --time=1 acbcf4fdf572fa03fedd91ccb10b663e75d8f32b5c15f431c0c9548fe88d6224 [2021-01-05T00:36:38.321Z] $ docker rm -f acbcf4fdf572fa03fedd91ccb10b663e75d8f32b5c15f431c0c9548fe88d6224 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-01-05T00:36:40.029Z] Removing intermediate container 04d2b76bad89 [2021-01-05T00:36:40.029Z] ---> 9a4667f18ca6 [2021-01-05T00:36:40.029Z] Step 4/6 : WORKDIR /edgex-go [2021-01-05T00:36:40.029Z] ---> Running in 492282271c1f [2021-01-05T00:36:40.307Z] Removing intermediate container 492282271c1f [2021-01-05T00:36:40.307Z] ---> b7f986d57135 [2021-01-05T00:36:40.307Z] Step 5/6 : COPY go.mod . [Pipeline] isUnix [Pipeline] sh [2021-01-05T00:36:40.769Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-05T00:36:40.769Z] [2021-01-05T00:36:40.769Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-05T00:36:40.914Z] ---> 5a27f1ee4610 [2021-01-05T00:36:40.914Z] Step 6/6 : RUN go mod download [2021-01-05T00:36:40.914Z] ---> Running in 9973e5951e00 [2021-01-05T00:36:41.169Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-05T00:36:41.169Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-05T00:36:41.169Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-05T00:36:41.169Z] ca9280d653b3: Pulling fs layer [2021-01-05T00:36:41.169Z] 7e9c9ca2126c: Pulling fs layer [2021-01-05T00:36:41.764Z] cbdbe7a5bc2a: Download complete [2021-01-05T00:36:42.063Z] ca9280d653b3: Verifying Checksum [2021-01-05T00:36:42.063Z] ca9280d653b3: Download complete [2021-01-05T00:36:42.356Z] cbdbe7a5bc2a: Pull complete [2021-01-05T00:36:45.818Z] 7e9c9ca2126c: Verifying Checksum [2021-01-05T00:36:45.818Z] 7e9c9ca2126c: Download complete [2021-01-05T00:36:45.818Z] ca9280d653b3: Pull complete [2021-01-05T00:36:54.172Z] 7e9c9ca2126c: Pull complete [2021-01-05T00:36:54.438Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-05T00:36:54.438Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-05T00:36:54.438Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-05T00:36:54.689Z] prd-centos7-docker-4c-2g-18360 does not seem to be running inside a container [2021-01-05T00:36:54.767Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-05T00:36:58.315Z] $ docker top 71446c9c2ab422467677c1b1d75fb21a87a55e5aa4c2895445b608a7944234c5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T00:36:59.073Z] + docker-compose build --help [2021-01-05T00:36:59.073Z] + grep parallel [2021-01-05T00:37:00.586Z] --parallel Build images in parallel. [Pipeline] } [2021-01-05T00:37:00.901Z] $ docker stop --time=1 71446c9c2ab422467677c1b1d75fb21a87a55e5aa4c2895445b608a7944234c5 [2021-01-05T00:37:02.727Z] $ docker rm -f 71446c9c2ab422467677c1b1d75fb21a87a55e5aa4c2895445b608a7944234c5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T00:37:03.499Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-05T00:37:03.499Z] . [Pipeline] withDockerContainer [2021-01-05T00:37:03.692Z] prd-centos7-docker-4c-2g-18360 does not seem to be running inside a container [2021-01-05T00:37:03.930Z] $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-05T00:37:05.665Z] $ docker top 6723b1be8aa3ddce2fe742ff3da8ab1b95319c06e2bc860043b0404f9a50c56a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T00:37:06.292Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-05T00:37:07.733Z] Removing intermediate container 9973e5951e00 [2021-01-05T00:37:07.733Z] ---> 64256ca9244b [2021-01-05T00:37:07.733Z] Successfully built 64256ca9244b [2021-01-05T00:37:07.733Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-05T00:37:07.764Z] Building docker-core-command-go ... [2021-01-05T00:37:07.764Z] Building docker-core-data-go ... [2021-01-05T00:37:07.764Z] Building docker-core-metadata-go ... [2021-01-05T00:37:07.764Z] Building docker-security-bootstrap-redis-go ... [2021-01-05T00:37:07.764Z] Building docker-security-proxy-setup-go ... [2021-01-05T00:37:07.764Z] Building docker-security-secretstore-setup-go ... [2021-01-05T00:37:07.764Z] Building docker-support-notifications-go ... [2021-01-05T00:37:07.764Z] Building docker-support-scheduler-go ... [2021-01-05T00:37:07.764Z] Building docker-sys-mgmt-agent-go ... [2021-01-05T00:37:07.764Z] Building docker-security-proxy-setup-go [2021-01-05T00:37:07.764Z] Building docker-core-metadata-go [2021-01-05T00:37:07.764Z] Building docker-core-command-go [2021-01-05T00:37:07.764Z] Building docker-support-scheduler-go [2021-01-05T00:37:07.764Z] Building docker-sys-mgmt-agent-go [2021-01-05T00:37:08.086Z] + docker inspect -f . ci-base-image-arm64 [2021-01-05T00:37:08.086Z] . [Pipeline] withDockerContainer [2021-01-05T00:37:08.378Z] prd-ubuntu18.04-docker-arm64-4c-16g-18367 does not seem to be running inside a container [2021-01-05T00:37:08.502Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-05T00:37:10.144Z] $ docker top 7e7ff3d82fd5926eb0530155481e4f7c8ecf5b21d86c2fbefdd7c37118696b53 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T00:37:11.176Z] + go version [2021-01-05T00:37:11.176Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-05T00:37:11.230Z] $ docker stop --time=1 7e7ff3d82fd5926eb0530155481e4f7c8ecf5b21d86c2fbefdd7c37118696b53 [2021-01-05T00:37:13.238Z] $ docker rm -f 7e7ff3d82fd5926eb0530155481e4f7c8ecf5b21d86c2fbefdd7c37118696b53 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T00:37:14.299Z] + docker inspect -f . ci-base-image-arm64 [2021-01-05T00:37:14.299Z] . [Pipeline] withDockerContainer [2021-01-05T00:37:14.586Z] prd-ubuntu18.04-docker-arm64-4c-16g-18367 does not seem to be running inside a container [2021-01-05T00:37:14.710Z] $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-05T00:37:16.232Z] $ docker top d23ebab40c672f82563823679a610d3b09fecb4d3e4e9050ddf0a5d9058759be -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-05T00:37:16.558Z] ========================================================= [2021-01-05T00:37:16.558Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-05T00:37:16.558Z] ========================================================= [Pipeline] sh [2021-01-05T00:37:17.216Z] + make test [2021-01-05T00:37:17.217Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-05T00:37:44.050Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-05T00:38:04.652Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T00:38:04.652Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-05T00:38:04.652Z] ---> 77ac2cab0d7e [2021-01-05T00:38:04.652Z] Step 3/21 : WORKDIR /edgex-go [2021-01-05T00:38:04.652Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T00:38:04.652Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-05T00:38:04.652Z] ---> 77ac2cab0d7e [2021-01-05T00:38:04.652Z] Step 3/22 : WORKDIR /edgex-go [2021-01-05T00:38:04.652Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T00:38:04.652Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-05T00:38:04.652Z] ---> 77ac2cab0d7e [2021-01-05T00:38:04.652Z] Step 3/26 : WORKDIR /edgex-go [2021-01-05T00:38:04.652Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T00:38:04.652Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-05T00:38:04.652Z] ---> 77ac2cab0d7e [2021-01-05T00:38:04.652Z] Step 3/21 : WORKDIR /edgex-go [2021-01-05T00:38:04.652Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T00:38:04.652Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-05T00:38:04.652Z] ---> 77ac2cab0d7e [2021-01-05T00:38:04.652Z] Step 3/22 : WORKDIR /edgex-go [2021-01-05T00:38:04.652Z] ---> Running in af6c9faa0da9 [2021-01-05T00:38:04.652Z] ---> Running in 6a0b4286b0e1 [2021-01-05T00:38:04.652Z] ---> Running in e37c821a9ad8 [2021-01-05T00:38:04.652Z] ---> Running in ae5a6648b7dc [2021-01-05T00:38:04.652Z] ---> Running in 2ec7825f71f8 [2021-01-05T00:38:04.652Z] Removing intermediate container af6c9faa0da9 [2021-01-05T00:38:04.652Z] ---> f11dc72ce2f7 [2021-01-05T00:38:04.652Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T00:38:04.652Z] Removing intermediate container ae5a6648b7dc [2021-01-05T00:38:04.652Z] ---> bfcfc396ca07 [2021-01-05T00:38:04.652Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T00:38:04.652Z] Removing intermediate container e37c821a9ad8 [2021-01-05T00:38:04.652Z] ---> 8a843d6de6fe [2021-01-05T00:38:04.652Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T00:38:04.652Z] Removing intermediate container 2ec7825f71f8 [2021-01-05T00:38:04.652Z] ---> ddac98472491 [2021-01-05T00:38:04.652Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T00:38:04.652Z] Removing intermediate container 6a0b4286b0e1 [2021-01-05T00:38:04.652Z] ---> 10d51f117e34 [2021-01-05T00:38:04.652Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T00:38:04.652Z] ---> Running in 9bececa3d9d7 [2021-01-05T00:38:04.652Z] ---> Running in 86de2f4c765d [2021-01-05T00:38:04.652Z] ---> Running in 3a4d56b01ecb [2021-01-05T00:38:04.652Z] ---> Running in 478eb0337163 [2021-01-05T00:38:04.652Z] ---> Running in d65a403260f1 [2021-01-05T00:38:04.652Z] Removing intermediate container 86de2f4c765d [2021-01-05T00:38:04.652Z] ---> c7ad9c766e97 [2021-01-05T00:38:04.652Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-05T00:38:04.652Z] Removing intermediate container 478eb0337163 [2021-01-05T00:38:04.652Z] ---> d576005e6c0b [2021-01-05T00:38:04.652Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-05T00:38:04.652Z] Removing intermediate container 9bececa3d9d7 [2021-01-05T00:38:04.652Z] ---> 8ed65c0fd7f4 [2021-01-05T00:38:04.652Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-05T00:38:04.652Z] ---> Running in a0d47d4848a3 [2021-01-05T00:38:04.652Z] ---> Running in 5cfd8a73c04b [2021-01-05T00:38:04.652Z] Removing intermediate container d65a403260f1 [2021-01-05T00:38:04.652Z] ---> 0154837bc648 [2021-01-05T00:38:04.652Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-05T00:38:04.652Z] ---> Running in 4b607045eebe [2021-01-05T00:38:04.966Z] ---> Running in 20d988c21a7f [2021-01-05T00:38:04.966Z] Removing intermediate container 3a4d56b01ecb [2021-01-05T00:38:04.966Z] ---> caa6724e3f61 [2021-01-05T00:38:04.966Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-05T00:38:04.966Z] ---> Running in 85a64dca5247 [2021-01-05T00:38:06.480Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T00:38:06.481Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T00:38:06.794Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T00:38:07.133Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T00:38:07.133Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T00:38:07.134Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T00:38:07.134Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T00:38:07.399Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T00:38:07.711Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T00:38:07.711Z] OK: 233 MiB in 51 packages [2021-01-05T00:38:07.988Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T00:38:07.988Z] OK: 233 MiB in 51 packages [2021-01-05T00:38:07.988Z] OK: 233 MiB in 51 packages [2021-01-05T00:38:08.263Z] OK: 233 MiB in 51 packages [2021-01-05T00:38:08.862Z] Removing intermediate container a0d47d4848a3 [2021-01-05T00:38:08.862Z] ---> 42b5e550ea5e [2021-01-05T00:38:08.862Z] Step 6/22 : COPY go.mod . [2021-01-05T00:38:08.862Z] OK: 233 MiB in 51 packages [2021-01-05T00:38:09.209Z] Removing intermediate container 5cfd8a73c04b [2021-01-05T00:38:09.209Z] ---> 7286578696f5 [2021-01-05T00:38:09.209Z] Step 6/21 : COPY go.mod . [2021-01-05T00:38:09.501Z] Removing intermediate container 4b607045eebe [2021-01-05T00:38:09.501Z] ---> 0ef86d20f35c [2021-01-05T00:38:09.501Z] Step 6/22 : COPY go.mod . [2021-01-05T00:38:09.501Z] ---> 0c8d0d334185 [2021-01-05T00:38:09.501Z] Step 7/22 : RUN go mod download [2021-01-05T00:38:09.808Z] Removing intermediate container 20d988c21a7f [2021-01-05T00:38:09.808Z] ---> 778d6fd20bd8 [2021-01-05T00:38:09.808Z] Step 6/26 : COPY go.mod . [2021-01-05T00:38:09.808Z] ---> Running in d509441d3d9e [2021-01-05T00:38:10.168Z] ---> 2804689d7b5d [2021-01-05T00:38:10.168Z] Step 7/21 : RUN go mod download [2021-01-05T00:38:10.448Z] ---> Running in 5ea3bbb53dfe [2021-01-05T00:38:10.448Z] ---> cd5136809805 [2021-01-05T00:38:10.448Z] Step 7/22 : RUN go mod download [2021-01-05T00:38:10.448Z] Removing intermediate container 85a64dca5247 [2021-01-05T00:38:10.448Z] ---> 3d318bb86801 [2021-01-05T00:38:10.448Z] Step 6/21 : COPY go.mod . [2021-01-05T00:38:10.748Z] ---> Running in 843923695eee [2021-01-05T00:38:10.748Z] ---> 83c416f8b6a5 [2021-01-05T00:38:10.748Z] Step 7/26 : RUN go mod download [2021-01-05T00:38:10.748Z] ---> Running in 200123c8b9de [2021-01-05T00:38:11.032Z] ---> 43b6894e1604 [2021-01-05T00:38:11.032Z] Step 7/21 : RUN go mod download [2021-01-05T00:38:11.392Z] ---> Running in ef5146386b17 [2021-01-05T00:38:14.107Z] Removing intermediate container ef5146386b17 [2021-01-05T00:38:14.107Z] ---> fc65698f092d [2021-01-05T00:38:14.107Z] Step 8/21 : COPY . . [2021-01-05T00:38:14.385Z] Removing intermediate container d509441d3d9e [2021-01-05T00:38:14.385Z] ---> a669566b79d2 [2021-01-05T00:38:14.385Z] Step 8/22 : COPY . . [2021-01-05T00:38:14.385Z] Removing intermediate container 843923695eee [2021-01-05T00:38:14.385Z] ---> 10c1ff099673 [2021-01-05T00:38:14.385Z] Step 8/22 : COPY . . [2021-01-05T00:38:14.707Z] Removing intermediate container 5ea3bbb53dfe [2021-01-05T00:38:14.707Z] ---> 0cb4f0eb24f7 [2021-01-05T00:38:14.707Z] Step 8/21 : COPY . . [2021-01-05T00:38:14.707Z] Removing intermediate container 200123c8b9de [2021-01-05T00:38:14.707Z] ---> 6d1d4109ba7c [2021-01-05T00:38:14.707Z] Step 8/26 : COPY . . [2021-01-05T00:38:23.101Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-05T00:38:49.937Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-05T00:38:49.937Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-05T00:38:49.937Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-05T00:38:49.937Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-05T00:38:49.937Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-05T00:38:49.937Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-05T00:38:49.937Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-05T00:38:49.937Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-05T00:38:49.937Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-05T00:38:54.482Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-05T00:38:54.482Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-05T00:38:54.482Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-05T00:39:01.235Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.241s coverage: 46.6% of statements [2021-01-05T00:39:01.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-05T00:39:01.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-05T00:39:01.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-05T00:39:01.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-05T00:39:01.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-05T00:39:08.008Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.563s coverage: 27.0% of statements [2021-01-05T00:39:08.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-05T00:39:08.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-05T00:39:08.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-05T00:39:08.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-05T00:39:08.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-05T00:39:08.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-05T00:39:08.008Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.086s coverage: 100.0% of statements [2021-01-05T00:39:08.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-05T00:39:08.008Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.074s coverage: 100.0% of statements [2021-01-05T00:39:08.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-05T00:39:08.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-05T00:39:08.008Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.555s coverage: 75.7% of statements [2021-01-05T00:39:08.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-05T00:39:08.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-05T00:39:08.291Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.738s coverage: 82.9% of statements [2021-01-05T00:39:08.291Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-05T00:39:08.291Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-05T00:39:08.291Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-05T00:39:08.291Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-05T00:39:11.553Z] ---> 3074389458bb [2021-01-05T00:39:11.553Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-05T00:39:11.553Z] ---> 6618528990af [2021-01-05T00:39:11.553Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-05T00:39:11.553Z] ---> da9d268de7e0 [2021-01-05T00:39:11.553Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-05T00:39:11.553Z] ---> 333367b48997 [2021-01-05T00:39:11.553Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-05T00:39:11.553Z] ---> Running in 6bf04d23f103 [2021-01-05T00:39:11.553Z] ---> Running in 55f2fb127fce [2021-01-05T00:39:11.553Z] ---> Running in a0eafa905e6f [2021-01-05T00:39:11.553Z] ---> Running in 58622464d71b [2021-01-05T00:39:11.553Z] ---> 63fdcb0a4806 [2021-01-05T00:39:11.553Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-05T00:39:11.553Z] ---> Running in 463b0159328c [2021-01-05T00:39:11.553Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-05T00:39:11.553Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-05T00:39:11.553Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-05T00:39:11.553Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-05T00:39:11.553Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-05T00:39:18.547Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.301s coverage: 28.6% of statements [2021-01-05T00:39:18.547Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-05T00:39:18.547Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-05T00:39:18.547Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-05T00:39:18.547Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-05T00:39:18.547Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-05T00:39:18.547Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.168s coverage: 100.0% of statements [2021-01-05T00:39:18.547Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-05T00:39:18.547Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.077s coverage: 100.0% of statements [2021-01-05T00:39:18.547Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-05T00:39:18.547Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.368s coverage: 86.7% of statements [2021-01-05T00:39:18.547Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-05T00:39:18.547Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.391s coverage: 97.5% of statements [2021-01-05T00:39:18.547Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-05T00:39:18.547Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.141s coverage: 78.3% of statements [2021-01-05T00:39:18.547Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-05T00:39:18.547Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-05T00:39:18.547Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-05T00:39:18.547Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-05T00:39:26.885Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.234s coverage: 93.8% of statements [2021-01-05T00:39:26.885Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-05T00:39:26.885Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-05T00:39:26.885Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-05T00:39:26.885Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-05T00:39:26.885Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-05T00:39:26.885Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-05T00:39:26.885Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-05T00:39:26.885Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-05T00:39:26.885Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-05T00:39:26.885Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-05T00:39:26.885Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-05T00:39:26.885Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-05T00:39:26.885Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-05T00:39:26.885Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-05T00:39:26.885Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-05T00:39:26.885Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-05T00:39:26.885Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-05T00:39:26.885Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-05T00:39:26.885Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.090s coverage: 58.8% of statements [2021-01-05T00:39:26.885Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-05T00:39:26.885Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-05T00:39:26.885Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.178s coverage: 0.1% of statements [2021-01-05T00:39:26.885Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-05T00:39:26.885Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-05T00:39:26.885Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-05T00:39:26.885Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-05T00:39:26.885Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.063s coverage: 100.0% of statements [2021-01-05T00:39:26.885Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-05T00:39:26.885Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.104s coverage: 75.5% of statements [2021-01-05T00:39:26.885Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-05T00:39:26.885Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.089s coverage: 80.8% of statements [2021-01-05T00:39:26.885Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.184s coverage: 87.2% of statements [2021-01-05T00:39:27.161Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.146s coverage: 84.2% of statements [2021-01-05T00:39:29.825Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.219s coverage: 91.4% of statements [2021-01-05T00:39:29.825Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-05T00:39:31.820Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.657s coverage: 63.5% of statements [2021-01-05T00:39:31.820Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-05T00:39:31.820Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-05T00:39:31.820Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.107s coverage: 100.0% of statements [2021-01-05T00:39:31.820Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.092s coverage: 91.3% of statements [2021-01-05T00:39:32.091Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.068s coverage: 100.0% of statements [2021-01-05T00:39:32.091Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.059s coverage: 73.7% of statements [2021-01-05T00:39:34.074Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.048s coverage: 100.0% of statements [2021-01-05T00:39:37.480Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.878s coverage: 55.9% of statements [2021-01-05T00:39:37.480Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-05T00:39:37.480Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-05T00:39:37.480Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-05T00:39:37.480Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-05T00:39:37.480Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-05T00:39:38.473Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.415s coverage: 37.0% of statements [2021-01-05T00:39:38.473Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-05T00:39:38.473Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-05T00:39:38.473Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.649s coverage: 84.0% of statements [2021-01-05T00:39:38.752Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.159s coverage: 100.0% of statements [2021-01-05T00:39:47.103Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.362s coverage: 47.1% of statements [2021-01-05T00:39:47.103Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-05T00:39:47.103Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-05T00:39:47.103Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-05T00:39:47.103Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-05T00:39:47.103Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-05T00:39:47.103Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.178s coverage: 100.0% of statements [2021-01-05T00:39:47.103Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-05T00:39:47.103Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.124s coverage: 100.0% of statements [2021-01-05T00:39:47.103Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-05T00:39:50.988Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-05T00:39:52.561Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.265s coverage: 29.1% of statements [2021-01-05T00:39:52.561Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-05T00:39:52.561Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-05T00:39:52.561Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-05T00:39:52.561Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-05T00:39:52.561Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-05T00:39:52.561Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.227s coverage: 99.0% of statements [2021-01-05T00:39:52.561Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-05T00:39:52.561Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.129s coverage: 100.0% of statements [2021-01-05T00:39:52.561Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-05T00:39:52.561Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements [2021-01-05T00:39:52.561Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-05T00:39:52.561Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.061s coverage: 100.0% of statements [2021-01-05T00:39:52.561Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-05T00:39:52.561Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-05T00:39:52.561Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-05T00:39:52.561Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-05T00:39:52.561Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.092s coverage: 87.9% of statements [2021-01-05T00:39:52.561Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-05T00:39:52.561Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-05T00:39:52.561Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.063s coverage: 100.0% of statements [2021-01-05T00:39:52.561Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-01-05T00:39:52.832Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.088s coverage: 100.0% of statements [2021-01-05T00:39:53.423Z] GO111MODULE=on go vet ./... [2021-01-05T00:39:56.487Z] Removing intermediate container a0eafa905e6f [2021-01-05T00:39:56.487Z] ---> 49964c5703eb [2021-01-05T00:39:56.487Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-05T00:39:56.487Z] Removing intermediate container 6bf04d23f103 [2021-01-05T00:39:56.487Z] ---> 7bb967854520 [2021-01-05T00:39:56.487Z] [2021-01-05T00:39:56.487Z] Step 10/21 : FROM scratch [2021-01-05T00:39:56.487Z] ---> [2021-01-05T00:39:56.487Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T00:39:56.487Z] Removing intermediate container 58622464d71b [2021-01-05T00:39:56.487Z] ---> c17c19c0d8e4 [2021-01-05T00:39:56.487Z] [2021-01-05T00:39:56.487Z] Step 10/22 : FROM scratch [2021-01-05T00:39:56.487Z] ---> [2021-01-05T00:39:56.487Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T00:39:56.487Z] ---> Running in 5725961a8a92 [2021-01-05T00:39:56.794Z] ---> Running in f80a47527cc8 [2021-01-05T00:39:56.795Z] ---> Running in b6a07b32c615 [2021-01-05T00:39:58.845Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-05T00:39:58.846Z] Removing intermediate container b6a07b32c615 [2021-01-05T00:39:58.846Z] ---> a64ab920f7aa [2021-01-05T00:39:58.846Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-05T00:39:58.846Z] Removing intermediate container f80a47527cc8 [2021-01-05T00:39:58.846Z] ---> fcb11111b54a [2021-01-05T00:39:58.846Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-05T00:39:59.141Z] ---> Running in 6eeaf028f245 [2021-01-05T00:39:59.141Z] ---> Running in 5f4698de0318 [2021-01-05T00:39:59.436Z] Removing intermediate container 463b0159328c [2021-01-05T00:39:59.436Z] ---> f41f8bdd6211 [2021-01-05T00:39:59.436Z] [2021-01-05T00:39:59.436Z] Step 10/21 : FROM alpine:3.12 [2021-01-05T00:39:59.742Z] 3.12: Pulling from library/alpine [2021-01-05T00:40:00.069Z] Removing intermediate container 5f4698de0318 [2021-01-05T00:40:00.069Z] ---> 59669a30f8c3 [2021-01-05T00:40:00.069Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-05T00:40:00.069Z] Removing intermediate container 6eeaf028f245 [2021-01-05T00:40:00.069Z] ---> 437880bbf471 [2021-01-05T00:40:00.069Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-05T00:40:00.407Z] ---> Running in ee588ffa635c [2021-01-05T00:40:00.407Z] ---> Running in 1ac0d3c2c9e3 [2021-01-05T00:40:01.466Z] Removing intermediate container ee588ffa635c [2021-01-05T00:40:01.466Z] ---> 4c9dd45a9927 [2021-01-05T00:40:01.466Z] Step 14/22 : WORKDIR / [2021-01-05T00:40:01.466Z] Removing intermediate container 1ac0d3c2c9e3 [2021-01-05T00:40:01.466Z] ---> bd1ad4621c49 [2021-01-05T00:40:01.466Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-05T00:40:02.460Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-05T00:40:02.461Z] Status: Downloaded newer image for alpine:3.12 [2021-01-05T00:40:02.461Z] ---> 389fef711851 [2021-01-05T00:40:02.731Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-05T00:40:03.017Z] ---> Running in 16bf564439dc [2021-01-05T00:40:03.295Z] ---> Running in e218ca572f23 [2021-01-05T00:40:03.295Z] ---> bd7668bfaf97 [2021-01-05T00:40:03.295Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-05T00:40:03.581Z] Removing intermediate container 55f2fb127fce [2021-01-05T00:40:03.581Z] ---> cfe3dba04fef [2021-01-05T00:40:03.581Z] [2021-01-05T00:40:03.581Z] Step 10/22 : FROM scratch [2021-01-05T00:40:03.581Z] ---> [2021-01-05T00:40:03.581Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T00:40:03.581Z] ---> Using cache [2021-01-05T00:40:03.582Z] ---> fcb11111b54a [2021-01-05T00:40:03.582Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-05T00:40:03.582Z] ---> Running in 5bb2b1656a86 [2021-01-05T00:40:03.880Z] Removing intermediate container 16bf564439dc [2021-01-05T00:40:03.880Z] ---> 35b6f897f292 [2021-01-05T00:40:03.880Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-05T00:40:04.197Z] Removing intermediate container 5725961a8a92 [2021-01-05T00:40:04.197Z] ---> 9d0522e4cf5e [2021-01-05T00:40:04.197Z] [2021-01-05T00:40:04.197Z] Step 11/26 : FROM docker:20.10.0 [2021-01-05T00:40:04.197Z] 20.10.0: Pulling from library/docker [2021-01-05T00:40:04.545Z] Removing intermediate container 5bb2b1656a86 [2021-01-05T00:40:04.545Z] ---> 940e49c7e772 [2021-01-05T00:40:04.545Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-05T00:40:05.440Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T00:40:05.440Z] ---> Running in 4e79988a0d7c [2021-01-05T00:40:05.440Z] ---> 359c12e69cd0 [2021-01-05T00:40:05.440Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-05T00:40:05.440Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T00:40:05.440Z] ---> 673c0f9cb407 [2021-01-05T00:40:05.440Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-05T00:40:05.440Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-05T00:40:05.440Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T00:40:05.440Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-05T00:40:05.986Z] (4/4) Installing curl (7.69.1-r3) [2021-01-05T00:40:05.986Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T00:40:05.986Z] Executing ca-certificates-20191127-r4.trigger [2021-01-05T00:40:05.987Z] OK: 7 MiB in 18 packages [2021-01-05T00:40:05.987Z] Removing intermediate container 4e79988a0d7c [2021-01-05T00:40:05.987Z] ---> 63e91b0061d8 [2021-01-05T00:40:05.987Z] Step 14/22 : WORKDIR / [2021-01-05T00:40:06.282Z] ---> Running in bd4b3739bbcc [2021-01-05T00:40:06.282Z] ---> 8b71ed4f4a34 [2021-01-05T00:40:06.282Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-05T00:40:06.927Z] ---> 528f3762340a [2021-01-05T00:40:06.927Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-05T00:40:06.927Z] ---> Running in f48d582e7447 [2021-01-05T00:40:06.927Z] Removing intermediate container bd4b3739bbcc [2021-01-05T00:40:06.927Z] ---> 44e633947c33 [2021-01-05T00:40:06.927Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-05T00:40:07.216Z] Removing intermediate container f48d582e7447 [2021-01-05T00:40:07.216Z] ---> f98fed2db39e [2021-01-05T00:40:07.216Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T00:40:07.528Z] ---> Running in 7dfbc53f66ec [2021-01-05T00:40:07.803Z] ---> 9e0d1e6f7aef [2021-01-05T00:40:07.803Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-05T00:40:07.803Z] ---> fd8c14015ef0 [2021-01-05T00:40:07.803Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-05T00:40:07.803Z] Removing intermediate container e218ca572f23 [2021-01-05T00:40:07.803Z] ---> 2cb893e120b9 [2021-01-05T00:40:07.803Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-05T00:40:08.077Z] ---> Running in 82c3bdd20493 [2021-01-05T00:40:08.077Z] Removing intermediate container 7dfbc53f66ec [2021-01-05T00:40:08.077Z] ---> e45988616348 [2021-01-05T00:40:08.077Z] Step 19/21 : LABEL arch=x86_64 [2021-01-05T00:40:08.077Z] ---> Running in cd795e66fb2d [2021-01-05T00:40:08.077Z] ---> Running in c9e8207fdb95 [2021-01-05T00:40:08.363Z] Removing intermediate container 82c3bdd20493 [2021-01-05T00:40:08.363Z] ---> 95d2cebdce5a [2021-01-05T00:40:08.363Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T00:40:09.352Z] ---> Running in 6c30fe18cb03 [2021-01-05T00:40:09.352Z] Removing intermediate container cd795e66fb2d [2021-01-05T00:40:09.352Z] ---> cb1434879fab [2021-01-05T00:40:09.352Z] Step 13/21 : WORKDIR /edgex [2021-01-05T00:40:09.633Z] Removing intermediate container c9e8207fdb95 [2021-01-05T00:40:09.633Z] ---> c613175ba3ba [2021-01-05T00:40:09.633Z] Step 20/21 : LABEL git_sha=b026b923cce910104345e4fc88c032ad4f5ee240 [2021-01-05T00:40:09.633Z] ---> 532eba69daef [2021-01-05T00:40:09.633Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-05T00:40:09.633Z] ---> Running in d2ca0f363b66 [2021-01-05T00:40:09.952Z] ---> Running in 05e3bed9e15b [2021-01-05T00:40:09.952Z] Removing intermediate container 6c30fe18cb03 [2021-01-05T00:40:09.952Z] ---> 67822f7f606a [2021-01-05T00:40:09.952Z] Step 20/22 : LABEL arch=x86_64 [2021-01-05T00:40:10.250Z] ---> Running in b450028a3379 [2021-01-05T00:40:10.520Z] Removing intermediate container 05e3bed9e15b [2021-01-05T00:40:10.520Z] ---> acd52db958e7 [2021-01-05T00:40:10.520Z] Step 21/21 : LABEL version=0.0.0 [2021-01-05T00:40:10.520Z] Removing intermediate container d2ca0f363b66 [2021-01-05T00:40:10.520Z] ---> 9acb2c7e9cfe [2021-01-05T00:40:10.520Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-05T00:40:10.520Z] ---> 00120e818f09 [2021-01-05T00:40:10.520Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-05T00:40:10.793Z] Removing intermediate container b450028a3379 [2021-01-05T00:40:10.793Z] ---> ed2c0cf1e915 [2021-01-05T00:40:10.793Z] Step 21/22 : LABEL git_sha=b026b923cce910104345e4fc88c032ad4f5ee240 [2021-01-05T00:40:10.793Z] ---> Running in ca66c73a42b5 [2021-01-05T00:40:10.793Z] ---> Running in 199fea008612 [2021-01-05T00:40:11.064Z] ---> Running in 1c1a433d1c53 [2021-01-05T00:40:11.064Z] ---> ea853ded19e1 [2021-01-05T00:40:11.064Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-05T00:40:11.064Z] Removing intermediate container ca66c73a42b5 [2021-01-05T00:40:11.064Z] ---> 5339dcab0802 [2021-01-05T00:40:11.064Z] [2021-01-05T00:40:11.344Z] Removing intermediate container 199fea008612 [2021-01-05T00:40:11.344Z] ---> 402678bf4f04 [2021-01-05T00:40:11.344Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T00:40:11.344Z] Removing intermediate container 1c1a433d1c53 [2021-01-05T00:40:11.344Z] ---> 2a40fd4fd0d4 [2021-01-05T00:40:11.344Z] Step 22/22 : LABEL version=0.0.0 [2021-01-05T00:40:11.970Z] Successfully built 5339dcab0802 [2021-01-05T00:40:11.971Z] ---> Running in b1cf0ae4e667 [2021-01-05T00:40:11.971Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-05T00:40:11.971Z] ---> Running in ae896d34e92f [2021-01-05T00:40:11.971Z] Building docker-security-secretstore-setup-go [2021-01-05T00:40:12.240Z]  Building docker-support-scheduler-go ... done  ---> 8614cd40b2ff [2021-01-05T00:40:12.240Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-05T00:40:12.240Z] Removing intermediate container b1cf0ae4e667 [2021-01-05T00:40:12.240Z] ---> f0f89409bb35 [2021-01-05T00:40:12.240Z] Step 20/22 : LABEL arch=x86_64 [2021-01-05T00:40:12.530Z] Removing intermediate container ae896d34e92f [2021-01-05T00:40:12.530Z] ---> 6c444eb1f8b2 [2021-01-05T00:40:12.530Z] [2021-01-05T00:40:12.530Z] ---> Running in 598463c18e11 [2021-01-05T00:40:13.134Z] Successfully built 6c444eb1f8b2 [2021-01-05T00:40:13.134Z] Successfully tagged docker-core-command-go:latest [2021-01-05T00:40:13.134Z] Building docker-core-data-go [2021-01-05T00:40:13.432Z]  Building docker-core-command-go ... done Removing intermediate container 598463c18e11 [2021-01-05T00:40:13.432Z] ---> 19642935126d [2021-01-05T00:40:13.432Z] Step 21/22 : LABEL git_sha=b026b923cce910104345e4fc88c032ad4f5ee240 [2021-01-05T00:40:13.432Z] ---> 959b7cf60116 [2021-01-05T00:40:13.432Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-05T00:40:13.700Z] ---> Running in b572e4a1a0b4 [2021-01-05T00:40:13.700Z] ---> Running in 70b8abe30c90 [2021-01-05T00:40:15.680Z] Removing intermediate container b572e4a1a0b4 [2021-01-05T00:40:15.680Z] ---> e7c946d9c6e3 [2021-01-05T00:40:15.680Z] Step 22/22 : LABEL version=0.0.0 [2021-01-05T00:40:15.680Z] Removing intermediate container 70b8abe30c90 [2021-01-05T00:40:15.680Z] ---> 5b5488dd286e [2021-01-05T00:40:15.680Z] Step 18/21 : CMD ["--init=true"] [2021-01-05T00:40:16.327Z] ---> Running in 65d3a4c07bc2 [2021-01-05T00:40:16.327Z] ---> Running in df3207cce39e [2021-01-05T00:40:16.929Z] Removing intermediate container df3207cce39e [2021-01-05T00:40:16.929Z] ---> bfd35dffe11d [2021-01-05T00:40:16.929Z] [2021-01-05T00:40:16.929Z] Removing intermediate container 65d3a4c07bc2 [2021-01-05T00:40:16.929Z] ---> 40ce53b2792a [2021-01-05T00:40:16.929Z] Step 19/21 : LABEL arch=x86_64 [2021-01-05T00:40:17.562Z] Successfully built bfd35dffe11d [2021-01-05T00:40:17.562Z] Successfully tagged docker-core-metadata-go:latest [2021-01-05T00:40:17.562Z] Building docker-support-notifications-go [2021-01-05T00:40:19.648Z]  Building docker-core-metadata-go ... done  ---> Running in a843d9baeba5 [2021-01-05T00:40:19.648Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-05T00:40:19.648Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-05T00:40:19.648Z] ---> aefe523efa57 [2021-01-05T00:40:19.648Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-05T00:40:20.272Z] ---> Running in 0d477206c6f7 [2021-01-05T00:40:20.549Z] Removing intermediate container a843d9baeba5 [2021-01-05T00:40:20.549Z] ---> d7c7274a70c8 [2021-01-05T00:40:20.549Z] Step 20/21 : LABEL git_sha=b026b923cce910104345e4fc88c032ad4f5ee240 [2021-01-05T00:40:20.829Z] ---> Running in 774c913e59b3 [2021-01-05T00:40:21.473Z] Removing intermediate container 774c913e59b3 [2021-01-05T00:40:21.473Z] ---> 49b76b68c422 [2021-01-05T00:40:21.473Z] Step 21/21 : LABEL version=0.0.0 [2021-01-05T00:40:22.128Z] ---> Running in 0689fd228bf2 [2021-01-05T00:40:22.730Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T00:40:23.006Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T00:40:23.292Z] Removing intermediate container 0689fd228bf2 [2021-01-05T00:40:23.292Z] ---> 970053a0899e [2021-01-05T00:40:23.292Z] [2021-01-05T00:40:23.292Z] (1/2) Installing readline (8.0.4-r0) [2021-01-05T00:40:23.292Z] (2/2) Installing bash (5.0.17-r0) [2021-01-05T00:40:23.292Z] Executing bash-5.0.17-r0.post-install [2021-01-05T00:40:23.292Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T00:40:23.292Z] OK: 12 MiB in 22 packages [2021-01-05T00:40:23.599Z] Successfully built 970053a0899e [2021-01-05T00:40:23.599Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-05T00:40:23.599Z] Building docker-security-bootstrap-redis-go [2021-01-05T00:40:25.672Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 0d477206c6f7 [2021-01-05T00:40:25.672Z] ---> de3d38bfbbed [2021-01-05T00:40:25.672Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-05T00:40:26.732Z] ---> Running in 19c3d72a2712 [2021-01-05T00:40:27.767Z] Removing intermediate container 19c3d72a2712 [2021-01-05T00:40:27.767Z] ---> e8cd3dbfec1d [2021-01-05T00:40:27.767Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-05T00:40:27.767Z] ---> Running in 2bb7881d4bc2 [2021-01-05T00:40:28.406Z] Removing intermediate container 2bb7881d4bc2 [2021-01-05T00:40:28.406Z] ---> 9ef7848825a6 [2021-01-05T00:40:28.406Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-05T00:40:29.031Z] ---> Running in 8a27628eb474 [2021-01-05T00:40:30.645Z] Removing intermediate container 8a27628eb474 [2021-01-05T00:40:30.645Z] ---> b44ec7620327 [2021-01-05T00:40:30.645Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-05T00:40:33.462Z] ---> 52d14f8e1ac1 [2021-01-05T00:40:33.462Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-05T00:40:34.975Z] ---> 6a99596a84e5 [2021-01-05T00:40:34.975Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-05T00:40:36.467Z] ---> 385d9a53e69e [2021-01-05T00:40:36.468Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-05T00:40:36.783Z] ---> Running in b6474a5d176e [2021-01-05T00:40:38.950Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T00:40:38.950Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T00:40:38.950Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-05T00:40:38.950Z] (2/33) Installing expat (2.2.9-r1) [2021-01-05T00:40:38.950Z] (3/33) Installing libffi (3.3-r2) [2021-01-05T00:40:38.950Z] (4/33) Installing gdbm (1.13-r1) [2021-01-05T00:40:39.233Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-05T00:40:39.233Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-05T00:40:39.233Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-05T00:40:43.953Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-05T00:40:43.953Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-05T00:40:43.953Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-05T00:40:43.953Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-05T00:40:44.295Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-05T00:40:44.295Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-05T00:40:44.295Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-05T00:40:44.295Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-05T00:40:44.295Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-05T00:40:44.590Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-05T00:40:45.200Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-05T00:40:45.200Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-05T00:40:45.200Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-05T00:40:45.480Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-05T00:40:45.480Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-05T00:40:45.480Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-05T00:40:45.480Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-05T00:40:45.480Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-05T00:40:45.768Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-05T00:40:46.833Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-05T00:40:46.833Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-05T00:40:46.833Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-05T00:40:46.833Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-05T00:40:46.833Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-05T00:40:46.833Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-05T00:40:46.833Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-05T00:40:47.118Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T00:40:47.118Z] OK: 71 MiB in 55 packages [2021-01-05T00:40:53.936Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T00:40:53.936Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-05T00:40:53.936Z] ---> 77ac2cab0d7e [2021-01-05T00:40:53.936Z] Step 3/24 : WORKDIR /edgex-go [2021-01-05T00:40:53.936Z] ---> Using cache [2021-01-05T00:40:53.936Z] ---> 10d51f117e34 [2021-01-05T00:40:53.936Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T00:40:53.936Z] ---> Using cache [2021-01-05T00:40:53.936Z] ---> 0154837bc648 [2021-01-05T00:40:53.936Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-05T00:40:54.208Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T00:40:54.208Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-05T00:40:54.208Z] ---> 77ac2cab0d7e [2021-01-05T00:40:54.208Z] Step 3/23 : WORKDIR /edgex-go [2021-01-05T00:40:54.208Z] ---> Using cache [2021-01-05T00:40:54.208Z] ---> 10d51f117e34 [2021-01-05T00:40:54.208Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T00:40:54.208Z] ---> Using cache [2021-01-05T00:40:54.208Z] ---> 0154837bc648 [2021-01-05T00:40:54.208Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-05T00:40:55.386Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T00:40:55.386Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-05T00:40:55.386Z] ---> 77ac2cab0d7e [2021-01-05T00:40:55.386Z] Step 3/24 : WORKDIR /edgex-go [2021-01-05T00:40:55.386Z] ---> Using cache [2021-01-05T00:40:55.386Z] ---> 10d51f117e34 [2021-01-05T00:40:55.386Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T00:40:55.386Z] ---> Using cache [2021-01-05T00:40:55.386Z] ---> 0154837bc648 [2021-01-05T00:40:55.386Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-05T00:40:55.775Z] ---> Running in f95d146c3136 [2021-01-05T00:40:55.775Z] ---> Running in 4463b82dfcfa [2021-01-05T00:40:55.775Z] ---> Running in 7a1e846d4a43 [2021-01-05T00:40:58.114Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T00:40:58.114Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T00:40:58.114Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T00:40:59.568Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T00:40:59.568Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T00:40:59.842Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T00:41:00.899Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T00:41:00.899Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-05T00:41:00.899Z] ---> 77ac2cab0d7e [2021-01-05T00:41:00.899Z] Step 3/22 : WORKDIR /edgex-go [2021-01-05T00:41:00.899Z] ---> Using cache [2021-01-05T00:41:00.899Z] ---> 10d51f117e34 [2021-01-05T00:41:00.899Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T00:41:00.899Z] ---> Using cache [2021-01-05T00:41:00.899Z] ---> 0154837bc648 [2021-01-05T00:41:00.899Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-05T00:41:01.219Z] OK: 233 MiB in 51 packages [2021-01-05T00:41:01.219Z] OK: 233 MiB in 51 packages [2021-01-05T00:41:01.219Z] OK: 233 MiB in 51 packages [2021-01-05T00:41:01.546Z] gofmt -l . [2021-01-05T00:41:02.244Z] ---> Running in b0eab6a15ae6 [2021-01-05T00:41:03.704Z] Removing intermediate container 7a1e846d4a43 [2021-01-05T00:41:03.704Z] ---> 392c94fbd145 [2021-01-05T00:41:03.704Z] Step 6/24 : COPY go.mod . [2021-01-05T00:41:03.704Z] Removing intermediate container f95d146c3136 [2021-01-05T00:41:03.704Z] ---> abdae95a2535 [2021-01-05T00:41:03.704Z] Step 6/24 : COPY go.mod . [2021-01-05T00:41:03.704Z] Removing intermediate container 4463b82dfcfa [2021-01-05T00:41:03.704Z] ---> 13e00a1e5fc7 [2021-01-05T00:41:03.704Z] Step 6/23 : COPY go.mod . [2021-01-05T00:41:03.704Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T00:41:04.160Z] [ "`gofmt -l .`" = "" ] [2021-01-05T00:41:04.302Z] ---> b1c6d85567b3 [2021-01-05T00:41:04.302Z] Step 7/24 : RUN go mod download [2021-01-05T00:41:04.302Z] ---> fec7d385c39e [2021-01-05T00:41:04.302Z] Step 7/24 : RUN go mod download [2021-01-05T00:41:04.302Z] ---> 212cf91e3039 [2021-01-05T00:41:04.302Z] Step 7/23 : RUN go mod download [2021-01-05T00:41:04.302Z] ---> Running in 0b6716b47ff9 [2021-01-05T00:41:04.571Z] ---> Running in 4bbbcf41f733 [2021-01-05T00:41:04.571Z] ---> Running in c9a92936a58c [2021-01-05T00:41:04.571Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T00:41:05.596Z] OK: 233 MiB in 51 packages [2021-01-05T00:41:06.774Z] ./bin/test-go-mod-tidy.sh [2021-01-05T00:41:07.049Z] ./bin/test-attribution-txt.sh [2021-01-05T00:41:07.105Z] Removing intermediate container b0eab6a15ae6 [2021-01-05T00:41:07.105Z] ---> 38f3c5338617 [2021-01-05T00:41:07.105Z] Step 6/22 : COPY go.mod . [2021-01-05T00:41:08.528Z] ---> b9aaeaa7533c [2021-01-05T00:41:08.529Z] Step 7/22 : RUN go mod download [2021-01-05T00:41:08.529Z] Removing intermediate container 0b6716b47ff9 [2021-01-05T00:41:08.529Z] ---> a28edf104410 [2021-01-05T00:41:08.529Z] Step 8/24 : COPY . . [2021-01-05T00:41:08.529Z] ---> Running in 92a153606d2f [2021-01-05T00:41:08.819Z] Removing intermediate container c9a92936a58c [2021-01-05T00:41:08.819Z] ---> b3cbd7f14a86 [2021-01-05T00:41:08.819Z] Step 8/23 : COPY . . [2021-01-05T00:41:09.102Z] Removing intermediate container 4bbbcf41f733 [2021-01-05T00:41:09.102Z] ---> 7dd8a83b65bd [2021-01-05T00:41:09.102Z] Step 8/24 : COPY . . [Pipeline] sh [2021-01-05T00:41:12.033Z] + ls -al . [2021-01-05T00:41:12.033Z] total 664 [2021-01-05T00:41:12.033Z] drwxrwxr-x 9 1001 1001 4096 Jan 5 00:41 . [2021-01-05T00:41:12.033Z] drwxr-xr-x 4 root root 4096 Jan 5 00:37 .. [2021-01-05T00:41:12.033Z] -rw-rw-r-- 1 1001 1001 11 Jan 5 00:35 .dockerignore [2021-01-05T00:41:12.033Z] drwxrwxr-x 8 1001 1001 4096 Jan 5 00:35 .git [2021-01-05T00:41:12.033Z] drwxrwxr-x 3 1001 1001 4096 Jan 5 00:35 .github [2021-01-05T00:41:12.033Z] -rw-rw-r-- 1 1001 1001 824 Jan 5 00:35 .gitignore [2021-01-05T00:41:12.033Z] -rw-rw-r-- 1 1001 1001 166 Jan 5 00:35 .sonarcloud.properties [2021-01-05T00:41:12.033Z] -rw-rw-r-- 1 1001 1001 3804 Jan 5 00:35 CONTRIBUTING.md [2021-01-05T00:41:12.033Z] -rw-rw-r-- 1 1001 1001 931 Jan 5 00:35 Dockerfile.build [2021-01-05T00:41:12.033Z] -rw-rw-r-- 1 1001 1001 863 Jan 5 00:35 Jenkinsfile [2021-01-05T00:41:12.033Z] -rw-rw-r-- 1 1001 1001 10775 Jan 5 00:35 LICENSE [2021-01-05T00:41:12.033Z] -rw-rw-r-- 1 1001 1001 5750 Jan 5 00:35 Makefile [2021-01-05T00:41:12.033Z] -rw-rw-r-- 1 1001 1001 6511 Jan 5 00:35 README.md [2021-01-05T00:41:12.033Z] -rw-rw-r-- 1 1001 1001 6744 Jan 5 00:35 SECURITY.md [2021-01-05T00:41:12.033Z] -rw-rw-r-- 1 1001 1001 5 Jan 5 00:32 VERSION [2021-01-05T00:41:12.033Z] -rw-rw-r-- 1 1001 1001 4131 Jan 5 00:35 ZMQWindows.md [2021-01-05T00:41:12.033Z] drwxrwxr-x 2 1001 1001 4096 Jan 5 00:35 bin [2021-01-05T00:41:12.033Z] drwxrwxr-x 14 1001 1001 4096 Jan 5 00:35 cmd [2021-01-05T00:41:12.033Z] -rw-r--r-- 1 root root 538204 Jan 5 00:39 coverage.out [2021-01-05T00:41:12.033Z] -rw-r--r-- 1 root root 979 Jan 5 00:41 go.mod [2021-01-05T00:41:12.033Z] -rw-r--r-- 1 root root 18934 Jan 5 00:41 go.sum [2021-01-05T00:41:12.033Z] drwxrwxr-x 8 1001 1001 4096 Jan 5 00:35 internal [2021-01-05T00:41:12.033Z] drwxrwxr-x 4 1001 1001 4096 Jan 5 00:35 openapi [2021-01-05T00:41:12.033Z] drwxrwxr-x 4 1001 1001 4096 Jan 5 00:35 snap [2021-01-05T00:41:12.033Z] -rw-rw-r-- 1 1001 1001 168 Jan 5 00:35 version.go [Pipeline] sh [2021-01-05T00:41:12.698Z] + '[' -e coverage.out ] [2021-01-05T00:41:12.698Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-05T00:41:12.767Z] Warning: overwriting stash ‘coverage-report’ [2021-01-05T00:41:13.981Z] Stashed 1 file(s) [Pipeline] sh [2021-01-05T00:41:14.691Z] + make build [2021-01-05T00:41:14.691Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-05T00:41:18.265Z] Removing intermediate container 92a153606d2f [2021-01-05T00:41:18.265Z] ---> d1e1be01d04f [2021-01-05T00:41:18.265Z] Step 8/22 : COPY . . [2021-01-05T00:41:22.818Z] Removing intermediate container b6474a5d176e [2021-01-05T00:41:22.818Z] ---> c82c9b5a2c42 [2021-01-05T00:41:22.818Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-05T00:41:25.784Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-05T00:41:26.302Z] ---> Running in af182ff3e28b [2021-01-05T00:41:45.062Z] Collecting docker-compose==1.23.2 [2021-01-05T00:41:45.062Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-05T00:41:45.062Z] Collecting docopt<0.7,>=0.6.1 [2021-01-05T00:41:45.062Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-05T00:41:50.769Z] Collecting cached-property<2,>=1.2.0 [2021-01-05T00:41:50.769Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-05T00:41:50.769Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-05T00:41:50.769Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-05T00:41:52.636Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-05T00:41:53.498Z] Collecting docker<4.0,>=3.6.0 [2021-01-05T00:41:53.498Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-05T00:41:54.131Z] Collecting jsonschema<3,>=2.5.1 [2021-01-05T00:41:54.131Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-05T00:41:54.747Z] Collecting PyYAML<4,>=3.10 [2021-01-05T00:41:54.747Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-05T00:41:55.253Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-05T00:41:56.823Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-05T00:41:57.469Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-05T00:41:57.469Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-05T00:41:57.737Z] Collecting texttable<0.10,>=0.9.0 [2021-01-05T00:41:57.737Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-05T00:41:58.876Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-05T00:41:58.876Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-05T00:41:59.175Z] Collecting docker-pycreds>=0.4.0 [2021-01-05T00:41:59.175Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-05T00:41:59.175Z] Collecting idna<2.8,>=2.5 [2021-01-05T00:41:59.175Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-05T00:41:59.460Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-05T00:42:00.706Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-05T00:42:00.770Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-05T00:42:00.770Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-05T00:42:00.770Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-05T00:42:00.770Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-05T00:42:00.770Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-05T00:42:00.770Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-05T00:42:00.770Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-05T00:42:01.055Z] ---> 93b4a516ad80 [2021-01-05T00:42:01.055Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-05T00:42:01.055Z] ---> 310a3d82f0a2 [2021-01-05T00:42:01.055Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-05T00:42:01.055Z] Installing collected packages: docopt, cached-property, dockerpty, idna, urllib3, requests, docker-pycreds, websocket-client, docker, jsonschema, PyYAML, texttable, docker-compose [2021-01-05T00:42:01.055Z] Running setup.py install for docopt: started [2021-01-05T00:42:01.740Z] ---> Running in 9715ba9bf03d [2021-01-05T00:42:01.740Z] ---> Running in 6dea65ae357a [2021-01-05T00:42:01.740Z] ---> 978045d6c013 [2021-01-05T00:42:01.740Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-05T00:42:02.034Z] ---> b325a70776c6 [2021-01-05T00:42:02.034Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-05T00:42:02.034Z] ---> Running in 1d7a07d47052 [2021-01-05T00:42:02.034Z] Running setup.py install for docopt: finished with status 'done' [2021-01-05T00:42:02.156Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-05T00:42:02.317Z] ---> Running in fae091f215c7 [2021-01-05T00:42:02.317Z] Running setup.py install for dockerpty: started [2021-01-05T00:42:03.404Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-05T00:42:03.404Z] Attempting uninstall: idna [2021-01-05T00:42:03.404Z] Found existing installation: idna 2.9 [2021-01-05T00:42:03.404Z] Uninstalling idna-2.9: [2021-01-05T00:42:03.808Z] Successfully uninstalled idna-2.9 [2021-01-05T00:42:04.335Z] Attempting uninstall: urllib3 [2021-01-05T00:42:04.335Z] Found existing installation: urllib3 1.25.9 [2021-01-05T00:42:04.335Z] Uninstalling urllib3-1.25.9: [2021-01-05T00:42:04.335Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-05T00:42:04.335Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-05T00:42:04.335Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-05T00:42:04.335Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-05T00:42:04.628Z] Successfully uninstalled urllib3-1.25.9 [2021-01-05T00:42:04.939Z] Attempting uninstall: requests [2021-01-05T00:42:04.939Z] Found existing installation: requests 2.23.0 [2021-01-05T00:42:04.939Z] Uninstalling requests-2.23.0: [2021-01-05T00:42:05.237Z] Successfully uninstalled requests-2.23.0 [2021-01-05T00:42:07.085Z] Running setup.py install for PyYAML: started [2021-01-05T00:42:07.598Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-05T00:42:07.697Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-05T00:42:07.697Z] Running setup.py install for texttable: started [2021-01-05T00:42:08.832Z] Running setup.py install for texttable: finished with status 'done' [2021-01-05T00:42:09.849Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-05T00:42:13.000Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-05T00:42:17.088Z] Removing intermediate container af182ff3e28b [2021-01-05T00:42:17.088Z] ---> 2ae5e54c05fd [2021-01-05T00:42:17.088Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-05T00:42:17.088Z] ---> Running in 713c41507ccb [2021-01-05T00:42:17.323Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-05T00:42:18.533Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T00:42:18.533Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T00:42:18.814Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T00:42:18.814Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-05T00:42:19.086Z] (3/3) Installing curl (7.69.1-r3) [2021-01-05T00:42:19.086Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T00:42:19.086Z] OK: 72 MiB in 58 packages [2021-01-05T00:42:21.632Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-05T00:42:21.840Z] Removing intermediate container 713c41507ccb [2021-01-05T00:42:21.840Z] ---> 00e430cba88a [2021-01-05T00:42:21.840Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-05T00:42:21.840Z] ---> Running in 595b444a5113 [2021-01-05T00:42:22.516Z] Removing intermediate container 595b444a5113 [2021-01-05T00:42:22.516Z] ---> 83889ed10774 [2021-01-05T00:42:22.516Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T00:42:22.516Z] ---> Running in 65e2bf81c1a7 [2021-01-05T00:42:23.663Z] Removing intermediate container 65e2bf81c1a7 [2021-01-05T00:42:23.663Z] ---> c17eba2be4bd [2021-01-05T00:42:23.663Z] Step 24/26 : LABEL arch=x86_64 [2021-01-05T00:42:23.944Z] ---> Running in 04f49a5612cf [2021-01-05T00:42:24.562Z] Removing intermediate container 04f49a5612cf [2021-01-05T00:42:24.562Z] ---> a2af3273a162 [2021-01-05T00:42:24.562Z] Step 25/26 : LABEL git_sha=b026b923cce910104345e4fc88c032ad4f5ee240 [2021-01-05T00:42:24.562Z] ---> Running in ab1eeccb0fcf [2021-01-05T00:42:24.874Z] Removing intermediate container ab1eeccb0fcf [2021-01-05T00:42:24.874Z] ---> c5dc465d1a4e [2021-01-05T00:42:24.874Z] Step 26/26 : LABEL version=0.0.0 [2021-01-05T00:42:25.018Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-05T00:42:25.178Z] ---> Running in dffb3967c4d7 [2021-01-05T00:42:25.492Z] Removing intermediate container dffb3967c4d7 [2021-01-05T00:42:25.493Z] ---> ff0f826a5a92 [2021-01-05T00:42:25.493Z] [2021-01-05T00:42:26.166Z] Successfully built ff0f826a5a92 [2021-01-05T00:42:26.166Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-05T00:42:29.328Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2021-01-05T00:42:32.895Z] $ docker stop --time=1 d23ebab40c672f82563823679a610d3b09fecb4d3e4e9050ddf0a5d9058759be [2021-01-05T00:42:35.558Z] $ docker rm -f d23ebab40c672f82563823679a610d3b09fecb4d3e4e9050ddf0a5d9058759be [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T00:42:37.369Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-05T00:42:37.369Z] [2021-01-05T00:42:37.369Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-05T00:42:38.033Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-05T00:42:38.303Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-05T00:42:38.303Z] 29e5d40040c1: Pulling fs layer [2021-01-05T00:42:38.303Z] 1ce36da41761: Pulling fs layer [2021-01-05T00:42:38.303Z] 25b303627fd3: Pulling fs layer [2021-01-05T00:42:38.575Z] 29e5d40040c1: Verifying Checksum [2021-01-05T00:42:38.575Z] 29e5d40040c1: Download complete [2021-01-05T00:42:39.172Z] 29e5d40040c1: Pull complete [2021-01-05T00:42:39.172Z] 1ce36da41761: Verifying Checksum [2021-01-05T00:42:39.172Z] 1ce36da41761: Download complete [2021-01-05T00:42:40.619Z] 1ce36da41761: Pull complete [2021-01-05T00:42:41.215Z] 25b303627fd3: Verifying Checksum [2021-01-05T00:42:41.215Z] 25b303627fd3: Download complete [2021-01-05T00:42:42.066Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-05T00:42:48.999Z] Removing intermediate container fae091f215c7 [2021-01-05T00:42:48.999Z] ---> d5e91c9a92a4 [2021-01-05T00:42:48.999Z] [2021-01-05T00:42:48.999Z] Step 10/22 : FROM alpine:3.12 [2021-01-05T00:42:48.999Z] ---> 389fef711851 [2021-01-05T00:42:48.999Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-05T00:42:49.285Z] ---> Running in 8bd6bb1bcaff [2021-01-05T00:42:49.285Z] Removing intermediate container 9715ba9bf03d [2021-01-05T00:42:49.285Z] ---> 5f357beafd2d [2021-01-05T00:42:49.285Z] [2021-01-05T00:42:49.285Z] Step 10/24 : FROM scratch [2021-01-05T00:42:49.285Z] ---> [2021-01-05T00:42:49.285Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-05T00:42:50.817Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T00:42:51.161Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T00:42:51.364Z] 25b303627fd3: Pull complete [2021-01-05T00:42:51.365Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-05T00:42:51.365Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-05T00:42:51.365Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-05T00:42:51.459Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-05T00:42:51.460Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T00:42:51.460Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-05T00:42:51.460Z] (4/5) Installing curl (7.69.1-r3) [2021-01-05T00:42:51.621Z] prd-ubuntu18.04-docker-arm64-4c-16g-18367 does not seem to be running inside a container [2021-01-05T00:42:51.844Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-05T00:42:51.743Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-05T00:42:51.743Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T00:42:51.743Z] Executing ca-certificates-20191127-r4.trigger [2021-01-05T00:42:51.743Z] OK: 7 MiB in 19 packages [2021-01-05T00:42:51.743Z] ---> Running in ecfa7b1256e4 [2021-01-05T00:42:52.365Z] Removing intermediate container 1d7a07d47052 [2021-01-05T00:42:52.365Z] ---> 56cb9fc14536 [2021-01-05T00:42:52.365Z] [2021-01-05T00:42:52.365Z] Step 10/24 : FROM alpine:3.12 [2021-01-05T00:42:52.365Z] ---> 389fef711851 [2021-01-05T00:42:52.365Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-05T00:42:52.365Z] Removing intermediate container ecfa7b1256e4 [2021-01-05T00:42:52.365Z] ---> 9412c4b1d207 [2021-01-05T00:42:52.365Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-05T00:42:52.365Z] ---> Running in aae31cb15104 [2021-01-05T00:42:52.365Z] ---> Running in 8937017d9ea2 [2021-01-05T00:42:53.354Z] Removing intermediate container 8937017d9ea2 [2021-01-05T00:42:53.354Z] ---> 1b6415893023 [2021-01-05T00:42:53.354Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-05T00:42:53.354Z] Removing intermediate container 8bd6bb1bcaff [2021-01-05T00:42:53.354Z] ---> a0b4a2e98e2b [2021-01-05T00:42:53.354Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-05T00:42:53.354Z] ---> Running in 42cada7c5a3c [2021-01-05T00:42:53.354Z] ---> Running in a8e4f2cfbf1e [2021-01-05T00:42:53.636Z] Removing intermediate container 42cada7c5a3c [2021-01-05T00:42:53.636Z] ---> 7d92d77aa328 [2021-01-05T00:42:53.636Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-05T00:42:53.636Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T00:42:53.945Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T00:42:53.945Z] Removing intermediate container a8e4f2cfbf1e [2021-01-05T00:42:53.945Z] ---> cb23d7e0aae7 [2021-01-05T00:42:53.945Z] Step 13/22 : WORKDIR / [2021-01-05T00:42:54.236Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-05T00:42:54.236Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T00:42:54.236Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-05T00:42:54.236Z] (4/5) Installing curl (7.69.1-r3) [2021-01-05T00:42:54.236Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-05T00:42:54.236Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T00:42:54.236Z] Executing ca-certificates-20191127-r4.trigger [2021-01-05T00:42:54.501Z] OK: 7 MiB in 19 packages [2021-01-05T00:42:55.352Z] $ docker top 1623b771fc637f64dde0dd837e86952fb7569f44ef3c5a3c0e5c8cfef10cb148 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T00:42:56.023Z] ---> Running in d709f3ac2da7 [2021-01-05T00:42:56.023Z] ---> 5195c27027fb [2021-01-05T00:42:56.023Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-05T00:42:56.363Z] + docker-compose build --help [2021-01-05T00:42:56.363Z] + grep parallel [2021-01-05T00:42:56.675Z] Removing intermediate container 6dea65ae357a [2021-01-05T00:42:56.675Z] ---> d3ae1d84da1a [2021-01-05T00:42:56.675Z] [2021-01-05T00:42:56.675Z] Step 10/23 : FROM alpine:3.12 [2021-01-05T00:42:56.675Z] ---> 389fef711851 [2021-01-05T00:42:56.675Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T00:42:57.285Z] ---> Running in ea3fc0c0c7dc [2021-01-05T00:42:57.285Z] Removing intermediate container d709f3ac2da7 [2021-01-05T00:42:57.285Z] ---> 060fa721537c [2021-01-05T00:42:57.285Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-05T00:42:57.285Z] ---> 4ef17cfb79b6 [2021-01-05T00:42:57.285Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-05T00:42:57.554Z] Removing intermediate container aae31cb15104 [2021-01-05T00:42:57.554Z] ---> 5eb9d3f7f542 [2021-01-05T00:42:57.554Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-05T00:42:57.554Z] Removing intermediate container ea3fc0c0c7dc [2021-01-05T00:42:57.554Z] ---> 544dfae73c56 [2021-01-05T00:42:57.554Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-05T00:42:57.830Z] ---> Running in 0927fbe12479 [2021-01-05T00:42:57.830Z] ---> b41058756825 [2021-01-05T00:42:57.830Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-05T00:42:57.830Z] ---> Running in a3a0c3339414 [2021-01-05T00:42:58.112Z] Removing intermediate container 0927fbe12479 [2021-01-05T00:42:58.112Z] ---> 3b119f559f57 [2021-01-05T00:42:58.112Z] Step 13/24 : WORKDIR / [2021-01-05T00:42:58.429Z] Removing intermediate container a3a0c3339414 [2021-01-05T00:42:58.429Z] ---> 830ff1d9a6d1 [2021-01-05T00:42:58.429Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-05T00:42:58.429Z] ---> Running in d909ebfb4afe [2021-01-05T00:42:58.429Z] ---> 8903fcbd2a2b [2021-01-05T00:42:58.429Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-05T00:42:58.711Z] ---> Running in 0e45b0243fbe [2021-01-05T00:42:58.711Z] ---> ce5a68edc6a7 [2021-01-05T00:42:58.711Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-05T00:42:59.013Z] Removing intermediate container d909ebfb4afe [2021-01-05T00:42:59.013Z] ---> 6d27f2e22d7f [2021-01-05T00:42:59.013Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-05T00:42:59.013Z] Removing intermediate container 0e45b0243fbe [2021-01-05T00:42:59.013Z] ---> 11c5a882b643 [2021-01-05T00:42:59.013Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T00:42:59.013Z] ---> 319a6b65bdd0 [2021-01-05T00:42:59.013Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-05T00:42:59.311Z] ---> Running in 546764badb51 [2021-01-05T00:42:59.311Z] ---> 078f7e4b327c [2021-01-05T00:42:59.311Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-05T00:42:59.647Z] ---> a58eba3d8a19 [2021-01-05T00:42:59.647Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-05T00:43:00.692Z] ---> 9d9811a03c97 [2021-01-05T00:43:00.692Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-05T00:43:00.692Z] ---> 3990081c29eb [2021-01-05T00:43:00.692Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-05T00:43:01.465Z] ---> Running in ac5aa3d5fc87 [2021-01-05T00:43:01.465Z] ---> c1dae4c9a295 [2021-01-05T00:43:01.465Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-05T00:43:01.465Z] ---> fa4e4e9c4750 [2021-01-05T00:43:01.465Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-05T00:43:01.746Z] ---> Running in b5d8696354e8 [2021-01-05T00:43:01.780Z] --parallel Build images in parallel. [2021-01-05T00:43:02.034Z] ---> 2f055283d2b0 [2021-01-05T00:43:02.034Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-05T00:43:02.034Z] Removing intermediate container b5d8696354e8 [2021-01-05T00:43:02.304Z] ---> aa5b79c39fbe [2021-01-05T00:43:02.304Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T00:43:02.304Z] ---> Running in 9e836331721c [2021-01-05T00:43:02.304Z] Removing intermediate container 546764badb51 [2021-01-05T00:43:02.304Z] ---> b4a2d067d4f4 [2021-01-05T00:43:02.304Z] Step 15/23 : RUN apk add --update --no-cache zeromq [Pipeline] } [2021-01-05T00:43:02.539Z] $ docker stop --time=1 1623b771fc637f64dde0dd837e86952fb7569f44ef3c5a3c0e5c8cfef10cb148 [2021-01-05T00:43:02.574Z] ---> Running in 02b46a1b4abb [2021-01-05T00:43:02.863Z] Removing intermediate container 9e836331721c [2021-01-05T00:43:02.863Z] ---> 9267f915b180 [2021-01-05T00:43:02.863Z] Step 22/24 : LABEL arch=x86_64 [2021-01-05T00:43:02.863Z] ---> Running in a8fb552c354b [2021-01-05T00:43:03.141Z] ---> 8efef084df6b [2021-01-05T00:43:03.141Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-05T00:43:03.429Z] Removing intermediate container a8fb552c354b [2021-01-05T00:43:03.429Z] ---> 60d2fb375d18 [2021-01-05T00:43:03.429Z] Step 23/24 : LABEL git_sha=b026b923cce910104345e4fc88c032ad4f5ee240 [2021-01-05T00:43:03.429Z] Removing intermediate container ac5aa3d5fc87 [2021-01-05T00:43:03.429Z] ---> 7e4de0c1b48e [2021-01-05T00:43:03.429Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-05T00:43:03.717Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T00:43:03.717Z] ---> Running in 4131be5e006a [2021-01-05T00:43:03.717Z] ---> Running in ef9f8e1fd99b [2021-01-05T00:43:03.994Z] ---> 21f13bec7b50 [2021-01-05T00:43:03.994Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-05T00:43:03.994Z] Removing intermediate container 4131be5e006a [2021-01-05T00:43:03.994Z] ---> 894858296a53 [2021-01-05T00:43:03.994Z] Step 24/24 : LABEL version=0.0.0 [2021-01-05T00:43:03.994Z] Removing intermediate container ef9f8e1fd99b [2021-01-05T00:43:03.994Z] ---> fd8b72e73ab0 [2021-01-05T00:43:03.994Z] Step 20/22 : LABEL arch=x86_64 [2021-01-05T00:43:04.279Z] ---> Running in 0a6fd9c43972 [2021-01-05T00:43:04.280Z] ---> Running in 59422f9556e7 [2021-01-05T00:43:04.661Z] $ docker rm -f 1623b771fc637f64dde0dd837e86952fb7569f44ef3c5a3c0e5c8cfef10cb148 [2021-01-05T00:43:04.561Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T00:43:04.561Z] ---> 99bbeccafafc [2021-01-05T00:43:04.561Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-05T00:43:04.561Z] ---> Running in 0e39ee49c930 [2021-01-05T00:43:04.561Z] Removing intermediate container 0a6fd9c43972 [2021-01-05T00:43:04.561Z] ---> a762effb30a6 [2021-01-05T00:43:04.561Z] [2021-01-05T00:43:04.841Z] Removing intermediate container 59422f9556e7 [2021-01-05T00:43:04.841Z] ---> 6cba5254549a [2021-01-05T00:43:04.841Z] Step 21/22 : LABEL git_sha=b026b923cce910104345e4fc88c032ad4f5ee240 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T00:43:05.122Z] ---> Running in fab9cb0377c6 [2021-01-05T00:43:05.122Z] Successfully built a762effb30a6 [2021-01-05T00:43:05.122Z] Successfully tagged docker-support-notifications-go:latest [2021-01-05T00:43:05.401Z]  Building docker-support-notifications-go ... done (1/5) Installing libgcc (9.3.0-r2) [2021-01-05T00:43:05.401Z] Removing intermediate container fab9cb0377c6 [2021-01-05T00:43:05.401Z] ---> b40a61526c53 [2021-01-05T00:43:05.401Z] Step 22/22 : LABEL version=0.0.0 [2021-01-05T00:43:05.401Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-05T00:43:05.401Z] ---> Running in d1f0f7f859dd [2021-01-05T00:43:05.401Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-05T00:43:05.452Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-05T00:43:05.452Z] . [Pipeline] withDockerContainer [2021-01-05T00:43:05.678Z] Removing intermediate container d1f0f7f859dd [2021-01-05T00:43:05.679Z] ---> 796b3f844fe6 [2021-01-05T00:43:05.679Z] [2021-01-05T00:43:05.775Z] prd-ubuntu18.04-docker-arm64-4c-16g-18367 does not seem to be running inside a container [2021-01-05T00:43:06.010Z] $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-05T00:43:05.954Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-05T00:43:05.955Z] Successfully built 796b3f844fe6 [2021-01-05T00:43:05.955Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-05T00:43:05.955Z]  Building docker-security-bootstrap-redis-go ... done (5/5) Installing zeromq (4.3.3-r0) [2021-01-05T00:43:06.219Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T00:43:06.219Z] OK: 8 MiB in 19 packages [2021-01-05T00:43:06.219Z] Removing intermediate container 0e39ee49c930 [2021-01-05T00:43:06.219Z] ---> 62529841ba4b [2021-01-05T00:43:06.219Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-05T00:43:06.487Z] ---> Running in 75f304c84cd9 [2021-01-05T00:43:06.782Z] Removing intermediate container 75f304c84cd9 [2021-01-05T00:43:06.782Z] ---> 06d89c43a2d3 [2021-01-05T00:43:06.782Z] Step 22/24 : LABEL arch=x86_64 [2021-01-05T00:43:06.782Z] ---> Running in b79f0f12012e [2021-01-05T00:43:07.061Z] Removing intermediate container 02b46a1b4abb [2021-01-05T00:43:07.062Z] ---> 25912f795f35 [2021-01-05T00:43:07.062Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-05T00:43:07.334Z] Removing intermediate container b79f0f12012e [2021-01-05T00:43:07.334Z] ---> 24748dec3817 [2021-01-05T00:43:07.334Z] Step 23/24 : LABEL git_sha=b026b923cce910104345e4fc88c032ad4f5ee240 [2021-01-05T00:43:07.581Z] $ docker top d6c6bc7df6aa44b7f3644005ffe05ed9e65c2bf6cc43aaaa42014a15f8c32d1f -eo pid,comm [2021-01-05T00:43:07.605Z] ---> Running in 2b39f26b3632 [2021-01-05T00:43:07.605Z] ---> b9a63508b407 [2021-01-05T00:43:07.605Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [Pipeline] { [2021-01-05T00:43:07.874Z] Removing intermediate container 2b39f26b3632 [2021-01-05T00:43:07.874Z] ---> 23c6ce4339d7 [2021-01-05T00:43:07.874Z] Step 24/24 : LABEL version=0.0.0 [2021-01-05T00:43:07.874Z] ---> Running in 287113ba180a [Pipeline] sh [2021-01-05T00:43:08.170Z] Removing intermediate container 287113ba180a [2021-01-05T00:43:08.170Z] ---> 1b9473ddfe29 [2021-01-05T00:43:08.170Z] [2021-01-05T00:43:08.538Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-05T00:43:08.773Z] Successfully built 1b9473ddfe29 [2021-01-05T00:43:08.774Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-05T00:43:08.774Z] ---> 8c84851bd176 [2021-01-05T00:43:08.774Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-05T00:43:09.369Z]  Building docker-security-secretstore-setup-go ... done  ---> 63cf1d308b8f [2021-01-05T00:43:09.369Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-05T00:43:09.369Z] ---> Running in a80424c77a17 [2021-01-05T00:43:09.647Z] Removing intermediate container a80424c77a17 [2021-01-05T00:43:09.647Z] ---> e90639dc72d6 [2021-01-05T00:43:09.647Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T00:43:09.647Z] ---> Running in ea7e06dd2f69 [2021-01-05T00:43:10.255Z] Removing intermediate container ea7e06dd2f69 [2021-01-05T00:43:10.255Z] ---> bc54f6319ecd [2021-01-05T00:43:10.255Z] Step 21/23 : LABEL arch=x86_64 [2021-01-05T00:43:10.255Z] ---> Running in 148e4c090815 [2021-01-05T00:43:10.547Z] Removing intermediate container 148e4c090815 [2021-01-05T00:43:10.547Z] ---> db774d564c22 [2021-01-05T00:43:10.548Z] Step 22/23 : LABEL git_sha=b026b923cce910104345e4fc88c032ad4f5ee240 [2021-01-05T00:43:10.548Z] ---> Running in 22ef2006997b [2021-01-05T00:43:11.133Z] Removing intermediate container 22ef2006997b [2021-01-05T00:43:11.133Z] ---> 8e7be3af5305 [2021-01-05T00:43:11.133Z] Step 23/23 : LABEL version=0.0.0 [2021-01-05T00:43:11.133Z] ---> Running in a17c1c671d5c [2021-01-05T00:43:11.133Z] Removing intermediate container a17c1c671d5c [2021-01-05T00:43:11.133Z] ---> c666f12d3e75 [2021-01-05T00:43:11.133Z] [2021-01-05T00:43:11.722Z] Successfully built c666f12d3e75 [2021-01-05T00:43:11.722Z] Successfully tagged docker-core-data-go:latest [2021-01-05T00:43:12.391Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-05T00:43:12.460Z] $ docker stop --time=1 6723b1be8aa3ddce2fe742ff3da8ab1b95319c06e2bc860043b0404f9a50c56a [2021-01-05T00:43:13.967Z] Building docker-core-command-go ... [2021-01-05T00:43:13.967Z] Building docker-core-data-go ... [2021-01-05T00:43:13.967Z] Building docker-core-metadata-go ... [2021-01-05T00:43:13.967Z] Building docker-security-bootstrap-redis-go ... [2021-01-05T00:43:13.967Z] Building docker-security-proxy-setup-go ... [2021-01-05T00:43:13.967Z] Building docker-security-secretstore-setup-go ... [2021-01-05T00:43:13.967Z] Building docker-support-notifications-go ... [2021-01-05T00:43:13.967Z] Building docker-support-scheduler-go ... [2021-01-05T00:43:13.967Z] Building docker-sys-mgmt-agent-go ... [2021-01-05T00:43:14.242Z] Building docker-core-data-go [2021-01-05T00:43:14.242Z] Building docker-security-bootstrap-redis-go [2021-01-05T00:43:14.242Z] Building docker-security-secretstore-setup-go [2021-01-05T00:43:14.242Z] Building docker-security-proxy-setup-go [2021-01-05T00:43:14.242Z] Building docker-core-metadata-go [2021-01-05T00:43:14.448Z] $ docker rm -f 6723b1be8aa3ddce2fe742ff3da8ab1b95319c06e2bc860043b0404f9a50c56a [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-05T00:43:15.094Z] + docker images [2021-01-05T00:43:15.094Z] + grep docker [2021-01-05T00:43:15.094Z] docker-core-data-go latest c666f12d3e75 4 seconds ago 22.2MB [2021-01-05T00:43:15.094Z] docker-security-secretstore-setup-go latest 1b9473ddfe29 8 seconds ago 24.6MB [2021-01-05T00:43:15.094Z] docker-security-bootstrap-redis-go latest 796b3f844fe6 10 seconds ago 15.8MB [2021-01-05T00:43:15.094Z] docker-support-notifications-go latest a762effb30a6 11 seconds ago 12MB [2021-01-05T00:43:15.094Z] docker-sys-mgmt-agent-go latest ff0f826a5a92 50 seconds ago 313MB [2021-01-05T00:43:15.094Z] docker-security-proxy-setup-go latest 970053a0899e 2 minutes ago 24.5MB [2021-01-05T00:43:15.094Z] docker-core-metadata-go latest bfd35dffe11d 2 minutes ago 13MB [2021-01-05T00:43:15.094Z] docker-core-command-go latest 6c444eb1f8b2 3 minutes ago 10.6MB [2021-01-05T00:43:15.094Z] docker-support-scheduler-go latest 5339dcab0802 3 minutes ago 10.7MB [2021-01-05T00:43:15.094Z] docker 20.10.0 aefe523efa57 3 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-05T00:43:16.690Z] Running on prd-ubuntu18.04-docker-8c-8g-18375 in /w/workspace/edgexfoundry_edgex-go_PR-2966 [Pipeline] { [Pipeline] ws [2021-01-05T00:43:16.740Z] Running in /w/workspace/edgex-go/9 [Pipeline] { [Pipeline] checkout [2021-01-05T00:43:18.824Z] using credential edgex-jenkins-ssh [2021-01-05T00:43:18.887Z] Cloning the remote Git repository [2021-01-05T00:43:18.913Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-05T00:43:18.992Z] > git init /w/workspace/edgex-go/9 # timeout=10 [2021-01-05T00:43:19.042Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-05T00:43:19.042Z] > git --version # timeout=10 [2021-01-05T00:43:19.048Z] > git --version # 'git version 2.17.1' [2021-01-05T00:43:19.049Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T00:43:19.111Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-05T00:43:36.359Z] Merging remotes/origin/master commit 9a953f5b9eae9a1fd9d439f269b5a1f3c5abca33 into PR head commit e6008164d5483cb3bc228551234e5525a4d149b3 [2021-01-05T00:43:36.556Z] Merge succeeded, producing a5769ab0285ca395b79f8ea5d4a9ae05e6abbf55 [2021-01-05T00:43:36.557Z] Checking out Revision a5769ab0285ca395b79f8ea5d4a9ae05e6abbf55 (PR-2966) [2021-01-05T00:43:35.749Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-05T00:43:35.754Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-05T00:43:35.762Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-05T00:43:35.774Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-05T00:43:35.774Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T00:43:35.777Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2966/head:refs/remotes/origin/PR-2966 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-05T00:43:36.369Z] > git config core.sparsecheckout # timeout=10 [2021-01-05T00:43:36.376Z] > git checkout -f e6008164d5483cb3bc228551234e5525a4d149b3 # timeout=10 [2021-01-05T00:43:36.456Z] > git remote # timeout=10 [2021-01-05T00:43:36.462Z] > git config --get remote.origin.url # timeout=10 [2021-01-05T00:43:36.467Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T00:43:36.470Z] > git merge 9a953f5b9eae9a1fd9d439f269b5a1f3c5abca33 # timeout=10 [2021-01-05T00:43:36.549Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-05T00:43:36.562Z] > git config core.sparsecheckout # timeout=10 [2021-01-05T00:43:36.570Z] > git checkout -f a5769ab0285ca395b79f8ea5d4a9ae05e6abbf55 # timeout=10 [2021-01-05T00:43:40.224Z] Commit message: "Merge commit '9a953f5b9eae9a1fd9d439f269b5a1f3c5abca33' into HEAD" [2021-01-05T00:43:40.232Z] > git rev-list --no-walk e6008164d5483cb3bc228551234e5525a4d149b3 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-05T00:43:41.338Z] + echo snap-build.sh [2021-01-05T00:43:41.338Z] snap-build.sh [2021-01-05T00:43:41.338Z] + SNAP_BASE_DIR=. [2021-01-05T00:43:41.338Z] + '[' '!' -z /w/workspace/edgex-go/9 ']' [2021-01-05T00:43:41.338Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/9 [2021-01-05T00:43:41.338Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/9]' [2021-01-05T00:43:41.338Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/9] [2021-01-05T00:43:41.338Z] + cd /w/workspace/edgex-go/9 [2021-01-05T00:43:41.338Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-05T00:43:41.338Z] Reading package lists... [2021-01-05T00:43:41.600Z] Building dependency tree... [2021-01-05T00:43:41.600Z] Reading state information... [2021-01-05T00:43:41.600Z] The following packages were automatically installed and are no longer required: [2021-01-05T00:43:41.600Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-05T00:43:41.600Z] uidmap xdelta3 [2021-01-05T00:43:41.600Z] Use 'sudo apt autoremove' to remove them. [2021-01-05T00:43:41.600Z] The following packages will be REMOVED: [2021-01-05T00:43:41.600Z] lxd* lxd-client* [2021-01-05T00:43:42.176Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-05T00:43:42.176Z] After this operation, 31.7 MB disk space will be freed. [2021-01-05T00:43:43.005Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-01-05T00:43:43.005Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-05T00:43:43.948Z] Removing lxd dnsmasq configuration [2021-01-05T00:43:43.948Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-05T00:43:44.209Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-05T00:43:45.155Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-05T00:43:45.416Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-01-05T00:43:45.416Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-05T00:43:46.805Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-05T00:43:46.805Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-05T00:43:48.191Z] + sudo snap remove --purge lxd [2021-01-05T00:43:48.453Z] snap "lxd" is not installed [2021-01-05T00:43:48.453Z] + sudo groupadd --force --system lxd [2021-01-05T00:43:48.453Z] ++ whoami [2021-01-05T00:43:48.453Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-05T00:43:48.453Z] + newgrp - lxd [2021-01-05T00:43:48.453Z] + sudo snap install lxd [2021-01-05T00:43:56.673Z] 2021-01-05T00:43:53Z INFO Waiting for automatic snapd restart... [2021-01-05T00:44:11.604Z] lxd 4.9 from Canonical* installed [2021-01-05T00:44:11.604Z] + sudo lxd init --auto [2021-01-05T00:44:19.758Z] + sudo snap install --classic snapcraft [2021-01-05T00:44:22.330Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T00:44:22.330Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-05T00:44:22.330Z] ---> 64256ca9244b [2021-01-05T00:44:22.330Z] Step 3/24 : WORKDIR /edgex-go [2021-01-05T00:44:23.336Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T00:44:23.336Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-05T00:44:23.336Z] ---> 64256ca9244b [2021-01-05T00:44:23.336Z] Step 3/21 : WORKDIR /edgex-go [2021-01-05T00:44:23.336Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T00:44:23.336Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-05T00:44:23.336Z] ---> 64256ca9244b [2021-01-05T00:44:23.336Z] Step 3/22 : WORKDIR /edgex-go [2021-01-05T00:44:23.620Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T00:44:23.620Z] [2021-01-05T00:44:23.620Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-05T00:44:23.620Z] ---> 64256ca9244b [2021-01-05T00:44:23.620Z] Step 2/22 : FROM ${BUILDER_BASE} AS builderStep 3/23 : WORKDIR /edgex-go [2021-01-05T00:44:23.620Z] [2021-01-05T00:44:23.620Z] ---> 64256ca9244b [2021-01-05T00:44:23.620Z] Step 3/22 : WORKDIR /edgex-go [2021-01-05T00:44:27.019Z] ---> Running in 416058e4ae9e [2021-01-05T00:44:27.019Z] ---> Running in c8e862d4387c [2021-01-05T00:44:27.019Z] ---> Running in c366ce7c3747 [2021-01-05T00:44:27.019Z] ---> Running in a797746f3135 [2021-01-05T00:44:27.019Z] ---> Running in a831be67f6af [2021-01-05T00:44:27.621Z] Removing intermediate container c8e862d4387c [2021-01-05T00:44:27.621Z] ---> fccd53dc41d4 [2021-01-05T00:44:27.621Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T00:44:27.900Z] Removing intermediate container a831be67f6af [2021-01-05T00:44:27.900Z] ---> 14808dc171c0 [2021-01-05T00:44:27.900Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T00:44:27.900Z] ---> Running in 430430fd0c11 [2021-01-05T00:44:27.900Z] Removing intermediate container 416058e4ae9e [2021-01-05T00:44:27.900Z] ---> 39a9668a1809 [2021-01-05T00:44:27.900Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T00:44:27.900Z] Removing intermediate container c366ce7c3747 [2021-01-05T00:44:27.900Z] ---> 23de4e00c11a [2021-01-05T00:44:27.900Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T00:44:27.900Z] snapcraft 4.4.4 from Canonical* installed [2021-01-05T00:44:27.900Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-05T00:44:27.900Z] + patch --verbose -p1 [2021-01-05T00:44:27.900Z] Hmm... Looks like a unified diff to me... [2021-01-05T00:44:27.900Z] The text leading up to this was: [2021-01-05T00:44:27.900Z] -------------------------- [2021-01-05T00:44:27.900Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-05T00:44:27.900Z] |From: Tony Espy [2021-01-05T00:44:27.900Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-05T00:44:27.900Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-05T00:44:27.900Z] | [2021-01-05T00:44:27.900Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-05T00:44:27.900Z] |optimize the snap CI check run for pull requests. When [2021-01-05T00:44:27.900Z] |applied, it essentially strips out everything (apps and [2021-01-05T00:44:27.900Z] |parts) from the snapcraft.yaml file except those required [2021-01-05T00:44:27.900Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-05T00:44:27.900Z] |catch changes to edgex-go that break the snap build. [2021-01-05T00:44:27.900Z] | [2021-01-05T00:44:27.900Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-05T00:44:27.900Z] |to update this patch file, otherwise it may fail to apply, [2021-01-05T00:44:27.900Z] |resulting in a failed snap build CI check in the associated [2021-01-05T00:44:27.900Z] |pull request. [2021-01-05T00:44:27.900Z] | [2021-01-05T00:44:27.900Z] |Note - in addition to applying this patch, the pipeline also [2021-01-05T00:44:27.900Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-05T00:44:27.900Z] |need to build the finally binary .snap file (and it won't [2021-01-05T00:44:27.900Z] |work with the patch applied). This further reduces the build [2021-01-05T00:44:27.900Z] |time. [2021-01-05T00:44:27.901Z] |--- [2021-01-05T00:44:27.901Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-05T00:44:27.901Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-05T00:44:27.901Z] | [2021-01-05T00:44:27.901Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-05T00:44:27.901Z] |index 1e537489..faf42425 100644 [2021-01-05T00:44:27.901Z] |--- a/snap/snapcraft.yaml [2021-01-05T00:44:27.901Z] |+++ b/snap/snapcraft.yaml [2021-01-05T00:44:27.901Z] -------------------------- [2021-01-05T00:44:27.901Z] patching file snap/snapcraft.yaml [2021-01-05T00:44:27.901Z] Using Plan A... [2021-01-05T00:44:27.901Z] Hunk #1 succeeded at 73. [2021-01-05T00:44:27.901Z] Hunk #2 succeeded at 202. [2021-01-05T00:44:27.901Z] Hunk #3 succeeded at 214. [2021-01-05T00:44:27.901Z] Hunk #4 succeeded at 222. [2021-01-05T00:44:27.901Z] Hunk #5 succeeded at 229. [2021-01-05T00:44:27.901Z] Hunk #6 succeeded at 256. [2021-01-05T00:44:27.901Z] Hunk #7 succeeded at 290. [2021-01-05T00:44:27.901Z] Hunk #8 succeeded at 341. [2021-01-05T00:44:27.901Z] Hmm... Ignoring the trailing garbage. [2021-01-05T00:44:27.901Z] done [2021-01-05T00:44:27.901Z] + sudo snapcraft prime --use-lxd [2021-01-05T00:44:28.161Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-05T00:44:28.161Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-01-05T00:44:28.161Z] - README.md [2021-01-05T00:44:28.161Z] [2021-01-05T00:44:28.161Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-05T00:44:28.178Z] Removing intermediate container a797746f3135 [2021-01-05T00:44:28.178Z] ---> 82bd8f0c6c65 [2021-01-05T00:44:28.178Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T00:44:28.178Z] ---> Running in 7ed252eb6c92 [2021-01-05T00:44:28.178Z] ---> Running in 772207c0611b [2021-01-05T00:44:28.178Z] ---> Running in d5b16f3963d3 [2021-01-05T00:44:28.178Z] ---> Running in 5cf4360c738d [2021-01-05T00:44:29.554Z] Launching a container. [2021-01-05T00:44:31.604Z] Removing intermediate container 430430fd0c11 [2021-01-05T00:44:31.604Z] ---> 348b92998018 [2021-01-05T00:44:31.604Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-05T00:44:31.878Z] ---> Running in a3a061165de8 [2021-01-05T00:44:32.152Z] Removing intermediate container d5b16f3963d3 [2021-01-05T00:44:32.152Z] ---> e58da03d645f [2021-01-05T00:44:32.152Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-05T00:44:32.152Z] Removing intermediate container 5cf4360c738d [2021-01-05T00:44:32.152Z] ---> 11932b8fa615 [2021-01-05T00:44:32.152Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-05T00:44:32.437Z] ---> Running in 85261f5b198b [2021-01-05T00:44:32.437Z] ---> Running in bdc91dfe8975 [2021-01-05T00:44:32.723Z] Removing intermediate container 772207c0611b [2021-01-05T00:44:32.723Z] ---> d764e618c31c [2021-01-05T00:44:32.723Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-05T00:44:33.008Z] Removing intermediate container 7ed252eb6c92 [2021-01-05T00:44:33.008Z] ---> 4389e394674d [2021-01-05T00:44:33.008Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-05T00:44:33.008Z] ---> Running in 7ccb8343888d [2021-01-05T00:44:33.287Z] ---> Running in f3911baaa026 [2021-01-05T00:44:33.564Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T00:44:34.561Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T00:44:34.836Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T00:44:34.836Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T00:44:35.122Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T00:44:35.122Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T00:44:35.122Z] OK: 217 MiB in 51 packages [2021-01-05T00:44:35.394Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T00:44:35.672Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T00:44:35.672Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T00:44:35.672Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T00:44:36.658Z] OK: 217 MiB in 51 packages [2021-01-05T00:44:36.658Z] OK: 217 MiB in 51 packages [2021-01-05T00:44:36.658Z] Removing intermediate container a3a061165de8 [2021-01-05T00:44:36.658Z] ---> fdbe7f6ebc5b [2021-01-05T00:44:36.658Z] Step 6/22 : COPY go.mod . [2021-01-05T00:44:36.658Z] OK: 217 MiB in 51 packages [2021-01-05T00:44:36.658Z] OK: 217 MiB in 51 packages [2021-01-05T00:44:37.648Z] ---> b39c1bb54ca7 [2021-01-05T00:44:37.648Z] Step 7/22 : RUN go mod download [2021-01-05T00:44:37.931Z] ---> Running in aca05f93cf5b [2021-01-05T00:44:38.212Z] Removing intermediate container bdc91dfe8975 [2021-01-05T00:44:38.212Z] ---> e5085638f71d [2021-01-05T00:44:38.212Z] Step 6/21 : COPY go.mod . [2021-01-05T00:44:38.817Z] Removing intermediate container 85261f5b198b [2021-01-05T00:44:38.817Z] ---> 6ef7dedb635d [2021-01-05T00:44:38.817Z] Step 6/24 : COPY go.mod . [2021-01-05T00:44:39.099Z] Removing intermediate container 7ccb8343888d [2021-01-05T00:44:39.099Z] ---> d6863f3277db [2021-01-05T00:44:39.099Z] Step 6/22 : COPY go.mod . [2021-01-05T00:44:39.371Z] Removing intermediate container f3911baaa026 [2021-01-05T00:44:39.371Z] ---> e8d78b335d2b [2021-01-05T00:44:39.371Z] Step 6/23 : COPY go.mod . [2021-01-05T00:44:39.371Z] ---> 0a0a2e0f17aa [2021-01-05T00:44:39.371Z] Step 7/21 : RUN go mod download [2021-01-05T00:44:39.649Z] ---> Running in 46862c96ba5d [2021-01-05T00:44:40.248Z] ---> 174f043e09b8 [2021-01-05T00:44:40.248Z] Step 7/24 : RUN go mod download [2021-01-05T00:44:40.248Z] ---> 1a8dfec82bf1 [2021-01-05T00:44:40.248Z] Step 7/22 : RUN go mod download [2021-01-05T00:44:40.520Z] ---> Running in 02a78f04451d [2021-01-05T00:44:40.520Z] ---> Running in 77621919b571 [2021-01-05T00:44:40.798Z] ---> 480ae4241499 [2021-01-05T00:44:40.798Z] Step 7/23 : RUN go mod download [2021-01-05T00:44:41.075Z] ---> Running in 0eb564e674fd [2021-01-05T00:44:42.524Z] Removing intermediate container aca05f93cf5b [2021-01-05T00:44:42.524Z] ---> 51ca9391f34c [2021-01-05T00:44:42.524Z] Step 8/22 : COPY . . [2021-01-05T00:44:43.972Z] Removing intermediate container 46862c96ba5d [2021-01-05T00:44:43.972Z] ---> d2256cb9fb06 [2021-01-05T00:44:43.972Z] Step 8/21 : COPY . . [2021-01-05T00:44:44.468Z] Waiting for container to be ready [2021-01-05T00:44:44.468Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-05T00:44:44.468Z] [2021-01-05T00:44:45.975Z] Removing intermediate container 02a78f04451d [2021-01-05T00:44:45.975Z] ---> f0d36069bde8 [2021-01-05T00:44:45.975Z] Step 8/24 : COPY . . [2021-01-05T00:44:45.975Z] Removing intermediate container 77621919b571 [2021-01-05T00:44:45.975Z] ---> 845f4d4ea1aa [2021-01-05T00:44:45.975Z] Step 8/22 : COPY . . [2021-01-05T00:44:46.581Z] Removing intermediate container 0eb564e674fd [2021-01-05T00:44:46.581Z] ---> 504bcf6c80c4 [2021-01-05T00:44:46.581Z] Step 8/23 : COPY . . [2021-01-05T00:44:47.773Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-05T00:44:48.033Z] Waiting for network to be ready... [2021-01-05T00:44:48.293Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-05T00:44:48.293Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-05T00:44:48.293Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1454 kB] [2021-01-05T00:44:48.554Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2021-01-05T00:44:48.554Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] [2021-01-05T00:44:48.554Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] [2021-01-05T00:44:48.554Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] [2021-01-05T00:44:48.554Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] [2021-01-05T00:44:48.554Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2021-01-05T00:44:48.554Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2021-01-05T00:44:48.814Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-05T00:44:49.074Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-05T00:44:49.074Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-05T00:44:49.333Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-05T00:44:49.333Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-05T00:44:49.333Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-05T00:44:49.333Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-05T00:44:49.333Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-05T00:44:49.957Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-05T00:44:50.217Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1813 kB] [2021-01-05T00:44:50.217Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [379 kB] [2021-01-05T00:44:50.217Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] [2021-01-05T00:44:50.217Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-05T00:44:50.217Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [214 kB] [2021-01-05T00:44:50.217Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [29.1 kB] [2021-01-05T00:44:50.217Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-05T00:44:50.217Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-05T00:44:53.512Z] Fetched 23.6 MB in 5s (4569 kB/s) [2021-01-05T00:44:54.083Z] Reading package lists... [2021-01-05T00:44:54.602Z] Reading package lists... [2021-01-05T00:44:54.602Z] Building dependency tree... [2021-01-05T00:44:54.602Z] Reading state information... [2021-01-05T00:44:54.602Z] The following additional packages will be installed: [2021-01-05T00:44:54.602Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-05T00:44:54.602Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-05T00:44:54.602Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-05T00:44:54.602Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-05T00:44:54.602Z] Suggested packages: [2021-01-05T00:44:54.602Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-05T00:44:54.602Z] Recommended packages: [2021-01-05T00:44:54.602Z] gnupg libsasl2-modules [2021-01-05T00:44:54.863Z] The following NEW packages will be installed: [2021-01-05T00:44:54.863Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-05T00:44:54.863Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-05T00:44:54.863Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-05T00:44:54.863Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-05T00:44:54.863Z] The following packages will be upgraded: [2021-01-05T00:44:54.863Z] gpg gpg-agent gpgconf libudev1 [2021-01-05T00:44:54.863Z] 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. [2021-01-05T00:44:54.863Z] Need to get 3531 kB of archives. [2021-01-05T00:44:54.863Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-05T00:44:54.863Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2021-01-05T00:44:54.863Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-05T00:44:55.124Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2021-01-05T00:44:55.383Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-05T00:44:55.644Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-05T00:44:55.644Z] 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] [2021-01-05T00:44:55.644Z] 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] [2021-01-05T00:44:55.644Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-05T00:44:55.644Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-05T00:44:55.644Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-05T00:44:55.644Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-05T00:44:55.644Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-05T00:44:55.644Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-05T00:44:55.644Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-05T00:44:55.644Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-05T00:44:55.644Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-05T00:44:55.644Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-05T00:44:55.644Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-05T00:44:55.644Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-05T00:44:55.644Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-05T00:44:55.644Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-05T00:44:55.644Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-05T00:44:55.904Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-05T00:44:55.904Z] Fetched 3531 kB in 1s (3493 kB/s) [2021-01-05T00:44:55.904Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-05T00:44:55.904Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2021-01-05T00:44:56.163Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-05T00:44:56.163Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2021-01-05T00:44:56.163Z] Selecting previously unselected package udev. [2021-01-05T00:44:56.163Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-05T00:44:56.163Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2021-01-05T00:44:56.163Z] Unpacking udev (237-3ubuntu10.43) ... [2021-01-05T00:44:56.734Z] Selecting previously unselected package libfuse2:amd64. [2021-01-05T00:44:56.734Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-05T00:44:56.734Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-05T00:44:56.734Z] Selecting previously unselected package fuse. [2021-01-05T00:44:56.734Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-05T00:44:56.734Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-05T00:44:56.734Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-05T00:44:56.994Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-05T00:44:56.994Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-05T00:44:56.994Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-05T00:44:57.254Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-05T00:44:57.254Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-05T00:44:57.254Z] Selecting previously unselected package libksba8:amd64. [2021-01-05T00:44:57.254Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-05T00:44:57.254Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-05T00:44:57.254Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-05T00:44:57.254Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-05T00:44:57.254Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T00:44:57.513Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-05T00:44:57.513Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-05T00:44:57.513Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T00:44:57.513Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-05T00:44:57.513Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-05T00:44:57.513Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T00:44:57.513Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-05T00:44:57.513Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-05T00:44:57.774Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T00:44:57.774Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-05T00:44:57.774Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-05T00:44:57.774Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T00:44:57.774Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-05T00:44:57.774Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-05T00:44:57.774Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T00:44:58.035Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-05T00:44:58.035Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-05T00:44:58.035Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T00:44:58.035Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-05T00:44:58.035Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-05T00:44:58.035Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T00:44:58.035Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-05T00:44:58.035Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-05T00:44:58.035Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T00:44:58.297Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-05T00:44:58.297Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2021-01-05T00:44:58.297Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2021-01-05T00:44:58.297Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-05T00:44:58.297Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2021-01-05T00:44:58.297Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2021-01-05T00:44:58.297Z] Selecting previously unselected package libldap-common. [2021-01-05T00:44:58.297Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-05T00:44:58.297Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-05T00:44:58.557Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-05T00:44:58.557Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-05T00:44:58.557Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-05T00:44:58.557Z] Selecting previously unselected package dirmngr. [2021-01-05T00:44:58.557Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-05T00:44:58.557Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-05T00:44:58.826Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-05T00:44:58.826Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-05T00:44:58.826Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-05T00:44:58.826Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2021-01-05T00:44:58.826Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2021-01-05T00:44:58.826Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-05T00:44:58.826Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T00:44:58.826Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-05T00:44:58.826Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-05T00:44:58.826Z] Setting up udev (237-3ubuntu10.43) ... [2021-01-05T00:44:59.398Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-05T00:44:59.398Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T00:44:59.398Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-05T00:44:59.660Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-05T00:44:59.660Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-05T00:44:59.660Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T00:44:59.660Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T00:44:59.660Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T00:44:59.660Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T00:44:59.660Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T00:44:59.921Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T00:44:59.921Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T00:44:59.921Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-05T00:44:59.921Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-05T00:44:59.921Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-05T00:45:00.861Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-05T00:45:00.861Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-05T00:45:00.861Z] This means they are not meant to be enabled using systemctl. [2021-01-05T00:45:00.861Z] Possible reasons for having this kind of units are: [2021-01-05T00:45:00.861Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-05T00:45:00.861Z] .wants/ or .requires/ directory. [2021-01-05T00:45:00.861Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-05T00:45:00.861Z] a requirement dependency on it. [2021-01-05T00:45:00.861Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-05T00:45:00.861Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-05T00:45:00.861Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-05T00:45:00.861Z] instance name specified. [2021-01-05T00:45:01.121Z] Reading package lists... [2021-01-05T00:45:01.383Z] Building dependency tree... [2021-01-05T00:45:01.383Z] Reading state information... [2021-01-05T00:45:01.646Z] The following additional packages will be installed: [2021-01-05T00:45:01.646Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-05T00:45:01.646Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-05T00:45:01.646Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-05T00:45:01.646Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-05T00:45:01.646Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-05T00:45:01.646Z] Suggested packages: [2021-01-05T00:45:01.646Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-05T00:45:01.646Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-05T00:45:01.646Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-05T00:45:01.646Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-05T00:45:01.646Z] systemd-container policykit-1 [2021-01-05T00:45:01.646Z] Recommended packages: [2021-01-05T00:45:01.646Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-05T00:45:01.646Z] The following NEW packages will be installed: [2021-01-05T00:45:01.646Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-05T00:45:01.646Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-05T00:45:01.646Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-05T00:45:01.646Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-05T00:45:01.646Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-05T00:45:01.646Z] The following packages will be upgraded: [2021-01-05T00:45:01.646Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-05T00:45:01.907Z] 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. [2021-01-05T00:45:01.908Z] Need to get 35.2 MB of archives. [2021-01-05T00:45:01.908Z] After this operation, 141 MB of additional disk space will be used. [2021-01-05T00:45:01.908Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-05T00:45:02.171Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-05T00:45:02.171Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-05T00:45:02.171Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-05T00:45:02.171Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-05T00:45:02.171Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-05T00:45:02.171Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-05T00:45:02.171Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-05T00:45:02.171Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-05T00:45:02.171Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-05T00:45:02.171Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-05T00:45:02.171Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-05T00:45:02.171Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-05T00:45:02.171Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-05T00:45:02.171Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-05T00:45:02.171Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-05T00:45:02.432Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2021-01-05T00:45:03.383Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2021-01-05T00:45:03.383Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-05T00:45:03.383Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-05T00:45:03.383Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-05T00:45:03.383Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-05T00:45:03.383Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-05T00:45:03.383Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-05T00:45:03.383Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-05T00:45:03.383Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-05T00:45:03.383Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-05T00:45:03.383Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-05T00:45:03.383Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-05T00:45:03.383Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-05T00:45:04.767Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-05T00:45:04.767Z] Fetched 35.2 MB in 3s (13.2 MB/s) [2021-01-05T00:45:04.767Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-05T00:45:04.767Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2021-01-05T00:45:04.767Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-05T00:45:05.337Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2021-01-05T00:45:05.599Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-05T00:45:05.599Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2021-01-05T00:45:05.860Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-05T00:45:05.860Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-05T00:45:05.860Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-05T00:45:05.860Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-05T00:45:06.121Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-05T00:45:06.121Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-05T00:45:06.121Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-05T00:45:06.384Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-05T00:45:06.384Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-05T00:45:06.957Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-05T00:45:07.218Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-05T00:45:07.218Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-05T00:45:07.218Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-05T00:45:07.480Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-05T00:45:07.480Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-05T00:45:07.480Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-05T00:45:07.743Z] Selecting previously unselected package libexpat1:amd64. [2021-01-05T00:45:07.743Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-05T00:45:07.743Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-05T00:45:08.003Z] Selecting previously unselected package python3.6-minimal. [2021-01-05T00:45:08.003Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-05T00:45:08.003Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-05T00:45:08.264Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-05T00:45:08.264Z] Checking for services that may need to be restarted...done. [2021-01-05T00:45:08.264Z] Checking for services that may need to be restarted...done. [2021-01-05T00:45:08.525Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-05T00:45:08.525Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-05T00:45:08.525Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-05T00:45:09.100Z] Selecting previously unselected package python3-minimal. [2021-01-05T00:45:09.100Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-05T00:45:09.100Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-05T00:45:09.100Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-05T00:45:09.100Z] Selecting previously unselected package mime-support. [2021-01-05T00:45:09.100Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-05T00:45:09.100Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-05T00:45:09.360Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-05T00:45:09.360Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-05T00:45:09.360Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-05T00:45:09.360Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-05T00:45:09.360Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-05T00:45:09.360Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-05T00:45:09.620Z] Selecting previously unselected package python3.6. [2021-01-05T00:45:09.620Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-05T00:45:09.620Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-05T00:45:09.880Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-05T00:45:09.880Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-05T00:45:09.880Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-05T00:45:09.880Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-05T00:45:10.142Z] Selecting previously unselected package python3. [2021-01-05T00:45:10.142Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-05T00:45:10.142Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-05T00:45:10.142Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-05T00:45:10.142Z] Selecting previously unselected package multiarch-support. [2021-01-05T00:45:10.142Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-05T00:45:10.404Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-05T00:45:10.404Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-05T00:45:10.404Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-05T00:45:10.404Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-05T00:45:10.404Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-05T00:45:10.404Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-05T00:45:10.666Z] Selecting previously unselected package libbsd0:amd64. [2021-01-05T00:45:10.666Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-05T00:45:10.666Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-05T00:45:10.666Z] Selecting previously unselected package sudo. [2021-01-05T00:45:10.666Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-05T00:45:10.666Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-05T00:45:10.927Z] Selecting previously unselected package apparmor. [2021-01-05T00:45:10.927Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-05T00:45:10.927Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-05T00:45:10.927Z] Selecting previously unselected package libedit2:amd64. [2021-01-05T00:45:10.927Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-05T00:45:11.187Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-05T00:45:11.187Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-05T00:45:11.187Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-05T00:45:11.187Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-05T00:45:11.187Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-05T00:45:11.187Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-05T00:45:11.187Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-05T00:45:11.448Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-05T00:45:11.448Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-05T00:45:11.448Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-05T00:45:11.448Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-05T00:45:11.448Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-05T00:45:11.448Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-05T00:45:11.707Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-05T00:45:11.707Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-05T00:45:11.707Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-05T00:45:11.707Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-05T00:45:11.707Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-05T00:45:11.968Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-05T00:45:12.228Z] Selecting previously unselected package openssh-client. [2021-01-05T00:45:12.228Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-05T00:45:12.228Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-05T00:45:13.175Z] Selecting previously unselected package squashfs-tools. [2021-01-05T00:45:13.175Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-05T00:45:13.175Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-05T00:45:13.175Z] Selecting previously unselected package snapd. [2021-01-05T00:45:13.175Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-05T00:45:13.175Z] Unpacking snapd (2.48+18.04) ... [2021-01-05T00:45:13.404Z] ---> e12f4ac327bd [2021-01-05T00:45:13.404Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-05T00:45:13.404Z] ---> 7c524e77ffa1 [2021-01-05T00:45:13.404Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-05T00:45:13.404Z] ---> Running in cfae742da82c [2021-01-05T00:45:13.404Z] ---> c1ef897053a7 [2021-01-05T00:45:13.404Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-05T00:45:13.404Z] ---> a797c09f08da [2021-01-05T00:45:13.404Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-05T00:45:13.404Z] ---> 89aeb2e4a0a2 [2021-01-05T00:45:13.404Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-05T00:45:13.404Z] ---> Running in ed2a123ff197 [2021-01-05T00:45:13.404Z] ---> Running in 6a2c97126644 [2021-01-05T00:45:13.404Z] ---> Running in a38c0c5111d5 [2021-01-05T00:45:13.404Z] ---> Running in ba32bdca2f41 [2021-01-05T00:45:13.404Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-05T00:45:13.404Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-05T00:45:13.404Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-05T00:45:13.679Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-05T00:45:13.679Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-05T00:45:16.473Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-05T00:45:16.473Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-05T00:45:16.474Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-05T00:45:16.474Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-05T00:45:16.474Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-05T00:45:16.474Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-05T00:45:16.474Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-05T00:45:16.474Z] Setting up systemd (237-3ubuntu10.43) ... [2021-01-05T00:45:16.474Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-05T00:45:17.045Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-05T00:45:17.045Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-05T00:45:17.045Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-05T00:45:17.045Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-05T00:45:17.045Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-05T00:45:17.304Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-05T00:45:17.873Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-05T00:45:17.873Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-05T00:45:17.873Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-05T00:45:17.873Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-05T00:45:17.873Z] running python rtupdate hooks for python3.6... [2021-01-05T00:45:17.873Z] running python post-rtupdate hooks for python3.6... [2021-01-05T00:45:18.137Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-05T00:45:19.522Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-05T00:45:19.783Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-05T00:45:19.783Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-05T00:45:19.783Z] Setting up snapd (2.48+18.04) ... [2021-01-05T00:45:20.355Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-05T00:45:20.355Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-05T00:45:20.614Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-05T00:45:20.875Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-05T00:45:20.875Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-05T00:45:20.875Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-05T00:45:21.136Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-05T00:45:21.397Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-05T00:45:21.397Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-05T00:45:21.657Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-05T00:45:21.657Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-01-05T00:45:21.917Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-05T00:45:21.917Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-05T00:45:23.303Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-05T00:45:23.303Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-05T00:45:23.303Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-05T00:45:24.513Z] Reading package lists... [2021-01-05T00:45:24.773Z] Reading package lists... [2021-01-05T00:45:25.032Z] Building dependency tree... [2021-01-05T00:45:25.032Z] Reading state information... [2021-01-05T00:45:25.032Z] Calculating upgrade... [2021-01-05T00:45:25.291Z] The following packages will be upgraded: [2021-01-05T00:45:25.291Z] advancecomp base-files bash binutils binutils-common [2021-01-05T00:45:25.291Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-05T00:45:25.291Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-05T00:45:25.291Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-05T00:45:25.291Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-05T00:45:25.291Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-05T00:45:25.291Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-05T00:45:25.291Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-05T00:45:25.291Z] libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-01-05T00:45:25.291Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-01-05T00:45:25.291Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-01-05T00:45:25.291Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-01-05T00:45:25.291Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-01-05T00:45:25.291Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-01-05T00:45:25.291Z] 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-05T00:45:25.291Z] Need to get 63.5 MB of archives. [2021-01-05T00:45:25.291Z] After this operation, 5200 kB of additional disk space will be used. [2021-01-05T00:45:25.291Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-05T00:45:25.291Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-05T00:45:25.292Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-05T00:45:25.292Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-05T00:45:25.551Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-05T00:45:25.551Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-05T00:45:25.551Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-05T00:45:25.551Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-05T00:45:25.551Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-05T00:45:25.551Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-05T00:45:25.551Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-05T00:45:25.551Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-05T00:45:25.551Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-05T00:45:25.551Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-05T00:45:25.551Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-05T00:45:25.551Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-05T00:45:25.551Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-05T00:45:25.551Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-05T00:45:25.551Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-05T00:45:25.551Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-05T00:45:25.551Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-05T00:45:25.551Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-05T00:45:25.551Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-05T00:45:25.551Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-05T00:45:25.551Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-05T00:45:25.551Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-05T00:45:25.551Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-05T00:45:25.551Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-05T00:45:25.551Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-05T00:45:25.551Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-05T00:45:25.551Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-05T00:45:25.551Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-05T00:45:25.812Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-05T00:45:25.812Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-05T00:45:25.812Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-05T00:45:25.812Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-05T00:45:25.812Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-05T00:45:25.812Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-05T00:45:25.812Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-05T00:45:25.812Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-05T00:45:25.812Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-05T00:45:25.812Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-05T00:45:25.812Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] [2021-01-05T00:45:25.812Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-05T00:45:25.812Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-05T00:45:25.812Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-01-05T00:45:25.812Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-05T00:45:25.812Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-05T00:45:25.812Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-05T00:45:25.812Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-05T00:45:25.812Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-05T00:45:25.812Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-05T00:45:25.812Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-05T00:45:26.071Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-05T00:45:26.071Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-05T00:45:26.071Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-05T00:45:26.071Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-05T00:45:26.332Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-05T00:45:26.332Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-05T00:45:26.332Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-05T00:45:26.332Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-05T00:45:26.332Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-05T00:45:26.901Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-05T00:45:26.901Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-129.132 [997 kB] [2021-01-05T00:45:26.901Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-05T00:45:27.161Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-05T00:45:27.161Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-05T00:45:27.420Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2021-01-05T00:45:27.420Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-05T00:45:27.420Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-05T00:45:27.420Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-05T00:45:27.420Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-05T00:45:27.420Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-05T00:45:27.420Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-05T00:45:27.420Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-05T00:45:27.420Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-05T00:45:27.701Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-05T00:45:27.701Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-05T00:45:27.701Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-05T00:45:27.701Z] 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] [2021-01-05T00:45:27.701Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-05T00:45:27.701Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2021-01-05T00:45:27.701Z] 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] [2021-01-05T00:45:27.701Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-05T00:45:27.701Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-05T00:45:27.701Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-05T00:45:27.961Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-05T00:45:27.961Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-05T00:45:27.961Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-05T00:45:27.961Z] 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] [2021-01-05T00:45:27.961Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-05T00:45:27.961Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-05T00:45:27.961Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-05T00:45:27.961Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-05T00:45:27.961Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-05T00:45:27.961Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-05T00:45:28.221Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-05T00:45:28.221Z] Fetched 63.5 MB in 3s (23.4 MB/s) [2021-01-05T00:45:28.221Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T00:45:28.221Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-05T00:45:28.221Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-05T00:45:29.160Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-05T00:45:29.160Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-05T00:45:29.160Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-129.132_amd64.deb ... [2021-01-05T00:45:29.160Z] Unpacking linux-libc-dev:amd64 (4.15.0-129.132) over (4.15.0-20.21) ... [2021-01-05T00:45:30.102Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-05T00:45:30.102Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-05T00:45:30.102Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-05T00:45:30.362Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-05T00:45:30.362Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-05T00:45:30.362Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-05T00:45:30.362Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-05T00:45:30.362Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-05T00:45:30.623Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-05T00:45:30.623Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-05T00:45:30.623Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-05T00:45:30.623Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-05T00:45:30.885Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-05T00:45:30.885Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-05T00:45:30.885Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-05T00:45:30.885Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-05T00:45:30.885Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-05T00:45:31.146Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-05T00:45:31.146Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-05T00:45:31.146Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-05T00:45:31.146Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-05T00:45:31.146Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-05T00:45:31.406Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-05T00:45:31.406Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-05T00:45:31.406Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-05T00:45:31.406Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-05T00:45:31.667Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-05T00:45:31.667Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-05T00:45:31.667Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-05T00:45:31.928Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-05T00:45:32.498Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-05T00:45:32.760Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-05T00:45:32.760Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-05T00:45:32.760Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-05T00:45:32.760Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-05T00:45:32.760Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-05T00:45:33.021Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-05T00:45:33.021Z] Installing new version of config file /etc/issue ... [2021-01-05T00:45:33.021Z] Installing new version of config file /etc/issue.net ... [2021-01-05T00:45:33.021Z] Installing new version of config file /etc/lsb-release ... [2021-01-05T00:45:33.021Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-05T00:45:33.281Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-05T00:45:33.281Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-05T00:45:33.281Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-05T00:45:33.540Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T00:45:33.540Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-05T00:45:33.540Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-05T00:45:33.801Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-05T00:45:33.801Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-01-05T00:45:33.801Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T00:45:33.801Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-05T00:45:33.801Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-05T00:45:34.061Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-05T00:45:34.062Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T00:45:34.062Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2021-01-05T00:45:34.062Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2021-01-05T00:45:34.321Z] Setting up tar (1.29b-2ubuntu0.1) ... [2021-01-05T00:45:34.321Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T00:45:34.321Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-05T00:45:34.321Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-05T00:45:34.581Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-05T00:45:34.842Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T00:45:34.842Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-05T00:45:34.842Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-05T00:45:34.842Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-05T00:45:35.102Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T00:45:35.102Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-05T00:45:35.102Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-05T00:45:35.102Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-05T00:45:35.363Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T00:45:35.363Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-05T00:45:35.363Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-05T00:45:35.363Z] Setting up grep (3.1-2build1) ... [2021-01-05T00:45:35.622Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T00:45:35.622Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-05T00:45:35.622Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-05T00:45:35.622Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-05T00:45:35.881Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T00:45:35.881Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-05T00:45:35.881Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-05T00:45:35.881Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-05T00:45:36.141Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T00:45:36.141Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-05T00:45:36.141Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-05T00:45:36.709Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-05T00:45:36.709Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-05T00:45:36.969Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-05T00:45:36.969Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-05T00:45:37.538Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-05T00:45:37.538Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T00:45:37.538Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-05T00:45:37.538Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-05T00:45:38.478Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-05T00:45:38.478Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-05T00:45:38.738Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-05T00:45:38.738Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-05T00:45:38.738Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-05T00:45:38.738Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T00:45:38.738Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-05T00:45:39.000Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-05T00:45:39.000Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-05T00:45:39.261Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T00:45:39.261Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-05T00:45:39.261Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-05T00:45:39.261Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-05T00:45:39.261Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T00:45:39.261Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-05T00:45:39.526Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-05T00:45:39.526Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-05T00:45:39.526Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T00:45:39.526Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-05T00:45:39.787Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-05T00:45:39.787Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-05T00:45:39.787Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T00:45:39.787Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-05T00:45:40.048Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-05T00:45:40.048Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-05T00:45:40.048Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T00:45:40.048Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-05T00:45:40.310Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-05T00:45:40.310Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-05T00:45:40.310Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-05T00:45:40.572Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-05T00:45:40.572Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T00:45:40.572Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-05T00:45:40.572Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-05T00:45:40.572Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-05T00:45:40.833Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T00:45:40.833Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-05T00:45:40.833Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-05T00:45:40.833Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-05T00:45:40.833Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T00:45:40.833Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-05T00:45:41.094Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-05T00:45:41.094Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-05T00:45:41.094Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T00:45:41.094Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-05T00:45:41.355Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-05T00:45:41.616Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-05T00:45:41.878Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-05T00:45:42.138Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-05T00:45:42.399Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T00:45:42.400Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-05T00:45:42.400Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-05T00:45:42.668Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-05T00:45:42.668Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T00:45:42.668Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-05T00:45:42.929Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-05T00:45:42.929Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-05T00:45:43.190Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T00:45:43.190Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-05T00:45:43.190Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-05T00:45:43.190Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-05T00:45:43.451Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T00:45:43.451Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-05T00:45:43.451Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-05T00:45:43.712Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-05T00:45:43.712Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T00:45:43.712Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-05T00:45:43.712Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-05T00:45:43.973Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-05T00:45:43.973Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T00:45:43.973Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-05T00:45:44.233Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-05T00:45:44.233Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-05T00:45:44.493Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T00:45:44.493Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-05T00:45:44.493Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-05T00:45:44.494Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2021-01-05T00:45:44.494Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-05T00:45:44.494Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-05T00:45:44.494Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-05T00:45:44.755Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-05T00:45:44.755Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T00:45:44.755Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-05T00:45:44.755Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-05T00:45:45.016Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-05T00:45:45.016Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T00:45:45.016Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-05T00:45:45.016Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-05T00:45:45.016Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-05T00:45:45.586Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T00:45:45.586Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-05T00:45:45.586Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-05T00:45:45.586Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-05T00:45:45.586Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T00:45:45.586Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-05T00:45:45.586Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-05T00:45:45.846Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-05T00:45:45.846Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T00:45:45.846Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-05T00:45:46.107Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-05T00:45:46.368Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-05T00:45:46.368Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T00:45:46.368Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-05T00:45:46.368Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-05T00:45:46.632Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-05T00:45:46.632Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T00:45:46.632Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-05T00:45:46.893Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-05T00:45:46.893Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-05T00:45:47.159Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T00:45:47.159Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-05T00:45:47.159Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-05T00:45:47.159Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-05T00:45:47.159Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T00:45:47.159Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-05T00:45:47.418Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-05T00:45:47.418Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-05T00:45:47.679Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T00:45:47.679Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-05T00:45:47.679Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-05T00:45:47.679Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-05T00:45:47.679Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T00:45:47.940Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-05T00:45:47.940Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-05T00:45:47.940Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-05T00:45:48.209Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-05T00:45:48.209Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-05T00:45:48.209Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-05T00:45:48.209Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-05T00:45:48.209Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-05T00:45:48.469Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-05T00:45:48.469Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-05T00:45:48.729Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-05T00:45:48.729Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-05T00:45:48.988Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-05T00:45:48.988Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-05T00:45:49.559Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-05T00:45:49.559Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-05T00:45:49.559Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-05T00:45:49.559Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-05T00:45:49.820Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-05T00:45:49.820Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-05T00:45:50.080Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-05T00:45:50.080Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-05T00:45:50.080Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-05T00:45:50.080Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-05T00:45:50.340Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-05T00:45:50.340Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-05T00:45:50.340Z] Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... [2021-01-05T00:45:50.601Z] Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... [2021-01-05T00:45:51.170Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-05T00:45:51.171Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-05T00:45:51.431Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-05T00:45:51.431Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-05T00:45:51.693Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-05T00:45:51.693Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-05T00:45:51.955Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-05T00:45:51.955Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-05T00:45:52.215Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-05T00:45:52.215Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-05T00:45:52.215Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-05T00:45:52.215Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-05T00:45:52.475Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-05T00:45:52.475Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-05T00:45:52.475Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-05T00:45:52.735Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-05T00:45:52.735Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-05T00:45:52.735Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-05T00:45:52.996Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-05T00:45:52.996Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-05T00:45:53.935Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-05T00:45:53.935Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-05T00:45:54.910Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-05T00:45:54.910Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-05T00:45:55.852Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-05T00:45:55.852Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-05T00:45:56.113Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-05T00:45:56.113Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-05T00:45:57.055Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-05T00:45:57.056Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-05T00:45:57.056Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-05T00:45:57.056Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-05T00:45:57.316Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-05T00:45:57.316Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-05T00:45:57.316Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-05T00:45:57.316Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-05T00:45:57.577Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-05T00:45:57.577Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-05T00:45:57.577Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-05T00:45:57.577Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-05T00:45:57.839Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-05T00:45:57.839Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-05T00:45:58.099Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-05T00:45:58.099Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-05T00:45:58.099Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-05T00:45:58.099Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-05T00:45:58.099Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-05T00:45:58.358Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-05T00:45:58.358Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-05T00:45:58.358Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-05T00:45:58.358Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-05T00:45:58.358Z] Setting up tzdata (2020d-0ubuntu0.18.04) ... [2021-01-05T00:45:58.618Z] [2021-01-05T00:45:58.618Z] Current default time zone: 'Etc/UTC' [2021-01-05T00:45:58.618Z] Local time is now: Tue Jan 5 00:45:58 UTC 2021. [2021-01-05T00:45:58.618Z] Universal Time is now: Tue Jan 5 00:45:58 UTC 2021. [2021-01-05T00:45:58.618Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-05T00:45:58.618Z] [2021-01-05T00:45:58.618Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2021-01-05T00:45:58.618Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-05T00:45:58.618Z] Setting up linux-libc-dev:amd64 (4.15.0-129.132) ... [2021-01-05T00:45:58.618Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-05T00:45:58.618Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-05T00:45:58.618Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-05T00:45:58.878Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-05T00:45:58.878Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-05T00:45:58.878Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-05T00:45:58.878Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-05T00:45:58.878Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-05T00:45:58.878Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-05T00:45:59.139Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-05T00:45:59.139Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-05T00:45:59.139Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-05T00:45:59.139Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-05T00:45:59.139Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-05T00:45:59.400Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-05T00:45:59.400Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-05T00:45:59.400Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-05T00:45:59.400Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-05T00:45:59.400Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-05T00:45:59.400Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-05T00:46:01.310Z] Updating certificates in /etc/ssl/certs... [2021-01-05T00:46:02.259Z] 22 added, 17 removed; done. [2021-01-05T00:46:02.259Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-05T00:46:02.259Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-05T00:46:02.259Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-05T00:46:02.259Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-05T00:46:02.259Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-05T00:46:02.259Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-05T00:46:02.259Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-05T00:46:02.259Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-05T00:46:02.259Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-05T00:46:02.519Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-05T00:46:02.519Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-05T00:46:02.520Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-05T00:46:02.520Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-05T00:46:02.520Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-05T00:46:02.520Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-05T00:46:02.520Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-05T00:46:02.520Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-05T00:46:02.520Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-05T00:46:02.781Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-05T00:46:02.781Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-05T00:46:02.781Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-05T00:46:02.781Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-05T00:46:02.781Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-05T00:46:02.781Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-05T00:46:03.042Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-05T00:46:03.042Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-05T00:46:03.042Z] Updating certificates in /etc/ssl/certs... [2021-01-05T00:46:03.635Z] 0 added, 0 removed; done. [2021-01-05T00:46:03.635Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-05T00:46:03.635Z] done. [2021-01-05T00:46:04.206Z] Reading package lists... [2021-01-05T00:46:04.466Z] Building dependency tree... [2021-01-05T00:46:04.466Z] Reading state information... [2021-01-05T00:46:04.726Z] The following NEW packages will be installed: [2021-01-05T00:46:04.726Z] apt-transport-https [2021-01-05T00:46:04.726Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-05T00:46:04.726Z] Need to get 1696 B of archives. [2021-01-05T00:46:04.726Z] After this operation, 153 kB of additional disk space will be used. [2021-01-05T00:46:04.726Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-05T00:46:04.986Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-05T00:46:04.986Z] Fetched 1696 B in 0s (26.8 kB/s) [2021-01-05T00:46:04.986Z] Selecting previously unselected package apt-transport-https. [2021-01-05T00:46:04.986Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-05T00:46:04.986Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-05T00:46:04.986Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-05T00:46:04.986Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-05T00:46:05.249Z] Waiting for network to be ready... [2021-01-05T00:46:11.881Z] 2021-01-05T00:46:08Z INFO Waiting for automatic snapd restart... [2021-01-05T00:46:11.881Z] snapd 2.48.1 from Canonical* installed [2021-01-05T00:46:12.142Z] "snapd" switched to the "latest/stable" channel [2021-01-05T00:46:12.142Z] [2021-01-05T00:46:18.090Z] core18 20201210 from Canonical* installed [2021-01-05T00:46:18.090Z] "core18" switched to the "latest/stable" channel [2021-01-05T00:46:18.090Z] [2021-01-05T00:46:21.398Z] snapcraft 4.4.4 from Canonical* installed [2021-01-05T00:46:21.398Z] "snapcraft" switched to the "latest/stable" channel [2021-01-05T00:46:21.398Z] [2021-01-05T00:46:24.698Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-01-05T00:46:24.698Z] - README.md [2021-01-05T00:46:24.698Z] [2021-01-05T00:46:24.698Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-05T00:46:31.280Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-05T00:46:31.539Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-05T00:46:31.539Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-05T00:46:31.539Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-05T00:46:32.736Z] Reading package lists... [2021-01-05T00:46:32.997Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-01-05T00:46:39.580Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-05T00:46:39.580Z] Reading package lists... [2021-01-05T00:46:39.580Z] Building dependency tree... [2021-01-05T00:46:39.580Z] Reading state information... [2021-01-05T00:46:39.580Z] Suggested packages: [2021-01-05T00:46:39.580Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-05T00:46:39.580Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-05T00:46:39.580Z] Recommended packages: [2021-01-05T00:46:39.580Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-05T00:46:39.580Z] The following NEW packages will be installed: [2021-01-05T00:46:39.580Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-05T00:46:39.580Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-05T00:46:39.580Z] pkg-config zip [2021-01-05T00:46:39.580Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-05T00:46:39.580Z] Need to get 7655 kB of archives. [2021-01-05T00:46:39.580Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-05T00:46:39.580Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-01-05T00:46:39.580Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-05T00:46:39.580Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-05T00:46:39.580Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-05T00:46:39.580Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-05T00:46:39.842Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-05T00:46:39.842Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-05T00:46:39.842Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-05T00:46:39.842Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-05T00:46:40.101Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-05T00:46:40.101Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-05T00:46:40.101Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-05T00:46:40.101Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-05T00:46:40.101Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-05T00:46:40.101Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-05T00:46:40.362Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-05T00:46:40.362Z] Fetched 7655 kB in 1s (10.6 MB/s) [2021-01-05T00:46:40.362Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-05T00:46:40.362Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-05T00:46:40.362Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-05T00:46:40.362Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-05T00:46:40.623Z] Selecting previously unselected package libpsl5:amd64. [2021-01-05T00:46:40.623Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-05T00:46:40.623Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-05T00:46:40.623Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-05T00:46:40.623Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-05T00:46:40.623Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-05T00:46:40.885Z] Selecting previously unselected package librtmp1:amd64. [2021-01-05T00:46:40.885Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-05T00:46:40.885Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-05T00:46:40.885Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-05T00:46:40.885Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-05T00:46:40.885Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-05T00:46:41.145Z] Selecting previously unselected package liberror-perl. [2021-01-05T00:46:41.145Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-05T00:46:41.145Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-05T00:46:41.145Z] Selecting previously unselected package git-man. [2021-01-05T00:46:41.145Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-05T00:46:41.145Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-05T00:46:41.405Z] Selecting previously unselected package git. [2021-01-05T00:46:41.405Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-05T00:46:41.405Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-05T00:46:42.346Z] Selecting previously unselected package libnorm1:amd64. [2021-01-05T00:46:42.346Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-05T00:46:42.346Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-05T00:46:42.346Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-05T00:46:42.346Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-05T00:46:42.346Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-05T00:46:42.346Z] Selecting previously unselected package libsodium23:amd64. [2021-01-05T00:46:42.346Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-05T00:46:42.346Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-05T00:46:42.346Z] Selecting previously unselected package libzmq5:amd64. [2021-01-05T00:46:42.606Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-05T00:46:42.606Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-05T00:46:42.606Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-05T00:46:42.606Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-05T00:46:42.606Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-05T00:46:42.606Z] Selecting previously unselected package pkg-config. [2021-01-05T00:46:42.606Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-05T00:46:42.606Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-05T00:46:42.866Z] Selecting previously unselected package zip. [2021-01-05T00:46:42.866Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-05T00:46:42.866Z] Unpacking zip (3.0-11build1) ... [2021-01-05T00:46:42.866Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-05T00:46:42.866Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-05T00:46:43.126Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-05T00:46:43.126Z] Setting up liberror-perl (0.17025-1) ... [2021-01-05T00:46:43.126Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-05T00:46:43.126Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-05T00:46:43.126Z] No schema files found: doing nothing. [2021-01-05T00:46:43.126Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-05T00:46:43.126Z] Setting up zip (3.0-11build1) ... [2021-01-05T00:46:43.126Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-05T00:46:43.126Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-05T00:46:43.126Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-05T00:46:43.386Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-05T00:46:43.386Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-05T00:46:43.386Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-05T00:46:43.386Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-05T00:46:43.386Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-05T00:46:50.518Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-05T00:46:50.518Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-05T00:46:51.522Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-05T00:46:51.523Z] git set to automatically installed. [2021-01-05T00:46:51.523Z] git-man set to automatically installed. [2021-01-05T00:46:51.523Z] libcurl3-gnutls set to automatically installed. [2021-01-05T00:46:51.523Z] liberror-perl set to automatically installed. [2021-01-05T00:46:51.523Z] libglib2.0-0 set to automatically installed. [2021-01-05T00:46:51.523Z] libnghttp2-14 set to automatically installed. [2021-01-05T00:46:51.523Z] libnorm1 set to automatically installed. [2021-01-05T00:46:51.523Z] libpgm-5.2-0 set to automatically installed. [2021-01-05T00:46:51.523Z] libpsl5 set to automatically installed. [2021-01-05T00:46:51.523Z] librtmp1 set to automatically installed. [2021-01-05T00:46:51.523Z] libsodium23 set to automatically installed. [2021-01-05T00:46:51.523Z] libzmq3-dev set to automatically installed. [2021-01-05T00:46:51.523Z] libzmq5 set to automatically installed. [2021-01-05T00:46:51.523Z] pkg-config set to automatically installed. [2021-01-05T00:46:51.523Z] zip set to automatically installed. [2021-01-05T00:46:52.463Z] snapd is not logged in, snap install commands will use sudo [2021-01-05T00:46:57.077Z] Removing intermediate container 6a2c97126644 [2021-01-05T00:46:57.077Z] ---> c001468dd60c [2021-01-05T00:46:57.077Z] [2021-01-05T00:46:57.077Z] Step 10/22 : FROM alpine:3.12 [2021-01-05T00:46:57.357Z] Removing intermediate container a38c0c5111d5 [2021-01-05T00:46:57.357Z] ---> d4586d319abf [2021-01-05T00:46:57.357Z] [2021-01-05T00:46:57.357Z] Step 10/24 : FROM alpine:3.12 [2021-01-05T00:46:57.357Z] 3.12: Pulling from library/alpine [2021-01-05T00:46:57.357Z] 3.12: Pulling from library/alpine [2021-01-05T00:46:58.719Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-05T00:46:59.296Z] snap "core18" has no updates available [2021-01-05T00:46:59.357Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-05T00:46:59.357Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-05T00:46:59.357Z] Status: Image is up to date for alpine:3.12 [2021-01-05T00:46:59.357Z] ---> afeebe901d6b [2021-01-05T00:46:59.357Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-05T00:46:59.357Z] Status: Downloaded newer image for alpine:3.12 [2021-01-05T00:46:59.357Z] ---> afeebe901d6b [2021-01-05T00:46:59.357Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-05T00:46:59.871Z] Pulling config-common [2021-01-05T00:47:00.622Z] ---> Running in d8ac45bda614 [2021-01-05T00:47:00.622Z] ---> Running in 0e00caa4bf90 [2021-01-05T00:47:00.814Z] Pulling go-build-helper [2021-01-05T00:47:00.943Z] Removing intermediate container ed2a123ff197 [2021-01-05T00:47:00.943Z] ---> 78d715206e1c [2021-01-05T00:47:00.943Z] [2021-01-05T00:47:00.943Z] Step 10/21 : FROM alpine:3.12 [2021-01-05T00:47:00.943Z] ---> afeebe901d6b [2021-01-05T00:47:00.943Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-05T00:47:01.608Z] ---> Running in 8e046365b2fe [2021-01-05T00:47:03.763Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T00:47:03.763Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T00:47:04.036Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T00:47:04.310Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T00:47:04.310Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T00:47:04.592Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T00:47:04.867Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-05T00:47:05.143Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T00:47:05.143Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-05T00:47:05.143Z] (4/5) Installing curl (7.69.1-r3) [2021-01-05T00:47:05.143Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-05T00:47:05.143Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-05T00:47:05.143Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T00:47:05.143Z] Executing ca-certificates-20191127-r4.trigger [2021-01-05T00:47:05.143Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T00:47:05.143Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-05T00:47:05.143Z] (4/5) Installing curl (7.69.1-r3) [2021-01-05T00:47:05.425Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-05T00:47:05.425Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T00:47:05.425Z] Executing ca-certificates-20191127-r4.trigger [2021-01-05T00:47:05.425Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-05T00:47:05.425Z] OK: 7 MiB in 19 packages [2021-01-05T00:47:05.704Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T00:47:05.704Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-05T00:47:05.704Z] (4/4) Installing curl (7.69.1-r3) [2021-01-05T00:47:05.704Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T00:47:05.704Z] Executing ca-certificates-20191127-r4.trigger [2021-01-05T00:47:05.704Z] OK: 7 MiB in 19 packages [2021-01-05T00:47:05.982Z] OK: 7 MiB in 18 packages [2021-01-05T00:47:09.410Z] Removing intermediate container d8ac45bda614 [2021-01-05T00:47:09.410Z] ---> e9344223e153 [2021-01-05T00:47:09.410Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-05T00:47:09.410Z] ---> Running in c5afd9a34eb4 [2021-01-05T00:47:09.691Z] Removing intermediate container 8e046365b2fe [2021-01-05T00:47:09.691Z] ---> e45a65dac76e [2021-01-05T00:47:09.691Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-05T00:47:09.691Z] Removing intermediate container 0e00caa4bf90 [2021-01-05T00:47:09.691Z] ---> da8e52896bd2 [2021-01-05T00:47:09.691Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-05T00:47:09.980Z] ---> Running in 794cae977ce2 [2021-01-05T00:47:09.980Z] ---> Running in a865903cc1ea [2021-01-05T00:47:10.289Z] Removing intermediate container c5afd9a34eb4 [2021-01-05T00:47:10.289Z] ---> 08e319a3ed7c [2021-01-05T00:47:10.289Z] Step 13/22 : WORKDIR / [2021-01-05T00:47:10.575Z] ---> Running in 891b4e7b7d72 [2021-01-05T00:47:10.871Z] Removing intermediate container 794cae977ce2 [2021-01-05T00:47:10.871Z] ---> 0a995f8fba1c [2021-01-05T00:47:10.871Z] Step 13/21 : WORKDIR /edgex [2021-01-05T00:47:11.151Z] ---> Running in 4c1f4303fd39 [2021-01-05T00:47:11.151Z] Removing intermediate container a865903cc1ea [2021-01-05T00:47:11.151Z] ---> c0feecbbb970 [2021-01-05T00:47:11.151Z] Step 13/24 : WORKDIR / [2021-01-05T00:47:11.436Z] ---> Running in b3483a82728c [2021-01-05T00:47:11.713Z] Removing intermediate container 891b4e7b7d72 [2021-01-05T00:47:11.713Z] ---> b285a5003cb0 [2021-01-05T00:47:11.713Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-05T00:47:12.021Z] Removing intermediate container 4c1f4303fd39 [2021-01-05T00:47:12.021Z] ---> 0c5886a0617b [2021-01-05T00:47:12.021Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-05T00:47:12.633Z] Removing intermediate container b3483a82728c [2021-01-05T00:47:12.633Z] ---> 92f982803847 [2021-01-05T00:47:12.633Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-05T00:47:13.259Z] ---> 0c371276b881 [2021-01-05T00:47:13.260Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-05T00:47:13.547Z] ---> bd2fd4b9c22a [2021-01-05T00:47:13.547Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-05T00:47:13.836Z] ---> ae5101df0bac [2021-01-05T00:47:13.836Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-05T00:47:15.294Z] ---> becc276655c0 [2021-01-05T00:47:15.578Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-05T00:47:15.855Z] ---> 7de37344719d [2021-01-05T00:47:15.855Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-05T00:47:15.855Z] ---> 8266ed2e0df3 [2021-01-05T00:47:15.855Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-05T00:47:17.296Z] ---> 6471988b1491 [2021-01-05T00:47:17.296Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-05T00:47:17.590Z] ---> fdb25a0ebbde [2021-01-05T00:47:17.590Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-05T00:47:18.187Z] ---> bf2af1d66667 [2021-01-05T00:47:18.187Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-05T00:47:18.459Z] ---> Running in 1d2a9f6096b8 [2021-01-05T00:47:19.060Z] ---> 90c7bb86d5aa [2021-01-05T00:47:19.061Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-05T00:47:19.061Z] ---> d32d38b578d5 [2021-01-05T00:47:19.061Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-05T00:47:19.061Z] Removing intermediate container 1d2a9f6096b8 [2021-01-05T00:47:19.350Z] ---> 91841d64e9f6 [2021-01-05T00:47:19.350Z] Step 18/21 : CMD ["--init=true"] [2021-01-05T00:47:19.350Z] ---> Running in 9da334c8d387 [2021-01-05T00:47:19.623Z] ---> Running in b01953f2b532 [2021-01-05T00:47:21.105Z] Removing intermediate container b01953f2b532 [2021-01-05T00:47:21.105Z] ---> f2ac77d94152 [2021-01-05T00:47:21.105Z] Step 19/21 : LABEL arch=arm64 [2021-01-05T00:47:21.703Z] ---> Running in d78a3370f3e5 [2021-01-05T00:47:21.703Z] ---> 5973c064e222 [2021-01-05T00:47:21.703Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-05T00:47:22.916Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-05T00:47:22.916Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-05T00:47:22.916Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1454 kB] [2021-01-05T00:47:22.916Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2021-01-05T00:47:22.916Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] [2021-01-05T00:47:22.916Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] [2021-01-05T00:47:22.916Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] [2021-01-05T00:47:22.916Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] [2021-01-05T00:47:22.916Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2021-01-05T00:47:22.916Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2021-01-05T00:47:22.916Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-05T00:47:22.916Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-05T00:47:22.916Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-05T00:47:22.916Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-05T00:47:22.916Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-05T00:47:22.916Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-05T00:47:22.916Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-05T00:47:22.916Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-05T00:47:22.916Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-05T00:47:22.916Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1813 kB] [2021-01-05T00:47:22.916Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [379 kB] [2021-01-05T00:47:22.916Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] [2021-01-05T00:47:22.916Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-05T00:47:22.916Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [214 kB] [2021-01-05T00:47:22.916Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [29.1 kB] [2021-01-05T00:47:22.916Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-05T00:47:22.916Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-05T00:47:22.916Z] Fetched 23.6 MB in 0s (0 B/s) [2021-01-05T00:47:22.916Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-05T00:47:22.916Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-05T00:47:22.916Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-05T00:47:22.916Z] Fetched 279 kB in 0s (0 B/s) [2021-01-05T00:47:22.916Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-05T00:47:22.916Z] Fetched 122 kB in 0s (0 B/s) [2021-01-05T00:47:22.916Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-05T00:47:22.916Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-05T00:47:22.916Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-05T00:47:22.916Z] Fetched 8848 B in 0s (0 B/s) [2021-01-05T00:47:22.916Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-05T00:47:22.916Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-05T00:47:22.916Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-05T00:47:22.916Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-05T00:47:22.916Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] [2021-01-05T00:47:22.916Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-05T00:47:22.916Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-05T00:47:22.916Z] Fetched 214 kB in 0s (0 B/s) [2021-01-05T00:47:22.916Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-05T00:47:22.916Z] Fetched 155 kB in 0s (0 B/s) [2021-01-05T00:47:22.916Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-05T00:47:22.916Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-05T00:47:22.916Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-05T00:47:22.916Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-05T00:47:22.916Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-05T00:47:22.916Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-05T00:47:22.916Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-05T00:47:22.916Z] Fetched 499 kB in 0s (0 B/s) [2021-01-05T00:47:22.916Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-05T00:47:22.916Z] Fetched 111 kB in 0s (0 B/s) [2021-01-05T00:47:22.916Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-05T00:47:22.916Z] Fetched 240 kB in 0s (0 B/s) [2021-01-05T00:47:22.916Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-05T00:47:22.916Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-05T00:47:22.916Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-05T00:47:22.916Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-05T00:47:22.916Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-05T00:47:22.916Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-05T00:47:22.916Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] [2021-01-05T00:47:22.916Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-05T00:47:22.916Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-05T00:47:22.916Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-05T00:47:22.916Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-05T00:47:22.916Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-05T00:47:22.916Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-05T00:47:22.916Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-05T00:47:22.916Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-05T00:47:22.916Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-05T00:47:22.916Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-05T00:47:22.916Z] Fetched 8720 B in 0s (0 B/s) [2021-01-05T00:47:22.916Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-05T00:47:22.916Z] Fetched 137 kB in 0s (0 B/s) [2021-01-05T00:47:22.916Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-05T00:47:22.916Z] Fetched 119 kB in 0s (0 B/s) [2021-01-05T00:47:22.916Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-05T00:47:22.916Z] Fetched 109 kB in 0s (0 B/s) [2021-01-05T00:47:22.916Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-05T00:47:22.916Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-05T00:47:22.916Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-05T00:47:22.916Z] Fetched 645 kB in 0s (0 B/s) [2021-01-05T00:47:22.916Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-05T00:47:22.916Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-05T00:47:22.916Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-05T00:47:22.916Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-05T00:47:22.916Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-05T00:47:22.916Z] Fetched 368 kB in 0s (0 B/s) [2021-01-05T00:47:22.916Z] Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] [2021-01-05T00:47:22.916Z] Fetched 187 kB in 0s (0 B/s) [2021-01-05T00:47:22.916Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-05T00:47:22.916Z] Fetched 175 kB in 0s (0 B/s) [2021-01-05T00:47:22.916Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-05T00:47:23.149Z] Removing intermediate container d78a3370f3e5 [2021-01-05T00:47:23.149Z] ---> 676b55b5cd66 [2021-01-05T00:47:23.149Z] Step 20/21 : LABEL git_sha=b026b923cce910104345e4fc88c032ad4f5ee240 [2021-01-05T00:47:23.149Z] ---> Running in 1b423ba3405a [2021-01-05T00:47:23.423Z] ---> 8afab35cfd57 [2021-01-05T00:47:23.423Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-05T00:47:23.423Z] Removing intermediate container cfae742da82c [2021-01-05T00:47:23.423Z] ---> afa37d1ef76a [2021-01-05T00:47:23.423Z] [2021-01-05T00:47:23.423Z] Step 10/22 : FROM scratch [2021-01-05T00:47:23.423Z] ---> [2021-01-05T00:47:23.423Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T00:47:23.423Z] Removing intermediate container 9da334c8d387 [2021-01-05T00:47:23.423Z] ---> 6c8a68a30b14 [2021-01-05T00:47:23.423Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-05T00:47:23.712Z] ---> Running in 2b13d9b69222 [2021-01-05T00:47:23.712Z] ---> Running in de77280d9630 [2021-01-05T00:47:23.712Z] ---> Running in d77b5acee5bc [2021-01-05T00:47:23.985Z] Removing intermediate container 1b423ba3405a [2021-01-05T00:47:23.985Z] ---> 4a80f7b6b2da [2021-01-05T00:47:23.985Z] Step 21/21 : LABEL version=0.0.0 [2021-01-05T00:47:24.591Z] ---> Running in ad065e802388 [2021-01-05T00:47:24.591Z] Removing intermediate container d77b5acee5bc [2021-01-05T00:47:24.591Z] ---> 0f2b5b8b9f87 [2021-01-05T00:47:24.591Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-05T00:47:24.870Z] ---> Running in ce274e2b485c [2021-01-05T00:47:24.870Z] Removing intermediate container de77280d9630 [2021-01-05T00:47:24.870Z] ---> 256d82b4a0c1 [2021-01-05T00:47:24.870Z] Step 20/22 : LABEL arch=arm64 [2021-01-05T00:47:25.146Z] ---> Running in e44ca8533c50 [2021-01-05T00:47:25.423Z] Removing intermediate container ad065e802388 [2021-01-05T00:47:25.423Z] ---> 42d84a493cd6 [2021-01-05T00:47:25.423Z] [2021-01-05T00:47:25.423Z] Removing intermediate container ce274e2b485c [2021-01-05T00:47:25.423Z] ---> c6f29627f3ef [2021-01-05T00:47:25.423Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-05T00:47:25.696Z] ---> Running in 87ed4551f8fa [2021-01-05T00:47:25.968Z] Removing intermediate container e44ca8533c50 [2021-01-05T00:47:25.968Z] ---> c0d06a207e18 [2021-01-05T00:47:25.968Z] Step 21/22 : LABEL git_sha=b026b923cce910104345e4fc88c032ad4f5ee240 [2021-01-05T00:47:25.968Z] Successfully built 42d84a493cd6 [2021-01-05T00:47:25.968Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-05T00:47:25.968Z]  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go [2021-01-05T00:47:26.241Z] Fetched 206 kB in 0s (0 B/s) [2021-01-05T00:47:26.241Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-05T00:47:26.241Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-05T00:47:26.241Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-05T00:47:26.241Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-05T00:47:26.241Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-05T00:47:26.241Z] Fetched 159 kB in 0s (0 B/s) [2021-01-05T00:47:26.241Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-05T00:47:26.241Z] Fetched 107 kB in 0s (0 B/s) [2021-01-05T00:47:26.241Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-05T00:47:26.241Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-05T00:47:26.241Z] Pulling static-packages [2021-01-05T00:47:26.254Z] ---> Running in c4afce8c2014 [2021-01-05T00:47:26.254Z] Removing intermediate container 87ed4551f8fa [2021-01-05T00:47:26.254Z] ---> e2ec80737c70 [2021-01-05T00:47:26.254Z] Step 14/22 : WORKDIR / [2021-01-05T00:47:26.532Z] ---> Running in cc0305a6f4eb [2021-01-05T00:47:27.128Z] Removing intermediate container c4afce8c2014 [2021-01-05T00:47:27.128Z] ---> 998f6e39804c [2021-01-05T00:47:27.128Z] Step 22/22 : LABEL version=0.0.0 [2021-01-05T00:47:27.128Z] Removing intermediate container 2b13d9b69222 [2021-01-05T00:47:27.128Z] ---> 1f74cae806b3 [2021-01-05T00:47:27.128Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-05T00:47:27.182Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-05T00:47:27.182Z] Skipping pull go-build-helper (already ran) [2021-01-05T00:47:27.182Z] Skipping pull static-packages (already ran) [2021-01-05T00:47:27.182Z] Building go-build-helper [2021-01-05T00:47:27.408Z] ---> Running in 2b4bcf480c4a [2021-01-05T00:47:27.408Z] Removing intermediate container cc0305a6f4eb [2021-01-05T00:47:27.408Z] ---> 9a802ef0d4bf [2021-01-05T00:47:27.408Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-05T00:47:27.680Z] ---> Running in 377b7938824c [2021-01-05T00:47:28.656Z] Removing intermediate container 2b4bcf480c4a [2021-01-05T00:47:28.656Z] ---> 1defc50ce6e9 [2021-01-05T00:47:28.656Z] [2021-01-05T00:47:28.932Z] Successfully built 1defc50ce6e9 [2021-01-05T00:47:29.279Z] ---> cd699e79aa0e [2021-01-05T00:47:29.279Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-05T00:47:29.279Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-05T00:47:29.280Z] Building docker-support-notifications-go [2021-01-05T00:47:29.280Z] Removing intermediate container 377b7938824c [2021-01-05T00:47:29.280Z] ---> 4cece70e4f9f [2021-01-05T00:47:29.280Z]  Building docker-security-bootstrap-redis-go ... done Step 22/24 : LABEL arch=arm64 [2021-01-05T00:47:29.880Z] ---> Running in 893d8914445e [2021-01-05T00:47:30.482Z] Building static-packages [2021-01-05T00:47:31.317Z] Removing intermediate container 893d8914445e [2021-01-05T00:47:31.318Z] ---> b496fedc304d [2021-01-05T00:47:31.318Z] Step 23/24 : LABEL git_sha=b026b923cce910104345e4fc88c032ad4f5ee240 [2021-01-05T00:47:32.302Z] ---> a48257fdcb8d [2021-01-05T00:47:32.302Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-05T00:47:32.302Z] ---> Running in 80488c4b4edd [2021-01-05T00:47:32.394Z] Staging go-build-helper [2021-01-05T00:47:33.291Z] Removing intermediate container ba32bdca2f41 [2021-01-05T00:47:33.291Z] ---> 48e1d1d1d84a [2021-01-05T00:47:33.291Z] [2021-01-05T00:47:33.291Z] Step 10/23 : FROM alpine:3.12 [2021-01-05T00:47:33.291Z] ---> afeebe901d6b [2021-01-05T00:47:33.291Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T00:47:33.334Z] Staging static-packages [2021-01-05T00:47:33.565Z] Removing intermediate container 80488c4b4edd [2021-01-05T00:47:33.566Z] ---> f976bab28929 [2021-01-05T00:47:33.566Z] Step 24/24 : LABEL version=0.0.0 [2021-01-05T00:47:34.166Z] ---> Running in 6afc0f026ab3 [2021-01-05T00:47:34.166Z] ---> 62dc9188dbb7 [2021-01-05T00:47:34.166Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-05T00:47:34.166Z] ---> Running in 75283a2cc557 [2021-01-05T00:47:34.279Z] Pulling go115 [2021-01-05T00:47:34.441Z] ---> Running in 0f6c8f6055c6 [2021-01-05T00:47:34.716Z] Removing intermediate container 6afc0f026ab3 [2021-01-05T00:47:34.716Z] ---> 46e3d16c6bae [2021-01-05T00:47:34.716Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-05T00:47:34.998Z] Removing intermediate container 75283a2cc557 [2021-01-05T00:47:34.998Z] ---> dda04cfd7f1b [2021-01-05T00:47:34.998Z] [2021-01-05T00:47:34.998Z] ---> Running in 4212ad94230c [2021-01-05T00:47:35.221Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-05T00:47:35.222Z] Skipping pull go115 (already ran) [2021-01-05T00:47:35.222Z] Building go115 [2021-01-05T00:47:35.222Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-05T00:47:35.222Z] Dload Upload Total Spent Left Speed [2021-01-05T00:47:35.274Z] Removing intermediate container 0f6c8f6055c6 [2021-01-05T00:47:35.274Z] ---> 878a0658149d [2021-01-05T00:47:35.274Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T00:47:35.549Z] Successfully built dda04cfd7f1b [2021-01-05T00:47:35.549Z] ---> Running in 7a5a81cd16ed [2021-01-05T00:47:35.549Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-05T00:47:35.549Z] Building docker-sys-mgmt-agent-go [2021-01-05T00:47:35.826Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 4212ad94230c [2021-01-05T00:47:35.826Z] ---> c4e4647548b6 [2021-01-05T00:47:35.826Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-05T00:47:35.826Z] ---> Running in 151278f97133 [2021-01-05T00:47:36.106Z] Removing intermediate container 7a5a81cd16ed [2021-01-05T00:47:36.106Z] ---> a493923dafb5 [2021-01-05T00:47:36.106Z] Step 20/22 : LABEL arch=arm64 [2021-01-05T00:47:36.383Z] ---> Running in 3dc23436121f [2021-01-05T00:47:36.383Z] Removing intermediate container 151278f97133 [2021-01-05T00:47:36.383Z] ---> 44c2326f62e3 [2021-01-05T00:47:36.383Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T00:47:36.660Z] ---> Running in acff45713337 [2021-01-05T00:47:36.941Z] Removing intermediate container 3dc23436121f [2021-01-05T00:47:36.941Z] ---> b30f6ddf2dad [2021-01-05T00:47:36.941Z] Step 21/22 : LABEL git_sha=b026b923cce910104345e4fc88c032ad4f5ee240 [2021-01-05T00:47:37.217Z] ---> Running in 0a9d45b130fe [2021-01-05T00:47:37.833Z] Removing intermediate container 0a9d45b130fe [2021-01-05T00:47:37.833Z] ---> 1513c46bf3ba [2021-01-05T00:47:37.833Z] Step 22/22 : LABEL version=0.0.0 [2021-01-05T00:47:38.433Z] ---> Running in f564ce9660c3 [2021-01-05T00:47:39.765Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 8 115M 8 9695k 0 0 13.7M 0 0:00:08 --:--:-- 0:00:08 13.7M 31 115M 31 36.0M 0 0 21.4M 0 0:00:05 0:00:01 0:00:04 21.4M 50 115M 50 58.3M 0 0 21.7M 0 0:00:05 0:00:02 0:00:03 21.7M 73 115M 73 84.9M 0 0 22.9M 0 0:00:05 0:00:03 0:00:02 22.9M 100 115M 100 115M 0 0 25.5M 0 0:00:04 0:00:04 --:--:-- 25.5M [2021-01-05T00:47:39.868Z] Removing intermediate container f564ce9660c3 [2021-01-05T00:47:39.868Z] ---> 20a9682b63a9 [2021-01-05T00:47:39.868Z] [2021-01-05T00:47:40.139Z] Successfully built 20a9682b63a9 [2021-01-05T00:47:40.336Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-05T00:47:40.734Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-05T00:47:40.734Z]  Building docker-core-metadata-go ... done Building docker-core-command-go [2021-01-05T00:47:40.734Z] Removing intermediate container acff45713337 [2021-01-05T00:47:40.734Z] ---> fda1981fe5de [2021-01-05T00:47:40.734Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-05T00:47:41.327Z] ---> Running in d7659435b33f [2021-01-05T00:47:42.308Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T00:47:43.282Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T00:47:44.260Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-05T00:47:44.260Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-05T00:47:44.260Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-05T00:47:44.544Z] Staging go115 [2021-01-05T00:47:44.849Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-05T00:47:44.849Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-05T00:47:45.121Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T00:47:45.121Z] OK: 8 MiB in 19 packages [2021-01-05T00:47:47.737Z] Removing intermediate container d7659435b33f [2021-01-05T00:47:47.738Z] ---> 8aca51a265ea [2021-01-05T00:47:47.738Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-05T00:47:49.724Z] ---> dd614f53ed98 [2021-01-05T00:47:49.724Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-05T00:47:49.835Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-05T00:47:49.835Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-05T00:47:49.835Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-05T00:47:49.835Z] Fetched 0 B in 0s (0 B/s) [2021-01-05T00:47:49.835Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-05T00:47:49.835Z] Fetched 224 kB in 0s (0 B/s) [2021-01-05T00:47:49.835Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-05T00:47:49.835Z] Fetched 157 kB in 0s (0 B/s) [2021-01-05T00:47:49.835Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-05T00:47:49.835Z] Fetched 221 kB in 0s (0 B/s) [2021-01-05T00:47:49.835Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-05T00:47:49.835Z] Fetched 143 kB in 0s (0 B/s) [2021-01-05T00:47:49.835Z] Pulling edgex-go [2021-01-05T00:47:50.777Z] Pulling version [2021-01-05T00:47:51.720Z] Building config-common [2021-01-05T00:47:52.360Z] ---> 81fb0de7e7b8 [2021-01-05T00:47:52.360Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-05T00:47:53.342Z] ---> 097ac32a059f [2021-01-05T00:47:53.342Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-05T00:47:53.616Z] ---> Running in d8d2f48bcad2 [2021-01-05T00:47:53.633Z] Skipping build go-build-helper (already ran) [2021-01-05T00:47:53.633Z] Skipping build static-packages (already ran) [2021-01-05T00:47:53.633Z] Skipping build go115 (already ran) [2021-01-05T00:47:53.633Z] Building edgex-go [2021-01-05T00:47:54.209Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-05T00:47:54.595Z] Removing intermediate container d8d2f48bcad2 [2021-01-05T00:47:54.595Z] ---> 3e738022a7be [2021-01-05T00:47:54.595Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T00:47:54.869Z] ---> Running in c6e994fa6ea3 [2021-01-05T00:47:55.178Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-05T00:47:55.178Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.66 [2021-01-05T00:47:55.178Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-05T00:47:55.178Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.136 [2021-01-05T00:47:55.178Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-05T00:47:55.178Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.29 [2021-01-05T00:47:55.448Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-05T00:47:55.449Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-05T00:47:55.449Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 [2021-01-05T00:47:55.449Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-05T00:47:55.449Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-05T00:47:55.449Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-05T00:47:55.449Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-05T00:47:55.449Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2021-01-05T00:47:55.449Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-05T00:47:55.449Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-05T00:47:55.449Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-05T00:47:55.449Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-05T00:47:55.449Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-05T00:47:55.449Z] go: downloading github.com/google/uuid v1.1.3 [2021-01-05T00:47:55.478Z] Removing intermediate container c6e994fa6ea3 [2021-01-05T00:47:55.479Z] ---> 7371341a88fc [2021-01-05T00:47:55.479Z] Step 21/23 : LABEL arch=arm64 [2021-01-05T00:47:55.744Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-05T00:47:55.744Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-05T00:47:55.745Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-05T00:47:55.745Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-05T00:47:55.745Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-05T00:47:55.745Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-05T00:47:55.745Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-05T00:47:55.745Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-05T00:47:55.745Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-05T00:47:55.745Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-05T00:47:55.745Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-05T00:47:55.745Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-05T00:47:55.745Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-05T00:47:55.745Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-05T00:47:55.745Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-05T00:47:55.745Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-05T00:47:55.745Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-05T00:47:55.751Z] ---> Running in 93e8828e3274 [2021-01-05T00:47:56.005Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-05T00:47:56.006Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-05T00:47:56.006Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-05T00:47:56.357Z] Removing intermediate container 93e8828e3274 [2021-01-05T00:47:56.357Z] ---> 37d255eec302 [2021-01-05T00:47:56.357Z] Step 22/23 : LABEL git_sha=b026b923cce910104345e4fc88c032ad4f5ee240 [2021-01-05T00:47:56.630Z] ---> Running in d799eb39054c [2021-01-05T00:47:57.225Z] Removing intermediate container d799eb39054c [2021-01-05T00:47:57.225Z] ---> 40501180a686 [2021-01-05T00:47:57.225Z] Step 23/23 : LABEL version=0.0.0 [2021-01-05T00:47:57.503Z] ---> Running in 8f58435b69a9 [2021-01-05T00:47:58.103Z] Removing intermediate container 8f58435b69a9 [2021-01-05T00:47:58.103Z] ---> d36b5c1ac4e8 [2021-01-05T00:47:58.103Z] [2021-01-05T00:47:58.703Z] Successfully built d36b5c1ac4e8 [2021-01-05T00:47:58.703Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-05T00:48:04.845Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-05T00:48:09.098Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-05T00:48:09.669Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-05T00:48:10.613Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-05T00:48:11.172Z]  Building docker-core-data-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T00:48:11.172Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-05T00:48:11.172Z] ---> 64256ca9244b [2021-01-05T00:48:11.172Z] Step 3/21 : WORKDIR /edgex-go [2021-01-05T00:48:11.172Z] ---> Using cache [2021-01-05T00:48:11.172Z] ---> 82bd8f0c6c65 [2021-01-05T00:48:11.172Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T00:48:11.172Z] ---> Using cache [2021-01-05T00:48:11.172Z] ---> e58da03d645f [2021-01-05T00:48:11.172Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-05T00:48:11.172Z] ---> Using cache [2021-01-05T00:48:11.172Z] ---> 6ef7dedb635d [2021-01-05T00:48:11.172Z] Step 6/21 : COPY go.mod . [2021-01-05T00:48:11.172Z] ---> Using cache [2021-01-05T00:48:11.172Z] ---> 174f043e09b8 [2021-01-05T00:48:11.172Z] Step 7/21 : RUN go mod download [2021-01-05T00:48:11.172Z] ---> Using cache [2021-01-05T00:48:11.172Z] ---> f0d36069bde8 [2021-01-05T00:48:11.172Z] Step 8/21 : COPY . . [2021-01-05T00:48:11.172Z] ---> Using cache [2021-01-05T00:48:11.172Z] ---> a797c09f08da [2021-01-05T00:48:11.172Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-05T00:48:11.185Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-05T00:48:11.185Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-05T00:48:11.447Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-05T00:48:11.447Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-05T00:48:11.447Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-05T00:48:12.845Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-05T00:48:12.845Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-05T00:48:12.845Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-05T00:48:13.785Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-05T00:48:13.850Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T00:48:13.850Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-05T00:48:13.850Z] ---> 64256ca9244b [2021-01-05T00:48:13.850Z] Step 3/24 : WORKDIR /edgex-go [2021-01-05T00:48:13.850Z] ---> Using cache [2021-01-05T00:48:13.850Z] ---> 82bd8f0c6c65 [2021-01-05T00:48:13.850Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T00:48:13.850Z] ---> Using cache [2021-01-05T00:48:13.850Z] ---> e58da03d645f [2021-01-05T00:48:13.850Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-05T00:48:14.044Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-05T00:48:14.135Z] ---> Running in 229ddde4378d [2021-01-05T00:48:14.408Z] ---> Running in 16412bfd6ab1 [2021-01-05T00:48:14.984Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-05T00:48:14.984Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-05T00:48:16.376Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-05T00:48:16.402Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-05T00:48:16.402Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T00:48:17.003Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T00:48:17.320Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-05T00:48:17.890Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-05T00:48:17.998Z] OK: 217 MiB in 51 packages [2021-01-05T00:48:18.993Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T00:48:18.993Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-05T00:48:18.993Z] ---> 64256ca9244b [2021-01-05T00:48:18.993Z] Step 3/26 : WORKDIR /edgex-go [2021-01-05T00:48:18.993Z] ---> Using cache [2021-01-05T00:48:18.993Z] ---> 82bd8f0c6c65 [2021-01-05T00:48:18.993Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T00:48:18.993Z] ---> Using cache [2021-01-05T00:48:18.993Z] ---> e58da03d645f [2021-01-05T00:48:18.993Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-05T00:48:20.434Z] Building version [2021-01-05T00:48:20.984Z] ---> Running in eca041657c12 [2021-01-05T00:48:20.984Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T00:48:20.984Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-05T00:48:20.984Z] ---> 64256ca9244b [2021-01-05T00:48:20.984Z] Step 3/22 : WORKDIR /edgex-go [2021-01-05T00:48:20.984Z] ---> Using cache [2021-01-05T00:48:20.984Z] ---> 82bd8f0c6c65 [2021-01-05T00:48:20.984Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T00:48:20.984Z] ---> Using cache [2021-01-05T00:48:20.984Z] ---> e58da03d645f [2021-01-05T00:48:20.984Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-05T00:48:20.984Z] ---> Using cache [2021-01-05T00:48:20.984Z] ---> 6ef7dedb635d [2021-01-05T00:48:20.984Z] Step 6/22 : COPY go.mod . [2021-01-05T00:48:20.984Z] ---> Using cache [2021-01-05T00:48:20.984Z] ---> 174f043e09b8 [2021-01-05T00:48:20.984Z] Step 7/22 : RUN go mod download [2021-01-05T00:48:20.984Z] ---> Using cache [2021-01-05T00:48:20.984Z] ---> f0d36069bde8 [2021-01-05T00:48:20.984Z] Step 8/22 : COPY . . [2021-01-05T00:48:20.984Z] ---> Using cache [2021-01-05T00:48:20.984Z] ---> a797c09f08da [2021-01-05T00:48:20.984Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-05T00:48:21.266Z] ---> Running in 4372be69c7d8 [2021-01-05T00:48:21.544Z] Removing intermediate container 16412bfd6ab1 [2021-01-05T00:48:21.544Z] ---> 44ad349eda12 [2021-01-05T00:48:21.544Z] Step 6/24 : COPY go.mod . [2021-01-05T00:48:22.347Z] Staging config-common [2021-01-05T00:48:22.545Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T00:48:22.917Z] Skipping stage go-build-helper (already ran) [2021-01-05T00:48:22.917Z] Skipping stage static-packages (already ran) [2021-01-05T00:48:22.917Z] Skipping stage go115 (already ran) [2021-01-05T00:48:22.917Z] Staging edgex-go [2021-01-05T00:48:23.152Z] ---> 67f2bf0589b2 [2021-01-05T00:48:23.152Z] Step 7/24 : RUN go mod download [2021-01-05T00:48:23.433Z] ---> Running in 4f8e592f6b6d [2021-01-05T00:48:23.433Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T00:48:23.433Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-05T00:48:23.860Z] Staging version [2021-01-05T00:48:24.437Z] OK: 217 MiB in 51 packages [2021-01-05T00:48:24.998Z] Priming config-common [2021-01-05T00:48:25.614Z] Priming go-build-helper [2021-01-05T00:48:25.898Z] Removing intermediate container eca041657c12 [2021-01-05T00:48:25.898Z] ---> 12336a32c2b4 [2021-01-05T00:48:25.898Z] Step 6/26 : COPY go.mod . [2021-01-05T00:48:26.639Z] Priming static-packages [2021-01-05T00:48:26.897Z] ---> 321caf303631 [2021-01-05T00:48:26.897Z] Step 7/26 : RUN go mod download [2021-01-05T00:48:27.176Z] ---> Running in 74bdfddb67aa [2021-01-05T00:48:27.460Z] Removing intermediate container 4f8e592f6b6d [2021-01-05T00:48:27.460Z] ---> 65cf5185c273 [2021-01-05T00:48:27.460Z] Step 8/24 : COPY . . [2021-01-05T00:48:28.801Z] Priming go115 [2021-01-05T00:48:29.830Z] Priming edgex-go [2021-01-05T00:48:30.770Z] Priming version [2021-01-05T00:48:31.709Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [2021-01-05T00:48:34.221Z] Removing intermediate container 74bdfddb67aa [2021-01-05T00:48:34.221Z] ---> 844c5954fbf5 [2021-01-05T00:48:34.221Z] Step 8/26 : COPY . . [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-05T00:48:52.595Z] ---> 0a3f1720dc97 [2021-01-05T00:48:52.595Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-05T00:48:52.595Z] ---> Running in 0001ec8eaa93 [2021-01-05T00:48:55.243Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-05T00:48:55.243Z] ---> bb4e116d1485 [2021-01-05T00:48:55.243Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-05T00:48:55.243Z] ---> Running in 5ceac119f88d [2021-01-05T00:48:57.236Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-05T00:49:19.484Z] Removing intermediate container 229ddde4378d [2021-01-05T00:49:19.484Z] ---> 56a9e09b9189 [2021-01-05T00:49:19.484Z] [2021-01-05T00:49:19.484Z] Step 10/21 : FROM scratch [2021-01-05T00:49:19.484Z] ---> [2021-01-05T00:49:19.484Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T00:49:19.484Z] ---> Using cache [2021-01-05T00:49:19.484Z] ---> 0f2b5b8b9f87 [2021-01-05T00:49:19.484Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-05T00:49:19.484Z] ---> Running in 2d8174411465 [2021-01-05T00:49:19.484Z] Removing intermediate container 2d8174411465 [2021-01-05T00:49:19.484Z] ---> d210f2698348 [2021-01-05T00:49:19.484Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-05T00:49:19.484Z] ---> Running in 92227780d892 [2021-01-05T00:49:19.484Z] Removing intermediate container 92227780d892 [2021-01-05T00:49:19.484Z] ---> 5c1f3298fb8f [2021-01-05T00:49:19.484Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-05T00:49:20.950Z] ---> f23d3c7d1f7c [2021-01-05T00:49:20.950Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-05T00:49:22.961Z] ---> a3db240d7647 [2021-01-05T00:49:22.961Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-05T00:49:23.956Z] ---> b760e597001b [2021-01-05T00:49:23.956Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-05T00:49:24.236Z] ---> Running in 197896ad1486 [2021-01-05T00:49:24.843Z] Removing intermediate container 197896ad1486 [2021-01-05T00:49:24.843Z] ---> 4479f96d6f1a [2021-01-05T00:49:24.843Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T00:49:24.843Z] ---> Running in 4ab33b5dff39 [2021-01-05T00:49:25.448Z] Removing intermediate container 4ab33b5dff39 [2021-01-05T00:49:25.448Z] ---> 1b0e9e27e75e [2021-01-05T00:49:25.448Z] Step 19/21 : LABEL arch=arm64 [2021-01-05T00:49:26.049Z] ---> Running in edef8c993765 [2021-01-05T00:49:26.662Z] Removing intermediate container edef8c993765 [2021-01-05T00:49:26.662Z] ---> 84b4bbf0467e [2021-01-05T00:49:26.662Z] Step 20/21 : LABEL git_sha=b026b923cce910104345e4fc88c032ad4f5ee240 [2021-01-05T00:49:26.662Z] ---> Running in e65ef88b2ae4 [2021-01-05T00:49:27.652Z] Removing intermediate container e65ef88b2ae4 [2021-01-05T00:49:27.652Z] ---> 65c830b2727a [2021-01-05T00:49:27.652Z] Step 21/21 : LABEL version=0.0.0 [2021-01-05T00:49:27.652Z] ---> Running in cf66d18997e5 [2021-01-05T00:49:28.257Z] Removing intermediate container cf66d18997e5 [2021-01-05T00:49:28.257Z] ---> bdacba6f6a6e [2021-01-05T00:49:28.257Z] [2021-01-05T00:49:28.862Z] Successfully built bdacba6f6a6e [2021-01-05T00:49:28.862Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-05T00:49:34.304Z]  Building docker-support-scheduler-go ... done Removing intermediate container 4372be69c7d8 [2021-01-05T00:49:34.304Z] ---> 75f546d6f843 [2021-01-05T00:49:34.304Z] [2021-01-05T00:49:34.304Z] Step 10/22 : FROM scratch [2021-01-05T00:49:34.304Z] ---> [2021-01-05T00:49:34.304Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T00:49:34.304Z] ---> Using cache [2021-01-05T00:49:34.304Z] ---> 0f2b5b8b9f87 [2021-01-05T00:49:34.304Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-05T00:49:34.304Z] ---> Running in a90bc69810e6 [2021-01-05T00:49:34.909Z] Removing intermediate container a90bc69810e6 [2021-01-05T00:49:34.909Z] ---> 17e2303f1f86 [2021-01-05T00:49:34.909Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-05T00:49:34.909Z] ---> Running in 20abdf9a0d5b [2021-01-05T00:49:35.519Z] Removing intermediate container 20abdf9a0d5b [2021-01-05T00:49:35.519Z] ---> 497c85294395 [2021-01-05T00:49:35.519Z] Step 14/22 : WORKDIR / [2021-01-05T00:49:35.797Z] ---> Running in 8f93de2946ec [2021-01-05T00:49:36.434Z] Removing intermediate container 8f93de2946ec [2021-01-05T00:49:36.434Z] ---> 91e4ad67ceb8 [2021-01-05T00:49:36.434Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-05T00:49:37.426Z] ---> 4a1724cf9771 [2021-01-05T00:49:37.426Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-05T00:49:39.431Z] ---> f6fa0b3ddb92 [2021-01-05T00:49:39.431Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-05T00:49:40.897Z] ---> c972b7aae39f [2021-01-05T00:49:40.897Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-05T00:49:40.897Z] ---> Running in b62bd7e66fca [2021-01-05T00:49:41.506Z] Removing intermediate container b62bd7e66fca [2021-01-05T00:49:41.506Z] ---> 30c53014e489 [2021-01-05T00:49:41.506Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T00:49:41.783Z] ---> Running in 91779ff8ba38 [2021-01-05T00:49:42.395Z] Removing intermediate container 91779ff8ba38 [2021-01-05T00:49:42.395Z] ---> 10e01d9de17c [2021-01-05T00:49:42.395Z] Step 20/22 : LABEL arch=arm64 [2021-01-05T00:49:42.674Z] ---> Running in a3c08e95837a [2021-01-05T00:49:43.279Z] Removing intermediate container a3c08e95837a [2021-01-05T00:49:43.279Z] ---> 65af6a7ed633 [2021-01-05T00:49:43.279Z] Step 21/22 : LABEL git_sha=b026b923cce910104345e4fc88c032ad4f5ee240 [2021-01-05T00:49:43.560Z] ---> Running in f3c9f7b4f0ac [2021-01-05T00:49:44.164Z] Removing intermediate container f3c9f7b4f0ac [2021-01-05T00:49:44.164Z] ---> 2c04ea411120 [2021-01-05T00:49:44.164Z] Step 22/22 : LABEL version=0.0.0 [2021-01-05T00:49:44.444Z] ---> Running in be05c3ddc402 [2021-01-05T00:49:45.048Z] Removing intermediate container be05c3ddc402 [2021-01-05T00:49:45.048Z] ---> 5134950e9ae2 [2021-01-05T00:49:45.048Z] [2021-01-05T00:49:45.651Z] Successfully built 5134950e9ae2 [2021-01-05T00:49:45.651Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-05T00:49:58.210Z]  Building docker-core-command-go ... done Removing intermediate container 0001ec8eaa93 [2021-01-05T00:49:58.210Z] ---> 31a14e09718c [2021-01-05T00:49:58.210Z] [2021-01-05T00:49:58.210Z] Step 10/24 : FROM scratch [2021-01-05T00:49:58.210Z] ---> [2021-01-05T00:49:58.210Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-05T00:49:58.210Z] Removing intermediate container 5ceac119f88d [2021-01-05T00:49:58.210Z] ---> 8e3e991dcec7 [2021-01-05T00:49:58.210Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-05T00:49:58.210Z] ---> Running in 624ef68b7244 [2021-01-05T00:49:58.210Z] ---> Running in 46782dfb732d [2021-01-05T00:49:58.210Z] Removing intermediate container 624ef68b7244 [2021-01-05T00:49:58.210Z] ---> d846841f1f90 [2021-01-05T00:49:58.210Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-05T00:49:58.210Z] ---> Running in 5b297f126d9d [2021-01-05T00:49:58.482Z] Removing intermediate container 5b297f126d9d [2021-01-05T00:49:58.482Z] ---> 35b348821d6e [2021-01-05T00:49:58.482Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-05T00:49:58.482Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-05T00:49:58.482Z] ---> Running in a85f71eb3cb5 [2021-01-05T00:49:59.082Z] Removing intermediate container a85f71eb3cb5 [2021-01-05T00:49:59.082Z] ---> 082e8fcbf23e [2021-01-05T00:49:59.082Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-05T00:49:59.676Z] ---> 238ca922a781 [2021-01-05T00:49:59.676Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-05T00:50:01.112Z] ---> 935b199dd5dd [2021-01-05T00:50:01.112Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-05T00:50:01.112Z] Removing intermediate container 46782dfb732d [2021-01-05T00:50:01.112Z] ---> 7ca9a3b86679 [2021-01-05T00:50:01.112Z] [2021-01-05T00:50:01.112Z] Step 11/26 : FROM docker:20.10.0 [2021-01-05T00:50:01.391Z] 20.10.0: Pulling from library/docker [2021-01-05T00:50:02.834Z] ---> 2c308b24c4a6 [2021-01-05T00:50:02.834Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-05T00:50:03.812Z] ---> f7d2d089cf2c [2021-01-05T00:50:03.812Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-05T00:50:05.252Z] ---> bda8bd014e5a [2021-01-05T00:50:05.252Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-05T00:50:06.684Z] ---> 0119d3cf16d5 [2021-01-05T00:50:06.684Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-05T00:50:06.684Z] ---> Running in 99cbea686ed5 [2021-01-05T00:50:07.281Z] Removing intermediate container 99cbea686ed5 [2021-01-05T00:50:07.281Z] ---> 1845e947d5ed [2021-01-05T00:50:07.281Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T00:50:07.877Z] ---> Running in 17eacbaa8f2a [2021-01-05T00:50:08.477Z] Removing intermediate container 17eacbaa8f2a [2021-01-05T00:50:08.477Z] ---> 723325916fb9 [2021-01-05T00:50:08.477Z] Step 22/24 : LABEL arch=arm64 [2021-01-05T00:50:08.477Z] ---> Running in 95cb4a671643 [2021-01-05T00:50:09.452Z] Removing intermediate container 95cb4a671643 [2021-01-05T00:50:09.452Z] ---> ac22fdb089c3 [2021-01-05T00:50:09.452Z] Step 23/24 : LABEL git_sha=b026b923cce910104345e4fc88c032ad4f5ee240 [2021-01-05T00:50:09.452Z] ---> Running in cf1b8020e253 [2021-01-05T00:50:10.048Z] Removing intermediate container cf1b8020e253 [2021-01-05T00:50:10.048Z] ---> 6a61fc694e4e [2021-01-05T00:50:10.048Z] Step 24/24 : LABEL version=0.0.0 [2021-01-05T00:50:10.048Z] ---> Running in ceb2ecbfcd09 [2021-01-05T00:50:10.639Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-05T00:50:10.639Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-05T00:50:10.639Z] ---> eeaf43b92773 [2021-01-05T00:50:10.639Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-05T00:50:10.639Z] Removing intermediate container ceb2ecbfcd09 [2021-01-05T00:50:10.639Z] ---> c67d29f6a839 [2021-01-05T00:50:10.639Z] [2021-01-05T00:50:10.915Z] ---> Running in 4514daca70e9 [2021-01-05T00:50:11.199Z] Successfully built c67d29f6a839 [2021-01-05T00:50:11.199Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-05T00:50:11.791Z]  Building docker-support-notifications-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T00:50:12.070Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T00:50:12.356Z] (1/2) Installing readline (8.0.4-r0) [2021-01-05T00:50:12.356Z] (2/2) Installing bash (5.0.17-r0) [2021-01-05T00:50:12.627Z] Executing bash-5.0.17-r0.post-install [2021-01-05T00:50:12.627Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T00:50:12.627Z] OK: 12 MiB in 22 packages [2021-01-05T00:50:13.599Z] Removing intermediate container 4514daca70e9 [2021-01-05T00:50:13.599Z] ---> 6bff3aeda37b [2021-01-05T00:50:13.599Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-05T00:50:13.872Z] ---> Running in 318037478b78 [2021-01-05T00:50:14.144Z] Removing intermediate container 318037478b78 [2021-01-05T00:50:14.144Z] ---> 5a82042547b6 [2021-01-05T00:50:14.415Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-05T00:50:14.415Z] ---> Running in 84e59d1b392b [2021-01-05T00:50:15.007Z] Removing intermediate container 84e59d1b392b [2021-01-05T00:50:15.007Z] ---> 59237252524b [2021-01-05T00:50:15.007Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-05T00:50:15.007Z] ---> Running in 4ba78794b768 [2021-01-05T00:50:15.601Z] Removing intermediate container 4ba78794b768 [2021-01-05T00:50:15.601Z] ---> 4f12723f2612 [2021-01-05T00:50:15.601Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-05T00:50:16.577Z] ---> 451bd6d721af [2021-01-05T00:50:16.577Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-05T00:50:17.552Z] ---> d586dabf5da7 [2021-01-05T00:50:17.552Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-05T00:50:18.145Z] ---> 9004d5c899cf [2021-01-05T00:50:18.145Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-05T00:50:18.422Z] ---> Running in 6dc9fa808afc [2021-01-05T00:50:19.391Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T00:50:19.392Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T00:50:19.982Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-05T00:50:19.982Z] (2/33) Installing expat (2.2.9-r1) [2021-01-05T00:50:19.982Z] (3/33) Installing libffi (3.3-r2) [2021-01-05T00:50:19.982Z] (4/33) Installing gdbm (1.13-r1) [2021-01-05T00:50:19.982Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-05T00:50:19.982Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-05T00:50:20.252Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-05T00:50:21.678Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-05T00:50:21.949Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-05T00:50:21.949Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-05T00:50:21.949Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-05T00:50:21.949Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-05T00:50:21.949Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-05T00:50:21.949Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-05T00:50:21.949Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-05T00:50:21.949Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-05T00:50:22.218Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-05T00:50:22.218Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-05T00:50:22.218Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-05T00:50:22.218Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-05T00:50:22.218Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-05T00:50:22.218Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-05T00:50:22.218Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-05T00:50:22.218Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-05T00:50:22.218Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-05T00:50:22.218Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-05T00:50:22.488Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-05T00:50:22.488Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-05T00:50:22.488Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-05T00:50:22.488Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-05T00:50:22.488Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-05T00:50:22.488Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-05T00:50:22.488Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-05T00:50:22.758Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T00:50:22.758Z] OK: 71 MiB in 55 packages [2021-01-05T00:50:29.443Z] Removing intermediate container 6dc9fa808afc [2021-01-05T00:50:29.443Z] ---> efe4aff6e5a2 [2021-01-05T00:50:29.443Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-05T00:50:29.443Z] ---> Running in 6a0ab301c5ca [2021-01-05T00:50:33.727Z] Collecting docker-compose==1.23.2 [2021-01-05T00:50:33.727Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-05T00:50:33.997Z] Collecting cached-property<2,>=1.2.0 [2021-01-05T00:50:33.997Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-05T00:50:34.270Z] Collecting texttable<0.10,>=0.9.0 [2021-01-05T00:50:34.270Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-05T00:50:36.236Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-05T00:50:36.236Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-05T00:50:36.826Z] Collecting jsonschema<3,>=2.5.1 [2021-01-05T00:50:36.826Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-05T00:50:37.418Z] Collecting docker<4.0,>=3.6.0 [2021-01-05T00:50:37.418Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-05T00:50:38.011Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-05T00:50:38.011Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-05T00:50:40.619Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-05T00:50:40.619Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-05T00:50:41.587Z] Collecting PyYAML<4,>=3.10 [2021-01-05T00:50:41.587Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-05T00:50:44.181Z] Collecting docopt<0.7,>=0.6.1 [2021-01-05T00:50:44.181Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-05T00:50:46.146Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-05T00:50:46.146Z] Collecting docker-pycreds>=0.4.0 [2021-01-05T00:50:46.146Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-05T00:50:46.416Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-05T00:50:46.416Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-05T00:50:46.416Z] Collecting idna<2.8,>=2.5 [2021-01-05T00:50:46.416Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-05T00:50:47.007Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-05T00:50:47.007Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-05T00:50:47.277Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-05T00:50:47.277Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-05T00:50:47.277Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-05T00:50:47.277Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-05T00:50:48.247Z] Installing collected packages: cached-property, texttable, websocket-client, jsonschema, idna, urllib3, requests, docker-pycreds, docker, dockerpty, PyYAML, docopt, docker-compose [2021-01-05T00:50:48.247Z] Running setup.py install for texttable: started [2021-01-05T00:50:50.208Z] Running setup.py install for texttable: finished with status 'done' [2021-01-05T00:50:50.478Z] Attempting uninstall: idna [2021-01-05T00:50:50.478Z] Found existing installation: idna 2.9 [2021-01-05T00:50:50.478Z] Uninstalling idna-2.9: [2021-01-05T00:50:50.478Z] Successfully uninstalled idna-2.9 [2021-01-05T00:50:51.452Z] Attempting uninstall: urllib3 [2021-01-05T00:50:51.452Z] Found existing installation: urllib3 1.25.9 [2021-01-05T00:50:51.452Z] Uninstalling urllib3-1.25.9: [2021-01-05T00:50:51.452Z] Successfully uninstalled urllib3-1.25.9 [2021-01-05T00:50:52.042Z] Attempting uninstall: requests [2021-01-05T00:50:52.042Z] Found existing installation: requests 2.23.0 [2021-01-05T00:50:52.042Z] Uninstalling requests-2.23.0: [2021-01-05T00:50:52.042Z] Successfully uninstalled requests-2.23.0 [2021-01-05T00:50:53.017Z] Running setup.py install for dockerpty: started [2021-01-05T00:50:54.981Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-05T00:50:54.981Z] Running setup.py install for PyYAML: started [2021-01-05T00:50:56.944Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-05T00:50:56.944Z] Running setup.py install for docopt: started [2021-01-05T00:50:58.903Z] Running setup.py install for docopt: finished with status 'done' [2021-01-05T00:50:59.497Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-05T00:51:03.825Z] Removing intermediate container 6a0ab301c5ca [2021-01-05T00:51:03.825Z] ---> f4ea117f5943 [2021-01-05T00:51:03.825Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-05T00:51:03.825Z] ---> Running in 2fd2ca665bab [2021-01-05T00:51:04.802Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T00:51:05.082Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T00:51:05.673Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T00:51:05.673Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-05T00:51:05.673Z] (3/3) Installing curl (7.69.1-r3) [2021-01-05T00:51:05.673Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T00:51:05.673Z] OK: 71 MiB in 58 packages [2021-01-05T00:51:06.647Z] Removing intermediate container 2fd2ca665bab [2021-01-05T00:51:06.647Z] ---> 5f38747b4c34 [2021-01-05T00:51:06.647Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-05T00:51:06.919Z] ---> Running in a63d8f7b203a [2021-01-05T00:51:07.509Z] Removing intermediate container a63d8f7b203a [2021-01-05T00:51:07.509Z] ---> ddb5f50b1dd8 [2021-01-05T00:51:07.509Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T00:51:07.509Z] ---> Running in b8eb61446f06 [2021-01-05T00:51:08.105Z] Removing intermediate container b8eb61446f06 [2021-01-05T00:51:08.105Z] ---> 8ef9edd8e2dc [2021-01-05T00:51:08.105Z] Step 24/26 : LABEL arch=arm64 [2021-01-05T00:51:08.105Z] ---> Running in a010025f21ff [2021-01-05T00:51:08.698Z] Removing intermediate container a010025f21ff [2021-01-05T00:51:08.698Z] ---> 77a6f20d2c08 [2021-01-05T00:51:08.698Z] Step 25/26 : LABEL git_sha=b026b923cce910104345e4fc88c032ad4f5ee240 [2021-01-05T00:51:08.698Z] ---> Running in 4e9c7efcda95 [2021-01-05T00:51:09.295Z] Removing intermediate container 4e9c7efcda95 [2021-01-05T00:51:09.295Z] ---> e56dfef4fd82 [2021-01-05T00:51:09.295Z] Step 26/26 : LABEL version=0.0.0 [2021-01-05T00:51:09.295Z] ---> Running in 8b0242dd770a [2021-01-05T00:51:09.886Z] Removing intermediate container 8b0242dd770a [2021-01-05T00:51:09.886Z] ---> ddaae902081d [2021-01-05T00:51:09.886Z] [2021-01-05T00:51:10.158Z] Successfully built ddaae902081d [2021-01-05T00:51:10.158Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-05T00:51:10.449Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-05T00:51:10.683Z] $ docker stop --time=1 d6c6bc7df6aa44b7f3644005ffe05ed9e65c2bf6cc43aaaa42014a15f8c32d1f [2021-01-05T00:51:12.633Z] $ docker rm -f d6c6bc7df6aa44b7f3644005ffe05ed9e65c2bf6cc43aaaa42014a15f8c32d1f [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-05T00:51:13.067Z] + docker images [2021-01-05T00:51:13.067Z] + grep docker [2021-01-05T00:51:13.337Z] docker-sys-mgmt-agent-go-arm64 latest ddaae902081d 4 seconds ago 300MB [2021-01-05T00:51:13.337Z] docker-support-notifications-go-arm64 latest c67d29f6a839 About a minute ago 11.4MB [2021-01-05T00:51:13.337Z] docker-core-command-go-arm64 latest 5134950e9ae2 About a minute ago 9.98MB [2021-01-05T00:51:13.337Z] docker-support-scheduler-go-arm64 latest bdacba6f6a6e About a minute ago 10MB [2021-01-05T00:51:13.337Z] docker-core-data-go-arm64 latest d36b5c1ac4e8 3 minutes ago 20.9MB [2021-01-05T00:51:13.337Z] docker-core-metadata-go-arm64 latest 20a9682b63a9 3 minutes ago 12.3MB [2021-01-05T00:51:13.337Z] docker-security-secretstore-setup-go-arm64 latest dda04cfd7f1b 3 minutes ago 23.4MB [2021-01-05T00:51:13.337Z] docker-security-bootstrap-redis-go-arm64 latest 1defc50ce6e9 3 minutes ago 15.1MB [2021-01-05T00:51:13.337Z] docker-security-proxy-setup-go-arm64 latest 42d84a493cd6 3 minutes ago 23.3MB [2021-01-05T00:51:13.337Z] docker 20.10.0 eeaf43b92773 3 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-05T00:51:15.391Z] provisioning config files... [2021-01-05T00:51:15.413Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/9@tmp/config1159183636047393672tmp [Pipeline] { [Pipeline] sh [2021-01-05T00:51:15.821Z] + set +x [2021-01-05T00:51:15.821Z] + curl -s https://codecov.io/bash [2021-01-05T00:51:15.821Z] + bash -s -- [2021-01-05T00:51:16.426Z] [2021-01-05T00:51:16.426Z] _____ _ [2021-01-05T00:51:16.426Z] / ____| | | [2021-01-05T00:51:16.426Z] | | ___ __| | ___ ___ _____ __ [2021-01-05T00:51:16.426Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-05T00:51:16.426Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-05T00:51:16.426Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-05T00:51:16.426Z] Bash-20201231-23d4836 [2021-01-05T00:51:16.426Z] [2021-01-05T00:51:16.426Z] [2021-01-05T00:51:16.426Z] ==> git version 2.24.3 found [2021-01-05T00:51:16.426Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-05T00:51:16.426Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-05T00:51:16.426Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-05T00:51:16.426Z] ==> Jenkins CI detected. [2021-01-05T00:51:16.426Z] project root: . [2021-01-05T00:51:16.426Z] --> token set from env [2021-01-05T00:51:16.426Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-05T00:51:16.426Z] ==> Running gcov in . (disable via -X gcov) [2021-01-05T00:51:16.426Z] ==> Python coveragepy not found [2021-01-05T00:51:16.426Z] ==> Searching for coverage reports in: [2021-01-05T00:51:16.426Z] + . [2021-01-05T00:51:16.711Z] -> Found 1 reports [2021-01-05T00:51:16.711Z] ==> Detecting git/mercurial file structure [2021-01-05T00:51:16.711Z] ==> Reading reports [2021-01-05T00:51:16.711Z] + ./coverage.out bytes=538204 [2021-01-05T00:51:16.711Z] ==> Appending adjustments [2021-01-05T00:51:16.711Z] https://docs.codecov.io/docs/fixing-reports [2021-01-05T00:51:22.129Z] + Found adjustments [2021-01-05T00:51:22.129Z] ==> Gzipping contents [2021-01-05T00:51:22.129Z] 84K /tmp/codecov.CzNdCi.gz [2021-01-05T00:51:22.129Z] ==> Uploading reports [2021-01-05T00:51:22.129Z] url: https://codecov.io [2021-01-05T00:51:22.129Z] query: branch=PR-2966&commit=b026b923cce910104345e4fc88c032ad4f5ee240&build=9&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2966%2F9%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2966&job=&cmd_args= [2021-01-05T00:51:22.129Z] -> Pinging Codecov [2021-01-05T00:51:22.129Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-2966&commit=b026b923cce910104345e4fc88c032ad4f5ee240&build=9&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2966%2F9%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2966&job=&cmd_args= [2021-01-05T00:51:22.129Z] -> Uploading to [2021-01-05T00:51:22.129Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-05/00271124DB129430A58F1EEE437C3FCB/b026b923cce910104345e4fc88c032ad4f5ee240/3243d796-17f2-4299-91a2-99c4595dfacf.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210105%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210105T005121Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d2c696b7c8bc0751c0e95011d3ca7f184d16dc70015e6e5872f7500dd6d029e7 [2021-01-05T00:51:22.129Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-05T00:51:22.129Z] Dload Upload Total Spent Left Speed [2021-01-05T00:51:22.392Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 81998 0 0 100 81998 0 164k --:--:-- --:--:-- --:--:-- 164k 100 81998 0 0 100 81998 0 163k --:--:-- --:--:-- --:--:-- 163k [2021-01-05T00:51:22.392Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/b026b923cce910104345e4fc88c032ad4f5ee240 [Pipeline] } [2021-01-05T00:51:22.433Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-05T00:51:24.641Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T00:51:25.958Z] ---> package-listing.sh [2021-01-05T00:51:25.958Z] ++ facter osfamily [2021-01-05T00:51:25.958Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-05T00:51:26.224Z] + OS_FAMILY=redhat [2021-01-05T00:51:26.224Z] + workspace=/w/workspace/edgex-go/9 [2021-01-05T00:51:26.224Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-05T00:51:26.224Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-05T00:51:26.224Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-05T00:51:26.224Z] + PACKAGES=/tmp/packages_start.txt [2021-01-05T00:51:26.224Z] + '[' /w/workspace/edgex-go/9 ']' [2021-01-05T00:51:26.224Z] + PACKAGES=/tmp/packages_end.txt [2021-01-05T00:51:26.224Z] + case "${OS_FAMILY}" in [2021-01-05T00:51:26.224Z] + rpm -qa [2021-01-05T00:51:26.224Z] + sort [2021-01-05T00:51:31.684Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-05T00:51:31.684Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-05T00:51:31.684Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-05T00:51:31.684Z] + '[' /w/workspace/edgex-go/9 ']' [2021-01-05T00:51:31.684Z] + mkdir -p /w/workspace/edgex-go/9/archives/ [2021-01-05T00:51:31.684Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/9/archives/ [Pipeline] echo [2021-01-05T00:51:31.699Z] 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/9/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-05T00:51:32.008Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-05T00:51:32.635Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-05T00:51:32.913Z] [2021-01-05T00:51:32.913Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-05T00:51:33.289Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-05T00:51:33.289Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-05T00:51:33.289Z] df20fa9351a1: Pulling fs layer [2021-01-05T00:51:33.289Z] 36b3adc4ff6f: Pulling fs layer [2021-01-05T00:51:33.289Z] 8ad3a11d3b57: Pulling fs layer [2021-01-05T00:51:33.289Z] 46f8f816bc3b: Pulling fs layer [2021-01-05T00:51:33.289Z] 93b61091891f: Pulling fs layer [2021-01-05T00:51:33.289Z] 93b9cdb0e59b: Pulling fs layer [2021-01-05T00:51:33.289Z] 5e14af77c1be: Pulling fs layer [2021-01-05T00:51:33.289Z] 01666e4c0597: Pulling fs layer [2021-01-05T00:51:33.289Z] aa168da1d23b: Pulling fs layer [2021-01-05T00:51:33.289Z] 93b9cdb0e59b: Waiting [2021-01-05T00:51:33.289Z] 46f8f816bc3b: Waiting [2021-01-05T00:51:33.289Z] 93b61091891f: Waiting [2021-01-05T00:51:33.289Z] 5e14af77c1be: Waiting [2021-01-05T00:51:33.289Z] aa168da1d23b: Waiting [2021-01-05T00:51:33.289Z] 01666e4c0597: Waiting [2021-01-05T00:51:33.616Z] 36b3adc4ff6f: Verifying Checksum [2021-01-05T00:51:33.616Z] 36b3adc4ff6f: Download complete [2021-01-05T00:51:33.616Z] 46f8f816bc3b: Verifying Checksum [2021-01-05T00:51:33.616Z] 46f8f816bc3b: Download complete [2021-01-05T00:51:33.616Z] df20fa9351a1: Verifying Checksum [2021-01-05T00:51:33.616Z] 93b9cdb0e59b: Verifying Checksum [2021-01-05T00:51:33.616Z] 93b9cdb0e59b: Download complete [2021-01-05T00:51:33.903Z] 5e14af77c1be: Verifying Checksum [2021-01-05T00:51:33.903Z] 5e14af77c1be: Download complete [2021-01-05T00:51:33.903Z] 01666e4c0597: Download complete [2021-01-05T00:51:33.903Z] 93b61091891f: Verifying Checksum [2021-01-05T00:51:33.903Z] 93b61091891f: Download complete [2021-01-05T00:51:34.206Z] df20fa9351a1: Pull complete [2021-01-05T00:51:34.510Z] 8ad3a11d3b57: Verifying Checksum [2021-01-05T00:51:34.510Z] 8ad3a11d3b57: Download complete [2021-01-05T00:51:34.788Z] 36b3adc4ff6f: Pull complete [2021-01-05T00:51:36.826Z] 8ad3a11d3b57: Pull complete [2021-01-05T00:51:36.826Z] 46f8f816bc3b: Pull complete [2021-01-05T00:51:37.845Z] 93b61091891f: Pull complete [2021-01-05T00:51:38.433Z] aa168da1d23b: Verifying Checksum [2021-01-05T00:51:38.433Z] aa168da1d23b: Download complete [2021-01-05T00:51:38.699Z] 93b9cdb0e59b: Pull complete [2021-01-05T00:51:39.347Z] 5e14af77c1be: Pull complete [2021-01-05T00:51:39.347Z] 01666e4c0597: Pull complete [2021-01-05T00:51:54.652Z] aa168da1d23b: Pull complete [2021-01-05T00:51:54.652Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-05T00:51:54.652Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-05T00:51:54.652Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-05T00:51:55.261Z] prd-centos7-docker-4c-2g-18360 does not seem to be running inside a container [2021-01-05T00:51:55.371Z] $ 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/9/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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-05T00:52:00.450Z] $ docker top d9d21f17870101fff9df187eab8df4da2f4f58bc4c7f16523086a3f3c917e661 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T00:52:01.544Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-05T00:52:02.300Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-05T00:52:03.284Z] + ls /var/log/sa-host [2021-01-05T00:52:03.285Z] + sadf -c /var/log/sa-host/sa05 [2021-01-05T00:52:03.285Z] file_magic: OK [2021-01-05T00:52:03.285Z] HZ: Using current value: 100 [2021-01-05T00:52:03.285Z] file_header: OK [2021-01-05T00:52:03.285Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-05T00:52:03.285Z] Statistics: [2021-01-05T00:52:03.285Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-05T00:52:03.285Z] File successfully converted to sysstat format version 12.2.1 [2021-01-05T00:52:03.285Z] + sadf -c /var/log/sa-host/sa23 [2021-01-05T00:52:03.285Z] file_magic: OK [2021-01-05T00:52:03.285Z] HZ: Using current value: 100 [2021-01-05T00:52:03.285Z] file_header: OK [2021-01-05T00:52:03.285Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-05T00:52:03.285Z] Statistics: [2021-01-05T00:52:03.285Z] Hnuu...uuuununununu... [2021-01-05T00:52:03.285Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-05T00:52:03.561Z] provisioning config files... [2021-01-05T00:52:03.581Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/9@tmp/config5370940924446250196tmp [Pipeline] { [Pipeline] echo [2021-01-05T00:52:03.653Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T00:52:04.004Z] ---> create-netrc.sh [Pipeline] } [2021-01-05T00:52:04.024Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-05T00:52:04.113Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T00:52:04.777Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-05T00:52:04.807Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T00:52:05.224Z] ---> sudo-logs.sh [2021-01-05T00:52:05.224Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-05T00:52:05.674Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T00:52:06.463Z] ---> job-cost.sh [2021-01-05T00:52:06.463Z] lf-activate-venv: SKIPPING [2021-01-05T00:52:06.463Z] INFO: No Stack... [2021-01-05T00:52:07.427Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-05T00:52:07.691Z] INFO: Archiving Costs [Pipeline] echo [2021-01-05T00:52:07.708Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T00:52:08.454Z] ---> logs-deploy.sh [2021-01-05T00:52:08.454Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2966/9 [2021-01-05T00:52:08.454Z] INFO: archiving workspace using pattern(s): [2021-01-05T00:52:11.079Z] Archives upload complete. [2021-01-05T00:52:11.079Z] INFO: archiving logs to Nexus