Pull request #3027 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 16cc25e94c27377845b649f3af051c6a69a82b9b+c4887d0c009f35026456fc1c8cef2ef56b2ea654 (417f64e5dce2936457e1d9d900fc8354001975b2) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f82e9360b4159668f7e3e090307a6179e9a8e48d Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f82e9360b4159668f7e3e090307a6179e9a8e48d using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21278 in /w/workspace/edgexfoundry_edgex-go_PR-3027 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/16 [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/16 # 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 c4887d0c009f35026456fc1c8cef2ef56b2ea654 into PR head commit 16cc25e94c27377845b649f3af051c6a69a82b9b Merge succeeded, producing 16cc25e94c27377845b649f3af051c6a69a82b9b Checking out Revision 16cc25e94c27377845b649f3af051c6a69a82b9b (PR-3027) > 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/3027/head:refs/remotes/origin/PR-3027 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 16cc25e94c27377845b649f3af051c6a69a82b9b # 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 c4887d0c009f35026456fc1c8cef2ef56b2ea654 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 16cc25e94c27377845b649f3af051c6a69a82b9b # timeout=10 Commit message: "build(deps): Bump github.com/stretchr/testify from 1.6.1 to 1.7.0" First time build. Skipping changelog. > git rev-list --no-walk 3e67698cbb810023419c359c80ab6fd84a40332c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-19T19:59:23.803Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-19T19:59:24.057Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-19T19:59:24.162Z] ========================================================= [2021-01-19T19:59:24.163Z] EdgeX Global Pipelines Version Info [2021-01-19T19:59:24.163Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-19T19:59:25.930Z] ------------------- [2021-01-19T19:59:25.930Z] stable info: [2021-01-19T19:59:25.930Z] ------------------- [2021-01-19T19:59:25.930Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-19T19:59:25.930Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-19T19:59:25.930Z] Message: update stable to v1.0.177 [2021-01-19T19:59:26.968Z] ------------------- [2021-01-19T19:59:26.968Z] experimental info: [2021-01-19T19:59:26.968Z] ------------------- [2021-01-19T19:59:26.968Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-19T19:59:26.968Z] Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 [2021-01-19T19:59:26.968Z] Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-19T19:59:27.266Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-19T19:59:27.350Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-19T19:59:27.435Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-19T19:59:27.521Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-19T19:59:27.605Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-19T19:59:27.715Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-19T19:59:27.818Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-19T19:59:27.918Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-19T19:59:28.014Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-19T19:59:28.125Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-19T19:59:28.215Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-19T19:59:28.312Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-19T19:59:28.400Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-19T19:59:28.514Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-19T19:59:28.598Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-19T19:59:28.685Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-19T19:59:28.772Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-19T19:59:28.857Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-19T19:59:28.941Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-19T19:59:29.023Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-19T19:59:29.107Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-19T19:59:29.204Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-19T19:59:29.369Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-19T19:59:29.473Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3027 [Pipeline] echo [2021-01-19T19:59:29.575Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3027 [Pipeline] echo [2021-01-19T19:59:29.674Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3027 [Pipeline] echo [2021-01-19T19:59:29.765Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 16cc25e94c27377845b649f3af051c6a69a82b9b [Pipeline] echo [2021-01-19T19:59:29.881Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 16cc25e [Pipeline] echo [2021-01-19T19:59:29.974Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T19:59:30.166Z] provisioning config files... [2021-01-19T19:59:30.200Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/16@tmp/config2928512739913146236tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T19:59:30.775Z] ---> docker-login.sh [2021-01-19T19:59:30.775Z] nexus3.edgexfoundry.org:10001 [2021-01-19T19:59:31.374Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T19:59:31.374Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T19:59:31.374Z] Configure a credential helper to remove this warning. See [2021-01-19T19:59:31.374Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T19:59:31.374Z] [2021-01-19T19:59:31.374Z] Login Succeeded [2021-01-19T19:59:31.374Z] nexus3.edgexfoundry.org:10002 [2021-01-19T19:59:32.026Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T19:59:32.026Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T19:59:32.026Z] Configure a credential helper to remove this warning. See [2021-01-19T19:59:32.026Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T19:59:32.026Z] [2021-01-19T19:59:32.026Z] Login Succeeded [2021-01-19T19:59:32.026Z] nexus3.edgexfoundry.org:10003 [2021-01-19T19:59:32.635Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T19:59:32.635Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T19:59:32.635Z] Configure a credential helper to remove this warning. See [2021-01-19T19:59:32.635Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T19:59:32.635Z] [2021-01-19T19:59:32.635Z] Login Succeeded [2021-01-19T19:59:32.635Z] nexus3.edgexfoundry.org:10004 [2021-01-19T19:59:32.940Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T19:59:32.940Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T19:59:32.940Z] Configure a credential helper to remove this warning. See [2021-01-19T19:59:32.940Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T19:59:32.940Z] [2021-01-19T19:59:32.940Z] Login Succeeded [2021-01-19T19:59:32.940Z] docker.io [2021-01-19T19:59:33.220Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T19:59:33.494Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T19:59:33.494Z] Configure a credential helper to remove this warning. See [2021-01-19T19:59:33.494Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T19:59:33.494Z] [2021-01-19T19:59:33.494Z] Login Succeeded [2021-01-19T19:59:33.494Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T19:59:33.511Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T19:59:34.028Z] ++ 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-19T19:59:34.028Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T19:59:34.028Z] ++ dirname cmd/core-command/Dockerfile [2021-01-19T19:59:34.028Z] ++ cut -d/ -f2 [2021-01-19T19:59:34.028Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-19T19:59:34.028Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T19:59:34.028Z] ++ cut -d/ -f2 [2021-01-19T19:59:34.028Z] ++ dirname cmd/core-data/Dockerfile [2021-01-19T19:59:34.028Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-19T19:59:34.028Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T19:59:34.028Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-19T19:59:34.028Z] ++ cut -d/ -f2 [2021-01-19T19:59:34.028Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-19T19:59:34.028Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T19:59:34.028Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-19T19:59:34.028Z] ++ cut -d/ -f2 [2021-01-19T19:59:34.028Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-19T19:59:34.028Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T19:59:34.028Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-19T19:59:34.028Z] ++ cut -d/ -f2 [2021-01-19T19:59:34.028Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-19T19:59:34.028Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T19:59:34.028Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-19T19:59:34.028Z] ++ cut -d/ -f2 [2021-01-19T19:59:34.028Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-19T19:59:34.028Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T19:59:34.028Z] ++ cut -d/ -f2 [2021-01-19T19:59:34.028Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-19T19:59:34.028Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-19T19:59:34.028Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T19:59:34.028Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-19T19:59:34.028Z] ++ cut -d/ -f2 [2021-01-19T19:59:34.028Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-19T19:59:34.028Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T19:59:34.028Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-19T19:59:34.028Z] ++ cut -d/ -f2 [2021-01-19T19:59:34.028Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-19T19:59:34.145Z] 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-19T19:59:35.057Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T19:59:35.057Z] [2021-01-19T19:59:35.057Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T19:59:35.470Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T19:59:35.470Z] latest: Pulling from edgex-devops/git-semver [2021-01-19T19:59:35.470Z] 31603596830f: Pulling fs layer [2021-01-19T19:59:35.470Z] 2a8b12db71e7: Pulling fs layer [2021-01-19T19:59:35.470Z] 6ca5941a6612: Pulling fs layer [2021-01-19T19:59:35.470Z] ecc8261a40a4: Pulling fs layer [2021-01-19T19:59:35.470Z] ecc8261a40a4: Waiting [2021-01-19T19:59:35.470Z] 2a8b12db71e7: Download complete [2021-01-19T19:59:35.761Z] 31603596830f: Download complete [2021-01-19T19:59:36.423Z] ecc8261a40a4: Download complete [2021-01-19T19:59:36.423Z] 6ca5941a6612: Verifying Checksum [2021-01-19T19:59:36.423Z] 6ca5941a6612: Download complete [2021-01-19T19:59:36.423Z] 31603596830f: Pull complete [2021-01-19T19:59:36.705Z] 2a8b12db71e7: Pull complete [2021-01-19T19:59:38.709Z] 6ca5941a6612: Pull complete [2021-01-19T19:59:38.978Z] ecc8261a40a4: Pull complete [2021-01-19T19:59:38.978Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-19T19:59:38.978Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T19:59:38.978Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-19T19:59:39.365Z] prd-centos7-docker-4c-2g-21278 does not seem to be running inside a container [2021-01-19T19:59:39.515Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-19T19:59:42.303Z] $ docker top 74376e312ea7760d74bd1805ec0a6d64542ae27d000557f23fa005f69d3f5f02 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T19:59:42.707Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T19:59:42.707Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T19:59:43.071Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T19:59:43.075Z] $ docker exec 74376e312ea7760d74bd1805ec0a6d64542ae27d000557f23fa005f69d3f5f02 ssh-agent [2021-01-19T19:59:43.370Z] SSH_AUTH_SOCK=/tmp/ssh-ms0IYoRQMZX1/agent.11 [2021-01-19T19:59:43.370Z] SSH_AGENT_PID=16 [2021-01-19T19:59:43.394Z] Running ssh-add (command line suppressed) [2021-01-19T19:59:43.623Z] Identity added: /w/workspace/edgex-go/16@tmp/private_key_8821577739782409863.key (/w/workspace/edgex-go/16@tmp/private_key_8821577739782409863.key) [2021-01-19T19:59:43.741Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T19:59:44.446Z] + git tag --points-at HEAD [Pipeline] } [2021-01-19T19:59:44.507Z] $ docker exec --env ******** --env ******** 74376e312ea7760d74bd1805ec0a6d64542ae27d000557f23fa005f69d3f5f02 ssh-agent -k [2021-01-19T19:59:44.730Z] unset SSH_AUTH_SOCK; [2021-01-19T19:59:44.730Z] unset SSH_AGENT_PID; [2021-01-19T19:59:44.730Z] echo Agent pid 16 killed; [2021-01-19T19:59:44.842Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-19T19:59:45.011Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T19:59:45.011Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T19:59:45.388Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T19:59:45.400Z] $ docker exec 74376e312ea7760d74bd1805ec0a6d64542ae27d000557f23fa005f69d3f5f02 ssh-agent [2021-01-19T19:59:45.776Z] SSH_AUTH_SOCK=/tmp/ssh-ZCkzr8IVWW2g/agent.44 [2021-01-19T19:59:45.776Z] SSH_AGENT_PID=49 [2021-01-19T19:59:45.802Z] Running ssh-add (command line suppressed) [2021-01-19T19:59:46.076Z] Identity added: /w/workspace/edgex-go/16@tmp/private_key_2469909558344877546.key (/w/workspace/edgex-go/16@tmp/private_key_2469909558344877546.key) [2021-01-19T19:59:46.237Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T19:59:46.716Z] + git semver init [2021-01-19T19:59:46.716Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T19:59:46.716Z] # $GIT_DIR = /w/workspace/edgex-go/16/.git [2021-01-19T19:59:46.716Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/16 [2021-01-19T19:59:46.716Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T19:59:46.716Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T19:59:46.716Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T19:59:46.716Z] # $SEMVER_BRANCH = PR-3027 [2021-01-19T19:59:46.716Z] # $SEMVER_TEMP = /tmp/semver-983860625 [2021-01-19T19:59:46.716Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-19T20:00:19.748Z] # '/tmp/semver-983860625' -> '/w/workspace/edgex-go/16/.semver' [2021-01-19T20:00:20.343Z] # -> Force: false [2021-01-19T20:00:20.343Z] # $SEMVER_DIR = /w/workspace/edgex-go/16/.semver [Pipeline] } [2021-01-19T20:00:20.633Z] $ docker exec --env ******** --env ******** 74376e312ea7760d74bd1805ec0a6d64542ae27d000557f23fa005f69d3f5f02 ssh-agent -k [2021-01-19T20:00:21.040Z] unset SSH_AUTH_SOCK; [2021-01-19T20:00:21.045Z] unset SSH_AGENT_PID; [2021-01-19T20:00:21.045Z] echo Agent pid 49 killed; [2021-01-19T20:00:21.186Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T20:00:21.785Z] + git semver [Pipeline] } [2021-01-19T20:00:22.089Z] $ docker stop --time=1 74376e312ea7760d74bd1805ec0a6d64542ae27d000557f23fa005f69d3f5f02 [2021-01-19T20:00:24.046Z] $ docker rm -f 74376e312ea7760d74bd1805ec0a6d64542ae27d000557f23fa005f69d3f5f02 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T20:00:24.891Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-19T20:00:25.839Z] Stashed 1 file(s) [Pipeline] echo [2021-01-19T20:00:25.842Z] [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-19T20:00:26.772Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-19T20:00:27.154Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T20:00:27.511Z] + sudo service docker restart [2021-01-19T20:00:27.511Z] + true [2021-01-19T20:00:27.511Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-19T20:00:28.968Z] ========================================================= [2021-01-19T20:00:28.968Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-19T20:00:28.968Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:00:29.349Z] + 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-19T20:00:37.675Z] Sending build context to Docker daemon 326.6MB [2021-01-19T20:00:37.675Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T20:00:37.675Z] Step 2/6 : FROM ${BASE} [2021-01-19T20:00:37.675Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-19T20:00:37.675Z] 188c0c94c7c5: Pulling fs layer [2021-01-19T20:00:37.675Z] 0ef7d3d256c8: Pulling fs layer [2021-01-19T20:00:37.675Z] de9db76c5a1d: Pulling fs layer [2021-01-19T20:00:37.675Z] bca2f99d35d6: Pulling fs layer [2021-01-19T20:00:37.675Z] 93359f2a8cfa: Pulling fs layer [2021-01-19T20:00:37.675Z] 7c6f9722023f: Pulling fs layer [2021-01-19T20:00:37.675Z] a35cf1a2eb13: Pulling fs layer [2021-01-19T20:00:37.675Z] bca2f99d35d6: Waiting [2021-01-19T20:00:37.675Z] 93359f2a8cfa: Waiting [2021-01-19T20:00:37.675Z] 7c6f9722023f: Waiting [2021-01-19T20:00:37.675Z] a35cf1a2eb13: Waiting [2021-01-19T20:00:37.675Z] de9db76c5a1d: Verifying Checksum [2021-01-19T20:00:37.675Z] de9db76c5a1d: Download complete [2021-01-19T20:00:37.675Z] 0ef7d3d256c8: Verifying Checksum [2021-01-19T20:00:37.675Z] 0ef7d3d256c8: Download complete [2021-01-19T20:00:37.675Z] 93359f2a8cfa: Verifying Checksum [2021-01-19T20:00:37.675Z] 93359f2a8cfa: Download complete [2021-01-19T20:00:37.675Z] 7c6f9722023f: Verifying Checksum [2021-01-19T20:00:37.675Z] 7c6f9722023f: Download complete [2021-01-19T20:00:37.675Z] 188c0c94c7c5: Verifying Checksum [2021-01-19T20:00:37.675Z] 188c0c94c7c5: Download complete [2021-01-19T20:00:37.675Z] 188c0c94c7c5: Pull complete [2021-01-19T20:00:38.682Z] 0ef7d3d256c8: Pull complete [2021-01-19T20:00:38.968Z] de9db76c5a1d: Pull complete [2021-01-19T20:00:41.232Z] Still waiting to schedule task [2021-01-19T20:00:41.232Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-19T20:00:41.741Z] a35cf1a2eb13: Verifying Checksum [2021-01-19T20:00:41.741Z] a35cf1a2eb13: Download complete [2021-01-19T20:00:43.972Z] bca2f99d35d6: Verifying Checksum [2021-01-19T20:00:43.972Z] bca2f99d35d6: Download complete [2021-01-19T20:00:56.605Z] bca2f99d35d6: Pull complete [2021-01-19T20:00:56.605Z] 93359f2a8cfa: Pull complete [2021-01-19T20:00:56.896Z] 7c6f9722023f: Pull complete [2021-01-19T20:01:05.699Z] a35cf1a2eb13: Pull complete [2021-01-19T20:01:05.699Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-19T20:01:05.699Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-19T20:01:05.699Z] ---> a62c8e92a672 [2021-01-19T20:01:05.699Z] 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-19T20:01:05.699Z] ---> Running in 6c8a1784b187 [2021-01-19T20:01:07.336Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T20:01:07.640Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T20:01:08.286Z] (1/12) Installing libmagic (5.38-r0) [2021-01-19T20:01:08.597Z] (2/12) Installing file (5.38-r0) [2021-01-19T20:01:08.907Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-19T20:01:08.907Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-19T20:01:19.256Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-19T20:01:19.256Z] (6/12) Installing patch (2.7.6-r6) [2021-01-19T20:01:19.529Z] (7/12) Installing build-base (0.5-r2) [2021-01-19T20:01:19.529Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-19T20:01:19.823Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-19T20:01:19.823Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-19T20:01:19.823Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-19T20:01:20.112Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-19T20:01:20.112Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T20:01:20.112Z] OK: 233 MiB in 51 packages [2021-01-19T20:01:24.622Z] Removing intermediate container 6c8a1784b187 [2021-01-19T20:01:24.622Z] ---> 95223ece3dec [2021-01-19T20:01:24.622Z] Step 4/6 : WORKDIR /edgex-go [2021-01-19T20:01:24.622Z] ---> Running in af00e94b3ad5 [2021-01-19T20:01:24.622Z] Removing intermediate container af00e94b3ad5 [2021-01-19T20:01:24.622Z] ---> d39c834bd2d6 [2021-01-19T20:01:24.622Z] Step 5/6 : COPY go.mod . [2021-01-19T20:01:25.225Z] ---> 73eb0f3da74a [2021-01-19T20:01:25.225Z] Step 6/6 : RUN go mod download [2021-01-19T20:01:25.225Z] ---> Running in d6a919577ea2 [2021-01-19T20:02:04.606Z] Removing intermediate container d6a919577ea2 [2021-01-19T20:02:04.606Z] ---> a59acd0df861 [2021-01-19T20:02:04.606Z] Successfully built a59acd0df861 [2021-01-19T20:02:04.606Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:02:05.018Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T20:02:05.292Z] . [Pipeline] withDockerContainer [2021-01-19T20:02:05.535Z] prd-centos7-docker-4c-2g-21278 does not seem to be running inside a container [2021-01-19T20:02:05.633Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-19T20:02:07.201Z] $ docker top 6a89f7d309106737f01a4aaee413c6da79fac317bb0b7db90ee8e8d640659ee2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T20:02:08.320Z] + go version [2021-01-19T20:02:08.320Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-19T20:02:08.362Z] $ docker stop --time=1 6a89f7d309106737f01a4aaee413c6da79fac317bb0b7db90ee8e8d640659ee2 [2021-01-19T20:02:10.099Z] $ docker rm -f 6a89f7d309106737f01a4aaee413c6da79fac317bb0b7db90ee8e8d640659ee2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:02:11.235Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T20:02:11.235Z] . [Pipeline] withDockerContainer [2021-01-19T20:02:11.641Z] prd-centos7-docker-4c-2g-21278 does not seem to be running inside a container [2021-01-19T20:02:11.974Z] $ 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/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-19T20:02:13.273Z] $ docker top e628057fd37f2740b59d39b157d17f439aeeb2fbbc55f5b21024e2ab06cb81d7 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-19T20:02:13.627Z] ========================================================= [2021-01-19T20:02:13.627Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-19T20:02:13.627Z] ========================================================= [Pipeline] sh [2021-01-19T20:02:13.982Z] + make test [2021-01-19T20:02:13.982Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-19T20:02:32.642Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-19T20:03:05.778Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-19T20:03:08.690Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-19T20:03:13.399Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-19T20:03:13.399Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-19T20:03:13.399Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-19T20:03:13.399Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-19T20:03:13.399Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-19T20:03:14.064Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-19T20:03:15.617Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-19T20:03:16.266Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-19T20:03:20.805Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-19T20:03:20.805Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-19T20:03:20.805Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-19T20:03:24.522Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.210s coverage: 46.6% of statements [2021-01-19T20:03:24.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-19T20:03:24.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-19T20:03:24.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-19T20:03:24.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-19T20:03:24.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-19T20:03:31.172Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.372s coverage: 27.0% of statements [2021-01-19T20:03:31.172Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-19T20:03:31.172Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-19T20:03:31.172Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-19T20:03:31.172Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-19T20:03:31.172Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-19T20:03:31.172Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-19T20:03:31.172Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.074s coverage: 100.0% of statements [2021-01-19T20:03:31.172Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-19T20:03:31.172Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.156s coverage: 100.0% of statements [2021-01-19T20:03:31.172Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-19T20:03:31.172Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-19T20:03:31.172Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.300s coverage: 67.9% of statements [2021-01-19T20:03:31.172Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-19T20:03:31.172Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-19T20:03:31.172Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.639s coverage: 82.3% of statements [2021-01-19T20:03:31.172Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-19T20:03:31.172Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T20:03:31.172Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-19T20:03:31.172Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-19T20:03:35.951Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.745s coverage: 28.6% of statements [2021-01-19T20:03:35.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-19T20:03:35.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-19T20:03:35.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-19T20:03:35.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-19T20:03:35.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-19T20:03:35.951Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.185s coverage: 100.0% of statements [2021-01-19T20:03:35.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-19T20:03:35.951Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.091s coverage: 100.0% of statements [2021-01-19T20:03:35.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-19T20:03:35.951Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.183s coverage: 86.7% of statements [2021-01-19T20:03:35.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-19T20:03:36.236Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.317s coverage: 97.5% of statements [2021-01-19T20:03:36.236Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-19T20:03:36.236Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.147s coverage: 78.3% of statements [2021-01-19T20:03:36.236Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-19T20:03:36.236Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-19T20:03:36.236Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-19T20:03:36.236Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-19T20:03:40.069Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21280 in /w/workspace/edgexfoundry_edgex-go_PR-3027 [Pipeline] { [Pipeline] ws [2021-01-19T20:03:40.155Z] Running in /w/workspace/edgex-go/16 [Pipeline] { [Pipeline] checkout [2021-01-19T20:03:40.908Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.952s coverage: 92.8% of statements [2021-01-19T20:03:40.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-19T20:03:40.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T20:03:40.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-19T20:03:40.908Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-19T20:03:40.908Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-19T20:03:40.908Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-19T20:03:40.908Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-19T20:03:40.908Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-19T20:03:40.908Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-19T20:03:40.908Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-19T20:03:40.908Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-19T20:03:40.908Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-19T20:03:40.908Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-19T20:03:40.908Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-19T20:03:40.908Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-19T20:03:40.908Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-19T20:03:40.908Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-19T20:03:40.908Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-19T20:03:40.908Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.213s coverage: 58.8% of statements [2021-01-19T20:03:40.908Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-19T20:03:40.908Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-19T20:03:40.908Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.079s coverage: 0.1% of statements [2021-01-19T20:03:40.908Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-19T20:03:40.908Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-19T20:03:40.908Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-19T20:03:40.908Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-19T20:03:40.908Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.048s coverage: 100.0% of statements [2021-01-19T20:03:40.908Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-19T20:03:40.908Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.112s coverage: 75.5% of statements [2021-01-19T20:03:40.908Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-19T20:03:40.908Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.098s coverage: 80.8% of statements [2021-01-19T20:03:40.908Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.147s coverage: 87.2% of statements [2021-01-19T20:03:40.908Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.132s coverage: 84.2% of statements [2021-01-19T20:03:42.517Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.234s coverage: 91.4% of statements [2021-01-19T20:03:42.517Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-19T20:03:45.001Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.686s coverage: 63.5% of statements [2021-01-19T20:03:45.002Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-19T20:03:45.002Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-19T20:03:45.002Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.155s coverage: 100.0% of statements [2021-01-19T20:03:45.002Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.112s coverage: 91.3% of statements [2021-01-19T20:03:45.002Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.050s coverage: 100.0% of statements [2021-01-19T20:03:45.002Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.087s coverage: 73.7% of statements [2021-01-19T20:03:45.311Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.037s coverage: 100.0% of statements [2021-01-19T20:03:45.328Z] using credential edgex-jenkins-ssh [2021-01-19T20:03:45.389Z] Cloning the remote Git repository [2021-01-19T20:03:45.461Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-19T20:03:45.570Z] > git init /w/workspace/edgex-go/16 # timeout=10 [2021-01-19T20:03:45.645Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T20:03:45.646Z] > git --version # timeout=10 [2021-01-19T20:03:45.667Z] > git --version # 'git version 2.17.1' [2021-01-19T20:03:45.668Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T20:03:45.754Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T20:03:48.971Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.647s coverage: 68.9% of statements [2021-01-19T20:03:48.971Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-19T20:03:48.971Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-19T20:03:48.971Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-19T20:03:48.971Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-19T20:03:48.971Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-19T20:03:48.971Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.210s coverage: 37.0% of statements [2021-01-19T20:03:48.971Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-19T20:03:48.971Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-19T20:03:48.971Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.733s coverage: 84.0% of statements [2021-01-19T20:03:48.971Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.078s coverage: 100.0% of statements [2021-01-19T20:03:53.657Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.325s coverage: 47.1% of statements [2021-01-19T20:03:53.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-19T20:03:53.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-19T20:03:53.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-19T20:03:53.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-19T20:03:53.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-19T20:03:53.657Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.099s coverage: 100.0% of statements [2021-01-19T20:03:53.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-19T20:03:53.657Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.059s coverage: 100.0% of statements [2021-01-19T20:03:53.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-19T20:03:55.774Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.165s coverage: 29.1% of statements [2021-01-19T20:03:55.774Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-19T20:03:55.774Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-19T20:03:55.774Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-19T20:03:55.774Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-19T20:03:55.775Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-19T20:03:55.775Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.123s coverage: 99.0% of statements [2021-01-19T20:03:55.775Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-19T20:03:55.775Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.086s coverage: 100.0% of statements [2021-01-19T20:03:55.775Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-19T20:03:55.775Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.098s coverage: 0.0% of statements [2021-01-19T20:03:55.775Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-19T20:03:55.775Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.042s coverage: 100.0% of statements [2021-01-19T20:03:55.775Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-19T20:03:55.775Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-19T20:03:55.775Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-19T20:03:55.775Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-19T20:03:55.775Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.092s coverage: 87.9% of statements [2021-01-19T20:03:55.775Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-19T20:03:55.775Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-19T20:03:56.460Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.125s coverage: 100.0% of statements [2021-01-19T20:03:57.492Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.082s coverage: 32.1% of statements [2021-01-19T20:03:57.779Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-01-19T20:03:58.435Z] GO111MODULE=on go vet ./... [2021-01-19T20:04:00.412Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T20:04:00.430Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T20:04:01.147Z] Merging remotes/origin/master commit c4887d0c009f35026456fc1c8cef2ef56b2ea654 into PR head commit 16cc25e94c27377845b649f3af051c6a69a82b9b [2021-01-19T20:04:01.665Z] Merge succeeded, producing 16cc25e94c27377845b649f3af051c6a69a82b9b [2021-01-19T20:04:01.665Z] Checking out Revision 16cc25e94c27377845b649f3af051c6a69a82b9b (PR-3027) [2021-01-19T20:04:00.461Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T20:04:00.504Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T20:04:00.504Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T20:04:00.516Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3027/head:refs/remotes/origin/PR-3027 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T20:04:01.171Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T20:04:01.201Z] > git checkout -f 16cc25e94c27377845b649f3af051c6a69a82b9b # timeout=10 [2021-01-19T20:04:01.538Z] > git remote # timeout=10 [2021-01-19T20:04:01.561Z] > git config --get remote.origin.url # timeout=10 [2021-01-19T20:04:01.588Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T20:04:01.600Z] > git merge c4887d0c009f35026456fc1c8cef2ef56b2ea654 # timeout=10 [2021-01-19T20:04:01.632Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-19T20:04:01.679Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T20:04:01.695Z] > git checkout -f 16cc25e94c27377845b649f3af051c6a69a82b9b # timeout=10 [2021-01-19T20:04:06.129Z] Commit message: "build(deps): Bump github.com/stretchr/testify from 1.6.1 to 1.7.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T20:04:07.813Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-19T20:04:08.216Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T20:04:08.563Z] + sudo service docker+ restart [2021-01-19T20:04:08.563Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T20:04:11.261Z] provisioning config files... [2021-01-19T20:04:11.304Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/16@tmp/config7807531110864356058tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T20:04:11.713Z] ---> docker-login.sh [2021-01-19T20:04:11.713Z] nexus3.edgexfoundry.org:10001 [2021-01-19T20:04:12.322Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T20:04:12.918Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T20:04:12.918Z] Configure a credential helper to remove this warning. See [2021-01-19T20:04:12.918Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T20:04:12.918Z] [2021-01-19T20:04:12.918Z] Login Succeeded [2021-01-19T20:04:12.918Z] nexus3.edgexfoundry.org:10002 [2021-01-19T20:04:13.194Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T20:04:13.468Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T20:04:13.468Z] Configure a credential helper to remove this warning. See [2021-01-19T20:04:13.468Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T20:04:13.468Z] [2021-01-19T20:04:13.468Z] Login Succeeded [2021-01-19T20:04:13.468Z] nexus3.edgexfoundry.org:10003 [2021-01-19T20:04:13.740Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T20:04:14.013Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T20:04:14.014Z] Configure a credential helper to remove this warning. See [2021-01-19T20:04:14.014Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T20:04:14.014Z] [2021-01-19T20:04:14.014Z] Login Succeeded [2021-01-19T20:04:14.014Z] nexus3.edgexfoundry.org:10004 [2021-01-19T20:04:14.294Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T20:04:14.567Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T20:04:14.567Z] Configure a credential helper to remove this warning. See [2021-01-19T20:04:14.567Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T20:04:14.567Z] [2021-01-19T20:04:14.567Z] Login Succeeded [2021-01-19T20:04:14.567Z] docker.io [2021-01-19T20:04:14.840Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T20:04:15.448Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T20:04:15.448Z] Configure a credential helper to remove this warning. See [2021-01-19T20:04:15.448Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T20:04:15.448Z] [2021-01-19T20:04:15.448Z] Login Succeeded [2021-01-19T20:04:15.448Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T20:04:15.466Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-19T20:04:16.026Z] ========================================================= [2021-01-19T20:04:16.026Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-19T20:04:16.026Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:04:16.414Z] + 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-19T20:04:19.057Z] Sending build context to Docker daemon 165.5MB [2021-01-19T20:04:19.057Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T20:04:19.057Z] Step 2/6 : FROM ${BASE} [2021-01-19T20:04:19.057Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-19T20:04:19.057Z] 5f621e34cdf4: Pulling fs layer [2021-01-19T20:04:19.057Z] a4357932f1b6: Pulling fs layer [2021-01-19T20:04:19.057Z] 18c013af1878: Pulling fs layer [2021-01-19T20:04:19.057Z] 00ac8860ef70: Pulling fs layer [2021-01-19T20:04:19.057Z] 63d7cb157983: Pulling fs layer [2021-01-19T20:04:19.057Z] b116817d02f9: Pulling fs layer [2021-01-19T20:04:19.057Z] 745a02a5169b: Pulling fs layer [2021-01-19T20:04:19.057Z] 00ac8860ef70: Waiting [2021-01-19T20:04:19.057Z] 63d7cb157983: Waiting [2021-01-19T20:04:19.057Z] b116817d02f9: Waiting [2021-01-19T20:04:19.057Z] 745a02a5169b: Waiting [2021-01-19T20:04:19.057Z] 18c013af1878: Verifying Checksum [2021-01-19T20:04:19.057Z] 18c013af1878: Download complete [2021-01-19T20:04:19.057Z] a4357932f1b6: Verifying Checksum [2021-01-19T20:04:19.057Z] a4357932f1b6: Download complete [2021-01-19T20:04:19.057Z] 63d7cb157983: Verifying Checksum [2021-01-19T20:04:19.057Z] 63d7cb157983: Download complete [2021-01-19T20:04:19.330Z] 5f621e34cdf4: Verifying Checksum [2021-01-19T20:04:19.330Z] b116817d02f9: Verifying Checksum [2021-01-19T20:04:19.330Z] b116817d02f9: Download complete [2021-01-19T20:04:19.931Z] 5f621e34cdf4: Pull complete [2021-01-19T20:04:20.541Z] a4357932f1b6: Pull complete [2021-01-19T20:04:20.816Z] 18c013af1878: Pull complete [2021-01-19T20:04:21.812Z] 745a02a5169b: Verifying Checksum [2021-01-19T20:04:21.812Z] 745a02a5169b: Download complete [2021-01-19T20:04:22.803Z] 00ac8860ef70: Verifying Checksum [2021-01-19T20:04:22.803Z] 00ac8860ef70: Download complete [2021-01-19T20:04:32.981Z] 00ac8860ef70: Pull complete [2021-01-19T20:04:33.253Z] 63d7cb157983: Pull complete [2021-01-19T20:04:33.524Z] b116817d02f9: Pull complete [2021-01-19T20:04:37.836Z] 745a02a5169b: Pull complete [2021-01-19T20:04:37.836Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-19T20:04:37.836Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-19T20:04:37.836Z] ---> b7e6874047d6 [2021-01-19T20:04:37.836Z] 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-19T20:04:41.227Z] ---> Running in 1ff9fd7f2391 [2021-01-19T20:04:41.826Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T20:04:42.801Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T20:04:43.775Z] (1/12) Installing libmagic (5.38-r0) [2021-01-19T20:04:44.058Z] (2/12) Installing file (5.38-r0) [2021-01-19T20:04:44.058Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-19T20:04:44.058Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-19T20:04:45.992Z] gofmt -l . [2021-01-19T20:04:45.993Z] [ "`gofmt -l .`" = "" ] [2021-01-19T20:04:45.993Z] ./bin/test-go-mod-tidy.sh [2021-01-19T20:04:47.035Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-19T20:04:48.348Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-19T20:04:48.348Z] (6/12) Installing patch (2.7.6-r6) [2021-01-19T20:04:48.348Z] (7/12) Installing build-base (0.5-r2) [2021-01-19T20:04:48.348Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-19T20:04:48.619Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-19T20:04:48.619Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-19T20:04:48.619Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-19T20:04:48.728Z] + ls -al . [2021-01-19T20:04:48.728Z] total 656 [2021-01-19T20:04:48.728Z] drwxrwxr-x 10 1001 1001 4096 Jan 19 20:04 . [2021-01-19T20:04:48.728Z] drwxr-xr-x 4 root root 30 Jan 19 20:02 .. [2021-01-19T20:04:48.728Z] -rw-rw-r-- 1 1001 1001 11 Jan 19 19:59 .dockerignore [2021-01-19T20:04:48.728Z] drwxrwxr-x 8 1001 1001 179 Jan 19 19:59 .git [2021-01-19T20:04:48.728Z] drwxrwxr-x 3 1001 1001 125 Jan 19 19:59 .github [2021-01-19T20:04:48.728Z] -rw-rw-r-- 1 1001 1001 824 Jan 19 19:59 .gitignore [2021-01-19T20:04:48.728Z] drwx------ 3 1001 1001 47 Jan 19 20:00 .semver [2021-01-19T20:04:48.728Z] -rw-rw-r-- 1 1001 1001 166 Jan 19 19:59 .sonarcloud.properties [2021-01-19T20:04:48.728Z] -rw-rw-r-- 1 1001 1001 7744 Jan 19 19:59 Attribution.txt [2021-01-19T20:04:48.728Z] -rw-rw-r-- 1 1001 1001 3804 Jan 19 19:59 CONTRIBUTING.md [2021-01-19T20:04:48.728Z] -rw-rw-r-- 1 1001 1001 931 Jan 19 19:59 Dockerfile.build [2021-01-19T20:04:48.728Z] -rw-rw-r-- 1 1001 1001 863 Jan 19 19:59 Jenkinsfile [2021-01-19T20:04:48.728Z] -rw-rw-r-- 1 1001 1001 10775 Jan 19 19:59 LICENSE [2021-01-19T20:04:48.728Z] -rw-rw-r-- 1 1001 1001 5750 Jan 19 19:59 Makefile [2021-01-19T20:04:48.728Z] -rw-rw-r-- 1 1001 1001 6524 Jan 19 19:59 README.md [2021-01-19T20:04:48.728Z] -rw-rw-r-- 1 1001 1001 6744 Jan 19 19:59 SECURITY.md [2021-01-19T20:04:48.728Z] -rw-rw-r-- 1 1001 1001 5 Jan 19 20:00 VERSION [2021-01-19T20:04:48.728Z] -rw-rw-r-- 1 1001 1001 4131 Jan 19 19:59 ZMQWindows.md [2021-01-19T20:04:48.728Z] drwxrwxr-x 2 1001 1001 117 Jan 19 19:59 bin [2021-01-19T20:04:48.728Z] drwxrwxr-x 14 1001 1001 4096 Jan 19 19:59 cmd [2021-01-19T20:04:48.728Z] -rw-r--r-- 1 root root 550280 Jan 19 20:03 coverage.out [2021-01-19T20:04:48.728Z] -rw-r--r-- 1 root root 981 Jan 19 20:04 go.mod [2021-01-19T20:04:48.728Z] -rw-r--r-- 1 root root 19526 Jan 19 20:04 go.sum [2021-01-19T20:04:48.728Z] drwxrwxr-x 8 1001 1001 127 Jan 19 19:59 internal [2021-01-19T20:04:48.728Z] drwxrwxr-x 4 1001 1001 26 Jan 19 19:59 openapi [2021-01-19T20:04:48.728Z] drwxrwxr-x 4 1001 1001 71 Jan 19 19:59 snap [2021-01-19T20:04:48.728Z] -rw-rw-r-- 1 1001 1001 168 Jan 19 19:59 version.go [Pipeline] sh [2021-01-19T20:04:48.892Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-19T20:04:48.892Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T20:04:48.892Z] OK: 217 MiB in 51 packages [2021-01-19T20:04:49.153Z] + '[' -e coverage.out ] [2021-01-19T20:04:49.153Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-19T20:04:49.506Z] Stashed 1 file(s) [Pipeline] sh [2021-01-19T20:04:50.307Z] + make build [2021-01-19T20:04:50.307Z] 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-19T20:04:53.193Z] Removing intermediate container 1ff9fd7f2391 [2021-01-19T20:04:53.193Z] ---> 9d198f2b6c02 [2021-01-19T20:04:53.193Z] Step 4/6 : WORKDIR /edgex-go [2021-01-19T20:04:53.193Z] ---> Running in 3146ef1870ac [2021-01-19T20:04:53.465Z] Removing intermediate container 3146ef1870ac [2021-01-19T20:04:53.465Z] ---> 7e1524c9a991 [2021-01-19T20:04:53.465Z] Step 5/6 : COPY go.mod . [2021-01-19T20:04:54.073Z] ---> cd3e36b8a162 [2021-01-19T20:04:54.073Z] Step 6/6 : RUN go mod download [2021-01-19T20:04:54.073Z] ---> Running in 2a00a27e065f [2021-01-19T20:04:56.024Z] 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-19T20:05:14.655Z] 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-19T20:05:17.479Z] 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-19T20:05:20.190Z] 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-19T20:05:20.796Z] 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-19T20:05:20.903Z] Removing intermediate container 2a00a27e065f [2021-01-19T20:05:20.903Z] ---> 38518f5f7ea8 [2021-01-19T20:05:20.903Z] Successfully built 38518f5f7ea8 [2021-01-19T20:05:20.903Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:05:21.263Z] + docker inspect -f . ci-base-image-arm64 [2021-01-19T20:05:21.263Z] . [Pipeline] withDockerContainer [2021-01-19T20:05:21.519Z] prd-ubuntu18.04-docker-arm64-4c-16g-21280 does not seem to be running inside a container [2021-01-19T20:05:21.613Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@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 ******** ci-base-image-arm64 cat [2021-01-19T20:05:23.157Z] $ docker top f9e9cc5fd561d84d6ce6bf3a3efd6479f443cdbe48de8a283574c505f8eb7332 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T20:05:24.038Z] 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-19T20:05:24.175Z] + go version [2021-01-19T20:05:24.175Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-19T20:05:24.209Z] $ docker stop --time=1 f9e9cc5fd561d84d6ce6bf3a3efd6479f443cdbe48de8a283574c505f8eb7332 [2021-01-19T20:05:26.193Z] $ docker rm -f f9e9cc5fd561d84d6ce6bf3a3efd6479f443cdbe48de8a283574c505f8eb7332 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-01-19T20:05:26.788Z] 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 [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:05:27.291Z] + docker inspect -f . ci-base-image-arm64 [2021-01-19T20:05:27.291Z] . [Pipeline] withDockerContainer [2021-01-19T20:05:27.552Z] prd-ubuntu18.04-docker-arm64-4c-16g-21280 does not seem to be running inside a container [2021-01-19T20:05:27.642Z] $ 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/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@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 ******** ci-base-image-arm64 cat [2021-01-19T20:05:29.101Z] $ docker top a7d854fd13197709bcb14349413dbb2d819d3989b624656d039b60d95d8968cd -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-19T20:05:29.531Z] ========================================================= [2021-01-19T20:05:29.532Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-19T20:05:29.532Z] ========================================================= [Pipeline] sh [2021-01-19T20:05:29.578Z] 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-19T20:05:30.172Z] + make test [2021-01-19T20:05:30.172Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-19T20:05:33.092Z] 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-19T20:05:35.134Z] 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-19T20:05:37.316Z] 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-19T20:05:39.378Z] $ docker stop --time=1 e628057fd37f2740b59d39b157d17f439aeeb2fbbc55f5b21024e2ab06cb81d7 [2021-01-19T20:05:41.611Z] $ docker rm -f e628057fd37f2740b59d39b157d17f439aeeb2fbbc55f5b21024e2ab06cb81d7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:05:43.625Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T20:05:43.625Z] [2021-01-19T20:05:43.625Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:05:44.057Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T20:05:44.057Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-19T20:05:44.057Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-19T20:05:44.057Z] ca9280d653b3: Pulling fs layer [2021-01-19T20:05:44.057Z] 7e9c9ca2126c: Pulling fs layer [2021-01-19T20:05:44.675Z] cbdbe7a5bc2a: Download complete [2021-01-19T20:05:45.728Z] cbdbe7a5bc2a: Pull complete [2021-01-19T20:05:46.391Z] ca9280d653b3: Verifying Checksum [2021-01-19T20:05:46.391Z] ca9280d653b3: Download complete [2021-01-19T20:05:49.179Z] ca9280d653b3: Pull complete [2021-01-19T20:05:49.179Z] 7e9c9ca2126c: Verifying Checksum [2021-01-19T20:05:49.179Z] 7e9c9ca2126c: Download complete [2021-01-19T20:05:52.363Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-19T20:06:04.687Z] 7e9c9ca2126c: Pull complete [2021-01-19T20:06:04.687Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-19T20:06:04.687Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T20:06:04.687Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-19T20:06:05.240Z] prd-centos7-docker-4c-2g-21278 does not seem to be running inside a container [2021-01-19T20:06:05.443Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-19T20:06:07.548Z] $ docker top 7d9796d00e60daad7add38b2eae63678c421c8fd960e18030ace2fb2a08a6abb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T20:06:08.169Z] + docker-compose build --help [2021-01-19T20:06:08.169Z] + grep parallel [2021-01-19T20:06:10.150Z] --parallel Build images in parallel. [Pipeline] } [2021-01-19T20:06:10.168Z] $ docker stop --time=1 7d9796d00e60daad7add38b2eae63678c421c8fd960e18030ace2fb2a08a6abb [2021-01-19T20:06:11.748Z] $ docker rm -f 7d9796d00e60daad7add38b2eae63678c421c8fd960e18030ace2fb2a08a6abb [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:06:12.450Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T20:06:12.450Z] . [Pipeline] withDockerContainer [2021-01-19T20:06:13.037Z] prd-centos7-docker-4c-2g-21278 does not seem to be running inside a container [2021-01-19T20:06:13.728Z] $ 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/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-19T20:06:15.036Z] $ docker top c13e7637b30aa6d926684c722600a4eba8557c159fb891ad486a65b1f9085c01 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T20:06:15.755Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-19T20:06:17.250Z] Building docker-core-command-go ... [2021-01-19T20:06:17.250Z] Building docker-core-data-go ... [2021-01-19T20:06:17.250Z] Building docker-core-metadata-go ... [2021-01-19T20:06:17.250Z] Building docker-security-bootstrap-redis-go ... [2021-01-19T20:06:17.250Z] Building docker-security-proxy-setup-go ... [2021-01-19T20:06:17.250Z] Building docker-security-secretstore-setup-go ... [2021-01-19T20:06:17.250Z] Building docker-support-notifications-go ... [2021-01-19T20:06:17.250Z] Building docker-support-scheduler-go ... [2021-01-19T20:06:17.250Z] Building docker-sys-mgmt-agent-go ... [2021-01-19T20:06:17.250Z] Building docker-core-metadata-go [2021-01-19T20:06:17.250Z] Building docker-security-secretstore-setup-go [2021-01-19T20:06:17.250Z] Building docker-core-command-go [2021-01-19T20:06:17.250Z] Building docker-sys-mgmt-agent-go [2021-01-19T20:06:17.250Z] Building docker-security-proxy-setup-go [2021-01-19T20:06:31.460Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-19T20:06:54.022Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-19T20:06:54.022Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-19T20:06:54.022Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-19T20:06:54.022Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-19T20:06:54.022Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-19T20:06:54.022Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-19T20:06:54.022Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-19T20:06:54.022Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-19T20:06:54.022Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-19T20:06:58.375Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-19T20:06:58.375Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-19T20:06:58.375Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-19T20:07:05.108Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.234s coverage: 46.6% of statements [2021-01-19T20:07:05.108Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-19T20:07:05.108Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-19T20:07:05.108Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-19T20:07:05.108Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-19T20:07:05.108Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-19T20:07:11.898Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.508s coverage: 27.0% of statements [2021-01-19T20:07:11.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-19T20:07:11.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-19T20:07:11.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-19T20:07:11.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-19T20:07:11.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-19T20:07:11.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-19T20:07:11.899Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.069s coverage: 100.0% of statements [2021-01-19T20:07:11.899Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-19T20:07:11.899Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.075s coverage: 100.0% of statements [2021-01-19T20:07:11.899Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-19T20:07:11.899Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-19T20:07:11.899Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.267s coverage: 67.9% of statements [2021-01-19T20:07:11.899Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-19T20:07:11.899Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-19T20:07:12.507Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.799s coverage: 82.3% of statements [2021-01-19T20:07:12.507Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-19T20:07:12.507Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T20:07:12.507Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-19T20:07:12.507Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-19T20:07:19.268Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.139s coverage: 28.6% of statements [2021-01-19T20:07:19.268Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-19T20:07:19.268Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-19T20:07:19.268Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-19T20:07:19.268Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-19T20:07:19.268Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-19T20:07:19.268Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.226s coverage: 100.0% of statements [2021-01-19T20:07:19.268Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-19T20:07:19.268Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.070s coverage: 100.0% of statements [2021-01-19T20:07:19.268Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-19T20:07:19.268Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.362s coverage: 86.7% of statements [2021-01-19T20:07:19.268Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-19T20:07:20.736Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.392s coverage: 97.5% of statements [2021-01-19T20:07:20.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-19T20:07:20.736Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.154s coverage: 78.3% of statements [2021-01-19T20:07:20.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-19T20:07:20.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-19T20:07:20.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-19T20:07:20.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-19T20:07:26.181Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T20:07:26.181Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T20:07:26.181Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T20:07:26.181Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T20:07:26.181Z] ---> a59acd0df861 [2021-01-19T20:07:26.181Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T20:07:26.181Z] ---> a59acd0df861 [2021-01-19T20:07:26.181Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T20:07:26.181Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T20:07:26.182Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-19T20:07:26.182Z] ---> a59acd0df861 [2021-01-19T20:07:26.182Z] Step 3/26 : WORKDIR /edgex-go [2021-01-19T20:07:26.182Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T20:07:26.182Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T20:07:26.182Z] ---> a59acd0df861 [2021-01-19T20:07:26.182Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T20:07:26.182Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T20:07:26.182Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T20:07:26.182Z] ---> a59acd0df861 [2021-01-19T20:07:26.182Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T20:07:26.182Z] ---> Running in 02619514fcef [2021-01-19T20:07:26.182Z] ---> Running in 0b6cfd44589f [2021-01-19T20:07:26.182Z] ---> Running in d0ee6401f537 [2021-01-19T20:07:26.182Z] ---> Running in d314a0affd7d [2021-01-19T20:07:26.182Z] ---> Running in f3220b32d6f0 [2021-01-19T20:07:26.182Z] Removing intermediate container 0b6cfd44589f [2021-01-19T20:07:26.182Z] ---> 0c51bd52574c [2021-01-19T20:07:26.182Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T20:07:26.182Z] Removing intermediate container f3220b32d6f0 [2021-01-19T20:07:26.182Z] ---> d77739b887d3 [2021-01-19T20:07:26.182Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T20:07:26.182Z] ---> Running in df7f4db3c226 [2021-01-19T20:07:26.182Z] ---> Running in 830481a631d9 [2021-01-19T20:07:26.182Z] Removing intermediate container 02619514fcef [2021-01-19T20:07:26.182Z] ---> b80ef6a4d752 [2021-01-19T20:07:26.182Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T20:07:26.182Z] Removing intermediate container d0ee6401f537 [2021-01-19T20:07:26.182Z] ---> c3acfc488b92 [2021-01-19T20:07:26.182Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T20:07:26.182Z] Removing intermediate container d314a0affd7d [2021-01-19T20:07:26.182Z] ---> d0509a219a7f [2021-01-19T20:07:26.182Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T20:07:26.182Z] ---> Running in 39caca88080b [2021-01-19T20:07:26.182Z] ---> Running in 2b5ca33ccae6 [2021-01-19T20:07:26.182Z] ---> Running in abe07fa468f7 [2021-01-19T20:07:26.182Z] Removing intermediate container 2b5ca33ccae6 [2021-01-19T20:07:26.182Z] ---> 820a86cb3635 [2021-01-19T20:07:26.182Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T20:07:26.182Z] ---> Running in 5e3bcc43ae75 [2021-01-19T20:07:26.182Z] Removing intermediate container df7f4db3c226 [2021-01-19T20:07:26.182Z] ---> 7e5bd710712a [2021-01-19T20:07:26.182Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-19T20:07:26.182Z] Removing intermediate container 830481a631d9 [2021-01-19T20:07:26.182Z] ---> 608bab080aaa [2021-01-19T20:07:26.182Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-19T20:07:26.182Z] Removing intermediate container abe07fa468f7 [2021-01-19T20:07:26.182Z] ---> 05a02b74a294 [2021-01-19T20:07:26.182Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T20:07:26.182Z] Removing intermediate container 39caca88080b [2021-01-19T20:07:26.182Z] ---> d28a9005d05e [2021-01-19T20:07:26.182Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T20:07:26.182Z] ---> Running in 1628f9ae7e8a [2021-01-19T20:07:26.182Z] ---> Running in 0827958e5d64 [2021-01-19T20:07:26.182Z] ---> Running in c31c5c7b25b3 [2021-01-19T20:07:26.182Z] ---> Running in eb2a1180faa9 [2021-01-19T20:07:26.182Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T20:07:26.182Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T20:07:26.582Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T20:07:26.913Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T20:07:26.913Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T20:07:27.230Z] OK: 233 MiB in 51 packages [2021-01-19T20:07:27.230Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T20:07:27.230Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T20:07:27.589Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T20:07:27.589Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T20:07:27.938Z] OK: 233 MiB in 51 packages [2021-01-19T20:07:27.938Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T20:07:28.237Z] OK: 233 MiB in 51 packages [2021-01-19T20:07:28.237Z] OK: 233 MiB in 51 packages [2021-01-19T20:07:28.517Z] OK: 233 MiB in 51 packages [2021-01-19T20:07:28.517Z] Removing intermediate container 5e3bcc43ae75 [2021-01-19T20:07:28.517Z] ---> 9f635363793e [2021-01-19T20:07:28.517Z] Step 6/22 : COPY go.mod . [2021-01-19T20:07:29.122Z] ---> 8a330dc9e5db [2021-01-19T20:07:29.122Z] Step 7/22 : RUN go mod download [2021-01-19T20:07:29.469Z] Removing intermediate container 1628f9ae7e8a [2021-01-19T20:07:29.469Z] ---> bfca3c9afd60 [2021-01-19T20:07:29.469Z] Step 6/26 : COPY go.mod . [2021-01-19T20:07:29.469Z] ---> Running in 2337d395386b [2021-01-19T20:07:29.767Z] Removing intermediate container c31c5c7b25b3 [2021-01-19T20:07:29.767Z] ---> ef0b733516cc [2021-01-19T20:07:29.767Z] Step 6/21 : COPY go.mod . [2021-01-19T20:07:29.767Z] Removing intermediate container 0827958e5d64 [2021-01-19T20:07:29.767Z] ---> aa2bbe77fd76 [2021-01-19T20:07:29.767Z] Step 6/24 : COPY go.mod . [2021-01-19T20:07:30.065Z] Removing intermediate container eb2a1180faa9 [2021-01-19T20:07:30.065Z] ---> 7a726ca0f3f2 [2021-01-19T20:07:30.065Z] Step 6/22 : COPY go.mod . [2021-01-19T20:07:30.065Z] ---> 509fd63e0c0e [2021-01-19T20:07:30.065Z] Step 7/26 : RUN go mod download [2021-01-19T20:07:30.665Z] ---> Running in 7f65558b28a1 [2021-01-19T20:07:30.665Z] ---> e7476fdfd196 [2021-01-19T20:07:30.665Z] Step 7/21 : RUN go mod download [2021-01-19T20:07:30.932Z] ---> 865ada538abf [2021-01-19T20:07:30.932Z] Step 7/22 : RUN go mod download [2021-01-19T20:07:30.932Z] ---> Running in 09eb088b208e [2021-01-19T20:07:30.932Z] ---> 901ba2c7826f [2021-01-19T20:07:30.932Z] Step 7/24 : RUN go mod download [2021-01-19T20:07:30.945Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.224s coverage: 92.8% of statements [2021-01-19T20:07:30.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-19T20:07:30.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T20:07:30.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-19T20:07:30.946Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-19T20:07:30.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-19T20:07:30.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-19T20:07:30.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-19T20:07:30.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-19T20:07:30.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-19T20:07:30.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-19T20:07:30.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-19T20:07:30.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-19T20:07:30.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-19T20:07:30.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-19T20:07:30.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-19T20:07:30.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-19T20:07:30.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-19T20:07:30.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-19T20:07:30.946Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements [2021-01-19T20:07:30.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-19T20:07:30.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-19T20:07:30.946Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.161s coverage: 0.1% of statements [2021-01-19T20:07:30.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-19T20:07:30.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-19T20:07:30.946Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-19T20:07:30.946Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-19T20:07:30.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.047s coverage: 100.0% of statements [2021-01-19T20:07:30.946Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-19T20:07:30.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.125s coverage: 75.5% of statements [2021-01-19T20:07:30.946Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-19T20:07:30.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.090s coverage: 80.8% of statements [2021-01-19T20:07:30.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.155s coverage: 87.2% of statements [2021-01-19T20:07:30.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.149s coverage: 84.2% of statements [2021-01-19T20:07:30.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.204s coverage: 91.4% of statements [2021-01-19T20:07:30.946Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-19T20:07:31.292Z] ---> Running in 2630e085b4b0 [2021-01-19T20:07:31.292Z] ---> Running in 7da65ce5b756 [2021-01-19T20:07:34.896Z] Removing intermediate container 2337d395386b [2021-01-19T20:07:34.896Z] ---> f81064e50022 [2021-01-19T20:07:34.896Z] Step 8/22 : COPY . . [2021-01-19T20:07:34.896Z] Removing intermediate container 7f65558b28a1 [2021-01-19T20:07:34.896Z] ---> 577644da6e52 [2021-01-19T20:07:34.896Z] Step 8/26 : COPY . . [2021-01-19T20:07:34.896Z] Removing intermediate container 09eb088b208e [2021-01-19T20:07:34.896Z] ---> 02be4f6b3308 [2021-01-19T20:07:34.896Z] Step 8/21 : COPY . . [2021-01-19T20:07:34.896Z] Removing intermediate container 2630e085b4b0 [2021-01-19T20:07:34.896Z] ---> a06103e2a71e [2021-01-19T20:07:34.896Z] Step 8/22 : COPY . . [2021-01-19T20:07:34.896Z] Removing intermediate container 7da65ce5b756 [2021-01-19T20:07:34.896Z] ---> 67d565d49e8e [2021-01-19T20:07:34.896Z] Step 8/24 : COPY . . [2021-01-19T20:07:35.271Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.570s coverage: 63.5% of statements [2021-01-19T20:07:35.272Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-19T20:07:35.272Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-19T20:07:35.272Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements [2021-01-19T20:07:35.272Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.088s coverage: 91.3% of statements [2021-01-19T20:07:35.272Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.064s coverage: 100.0% of statements [2021-01-19T20:07:35.272Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.056s coverage: 73.7% of statements [2021-01-19T20:07:35.548Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.046s coverage: 100.0% of statements [2021-01-19T20:07:38.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.892s coverage: 68.9% of statements [2021-01-19T20:07:38.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-19T20:07:38.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-19T20:07:38.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-19T20:07:38.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-19T20:07:38.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-19T20:07:41.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.409s coverage: 37.0% of statements [2021-01-19T20:07:41.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-19T20:07:41.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-19T20:07:41.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.580s coverage: 84.0% of statements [2021-01-19T20:07:41.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.076s coverage: 100.0% of statements [2021-01-19T20:07:47.042Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.332s coverage: 47.1% of statements [2021-01-19T20:07:47.042Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-19T20:07:47.042Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-19T20:07:47.042Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-19T20:07:47.042Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-19T20:07:47.042Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-19T20:07:47.042Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.164s coverage: 100.0% of statements [2021-01-19T20:07:47.042Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-19T20:07:47.042Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.145s coverage: 100.0% of statements [2021-01-19T20:07:47.042Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-19T20:07:52.471Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.942s coverage: 29.1% of statements [2021-01-19T20:07:52.471Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-19T20:07:52.471Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-19T20:07:52.471Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-19T20:07:52.471Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-19T20:07:52.471Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-19T20:07:52.471Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.205s coverage: 99.0% of statements [2021-01-19T20:07:52.471Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-19T20:07:52.471Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.088s coverage: 100.0% of statements [2021-01-19T20:07:52.471Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-19T20:07:52.471Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements [2021-01-19T20:07:52.471Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-19T20:07:52.471Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.053s coverage: 100.0% of statements [2021-01-19T20:07:52.471Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-19T20:07:52.471Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-19T20:07:52.471Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-19T20:07:52.471Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-19T20:07:52.471Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.087s coverage: 87.9% of statements [2021-01-19T20:07:52.471Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-19T20:07:52.471Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-19T20:07:52.471Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.066s coverage: 100.0% of statements [2021-01-19T20:07:53.070Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-01-19T20:07:54.504Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-01-19T20:07:55.128Z] GO111MODULE=on go vet ./... [2021-01-19T20:08:57.387Z] ---> 9daa3e60188a [2021-01-19T20:08:57.387Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-19T20:08:57.387Z] ---> 1a61db3f421e [2021-01-19T20:08:57.387Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-19T20:08:57.387Z] ---> e24503174d22 [2021-01-19T20:08:57.387Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-19T20:08:57.387Z] ---> e653bbe02436 [2021-01-19T20:08:57.387Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-19T20:08:57.387Z] ---> 88c48e31c683 [2021-01-19T20:08:57.387Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-19T20:08:57.387Z] ---> Running in 1961a1fec212 [2021-01-19T20:08:57.387Z] ---> Running in 41481f8f1fe5 [2021-01-19T20:08:57.387Z] ---> Running in c93180e86868 [2021-01-19T20:08:57.387Z] ---> Running in 6b0d25edb8a1 [2021-01-19T20:08:57.387Z] ---> Running in 77fca2d985b1 [2021-01-19T20:08:57.387Z] 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-19T20:08:57.387Z] 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-19T20:08:57.387Z] 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-19T20:08:57.387Z] 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-19T20:08:57.387Z] 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-19T20:09:03.189Z] gofmt -l . [2021-01-19T20:09:03.189Z] [ "`gofmt -l .`" = "" ] [2021-01-19T20:09:03.189Z] ./bin/test-go-mod-tidy.sh [2021-01-19T20:09:03.793Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-19T20:09:05.876Z] + ls -al . [2021-01-19T20:09:05.876Z] total 684 [2021-01-19T20:09:05.876Z] drwxrwxr-x 9 1001 1001 4096 Jan 19 20:09 . [2021-01-19T20:09:05.877Z] drwxr-xr-x 4 root root 4096 Jan 19 20:05 .. [2021-01-19T20:09:05.877Z] -rw-rw-r-- 1 1001 1001 11 Jan 19 20:04 .dockerignore [2021-01-19T20:09:05.877Z] drwxrwxr-x 8 1001 1001 4096 Jan 19 20:04 .git [2021-01-19T20:09:05.877Z] drwxrwxr-x 3 1001 1001 4096 Jan 19 20:04 .github [2021-01-19T20:09:05.877Z] -rw-rw-r-- 1 1001 1001 824 Jan 19 20:04 .gitignore [2021-01-19T20:09:05.877Z] -rw-rw-r-- 1 1001 1001 166 Jan 19 20:04 .sonarcloud.properties [2021-01-19T20:09:05.877Z] -rw-rw-r-- 1 1001 1001 7744 Jan 19 20:04 Attribution.txt [2021-01-19T20:09:05.877Z] -rw-rw-r-- 1 1001 1001 3804 Jan 19 20:04 CONTRIBUTING.md [2021-01-19T20:09:05.877Z] -rw-rw-r-- 1 1001 1001 931 Jan 19 20:04 Dockerfile.build [2021-01-19T20:09:05.877Z] -rw-rw-r-- 1 1001 1001 863 Jan 19 20:04 Jenkinsfile [2021-01-19T20:09:05.877Z] -rw-rw-r-- 1 1001 1001 10775 Jan 19 20:04 LICENSE [2021-01-19T20:09:05.877Z] -rw-rw-r-- 1 1001 1001 5750 Jan 19 20:04 Makefile [2021-01-19T20:09:05.877Z] -rw-rw-r-- 1 1001 1001 6524 Jan 19 20:04 README.md [2021-01-19T20:09:05.877Z] -rw-rw-r-- 1 1001 1001 6744 Jan 19 20:04 SECURITY.md [2021-01-19T20:09:05.877Z] -rw-rw-r-- 1 1001 1001 5 Jan 19 20:00 VERSION [2021-01-19T20:09:05.877Z] -rw-rw-r-- 1 1001 1001 4131 Jan 19 20:04 ZMQWindows.md [2021-01-19T20:09:05.877Z] drwxrwxr-x 2 1001 1001 4096 Jan 19 20:04 bin [2021-01-19T20:09:05.877Z] drwxrwxr-x 14 1001 1001 4096 Jan 19 20:04 cmd [2021-01-19T20:09:05.877Z] -rw-r--r-- 1 root root 550280 Jan 19 20:07 coverage.out [2021-01-19T20:09:05.877Z] -rw-r--r-- 1 root root 981 Jan 19 20:09 go.mod [2021-01-19T20:09:05.877Z] -rw-r--r-- 1 root root 19526 Jan 19 20:09 go.sum [2021-01-19T20:09:05.877Z] drwxrwxr-x 8 1001 1001 4096 Jan 19 20:04 internal [2021-01-19T20:09:05.877Z] drwxrwxr-x 4 1001 1001 4096 Jan 19 20:04 openapi [2021-01-19T20:09:05.877Z] drwxrwxr-x 4 1001 1001 4096 Jan 19 20:04 snap [2021-01-19T20:09:05.877Z] -rw-rw-r-- 1 1001 1001 168 Jan 19 20:04 version.go [Pipeline] sh [2021-01-19T20:09:06.525Z] + '[' -e coverage.out ] [2021-01-19T20:09:06.526Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-19T20:09:06.545Z] Warning: overwriting stash ‘coverage-report’ [2021-01-19T20:09:07.584Z] Stashed 1 file(s) [Pipeline] sh [2021-01-19T20:09:08.336Z] + make build [2021-01-19T20:09:08.336Z] 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-19T20:09:18.523Z] 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-19T20:09:37.190Z] 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-19T20:09:37.190Z] 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-19T20:09:40.734Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-19T20:09:42.977Z] Removing intermediate container 77fca2d985b1 [2021-01-19T20:09:42.977Z] ---> 42021dc36127 [2021-01-19T20:09:42.977Z] [2021-01-19T20:09:42.977Z] Step 10/22 : FROM scratch [2021-01-19T20:09:42.977Z] ---> [2021-01-19T20:09:42.977Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T20:09:42.977Z] ---> Running in d827f52de479 [2021-01-19T20:09:42.977Z] Removing intermediate container c93180e86868 [2021-01-19T20:09:42.977Z] ---> f7fa7b1be895 [2021-01-19T20:09:42.977Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-19T20:09:43.638Z] ---> Running in 438fbf8effca [2021-01-19T20:09:44.272Z] Removing intermediate container d827f52de479 [2021-01-19T20:09:44.272Z] ---> faee7f50b1a9 [2021-01-19T20:09:44.272Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-19T20:09:45.057Z] 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-19T20:09:45.736Z] ---> Running in b6dd44315a33 [2021-01-19T20:09:45.736Z] Removing intermediate container 6b0d25edb8a1 [2021-01-19T20:09:45.736Z] ---> 8c03b2eb0907 [2021-01-19T20:09:45.736Z] [2021-01-19T20:09:45.736Z] Step 10/21 : FROM alpine:3.12 [2021-01-19T20:09:46.045Z] 3.12: Pulling from library/alpine [2021-01-19T20:09:46.045Z] Removing intermediate container 41481f8f1fe5 [2021-01-19T20:09:46.045Z] ---> 8ccb6cd24951 [2021-01-19T20:09:46.045Z] [2021-01-19T20:09:46.045Z] Step 10/24 : FROM alpine:3.12 [2021-01-19T20:09:46.045Z] 3.12: Pulling from library/alpine [2021-01-19T20:09:46.045Z] Removing intermediate container b6dd44315a33 [2021-01-19T20:09:46.045Z] ---> 4e4018256c6b [2021-01-19T20:09:46.045Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T20:09:46.323Z] ---> Running in cb9fce309ba9 [2021-01-19T20:09:46.323Z] 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-19T20:09:47.787Z] Removing intermediate container cb9fce309ba9 [2021-01-19T20:09:47.787Z] ---> f5f4ee6c14d0 [2021-01-19T20:09:47.787Z] Step 14/22 : WORKDIR / [2021-01-19T20:09:48.795Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-19T20:09:48.795Z] ---> Running in a633cc60b1d9 [2021-01-19T20:09:48.795Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-19T20:09:49.071Z] Status: Image is up to date for alpine:3.12 [2021-01-19T20:09:49.071Z] ---> 389fef711851 [2021-01-19T20:09:49.071Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T20:09:49.071Z] Status: Downloaded newer image for alpine:3.12 [2021-01-19T20:09:49.071Z] ---> 389fef711851 [2021-01-19T20:09:49.071Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-19T20:09:49.375Z] 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-19T20:09:49.713Z] ---> Running in 7ea4a2242e4e [2021-01-19T20:09:50.008Z] ---> Running in f54c2ab2f023 [2021-01-19T20:09:50.285Z] Removing intermediate container 1961a1fec212 [2021-01-19T20:09:50.285Z] ---> c2c1eab97288 [2021-01-19T20:09:50.285Z] [2021-01-19T20:09:50.285Z] Step 10/22 : FROM scratch [2021-01-19T20:09:50.285Z] ---> [2021-01-19T20:09:50.285Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T20:09:50.285Z] ---> Using cache [2021-01-19T20:09:50.285Z] ---> faee7f50b1a9 [2021-01-19T20:09:50.285Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-19T20:09:50.285Z] Removing intermediate container a633cc60b1d9 [2021-01-19T20:09:50.285Z] ---> e717cf8ea368 [2021-01-19T20:09:50.285Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T20:09:50.598Z] ---> Running in 55274243ecba [2021-01-19T20:09:50.598Z] Removing intermediate container 438fbf8effca [2021-01-19T20:09:50.598Z] ---> 1c9e5c48c744 [2021-01-19T20:09:50.598Z] [2021-01-19T20:09:50.598Z] Step 11/26 : FROM docker:20.10.0 [2021-01-19T20:09:50.598Z] 20.10.0: Pulling from library/docker [2021-01-19T20:09:50.807Z] 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-19T20:09:51.608Z] Removing intermediate container 55274243ecba [2021-01-19T20:09:51.608Z] ---> c285b372e5ea [2021-01-19T20:09:51.608Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T20:09:51.608Z] ---> 74f02c3c04c5 [2021-01-19T20:09:51.608Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-19T20:09:51.608Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T20:09:51.608Z] ---> Running in 0f523013eac3 [2021-01-19T20:09:52.280Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T20:09:52.280Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T20:09:52.280Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T20:09:52.719Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-19T20:09:52.719Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T20:09:52.719Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-19T20:09:52.719Z] Removing intermediate container 0f523013eac3 [2021-01-19T20:09:52.719Z] ---> 920402b47900 [2021-01-19T20:09:52.719Z] Step 14/22 : WORKDIR / [2021-01-19T20:09:52.719Z] (4/4) Installing curl (7.69.1-r3) [2021-01-19T20:09:52.719Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T20:09:52.719Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T20:09:52.719Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-19T20:09:52.719Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T20:09:52.719Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-19T20:09:52.719Z] (4/5) Installing curl (7.69.1-r3) [2021-01-19T20:09:52.719Z] OK: 7 MiB in 18 packages [2021-01-19T20:09:52.719Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-19T20:09:53.029Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T20:09:53.029Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T20:09:53.029Z] OK: 7 MiB in 19 packages [2021-01-19T20:09:53.029Z] ---> Running in 6e96cda7fa30 [2021-01-19T20:09:53.801Z] ---> b459e6f62dde [2021-01-19T20:09:53.801Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-19T20:09:54.091Z] Removing intermediate container 6e96cda7fa30 [2021-01-19T20:09:54.091Z] ---> 8a98639ee66b [2021-01-19T20:09:54.091Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T20:09:54.768Z] ---> 4e671975cb47 [2021-01-19T20:09:54.768Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-19T20:09:54.768Z] ---> 647e612ff3c6 [2021-01-19T20:09:54.768Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-19T20:09:55.158Z] ---> Running in c126a37ae5be [2021-01-19T20:09:56.208Z] 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-19T20:09:56.278Z] Removing intermediate container c126a37ae5be [2021-01-19T20:09:56.278Z] ---> efacce8d6100 [2021-01-19T20:09:56.278Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T20:09:56.278Z] Removing intermediate container f54c2ab2f023 [2021-01-19T20:09:56.278Z] ---> f6c0ffd20f04 [2021-01-19T20:09:56.278Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T20:09:56.278Z] Removing intermediate container 7ea4a2242e4e [2021-01-19T20:09:56.278Z] ---> e77396ae4d22 [2021-01-19T20:09:56.278Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T20:09:56.572Z] ---> Running in 11e755dd75d8 [2021-01-19T20:09:56.572Z] ---> 57142ffdb694 [2021-01-19T20:09:56.572Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-19T20:09:56.572Z] ---> Running in 8aae0638070f [2021-01-19T20:09:56.572Z] ---> Running in ac6cf8478024 [2021-01-19T20:09:56.853Z] Removing intermediate container 11e755dd75d8 [2021-01-19T20:09:56.853Z] ---> c6810dad6294 [2021-01-19T20:09:56.853Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T20:09:56.853Z] ---> Running in dc2dd682f41d [2021-01-19T20:09:56.853Z] Removing intermediate container 8aae0638070f [2021-01-19T20:09:56.853Z] ---> 28a895d5f324 [2021-01-19T20:09:56.853Z] Step 13/24 : WORKDIR / [2021-01-19T20:09:57.173Z] Removing intermediate container ac6cf8478024 [2021-01-19T20:09:57.173Z] ---> 87fe72e73d30 [2021-01-19T20:09:57.173Z] Step 13/21 : WORKDIR /edgex [2021-01-19T20:09:57.173Z] ---> 01712ba29a78 [2021-01-19T20:09:57.173Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-19T20:09:57.173Z] ---> Running in b801f33ee3a5 [2021-01-19T20:09:57.173Z] ---> Running in 14cf7d73ba12 [2021-01-19T20:09:57.173Z] ---> Running in f9a815cbdb64 [2021-01-19T20:09:57.472Z] Removing intermediate container dc2dd682f41d [2021-01-19T20:09:57.472Z] ---> 5fe53ce1b870 [2021-01-19T20:09:57.472Z] Step 21/22 : LABEL git_sha=16cc25e94c27377845b649f3af051c6a69a82b9b [2021-01-19T20:09:57.757Z] ---> Running in b27ec5863345 [2021-01-19T20:09:58.060Z] Removing intermediate container b801f33ee3a5 [2021-01-19T20:09:58.061Z] ---> 3fb0066792bd [2021-01-19T20:09:58.061Z] 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-19T20:09:58.061Z] Removing intermediate container 14cf7d73ba12 [2021-01-19T20:09:58.061Z] ---> ff2bf896bc2e [2021-01-19T20:09:58.061Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-19T20:09:58.061Z] Removing intermediate container f9a815cbdb64 [2021-01-19T20:09:58.061Z] ---> a2c87edebaba [2021-01-19T20:09:58.061Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T20:09:58.340Z] ---> Running in 50fe7232ce8d [2021-01-19T20:09:58.626Z] Removing intermediate container b27ec5863345 [2021-01-19T20:09:58.626Z] ---> eb0369eec398 [2021-01-19T20:09:58.626Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T20:09:58.626Z] ---> Running in ff02c49eb269 [2021-01-19T20:09:58.626Z] ---> ee6faaf2d911 [2021-01-19T20:09:58.626Z] 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-19T20:09:58.919Z] Removing intermediate container 50fe7232ce8d [2021-01-19T20:09:58.919Z] ---> a01d31022458 [2021-01-19T20:09:58.919Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T20:09:58.919Z] ---> 326164e61efe [2021-01-19T20:09:58.919Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-19T20:09:59.204Z] ---> Running in 552eea8d24f9 [2021-01-19T20:09:59.204Z] Removing intermediate container ff02c49eb269 [2021-01-19T20:09:59.204Z] ---> 395523639b95 [2021-01-19T20:09:59.204Z] [2021-01-19T20:09:59.492Z] ---> 5eb0e47cbc40 [2021-01-19T20:09:59.492Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-19T20:09:59.612Z] 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-19T20:09:59.786Z] Removing intermediate container 552eea8d24f9 [2021-01-19T20:09:59.787Z] ---> 9a0ff7c179db [2021-01-19T20:09:59.787Z] Step 21/22 : LABEL git_sha=16cc25e94c27377845b649f3af051c6a69a82b9b [2021-01-19T20:09:59.787Z] ---> Running in f78481dbf997 [2021-01-19T20:10:00.117Z] ---> 8fc48c916516 [2021-01-19T20:10:00.117Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-19T20:10:00.117Z] Successfully built 395523639b95 [2021-01-19T20:10:00.117Z] ---> e089ed119c51 [2021-01-19T20:10:00.117Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-19T20:10:00.117Z] Successfully tagged docker-core-command-go:latest [2021-01-19T20:10:00.117Z]  Building docker-core-command-go ... done Building docker-security-bootstrap-redis-go [2021-01-19T20:10:00.972Z] Removing intermediate container f78481dbf997 [2021-01-19T20:10:00.972Z] ---> 20ffc6b0caeb [2021-01-19T20:10:00.972Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T20:10:00.972Z] ---> Running in 8afd44dca8b0 [2021-01-19T20:10:01.705Z] ---> 68d6d782d1bf [2021-01-19T20:10:01.705Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-19T20:10:03.003Z] 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-19T20:10:03.317Z] ---> Running in c35f9291da9e [2021-01-19T20:10:03.317Z] ---> f12fa16be0bc [2021-01-19T20:10:03.317Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-19T20:10:03.317Z] Removing intermediate container 8afd44dca8b0 [2021-01-19T20:10:03.317Z] ---> 26a415efbbc6 [2021-01-19T20:10:03.317Z] [2021-01-19T20:10:04.673Z] Successfully built 26a415efbbc6 [2021-01-19T20:10:05.314Z] Successfully tagged docker-core-metadata-go:latest [2021-01-19T20:10:05.314Z]  Building docker-core-metadata-go ... done Building docker-support-notifications-go [2021-01-19T20:10:05.638Z] Removing intermediate container c35f9291da9e [2021-01-19T20:10:05.638Z] ---> 5bd412698d7a [2021-01-19T20:10:05.638Z] Step 18/21 : CMD ["--init=true"] [2021-01-19T20:10:05.941Z] ---> Running in a17d3554c59c [2021-01-19T20:10:07.325Z] 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-19T20:10:08.037Z] Removing intermediate container a17d3554c59c [2021-01-19T20:10:08.037Z] ---> 7d2d998e48fc [2021-01-19T20:10:08.037Z] Step 19/21 : LABEL arch=x86_64 [2021-01-19T20:10:08.037Z] ---> 9f792b22921c [2021-01-19T20:10:08.037Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-19T20:10:09.042Z] ---> Running in 46dca042be02 [2021-01-19T20:10:09.042Z] ---> 5b2673bc8c82 [2021-01-19T20:10:09.042Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-19T20:10:09.337Z] ---> Running in 4392788f18aa [2021-01-19T20:10:09.337Z] Removing intermediate container 46dca042be02 [2021-01-19T20:10:09.337Z] ---> 15a888134341 [2021-01-19T20:10:09.337Z] Step 20/21 : LABEL git_sha=16cc25e94c27377845b649f3af051c6a69a82b9b [2021-01-19T20:10:09.616Z] ---> Running in 4755925eb136 [2021-01-19T20:10:10.724Z] 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-19T20:10:10.868Z] Removing intermediate container 4755925eb136 [2021-01-19T20:10:10.868Z] ---> cd18f397a755 [2021-01-19T20:10:10.868Z] Step 21/21 : LABEL version=0.0.0 [2021-01-19T20:10:11.543Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-19T20:10:12.148Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-19T20:10:12.148Z] ---> aefe523efa57 [2021-01-19T20:10:12.148Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-19T20:10:12.148Z] ---> Running in 317dc4988483 [2021-01-19T20:10:12.775Z] ---> Running in 37377bd6f388 [2021-01-19T20:10:12.776Z] Removing intermediate container 317dc4988483 [2021-01-19T20:10:12.776Z] ---> 90f9de9a7a33 [2021-01-19T20:10:12.776Z] [2021-01-19T20:10:13.401Z] Successfully built 90f9de9a7a33 [2021-01-19T20:10:13.401Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-19T20:10:13.401Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2021-01-19T20:10:13.401Z] Removing intermediate container 4392788f18aa [2021-01-19T20:10:13.401Z] ---> ee48b7936574 [2021-01-19T20:10:13.401Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-19T20:10:13.713Z] ---> Running in ae58e36a53e9 [2021-01-19T20:10:14.103Z] 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-19T20:10:14.778Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T20:10:14.778Z] Removing intermediate container ae58e36a53e9 [2021-01-19T20:10:14.778Z] ---> 5fef67ad9cd6 [2021-01-19T20:10:14.778Z] Step 22/24 : LABEL arch=x86_64 [2021-01-19T20:10:14.778Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T20:10:14.778Z] ---> Running in c8f86109e409 [2021-01-19T20:10:15.076Z] (1/2) Installing readline (8.0.4-r0) [2021-01-19T20:10:15.076Z] (2/2) Installing bash (5.0.17-r0) [2021-01-19T20:10:15.076Z] Executing bash-5.0.17-r0.post-install [2021-01-19T20:10:15.076Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T20:10:15.076Z] OK: 12 MiB in 22 packages [2021-01-19T20:10:15.956Z] Removing intermediate container c8f86109e409 [2021-01-19T20:10:15.956Z] ---> 00ecc2ebf7cd [2021-01-19T20:10:15.956Z] Step 23/24 : LABEL git_sha=16cc25e94c27377845b649f3af051c6a69a82b9b [2021-01-19T20:10:16.292Z] ---> Running in 3bdcc78545a9 [2021-01-19T20:10:16.988Z] Removing intermediate container 3bdcc78545a9 [2021-01-19T20:10:16.988Z] ---> f149899744eb [2021-01-19T20:10:16.988Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T20:10:17.344Z] Removing intermediate container 37377bd6f388 [2021-01-19T20:10:17.344Z] ---> 00f2d3434eeb [2021-01-19T20:10:17.344Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-19T20:10:17.344Z] ---> Running in 2220c6e27ae6 [2021-01-19T20:10:17.640Z] ---> Running in 8543504f05fa [Pipeline] } [2021-01-19T20:10:18.484Z] $ docker stop --time=1 a7d854fd13197709bcb14349413dbb2d819d3989b624656d039b60d95d8968cd [2021-01-19T20:10:18.692Z] Removing intermediate container 2220c6e27ae6 [2021-01-19T20:10:18.692Z] ---> 0eede6900ae1 [2021-01-19T20:10:18.692Z] [2021-01-19T20:10:19.312Z] Successfully built 0eede6900ae1 [2021-01-19T20:10:19.312Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-19T20:10:19.312Z] Building docker-support-scheduler-go [2021-01-19T20:10:19.947Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 8543504f05fa [2021-01-19T20:10:19.947Z] ---> 60f243909918 [2021-01-19T20:10:19.947Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-19T20:10:20.282Z] ---> Running in 43e15052470d [2021-01-19T20:10:21.139Z] $ docker rm -f a7d854fd13197709bcb14349413dbb2d819d3989b624656d039b60d95d8968cd [2021-01-19T20:10:21.377Z] Removing intermediate container 43e15052470d [2021-01-19T20:10:21.377Z] ---> 0568e281aa2a [2021-01-19T20:10:21.377Z] Step 15/26 : EXPOSE $APP_PORT [Pipeline] // withDockerContainer [Pipeline] } [2021-01-19T20:10:22.389Z] ---> Running in a6fc1ad825e3 [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:10:23.027Z] Removing intermediate container a6fc1ad825e3 [2021-01-19T20:10:23.027Z] ---> 625e8f5fd58a [2021-01-19T20:10:23.027Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-19T20:10:23.035Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T20:10:23.035Z] [2021-01-19T20:10:23.035Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:10:23.418Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T20:10:23.418Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-19T20:10:23.418Z] 29e5d40040c1: Pulling fs layer [2021-01-19T20:10:23.418Z] 1ce36da41761: Pulling fs layer [2021-01-19T20:10:23.418Z] 25b303627fd3: Pulling fs layer [2021-01-19T20:10:24.018Z] 29e5d40040c1: Verifying Checksum [2021-01-19T20:10:24.018Z] 29e5d40040c1: Download complete [2021-01-19T20:10:24.619Z] 1ce36da41761: Verifying Checksum [2021-01-19T20:10:24.619Z] 1ce36da41761: Download complete [2021-01-19T20:10:24.619Z] 29e5d40040c1: Pull complete [2021-01-19T20:10:25.154Z] ---> c697e9041940 [2021-01-19T20:10:25.155Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-19T20:10:26.061Z] 1ce36da41761: Pull complete [2021-01-19T20:10:26.061Z] 25b303627fd3: Verifying Checksum [2021-01-19T20:10:26.061Z] 25b303627fd3: Download complete [2021-01-19T20:10:27.881Z] ---> 0f86566d0cdc [2021-01-19T20:10:27.881Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-19T20:10:29.362Z] ---> df9fbb2272a7 [2021-01-19T20:10:29.362Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-19T20:10:29.997Z] ---> Running in 0cc86b37c67a [2021-01-19T20:10:33.672Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T20:10:33.990Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T20:10:34.285Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-19T20:10:34.285Z] (2/33) Installing expat (2.2.9-r1) [2021-01-19T20:10:34.285Z] (3/33) Installing libffi (3.3-r2) [2021-01-19T20:10:34.285Z] (4/33) Installing gdbm (1.13-r1) [2021-01-19T20:10:34.600Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-19T20:10:34.600Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-19T20:10:34.600Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-19T20:10:36.203Z] 25b303627fd3: Pull complete [2021-01-19T20:10:36.203Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-19T20:10:36.203Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T20:10:36.203Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-19T20:10:36.430Z] prd-ubuntu18.04-docker-arm64-4c-16g-21280 does not seem to be running inside a container [2021-01-19T20:10:36.534Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-19T20:10:37.972Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-19T20:10:37.972Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-19T20:10:37.972Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-19T20:10:38.405Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-19T20:10:38.405Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-19T20:10:38.405Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-19T20:10:38.405Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-19T20:10:39.355Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-19T20:10:39.355Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-19T20:10:39.355Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-19T20:10:39.663Z] $ docker top 0a2d9b7ef75a1c6367d1f71d43b189455861a9d34e2e39e0e93323e0c255c199 -eo pid,comm [2021-01-19T20:10:39.651Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-19T20:10:39.651Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-19T20:10:39.955Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-19T20:10:39.955Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [Pipeline] { [Pipeline] sh [2021-01-19T20:10:40.258Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-19T20:10:40.258Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-19T20:10:40.549Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-19T20:10:40.549Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-19T20:10:40.549Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-19T20:10:40.549Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-19T20:10:40.549Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-19T20:10:40.549Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-19T20:10:40.718Z] + docker-compose build --help [2021-01-19T20:10:40.718Z] + grep parallel [2021-01-19T20:10:40.851Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-19T20:10:40.851Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T20:10:40.851Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T20:10:40.851Z] ---> a59acd0df861 [2021-01-19T20:10:40.851Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T20:10:40.851Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-19T20:10:40.851Z] ---> Using cache [2021-01-19T20:10:40.851Z] ---> d0509a219a7f [2021-01-19T20:10:40.851Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T20:10:40.851Z] ---> Using cache [2021-01-19T20:10:40.851Z] ---> 05a02b74a294 [2021-01-19T20:10:40.851Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T20:10:40.851Z] ---> Using cache [2021-01-19T20:10:40.851Z] ---> 7a726ca0f3f2 [2021-01-19T20:10:40.851Z] Step 6/22 : COPY go.mod . [2021-01-19T20:10:40.851Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-19T20:10:40.851Z] ---> Using cache [2021-01-19T20:10:40.851Z] ---> 865ada538abf [2021-01-19T20:10:40.851Z] Step 7/22 : RUN go mod download [2021-01-19T20:10:40.851Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-19T20:10:40.851Z] ---> Using cache [2021-01-19T20:10:40.851Z] ---> a06103e2a71e [2021-01-19T20:10:40.851Z] Step 8/22 : COPY . . [2021-01-19T20:10:41.146Z] ---> Using cache [2021-01-19T20:10:41.146Z] ---> 88c48e31c683 [2021-01-19T20:10:41.146Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-19T20:10:41.146Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T20:10:41.441Z] OK: 71 MiB in 55 packages [2021-01-19T20:10:42.046Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T20:10:42.046Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T20:10:42.046Z] ---> a59acd0df861 [2021-01-19T20:10:42.046Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T20:10:42.046Z] ---> Using cache [2021-01-19T20:10:42.046Z] ---> d0509a219a7f [2021-01-19T20:10:42.046Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T20:10:42.046Z] ---> Using cache [2021-01-19T20:10:42.046Z] ---> 05a02b74a294 [2021-01-19T20:10:42.046Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-19T20:10:44.092Z] --parallel Build images in parallel. [2021-01-19T20:10:44.171Z] ---> Running in 423d2c30ada5 [2021-01-19T20:10:44.171Z] ---> Running in d808c59ebd1b [Pipeline] } [2021-01-19T20:10:44.407Z] $ docker stop --time=1 0a2d9b7ef75a1c6367d1f71d43b189455861a9d34e2e39e0e93323e0c255c199 [2021-01-19T20:10:46.343Z] $ docker rm -f 0a2d9b7ef75a1c6367d1f71d43b189455861a9d34e2e39e0e93323e0c255c199 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:10:47.182Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T20:10:47.182Z] . [Pipeline] withDockerContainer [2021-01-19T20:10:47.457Z] prd-ubuntu18.04-docker-arm64-4c-16g-21280 does not seem to be running inside a container [2021-01-19T20:10:47.579Z] $ 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/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-19T20:10:49.018Z] $ docker top acb723a75ec5af32d95c80c923c7d449ba6ddb6dec234591734abe64ac6fb133 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T20:10:49.746Z] 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-19T20:10:49.760Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-19T20:10:50.428Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T20:10:51.104Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T20:10:52.168Z] OK: 233 MiB in 51 packages [2021-01-19T20:10:54.063Z] Building docker-core-command-go ... [2021-01-19T20:10:54.063Z] Building docker-core-data-go ... [2021-01-19T20:10:54.063Z] Building docker-core-metadata-go ... [2021-01-19T20:10:54.063Z] Building docker-security-bootstrap-redis-go ... [2021-01-19T20:10:54.063Z] Building docker-security-proxy-setup-go ... [2021-01-19T20:10:54.063Z] Building docker-security-secretstore-setup-go ... [2021-01-19T20:10:54.063Z] Building docker-support-notifications-go ... [2021-01-19T20:10:54.063Z] Building docker-support-scheduler-go ... [2021-01-19T20:10:54.063Z] Building docker-sys-mgmt-agent-go ... [2021-01-19T20:10:54.063Z] Building docker-sys-mgmt-agent-go [2021-01-19T20:10:54.063Z] Building docker-core-data-go [2021-01-19T20:10:54.063Z] Building docker-security-bootstrap-redis-go [2021-01-19T20:10:54.063Z] Building docker-support-notifications-go [2021-01-19T20:10:54.063Z] Building docker-security-proxy-setup-go [2021-01-19T20:10:55.895Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T20:10:55.895Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-19T20:10:55.895Z] ---> a59acd0df861 [2021-01-19T20:10:55.895Z] Step 3/23 : WORKDIR /edgex-go [2021-01-19T20:10:55.895Z] ---> Using cache [2021-01-19T20:10:55.895Z] ---> d0509a219a7f [2021-01-19T20:10:55.895Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T20:10:55.895Z] ---> Using cache [2021-01-19T20:10:55.895Z] ---> 05a02b74a294 [2021-01-19T20:10:55.895Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-19T20:10:56.960Z] ---> Running in eb286389f752 [2021-01-19T20:10:57.595Z] Removing intermediate container 423d2c30ada5 [2021-01-19T20:10:57.595Z] ---> a2ed1d53bfc1 [2021-01-19T20:10:57.595Z] Step 6/24 : COPY go.mod . [2021-01-19T20:10:59.876Z] ---> 9980a2c64492 [2021-01-19T20:10:59.876Z] Step 7/24 : RUN go mod download [2021-01-19T20:10:59.876Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T20:11:00.201Z] ---> Running in f9eb06e09f61 [2021-01-19T20:11:01.328Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T20:11:04.600Z] OK: 233 MiB in 51 packages [2021-01-19T20:11:08.512Z] Removing intermediate container eb286389f752 [2021-01-19T20:11:08.512Z] ---> 690c0731608a [2021-01-19T20:11:08.512Z] Step 6/23 : COPY go.mod . [2021-01-19T20:11:08.811Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T20:11:08.811Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T20:11:08.811Z] ---> a59acd0df861 [2021-01-19T20:11:08.811Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T20:11:08.811Z] ---> Using cache [2021-01-19T20:11:08.811Z] ---> d0509a219a7f [2021-01-19T20:11:08.811Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T20:11:08.811Z] ---> Using cache [2021-01-19T20:11:08.811Z] ---> 05a02b74a294 [2021-01-19T20:11:08.811Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T20:11:08.811Z] ---> Using cache [2021-01-19T20:11:08.811Z] ---> 7a726ca0f3f2 [2021-01-19T20:11:08.811Z] Step 6/21 : COPY go.mod . [2021-01-19T20:11:08.811Z] ---> Using cache [2021-01-19T20:11:08.811Z] ---> 865ada538abf [2021-01-19T20:11:08.811Z] Step 7/21 : RUN go mod download [2021-01-19T20:11:08.811Z] ---> Using cache [2021-01-19T20:11:08.811Z] ---> a06103e2a71e [2021-01-19T20:11:08.811Z] Step 8/21 : COPY . . [2021-01-19T20:11:08.811Z] ---> Using cache [2021-01-19T20:11:08.811Z] ---> 88c48e31c683 [2021-01-19T20:11:08.811Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-19T20:11:09.475Z] ---> Running in 3ecf70447a9a [2021-01-19T20:11:09.806Z] ---> 7c92a2186e49 [2021-01-19T20:11:09.806Z] Step 7/23 : RUN go mod download [2021-01-19T20:11:10.150Z] ---> Running in 194ed7319f8f [2021-01-19T20:11:10.488Z] Removing intermediate container f9eb06e09f61 [2021-01-19T20:11:10.488Z] ---> 4cf020ae01dd [2021-01-19T20:11:10.488Z] Step 8/24 : COPY . . [2021-01-19T20:11:11.648Z] 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-19T20:11:17.622Z] Removing intermediate container 194ed7319f8f [2021-01-19T20:11:17.622Z] ---> 18f0b846f918 [2021-01-19T20:11:17.622Z] Step 8/23 : COPY . . [2021-01-19T20:11:50.880Z] Removing intermediate container d808c59ebd1b [2021-01-19T20:11:50.880Z] ---> b6a94bc1f3f4 [2021-01-19T20:11:50.880Z] [2021-01-19T20:11:50.880Z] Step 10/22 : FROM alpine:3.12 [2021-01-19T20:11:50.880Z] ---> 389fef711851 [2021-01-19T20:11:50.880Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T20:11:50.880Z] ---> Using cache [2021-01-19T20:11:50.880Z] ---> f6c0ffd20f04 [2021-01-19T20:11:50.880Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-19T20:11:50.880Z] ---> Running in 86a0901d398e [2021-01-19T20:11:53.102Z] Removing intermediate container 86a0901d398e [2021-01-19T20:11:53.102Z] ---> b568c806238a [2021-01-19T20:11:53.102Z] Step 13/22 : WORKDIR / [2021-01-19T20:11:55.383Z] ---> Running in 877702c9557a [2021-01-19T20:11:59.431Z] Removing intermediate container 877702c9557a [2021-01-19T20:11:59.431Z] ---> 9198d0f16e70 [2021-01-19T20:11:59.431Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T20:12:02.053Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T20:12:02.053Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T20:12:02.053Z] ---> 38518f5f7ea8 [2021-01-19T20:12:02.053Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T20:12:02.053Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T20:12:02.053Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T20:12:02.053Z] ---> 38518f5f7ea8 [2021-01-19T20:12:02.053Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T20:12:02.053Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T20:12:02.053Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T20:12:02.053Z] ---> 38518f5f7ea8 [2021-01-19T20:12:02.053Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T20:12:02.053Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T20:12:02.053Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-19T20:12:02.053Z] ---> 38518f5f7ea8 [2021-01-19T20:12:02.053Z] Step 3/26 : WORKDIR /edgex-go [2021-01-19T20:12:02.053Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T20:12:02.053Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-19T20:12:02.053Z] ---> 38518f5f7ea8 [2021-01-19T20:12:02.053Z] Step 3/23 : WORKDIR /edgex-go [2021-01-19T20:12:02.418Z] ---> f2dfef845c73 [2021-01-19T20:12:02.418Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-19T20:12:03.504Z] ---> Running in a61ef63ce692 [2021-01-19T20:12:03.504Z] ---> Running in 4566ca7cb170 [2021-01-19T20:12:03.505Z] ---> Running in acdba59020d9 [2021-01-19T20:12:03.505Z] ---> Running in 13dd0612664b [2021-01-19T20:12:03.505Z] ---> Running in e3f61d37732d [2021-01-19T20:12:03.955Z] Removing intermediate container 3ecf70447a9a [2021-01-19T20:12:03.955Z] ---> bcdc24aa3cdf [2021-01-19T20:12:03.955Z] [2021-01-19T20:12:03.955Z] Step 10/21 : FROM scratch [2021-01-19T20:12:03.955Z] ---> [2021-01-19T20:12:03.955Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T20:12:03.955Z] Removing intermediate container 0cc86b37c67a [2021-01-19T20:12:03.955Z] ---> e3a3fac71cea [2021-01-19T20:12:03.955Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-19T20:12:04.111Z] Removing intermediate container 13dd0612664b [2021-01-19T20:12:04.111Z] ---> bcbc609b1045 [2021-01-19T20:12:04.111Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T20:12:04.384Z] ---> Running in ae2bb7780542 [2021-01-19T20:12:04.384Z] Removing intermediate container a61ef63ce692 [2021-01-19T20:12:04.384Z] ---> 83f5bb6748cb [2021-01-19T20:12:04.384Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T20:12:04.384Z] Removing intermediate container 4566ca7cb170 [2021-01-19T20:12:04.384Z] ---> c9f716fc843b [2021-01-19T20:12:04.384Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T20:12:04.384Z] Removing intermediate container acdba59020d9 [2021-01-19T20:12:04.384Z] ---> 65a5f6ef7f76 [2021-01-19T20:12:04.384Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T20:12:04.655Z] Removing intermediate container e3f61d37732d [2021-01-19T20:12:04.655Z] ---> 376648bc4563 [2021-01-19T20:12:04.655Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T20:12:04.655Z] ---> Running in 8c8b5be7f1ca [2021-01-19T20:12:04.655Z] ---> Running in 3d66aef2b070 [2021-01-19T20:12:04.655Z] ---> Running in 8ccc0a768048 [2021-01-19T20:12:04.933Z] ---> Running in d4534e2cfa0a [2021-01-19T20:12:06.798Z] ---> Running in d7b64a1b349b [2021-01-19T20:12:07.082Z] ---> Using cache [2021-01-19T20:12:07.082Z] ---> faee7f50b1a9 [2021-01-19T20:12:07.082Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-19T20:12:07.573Z] Removing intermediate container ae2bb7780542 [2021-01-19T20:12:07.573Z] ---> 12929bea7995 [2021-01-19T20:12:07.573Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T20:12:07.720Z] ---> 0bc50789536c [2021-01-19T20:12:07.721Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-19T20:12:07.721Z] ---> Running in e458930fde67 [2021-01-19T20:12:07.849Z] ---> Running in 5bf770d7e15c [2021-01-19T20:12:07.849Z] Removing intermediate container 8c8b5be7f1ca [2021-01-19T20:12:07.849Z] ---> 2ca3f7467f9b [2021-01-19T20:12:07.849Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-19T20:12:08.124Z] ---> Running in 55a65e764123 [2021-01-19T20:12:08.744Z] Removing intermediate container 8ccc0a768048 [2021-01-19T20:12:08.744Z] ---> 7304bd41a0dd [2021-01-19T20:12:08.744Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-19T20:12:09.021Z] Removing intermediate container d4534e2cfa0a [2021-01-19T20:12:09.021Z] ---> ff612171066d [2021-01-19T20:12:09.021Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-19T20:12:09.021Z] ---> Running in 170977a3e332 [2021-01-19T20:12:09.296Z] Removing intermediate container 3d66aef2b070 [2021-01-19T20:12:09.296Z] ---> 6fe3fd9dbb47 [2021-01-19T20:12:09.296Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T20:12:09.296Z] ---> Running in 09296bf89e73 [2021-01-19T20:12:09.574Z] ---> Running in 753262daf29c [2021-01-19T20:12:09.752Z] Removing intermediate container e458930fde67 [2021-01-19T20:12:09.753Z] ---> acc84fb70cba [2021-01-19T20:12:09.753Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-19T20:12:10.062Z] ---> 30ba0f1d89ad [2021-01-19T20:12:10.062Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-19T20:12:10.181Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T20:12:10.181Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T20:12:10.336Z] ---> Running in ea0cae996c6a [2021-01-19T20:12:10.632Z] ---> c9a676b95b59 [2021-01-19T20:12:10.632Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-19T20:12:10.779Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T20:12:10.936Z] ---> 9279d1f84262 [2021-01-19T20:12:10.936Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-19T20:12:10.936Z] Removing intermediate container ea0cae996c6a [2021-01-19T20:12:10.936Z] ---> ded69f580049 [2021-01-19T20:12:10.936Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T20:12:11.051Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T20:12:11.051Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T20:12:11.255Z] ---> Running in 23344ec4d221 [2021-01-19T20:12:11.255Z] ---> 7913ce1e23fb [2021-01-19T20:12:11.255Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-19T20:12:11.255Z] ---> Running in beb17236de56 [2021-01-19T20:12:11.570Z] ---> Running in d97b1d352ece [2021-01-19T20:12:11.643Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T20:12:11.870Z] ---> 59718cf500ac [2021-01-19T20:12:11.870Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-19T20:12:11.913Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T20:12:12.186Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T20:12:12.458Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T20:12:12.458Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T20:12:13.050Z] OK: 217 MiB in 51 packages [2021-01-19T20:12:13.654Z] OK: 217 MiB in 51 packages [2021-01-19T20:12:13.654Z] OK: 217 MiB in 51 packages [2021-01-19T20:12:13.938Z] OK: 217 MiB in 51 packages [2021-01-19T20:12:14.058Z] ---> 8bd1ff280aa2 [2021-01-19T20:12:14.058Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-19T20:12:14.352Z] 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-19T20:12:14.352Z] 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-19T20:12:14.551Z] OK: 217 MiB in 51 packages [2021-01-19T20:12:14.551Z] Removing intermediate container 5bf770d7e15c [2021-01-19T20:12:14.551Z] ---> ad53969eb59b [2021-01-19T20:12:14.551Z] Step 6/21 : COPY go.mod . [2021-01-19T20:12:14.954Z] ---> 8d83e0fe579f [2021-01-19T20:12:14.954Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-19T20:12:15.163Z] Removing intermediate container 170977a3e332 [2021-01-19T20:12:15.163Z] ---> 40bb23234796 [2021-01-19T20:12:15.163Z] Step 6/26 : COPY go.mod . [2021-01-19T20:12:15.681Z] ---> Running in e39f9fcd6baf [2021-01-19T20:12:15.681Z] Removing intermediate container 23344ec4d221 [2021-01-19T20:12:15.681Z] ---> 042218a55d2f [2021-01-19T20:12:15.681Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-19T20:12:15.764Z] ---> d3b24233350a [2021-01-19T20:12:15.764Z] Step 7/21 : RUN go mod download [2021-01-19T20:12:15.764Z] Removing intermediate container 09296bf89e73 [2021-01-19T20:12:15.764Z] ---> b8ec29215066 [2021-01-19T20:12:15.764Z] Step 6/24 : COPY go.mod . [2021-01-19T20:12:15.764Z] Removing intermediate container 753262daf29c [2021-01-19T20:12:15.764Z] ---> 108ccb76e4a4 [2021-01-19T20:12:15.764Z] Step 6/22 : COPY go.mod . [2021-01-19T20:12:15.764Z] ---> Running in 460115e717b7 [2021-01-19T20:12:16.074Z] Removing intermediate container 55a65e764123 [2021-01-19T20:12:16.074Z] ---> 424dfd261708 [2021-01-19T20:12:16.074Z] Step 6/23 : COPY go.mod . [2021-01-19T20:12:16.311Z] ---> Running in f78b7363195f [2021-01-19T20:12:16.354Z] ---> 18cc93a7dbf5 [2021-01-19T20:12:16.354Z] Step 7/26 : RUN go mod download [2021-01-19T20:12:16.600Z] Removing intermediate container e39f9fcd6baf [2021-01-19T20:12:16.600Z] ---> 55826f652aa6 [2021-01-19T20:12:16.600Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T20:12:16.600Z] ---> Running in edc0a076f4d4 [2021-01-19T20:12:16.600Z] Removing intermediate container f78b7363195f [2021-01-19T20:12:16.600Z] ---> 8340a48bff5b [2021-01-19T20:12:16.600Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T20:12:16.630Z] ---> Running in 654a3f039faf [2021-01-19T20:12:16.878Z] ---> Running in e467c5d60ad0 [2021-01-19T20:12:16.904Z] ---> 54e571b443e8 [2021-01-19T20:12:16.904Z] Step 7/24 : RUN go mod download [2021-01-19T20:12:16.904Z] ---> 34a33de2d6a9 [2021-01-19T20:12:16.904Z] Step 7/22 : RUN go mod download [2021-01-19T20:12:17.180Z] ---> Running in bbcf182c4cb1 [2021-01-19T20:12:17.180Z] ---> Running in 59544932cdcf [2021-01-19T20:12:17.184Z] Removing intermediate container edc0a076f4d4 [2021-01-19T20:12:17.185Z] ---> 9b7f934bbc49 [2021-01-19T20:12:17.185Z] Step 19/21 : LABEL arch=x86_64 [2021-01-19T20:12:17.454Z] ---> a4eecc5b5485 [2021-01-19T20:12:17.454Z] Step 7/23 : RUN go mod download [2021-01-19T20:12:17.478Z] ---> Running in 4026337b354d [2021-01-19T20:12:17.478Z] Removing intermediate container e467c5d60ad0 [2021-01-19T20:12:17.478Z] ---> 71a44cb998d8 [2021-01-19T20:12:17.478Z] Step 21/22 : LABEL git_sha=16cc25e94c27377845b649f3af051c6a69a82b9b [2021-01-19T20:12:17.729Z] ---> Running in 60bbb017d449 [2021-01-19T20:12:17.783Z] ---> Running in 954f7ddbc621 [2021-01-19T20:12:18.066Z] Removing intermediate container 4026337b354d [2021-01-19T20:12:18.066Z] ---> 58c575ca729d [2021-01-19T20:12:18.066Z] Step 20/21 : LABEL git_sha=16cc25e94c27377845b649f3af051c6a69a82b9b [2021-01-19T20:12:18.066Z] ---> Running in a0909982125d [2021-01-19T20:12:18.346Z] Removing intermediate container 954f7ddbc621 [2021-01-19T20:12:18.346Z] ---> b7ba567a9a38 [2021-01-19T20:12:18.346Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T20:12:18.662Z] ---> Running in d0570f80f715 [2021-01-19T20:12:18.662Z] Collecting docker-compose==1.23.2 [2021-01-19T20:12:18.662Z] Removing intermediate container a0909982125d [2021-01-19T20:12:18.662Z] ---> 64ba54bed496 [2021-01-19T20:12:18.662Z] Step 21/21 : LABEL version=0.0.0 [2021-01-19T20:12:18.662Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-19T20:12:19.418Z] Collecting cached-property<2,>=1.2.0 [2021-01-19T20:12:19.418Z] ---> Running in 29212f9e03df [2021-01-19T20:12:19.418Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-19T20:12:19.705Z] Removing intermediate container d0570f80f715 [2021-01-19T20:12:19.705Z] ---> 5dc1cfad9320 [2021-01-19T20:12:19.705Z] [2021-01-19T20:12:20.331Z] Successfully built 5dc1cfad9320 [2021-01-19T20:12:20.358Z] Removing intermediate container 460115e717b7 [2021-01-19T20:12:20.358Z] ---> 00c03452324e [2021-01-19T20:12:20.358Z] Step 8/21 : COPY . . [2021-01-19T20:12:20.612Z] Collecting docker<4.0,>=3.6.0 [2021-01-19T20:12:20.612Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-19T20:12:20.612Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-19T20:12:20.893Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 29212f9e03df [2021-01-19T20:12:20.893Z] ---> a0bf5a9621bd [2021-01-19T20:12:20.893Z] [2021-01-19T20:12:20.965Z] Removing intermediate container 654a3f039faf [2021-01-19T20:12:20.965Z] ---> 033d7a30d283 [2021-01-19T20:12:20.965Z] Step 8/26 : COPY . . [2021-01-19T20:12:21.184Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-19T20:12:21.184Z] Successfully built a0bf5a9621bd [2021-01-19T20:12:21.184Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-19T20:12:21.184Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-19T20:12:21.494Z]  Building docker-support-scheduler-go ... done Collecting websocket-client<1.0,>=0.32.0 [2021-01-19T20:12:21.494Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-19T20:12:21.817Z] 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-19T20:12:21.817Z] Collecting jsonschema<3,>=2.5.1 [2021-01-19T20:12:21.960Z] Removing intermediate container bbcf182c4cb1 [2021-01-19T20:12:21.960Z] ---> 77a4e736cd1f [2021-01-19T20:12:21.960Z] Step 8/24 : COPY . . [2021-01-19T20:12:22.119Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-19T20:12:22.240Z] Removing intermediate container 59544932cdcf [2021-01-19T20:12:22.240Z] ---> e63041ac3004 [2021-01-19T20:12:22.240Z] Step 8/22 : COPY . . [2021-01-19T20:12:22.402Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-19T20:12:22.402Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-19T20:12:22.849Z] Removing intermediate container 60bbb017d449 [2021-01-19T20:12:22.849Z] ---> 3f9ee5a2c3ce [2021-01-19T20:12:22.849Z] Step 8/23 : COPY . . [2021-01-19T20:12:24.542Z] Collecting docopt<0.7,>=0.6.1 [2021-01-19T20:12:24.542Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-19T20:12:25.570Z] Collecting PyYAML<4,>=3.10 [2021-01-19T20:12:25.570Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-19T20:12:28.292Z] Collecting texttable<0.10,>=0.9.0 [2021-01-19T20:12:28.292Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-19T20:12:28.597Z] Collecting docker-pycreds>=0.4.0 [2021-01-19T20:12:28.597Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-19T20:12:28.597Z] 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-19T20:12:29.272Z] Collecting idna<2.8,>=2.5 [2021-01-19T20:12:29.272Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-19T20:12:29.272Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-19T20:12:29.272Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-19T20:12:29.565Z] 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-19T20:12:29.565Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-19T20:12:29.565Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-19T20:12:29.565Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-19T20:12:29.565Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-19T20:12:29.849Z] Installing collected packages: cached-property, docker-pycreds, websocket-client, idna, urllib3, requests, docker, jsonschema, dockerpty, docopt, PyYAML, texttable, docker-compose [2021-01-19T20:12:30.520Z] Attempting uninstall: idna [2021-01-19T20:12:30.520Z] Found existing installation: idna 2.9 [2021-01-19T20:12:30.520Z] Uninstalling idna-2.9: [2021-01-19T20:12:30.520Z] Successfully uninstalled idna-2.9 [2021-01-19T20:12:31.186Z] Attempting uninstall: urllib3 [2021-01-19T20:12:31.186Z] Found existing installation: urllib3 1.25.9 [2021-01-19T20:12:31.186Z] Uninstalling urllib3-1.25.9: [2021-01-19T20:12:32.801Z] Successfully uninstalled urllib3-1.25.9 [2021-01-19T20:12:33.459Z] Attempting uninstall: requests [2021-01-19T20:12:33.459Z] Found existing installation: requests 2.23.0 [2021-01-19T20:12:33.459Z] Uninstalling requests-2.23.0: [2021-01-19T20:12:33.760Z] Successfully uninstalled requests-2.23.0 [2021-01-19T20:12:37.529Z] Running setup.py install for dockerpty: started [2021-01-19T20:12:39.698Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-19T20:12:39.698Z] Running setup.py install for docopt: started [2021-01-19T20:12:39.993Z] Running setup.py install for docopt: finished with status 'done' [2021-01-19T20:12:39.993Z] Running setup.py install for PyYAML: started [2021-01-19T20:12:41.467Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-19T20:12:41.467Z] Running setup.py install for texttable: started [2021-01-19T20:12:41.750Z] Running setup.py install for texttable: finished with status 'done' [2021-01-19T20:12:42.370Z] 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-19T20:12:48.268Z] Removing intermediate container d7b64a1b349b [2021-01-19T20:12:48.268Z] ---> d76b7b444280 [2021-01-19T20:12:48.268Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-19T20:12:48.268Z] ---> Running in 0eeea30e23d2 [2021-01-19T20:12:48.268Z] Removing intermediate container beb17236de56 [2021-01-19T20:12:48.268Z] ---> fbcec25ad1e4 [2021-01-19T20:12:48.268Z] [2021-01-19T20:12:48.268Z] Step 10/24 : FROM scratch [2021-01-19T20:12:48.268Z] ---> [2021-01-19T20:12:48.268Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-19T20:12:48.596Z] ---> Running in 99d9b69bb40a [2021-01-19T20:12:49.270Z] Removing intermediate container 99d9b69bb40a [2021-01-19T20:12:49.270Z] ---> b225511efa70 [2021-01-19T20:12:49.270Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-19T20:12:49.270Z] ---> Running in 9495a58c3fa6 [2021-01-19T20:12:49.687Z] ---> 91f390627ed0 [2021-01-19T20:12:49.687Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-19T20:12:49.687Z] ---> 9a41acc264ad [2021-01-19T20:12:49.687Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-19T20:12:49.687Z] ---> e30be10831ae [2021-01-19T20:12:49.687Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-19T20:12:49.687Z] ---> cddc9f1d817c [2021-01-19T20:12:49.687Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-19T20:12:49.687Z] ---> 23119e924f5e [2021-01-19T20:12:49.687Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-19T20:12:49.687Z] ---> Running in 9c4b5debc540 [2021-01-19T20:12:49.687Z] ---> Running in 6fa059e570b3 [2021-01-19T20:12:49.687Z] ---> Running in a7ea72b725cd [2021-01-19T20:12:49.687Z] ---> Running in 18b881267543 [2021-01-19T20:12:49.687Z] ---> Running in 48b19f01182f [2021-01-19T20:12:49.687Z] 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-19T20:12:49.687Z] 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-19T20:12:49.687Z] 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-19T20:12:49.687Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-19T20:12:49.687Z] 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-19T20:12:50.984Z] Removing intermediate container 9495a58c3fa6 [2021-01-19T20:12:50.984Z] ---> 847e7590640b [2021-01-19T20:12:50.984Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-19T20:12:50.984Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T20:12:51.272Z] ---> Running in 855a81912c4d [2021-01-19T20:12:51.272Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T20:12:51.592Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T20:12:51.592Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-19T20:12:51.592Z] (3/3) Installing curl (7.69.1-r3) [2021-01-19T20:12:51.592Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T20:12:51.592Z] Removing intermediate container 855a81912c4d [2021-01-19T20:12:51.592Z] ---> a869bbdcd519 [2021-01-19T20:12:51.592Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-19T20:12:51.913Z] OK: 72 MiB in 58 packages [2021-01-19T20:12:52.571Z] ---> e984ef7dab00 [2021-01-19T20:12:52.571Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-19T20:12:54.052Z] Removing intermediate container 0eeea30e23d2 [2021-01-19T20:12:54.052Z] ---> d68757bf87b3 [2021-01-19T20:12:54.052Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-19T20:12:55.069Z] ---> Running in 4858bec8cf50 [2021-01-19T20:12:55.366Z] ---> 086e5a1ce72d [2021-01-19T20:12:55.366Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-19T20:12:55.639Z] Removing intermediate container 4858bec8cf50 [2021-01-19T20:12:55.639Z] ---> 770ec1ddc9d1 [2021-01-19T20:12:55.639Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T20:12:55.639Z] Removing intermediate container d97b1d352ece [2021-01-19T20:12:55.639Z] ---> ead9bfd3bfc7 [2021-01-19T20:12:55.639Z] [2021-01-19T20:12:55.639Z] Step 10/23 : FROM alpine:3.12 [2021-01-19T20:12:55.639Z] ---> 389fef711851 [2021-01-19T20:12:55.639Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T20:12:55.936Z] ---> Running in 09e6855b077d [2021-01-19T20:12:55.936Z] ---> Running in 8a9b8b997df0 [2021-01-19T20:12:56.223Z] Removing intermediate container 8a9b8b997df0 [2021-01-19T20:12:56.223Z] ---> 7d15c29e3d93 [2021-01-19T20:12:56.223Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-19T20:12:56.223Z] Removing intermediate container 09e6855b077d [2021-01-19T20:12:56.223Z] ---> 826e0d7812eb [2021-01-19T20:12:56.223Z] Step 24/26 : LABEL arch=x86_64 [2021-01-19T20:12:56.508Z] ---> Running in 09d93cad9a3a [2021-01-19T20:12:56.508Z] ---> Running in 6b421535e65d [2021-01-19T20:12:56.508Z] ---> e07cb23b4b7c [2021-01-19T20:12:56.508Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T20:12:56.820Z] Removing intermediate container 09d93cad9a3a [2021-01-19T20:12:56.820Z] ---> 4dd0241e8978 [2021-01-19T20:12:56.820Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-19T20:12:57.098Z] Removing intermediate container 6b421535e65d [2021-01-19T20:12:57.098Z] ---> eb4037977293 [2021-01-19T20:12:57.098Z] Step 25/26 : LABEL git_sha=16cc25e94c27377845b649f3af051c6a69a82b9b [2021-01-19T20:12:57.098Z] ---> Running in 06fdc3d202b7 [2021-01-19T20:12:57.098Z] ---> Running in 31d3b58730d3 [2021-01-19T20:12:57.098Z] ---> 084617f49656 [2021-01-19T20:12:57.098Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-19T20:12:57.722Z] Removing intermediate container 06fdc3d202b7 [2021-01-19T20:12:57.722Z] ---> e9108587807e [2021-01-19T20:12:57.722Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T20:12:57.722Z] Removing intermediate container 31d3b58730d3 [2021-01-19T20:12:57.722Z] ---> ae74bfa2a71d [2021-01-19T20:12:57.722Z] Step 26/26 : LABEL version=0.0.0 [2021-01-19T20:12:57.722Z] ---> Running in 3492ce6ce77f [2021-01-19T20:12:57.722Z] ---> Running in e8911b2f5cf3 [2021-01-19T20:12:57.998Z] ---> 247215b3c183 [2021-01-19T20:12:57.998Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-19T20:12:58.294Z] Removing intermediate container e8911b2f5cf3 [2021-01-19T20:12:58.294Z] ---> 5c5a272a4ecd [2021-01-19T20:12:58.294Z] [2021-01-19T20:12:58.580Z] Successfully built 5c5a272a4ecd [2021-01-19T20:12:58.580Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-19T20:12:58.580Z]  Building docker-sys-mgmt-agent-go ... done  ---> 79016017b513 [2021-01-19T20:12:58.580Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-19T20:12:58.859Z] ---> Running in 1f628123dcee [2021-01-19T20:12:59.141Z] Removing intermediate container 1f628123dcee [2021-01-19T20:12:59.141Z] ---> 408f863be3a6 [2021-01-19T20:12:59.141Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T20:13:00.139Z] ---> Running in e21be5504e8a [2021-01-19T20:13:00.139Z] Removing intermediate container 3492ce6ce77f [2021-01-19T20:13:00.139Z] ---> ffdd4fa77f48 [2021-01-19T20:13:00.139Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-19T20:13:00.408Z] ---> Running in a6b28cd63827 [2021-01-19T20:13:00.684Z] Removing intermediate container e21be5504e8a [2021-01-19T20:13:00.684Z] ---> ceba807a6d52 [2021-01-19T20:13:00.684Z] Step 22/24 : LABEL arch=x86_64 [2021-01-19T20:13:00.968Z] ---> Running in 287d6a5947f0 [2021-01-19T20:13:01.621Z] Removing intermediate container 287d6a5947f0 [2021-01-19T20:13:01.621Z] ---> 32d7655dce5e [2021-01-19T20:13:01.621Z] Step 23/24 : LABEL git_sha=16cc25e94c27377845b649f3af051c6a69a82b9b [2021-01-19T20:13:01.621Z] ---> Running in 804b3716c209 [2021-01-19T20:13:01.932Z] Removing intermediate container 804b3716c209 [2021-01-19T20:13:01.932Z] ---> eaea7ad92d8c [2021-01-19T20:13:01.932Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T20:13:02.229Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T20:13:02.229Z] ---> Running in 9c18f5cb31da [2021-01-19T20:13:02.506Z] Removing intermediate container 9c18f5cb31da [2021-01-19T20:13:02.506Z] ---> d0807d0a10a9 [2021-01-19T20:13:02.506Z] [2021-01-19T20:13:02.799Z] Successfully built d0807d0a10a9 [2021-01-19T20:13:02.799Z] Successfully tagged docker-support-notifications-go:latest [2021-01-19T20:13:03.074Z]  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T20:13:04.038Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-19T20:13:04.306Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-19T20:13:04.306Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-19T20:13:04.577Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-19T20:13:05.553Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-19T20:13:05.553Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T20:13:05.821Z] OK: 8 MiB in 19 packages [2021-01-19T20:13:06.828Z] Removing intermediate container a6b28cd63827 [2021-01-19T20:13:06.828Z] ---> 873f18cc1864 [2021-01-19T20:13:06.828Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T20:13:07.459Z] ---> fd2993c10437 [2021-01-19T20:13:07.459Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-19T20:13:08.531Z] ---> 971810eecccd [2021-01-19T20:13:08.531Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-19T20:13:09.522Z] ---> a8866a361674 [2021-01-19T20:13:09.523Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-19T20:13:09.523Z] ---> Running in 83f6a2e9b32f [2021-01-19T20:13:09.879Z] Removing intermediate container 83f6a2e9b32f [2021-01-19T20:13:09.879Z] ---> 5aec42b3a760 [2021-01-19T20:13:09.879Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T20:13:09.879Z] ---> Running in ba02195f8590 [2021-01-19T20:13:10.236Z] Removing intermediate container ba02195f8590 [2021-01-19T20:13:10.236Z] ---> a97c7fe72de4 [2021-01-19T20:13:10.236Z] Step 21/23 : LABEL arch=x86_64 [2021-01-19T20:13:10.236Z] ---> Running in 98c256178b74 [2021-01-19T20:13:10.515Z] Removing intermediate container 98c256178b74 [2021-01-19T20:13:10.515Z] ---> 345672c28e52 [2021-01-19T20:13:10.515Z] Step 22/23 : LABEL git_sha=16cc25e94c27377845b649f3af051c6a69a82b9b [2021-01-19T20:13:10.515Z] ---> Running in 3608b55964da [2021-01-19T20:13:11.124Z] Removing intermediate container 3608b55964da [2021-01-19T20:13:11.124Z] ---> 609aa7e6b451 [2021-01-19T20:13:11.124Z] Step 23/23 : LABEL version=0.0.0 [2021-01-19T20:13:11.124Z] ---> Running in 660a5eb6cc8e [2021-01-19T20:13:11.402Z] Removing intermediate container 660a5eb6cc8e [2021-01-19T20:13:11.402Z] ---> 434915dfe612 [2021-01-19T20:13:11.402Z] [2021-01-19T20:13:11.680Z] Successfully built 434915dfe612 [2021-01-19T20:13:11.955Z] Successfully tagged docker-core-data-go:latest [2021-01-19T20:13:12.592Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-19T20:13:12.638Z] $ docker stop --time=1 c13e7637b30aa6d926684c722600a4eba8557c159fb891ad486a65b1f9085c01 [2021-01-19T20:13:14.801Z] $ docker rm -f c13e7637b30aa6d926684c722600a4eba8557c159fb891ad486a65b1f9085c01 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T20:13:15.510Z] + docker images [2021-01-19T20:13:15.510Z] + grep docker [2021-01-19T20:13:15.510Z] docker-core-data-go latest 434915dfe612 4 seconds ago 22.3MB [2021-01-19T20:13:15.510Z] docker-support-notifications-go latest d0807d0a10a9 13 seconds ago 12MB [2021-01-19T20:13:15.510Z] docker-sys-mgmt-agent-go latest 5c5a272a4ecd 18 seconds ago 313MB [2021-01-19T20:13:15.510Z] docker-support-scheduler-go latest a0bf5a9621bd 55 seconds ago 10.7MB [2021-01-19T20:13:15.510Z] docker-security-bootstrap-redis-go latest 5dc1cfad9320 56 seconds ago 15.8MB [2021-01-19T20:13:15.510Z] docker-security-secretstore-setup-go latest 0eede6900ae1 2 minutes ago 24.6MB [2021-01-19T20:13:15.510Z] docker-security-proxy-setup-go latest 90f9de9a7a33 3 minutes ago 24.4MB [2021-01-19T20:13:15.510Z] docker-core-metadata-go latest 26a415efbbc6 3 minutes ago 13.1MB [2021-01-19T20:13:15.510Z] docker-core-command-go latest 395523639b95 3 minutes ago 10.6MB [2021-01-19T20:13:15.510Z] docker 20.10.0 aefe523efa57 5 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-19T20:13:31.321Z] Still waiting to schedule task [2021-01-19T20:13:31.321Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-19T20:14:11.512Z] 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-19T20:14:19.352Z] Running on prd-ubuntu18.04-docker-8c-8g-21282 in /w/workspace/edgexfoundry_edgex-go_PR-3027 [Pipeline] { [Pipeline] ws [2021-01-19T20:14:19.410Z] Running in /w/workspace/edgex-go/16 [Pipeline] { [Pipeline] checkout [2021-01-19T20:14:19.844Z] Removing intermediate container a7ea72b725cd [2021-01-19T20:14:19.844Z] ---> feafcc601438 [2021-01-19T20:14:19.844Z] [2021-01-19T20:14:19.844Z] Step 10/22 : FROM alpine:3.12 [2021-01-19T20:14:19.844Z] 3.12: Pulling from library/alpine [2021-01-19T20:14:21.519Z] using credential edgex-jenkins-ssh [2021-01-19T20:14:21.574Z] Cloning the remote Git repository [2021-01-19T20:14:21.599Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-19T20:14:21.683Z] > git init /w/workspace/edgex-go/16 # timeout=10 [2021-01-19T20:14:21.720Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T20:14:21.720Z] > git --version # timeout=10 [2021-01-19T20:14:21.726Z] > git --version # 'git version 2.17.1' [2021-01-19T20:14:21.727Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T20:14:21.755Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T20:14:21.842Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-19T20:14:21.842Z] Status: Downloaded newer image for alpine:3.12 [2021-01-19T20:14:21.842Z] ---> afeebe901d6b [2021-01-19T20:14:21.842Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T20:14:22.823Z] ---> Running in 46705b1606a0 [2021-01-19T20:14:25.465Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T20:14:25.465Z] Removing intermediate container 9c4b5debc540 [2021-01-19T20:14:25.465Z] ---> c528ddce7e2b [2021-01-19T20:14:25.465Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-19T20:14:25.465Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T20:14:25.750Z] Removing intermediate container 6fa059e570b3 [2021-01-19T20:14:25.750Z] ---> 1101be53c8c6 [2021-01-19T20:14:25.750Z] [2021-01-19T20:14:25.750Z] Step 10/24 : FROM scratch [2021-01-19T20:14:25.750Z] ---> [2021-01-19T20:14:25.750Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-19T20:14:25.750Z] Removing intermediate container 18b881267543 [2021-01-19T20:14:25.750Z] ---> bd2a362a5464 [2021-01-19T20:14:25.750Z] [2021-01-19T20:14:25.750Z] Step 10/21 : FROM alpine:3.12 [2021-01-19T20:14:25.750Z] ---> afeebe901d6b [2021-01-19T20:14:25.750Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-19T20:14:25.750Z] ---> Running in 3a8e20e2069c [2021-01-19T20:14:26.030Z] ---> Running in 2b43e603d663 [2021-01-19T20:14:26.311Z] ---> Running in 25cab10208ba [2021-01-19T20:14:26.311Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-19T20:14:26.311Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T20:14:26.311Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-19T20:14:26.311Z] (4/5) Installing curl (7.69.1-r3) [2021-01-19T20:14:26.311Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-19T20:14:26.586Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T20:14:26.586Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T20:14:26.859Z] OK: 7 MiB in 19 packages [2021-01-19T20:14:27.464Z] Removing intermediate container 25cab10208ba [2021-01-19T20:14:27.464Z] ---> fdfb993b152b [2021-01-19T20:14:27.464Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-19T20:14:27.464Z] ---> Running in 99e755e70e92 [2021-01-19T20:14:28.494Z] 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-19T20:14:28.494Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T20:14:28.494Z] Removing intermediate container 99e755e70e92 [2021-01-19T20:14:28.494Z] ---> 945d934304f0 [2021-01-19T20:14:28.494Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-19T20:14:28.882Z] ---> Running in 1e87a73abc67 [2021-01-19T20:14:28.882Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T20:14:29.564Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-19T20:14:29.564Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T20:14:29.564Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-19T20:14:29.564Z] (4/4) Installing curl (7.69.1-r3) [2021-01-19T20:14:29.564Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T20:14:29.564Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T20:14:29.564Z] Removing intermediate container 46705b1606a0 [2021-01-19T20:14:29.564Z] ---> 720edfde8142 [2021-01-19T20:14:29.564Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-19T20:14:29.850Z] Removing intermediate container 1e87a73abc67 [2021-01-19T20:14:29.850Z] ---> e65795886d26 [2021-01-19T20:14:29.850Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-19T20:14:29.850Z] ---> Running in ac3fc8a466d0 [2021-01-19T20:14:30.135Z] OK: 7 MiB in 18 packages [2021-01-19T20:14:30.802Z] Removing intermediate container ac3fc8a466d0 [2021-01-19T20:14:30.802Z] ---> dc5e306ed7c4 [2021-01-19T20:14:30.802Z] Step 13/22 : WORKDIR / [2021-01-19T20:14:31.439Z] ---> Running in c156ea2658b7 [2021-01-19T20:14:31.439Z] ---> 4040089302f0 [2021-01-19T20:14:31.439Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-19T20:14:32.058Z] Merging remotes/origin/master commit c4887d0c009f35026456fc1c8cef2ef56b2ea654 into PR head commit 16cc25e94c27377845b649f3af051c6a69a82b9b [2021-01-19T20:14:32.225Z] Merge succeeded, producing 16cc25e94c27377845b649f3af051c6a69a82b9b [2021-01-19T20:14:32.225Z] Checking out Revision 16cc25e94c27377845b649f3af051c6a69a82b9b (PR-3027) [2021-01-19T20:14:31.496Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T20:14:31.508Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T20:14:31.521Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T20:14:31.538Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T20:14:31.538Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T20:14:31.543Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3027/head:refs/remotes/origin/PR-3027 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T20:14:32.068Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T20:14:32.074Z] > git checkout -f 16cc25e94c27377845b649f3af051c6a69a82b9b # timeout=10 [2021-01-19T20:14:32.193Z] > git remote # timeout=10 [2021-01-19T20:14:32.199Z] > git config --get remote.origin.url # timeout=10 [2021-01-19T20:14:32.204Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T20:14:32.208Z] > git merge c4887d0c009f35026456fc1c8cef2ef56b2ea654 # timeout=10 [2021-01-19T20:14:32.219Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-19T20:14:32.229Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T20:14:32.233Z] > git checkout -f 16cc25e94c27377845b649f3af051c6a69a82b9b # timeout=10 [2021-01-19T20:14:32.878Z] Removing intermediate container c156ea2658b7 [2021-01-19T20:14:32.878Z] ---> b4c28efb5baf [2021-01-19T20:14:32.878Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T20:14:32.878Z] Removing intermediate container 2b43e603d663 [2021-01-19T20:14:32.878Z] ---> e6d14fb7ad7d [2021-01-19T20:14:32.878Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T20:14:33.157Z] ---> Running in 02256a4ff2ad [2021-01-19T20:14:33.433Z] ---> 47f1e26aae20 [2021-01-19T20:14:33.433Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-19T20:14:33.706Z] ---> 36f4b4194f44 [2021-01-19T20:14:33.707Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-19T20:14:34.314Z] Removing intermediate container 02256a4ff2ad [2021-01-19T20:14:34.314Z] ---> 69319f6dc853 [2021-01-19T20:14:34.314Z] Step 13/21 : WORKDIR /edgex [2021-01-19T20:14:34.588Z] Removing intermediate container 3a8e20e2069c [2021-01-19T20:14:34.588Z] ---> 86ce575b21cf [2021-01-19T20:14:34.588Z] [2021-01-19T20:14:34.588Z] Step 11/26 : FROM docker:20.10.0 [2021-01-19T20:14:34.868Z] ---> Running in a6fab51fd5f7 [2021-01-19T20:14:34.868Z] 20.10.0: Pulling from library/docker [2021-01-19T20:14:35.469Z] ---> 47526c49d505 [2021-01-19T20:14:35.469Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T20:14:35.746Z] ---> 343a9df6805a [2021-01-19T20:14:35.746Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-19T20:14:35.746Z] Removing intermediate container a6fab51fd5f7 [2021-01-19T20:14:35.746Z] ---> a1bc9342dd3e [2021-01-19T20:14:35.746Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-19T20:14:35.997Z] Commit message: "build(deps): Bump github.com/stretchr/testify from 1.6.1 to 1.7.0" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T20:14:37.323Z] + echo snap-build.sh [2021-01-19T20:14:37.323Z] snap-build.sh [2021-01-19T20:14:37.323Z] + SNAP_BASE_DIR=. [2021-01-19T20:14:37.323Z] + '[' '!' -z /w/workspace/edgex-go/16 ']' [2021-01-19T20:14:37.323Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/16 [2021-01-19T20:14:37.323Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/16]' [2021-01-19T20:14:37.323Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/16] [2021-01-19T20:14:37.323Z] + cd /w/workspace/edgex-go/16 [2021-01-19T20:14:37.323Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-19T20:14:37.323Z] Reading package lists... [2021-01-19T20:14:37.587Z] Building dependency tree... [2021-01-19T20:14:37.587Z] Reading state information... [2021-01-19T20:14:37.742Z] ---> 98960bdad9e6 [2021-01-19T20:14:37.742Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-19T20:14:37.849Z] The following packages were automatically installed and are no longer required: [2021-01-19T20:14:37.849Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-19T20:14:37.849Z] uidmap xdelta3 [2021-01-19T20:14:37.849Z] Use 'sudo apt autoremove' to remove them. [2021-01-19T20:14:37.849Z] The following packages will be REMOVED: [2021-01-19T20:14:37.849Z] lxd* lxd-client* [2021-01-19T20:14:38.022Z] ---> b3cdd13d253b [2021-01-19T20:14:38.022Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-19T20:14:38.022Z] ---> f9db4930b152 [2021-01-19T20:14:38.022Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-19T20:14:38.421Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-19T20:14:38.421Z] After this operation, 31.7 MB disk space will be freed. [2021-01-19T20:14:39.466Z] (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-19T20:14:39.466Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-19T20:14:40.007Z] ---> 1c7f84e02623 [2021-01-19T20:14:40.007Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-19T20:14:40.282Z] ---> 64fb87b0f861 [2021-01-19T20:14:40.282Z] ---> f0b102123c87 [2021-01-19T20:14:40.282Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-19T20:14:40.282Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-19T20:14:40.282Z] ---> Running in 3216b191d19c [2021-01-19T20:14:40.852Z] Removing lxd dnsmasq configuration [2021-01-19T20:14:40.852Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-19T20:14:40.852Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-19T20:14:41.797Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-19T20:14:41.797Z] (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-19T20:14:42.066Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-19T20:14:42.262Z] ---> 971a381007ae [2021-01-19T20:14:42.262Z] ---> 4329ab417c19 [2021-01-19T20:14:42.262Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-19T20:14:42.262Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-19T20:14:42.854Z] ---> Running in bed75e67ec9a [2021-01-19T20:14:42.854Z] ---> Running in 522b325ce43e [2021-01-19T20:14:43.458Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-19T20:14:43.721Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-19T20:14:43.847Z] Removing intermediate container bed75e67ec9a [2021-01-19T20:14:43.847Z] ---> 99a0446d5d35 [2021-01-19T20:14:43.847Z] Step 18/21 : CMD ["--init=true"] [2021-01-19T20:14:43.847Z] Removing intermediate container 522b325ce43e [2021-01-19T20:14:43.847Z] ---> 99ea23fe0293 [2021-01-19T20:14:43.847Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T20:14:44.837Z] Removing intermediate container 3216b191d19c [2021-01-19T20:14:44.837Z] ---> 914095b856bd [2021-01-19T20:14:44.837Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-19T20:14:45.143Z] ---> Running in 31d693cc3171 [2021-01-19T20:14:45.143Z] ---> Running in 4a2f00986e6c [2021-01-19T20:14:45.232Z] + sudo snap remove --purge lxd [2021-01-19T20:14:45.423Z] ---> Running in 1e4d947f3de7 [2021-01-19T20:14:45.495Z] snap "lxd" is not installed [2021-01-19T20:14:45.495Z] + sudo groupadd --force --system lxd [2021-01-19T20:14:45.495Z] ++ whoami [2021-01-19T20:14:45.495Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-19T20:14:45.756Z] + newgrp - lxd [2021-01-19T20:14:45.756Z] + sudo snap install lxd [2021-01-19T20:14:46.017Z] Removing intermediate container 48b19f01182f [2021-01-19T20:14:46.017Z] ---> fd26521c01dc [2021-01-19T20:14:46.017Z] [2021-01-19T20:14:46.017Z] Step 10/23 : FROM alpine:3.12 [2021-01-19T20:14:46.017Z] ---> afeebe901d6b [2021-01-19T20:14:46.017Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T20:14:46.297Z] Removing intermediate container 31d693cc3171 [2021-01-19T20:14:46.297Z] ---> b85a3c5ce5c3 [2021-01-19T20:14:46.297Z] Step 19/21 : LABEL arch=arm64 [2021-01-19T20:14:46.573Z] ---> Running in e959552d7c47 [2021-01-19T20:14:46.574Z] Removing intermediate container 1e4d947f3de7 [2021-01-19T20:14:46.574Z] ---> 4350a3a1243c [2021-01-19T20:14:46.574Z] Step 20/22 : LABEL arch=arm64 [2021-01-19T20:14:46.850Z] Removing intermediate container 4a2f00986e6c [2021-01-19T20:14:46.850Z] ---> 9568edb14167 [2021-01-19T20:14:46.850Z] Step 22/24 : LABEL arch=arm64 [2021-01-19T20:14:46.850Z] ---> Running in 6fd60bb8a2cd [2021-01-19T20:14:47.128Z] ---> Running in 1af033067e8c [2021-01-19T20:14:47.128Z] ---> Running in 05887739fb18 [2021-01-19T20:14:47.128Z] Removing intermediate container e959552d7c47 [2021-01-19T20:14:47.128Z] ---> b5a9094fb510 [2021-01-19T20:14:47.128Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-19T20:14:47.403Z] ---> Running in 117abe1729b8 [2021-01-19T20:14:47.675Z] Removing intermediate container 6fd60bb8a2cd [2021-01-19T20:14:47.675Z] ---> 4d88e1151c1c [2021-01-19T20:14:47.675Z] Step 20/21 : LABEL git_sha=16cc25e94c27377845b649f3af051c6a69a82b9b [2021-01-19T20:14:47.953Z] Removing intermediate container 05887739fb18 [2021-01-19T20:14:47.953Z] ---> 63da71bc7fe0 [2021-01-19T20:14:47.953Z] Step 23/24 : LABEL git_sha=16cc25e94c27377845b649f3af051c6a69a82b9b [2021-01-19T20:14:47.953Z] ---> Running in f86a00d6c3dd [2021-01-19T20:14:47.953Z] Removing intermediate container 1af033067e8c [2021-01-19T20:14:47.953Z] ---> e5ea2f5d2fbc [2021-01-19T20:14:47.953Z] Step 21/22 : LABEL git_sha=16cc25e94c27377845b649f3af051c6a69a82b9b [2021-01-19T20:14:48.226Z] ---> Running in a8046bbdc518 [2021-01-19T20:14:48.226Z] Removing intermediate container 117abe1729b8 [2021-01-19T20:14:48.226Z] ---> 137f48f5c3b7 [2021-01-19T20:14:48.226Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-19T20:14:48.226Z] ---> Running in 6e9d941a78af [2021-01-19T20:14:48.503Z] ---> Running in 40d674136cb8 [2021-01-19T20:14:48.503Z] Removing intermediate container f86a00d6c3dd [2021-01-19T20:14:48.503Z] ---> 12d530603203 [2021-01-19T20:14:48.503Z] Step 21/21 : LABEL version=0.0.0 [2021-01-19T20:14:48.777Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-19T20:14:48.777Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-19T20:14:48.777Z] ---> eeaf43b92773 [2021-01-19T20:14:48.777Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-19T20:14:48.777Z] ---> Running in 625ccdec6c96 [2021-01-19T20:14:48.777Z] Removing intermediate container a8046bbdc518 [2021-01-19T20:14:48.777Z] ---> 91d51001997c [2021-01-19T20:14:48.777Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T20:14:50.452Z] ---> Running in acc153fcd514 [2021-01-19T20:14:50.452Z] ---> Running in 84c115a41648 [2021-01-19T20:14:50.452Z] Removing intermediate container 6e9d941a78af [2021-01-19T20:14:50.452Z] ---> 86216ca0fb6f [2021-01-19T20:14:50.452Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T20:14:50.452Z] Removing intermediate container 40d674136cb8 [2021-01-19T20:14:50.452Z] ---> 652124267047 [2021-01-19T20:14:50.452Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T20:14:50.452Z] ---> Running in afc5f2ac739b [2021-01-19T20:14:50.452Z] Removing intermediate container 625ccdec6c96 [2021-01-19T20:14:50.452Z] ---> c88bc3ae4511 [2021-01-19T20:14:50.452Z] [2021-01-19T20:14:50.452Z] ---> Running in 36b2f1a4cd6c [2021-01-19T20:14:50.452Z] Removing intermediate container 84c115a41648 [2021-01-19T20:14:50.452Z] ---> 1c3ddad5ef25 [2021-01-19T20:14:50.452Z] [2021-01-19T20:14:50.452Z] Successfully built c88bc3ae4511 [2021-01-19T20:14:50.452Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-19T20:14:50.452Z]  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go [2021-01-19T20:14:50.452Z] Removing intermediate container afc5f2ac739b [2021-01-19T20:14:50.452Z] ---> f9fdefabd3e6 [2021-01-19T20:14:50.452Z] [2021-01-19T20:14:50.452Z] Successfully built 1c3ddad5ef25 [2021-01-19T20:14:50.452Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-19T20:14:50.452Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2021-01-19T20:14:50.736Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T20:14:50.736Z] Successfully built f9fdefabd3e6 [2021-01-19T20:14:50.736Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-19T20:14:51.013Z]  Building docker-security-bootstrap-redis-go ... done Building docker-core-command-go [2021-01-19T20:14:51.013Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T20:14:51.625Z] (1/2) Installing readline (8.0.4-r0) [2021-01-19T20:14:51.905Z] (2/2) Installing bash (5.0.17-r0) [2021-01-19T20:14:51.905Z] Executing bash-5.0.17-r0.post-install [2021-01-19T20:14:51.905Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T20:14:51.905Z] OK: 12 MiB in 22 packages [2021-01-19T20:14:52.184Z] Removing intermediate container 36b2f1a4cd6c [2021-01-19T20:14:52.184Z] ---> 10c9c8d75741 [2021-01-19T20:14:52.184Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-19T20:14:52.474Z] ---> Running in 02b736184022 [2021-01-19T20:14:53.474Z] Removing intermediate container acc153fcd514 [2021-01-19T20:14:53.474Z] ---> 875eb43c97c2 [2021-01-19T20:14:53.474Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-19T20:14:54.075Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T20:14:54.349Z] ---> Running in 69abee80df41 [2021-01-19T20:14:54.948Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T20:14:55.319Z] 2021-01-19T20:14:52Z INFO Waiting for automatic snapd restart... [2021-01-19T20:14:55.579Z] Removing intermediate container 69abee80df41 [2021-01-19T20:14:55.579Z] ---> 5dac21d98a23 [2021-01-19T20:14:55.580Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-19T20:14:55.580Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-19T20:14:55.580Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-19T20:14:55.855Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-19T20:14:56.139Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-19T20:14:56.139Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-19T20:14:56.419Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T20:14:56.419Z] OK: 8 MiB in 19 packages [2021-01-19T20:14:56.694Z] ---> Running in 6a1491ceb6c2 [2021-01-19T20:14:58.157Z] Removing intermediate container 6a1491ceb6c2 [2021-01-19T20:14:58.157Z] ---> 7dc90edb52c0 [2021-01-19T20:14:58.157Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-19T20:14:59.141Z] ---> Running in 6d40768570e0 [2021-01-19T20:14:59.141Z] Removing intermediate container 02b736184022 [2021-01-19T20:14:59.141Z] ---> b98f5d9df5e4 [2021-01-19T20:14:59.141Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T20:14:59.775Z] Removing intermediate container 6d40768570e0 [2021-01-19T20:14:59.775Z] ---> 94f5ff24baf9 [2021-01-19T20:14:59.775Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-19T20:15:00.377Z] ---> 8e1aaff904b9 [2021-01-19T20:15:00.377Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-19T20:15:01.814Z] ---> 2d006f036335 [2021-01-19T20:15:01.814Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-19T20:15:02.090Z] ---> bdcfbda116e1 [2021-01-19T20:15:02.090Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-19T20:15:03.070Z] ---> a164411a7f09 [2021-01-19T20:15:03.070Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-19T20:15:03.668Z] ---> 6cbfeef56694 [2021-01-19T20:15:03.668Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-19T20:15:04.265Z] ---> Running in c3d8f9a9f206 [2021-01-19T20:15:04.265Z] ---> 970b70467d22 [2021-01-19T20:15:04.265Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-19T20:15:04.537Z] ---> Running in e09402e26388 [2021-01-19T20:15:04.838Z] Removing intermediate container c3d8f9a9f206 [2021-01-19T20:15:04.839Z] ---> 0ad0a293351b [2021-01-19T20:15:04.839Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T20:15:04.839Z] ---> Running in 6a25c27c7166 [2021-01-19T20:15:05.444Z] Removing intermediate container 6a25c27c7166 [2021-01-19T20:15:05.444Z] ---> 7b0b27e893d4 [2021-01-19T20:15:05.444Z] Step 21/23 : LABEL arch=arm64 [2021-01-19T20:15:05.724Z] ---> Running in cce720ea0e56 [2021-01-19T20:15:05.999Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T20:15:05.999Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T20:15:06.273Z] Removing intermediate container cce720ea0e56 [2021-01-19T20:15:06.273Z] ---> 9be65bb377c1 [2021-01-19T20:15:06.273Z] Step 22/23 : LABEL git_sha=16cc25e94c27377845b649f3af051c6a69a82b9b [2021-01-19T20:15:06.545Z] ---> Running in 7ae8879b9c88 [2021-01-19T20:15:06.545Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-19T20:15:06.818Z] (2/33) Installing expat (2.2.9-r1) [2021-01-19T20:15:06.818Z] (3/33) Installing libffi (3.3-r2) [2021-01-19T20:15:06.818Z] (4/33) Installing gdbm (1.13-r1) [2021-01-19T20:15:06.818Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-19T20:15:06.818Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-19T20:15:06.818Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-19T20:15:07.092Z] Removing intermediate container 7ae8879b9c88 [2021-01-19T20:15:07.092Z] ---> f7a30cdb5521 [2021-01-19T20:15:07.092Z] Step 23/23 : LABEL version=0.0.0 [2021-01-19T20:15:08.077Z] ---> Running in 7bc94724db73 [2021-01-19T20:15:08.077Z] ERROR: Failed to create usr/lib/python3.8/lib-dynload/_codecs_jp.cpython-38-aarch64-linux-gnu.so: I/O error [2021-01-19T20:15:08.077Z] ERROR: python3-3.8.5-r0: IO ERROR [2021-01-19T20:15:08.353Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-19T20:15:08.353Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-19T20:15:08.353Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-19T20:15:08.353Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-19T20:15:08.353Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-19T20:15:08.353Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-19T20:15:08.353Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-19T20:15:08.629Z] Removing intermediate container 7bc94724db73 [2021-01-19T20:15:08.629Z] ---> db6662d2a3d6 [2021-01-19T20:15:08.629Z] [2021-01-19T20:15:08.629Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-19T20:15:08.629Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-19T20:15:08.629Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-19T20:15:08.629Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-19T20:15:08.629Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-19T20:15:08.629Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-19T20:15:08.629Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-19T20:15:08.630Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-19T20:15:08.904Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-19T20:15:08.904Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-19T20:15:08.904Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-19T20:15:08.904Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-19T20:15:08.904Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-19T20:15:08.904Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-19T20:15:08.904Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-19T20:15:08.904Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-19T20:15:08.904Z] Successfully built db6662d2a3d6 [2021-01-19T20:15:08.904Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-19T20:15:08.904Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-19T20:15:09.178Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-19T20:15:09.178Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-19T20:15:09.178Z] Building docker-core-metadata-go [2021-01-19T20:15:09.178Z]  Building docker-core-data-go ... done Executing busybox-1.31.1-r19.trigger [2021-01-19T20:15:09.178Z] 1 error; 26 MiB in 54 packages [2021-01-19T20:15:13.474Z] lxd 4.10 from Canonical* installed [2021-01-19T20:15:13.474Z] + sudo lxd init --auto [2021-01-19T20:15:21.634Z] + sudo snap install --classic snapcraft [2021-01-19T20:15:29.798Z] snapcraft 4.4.4 from Canonical* installed [2021-01-19T20:15:29.798Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-19T20:15:29.798Z] + patch --verbose -p1 [2021-01-19T20:15:29.798Z] Hmm... Looks like a unified diff to me... [2021-01-19T20:15:29.798Z] The text leading up to this was: [2021-01-19T20:15:29.798Z] -------------------------- [2021-01-19T20:15:29.798Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-19T20:15:29.798Z] |From: Tony Espy [2021-01-19T20:15:29.798Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-19T20:15:29.798Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-19T20:15:29.798Z] | [2021-01-19T20:15:29.798Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-19T20:15:29.798Z] |optimize the snap CI check run for pull requests. When [2021-01-19T20:15:29.798Z] |applied, it essentially strips out everything (apps and [2021-01-19T20:15:29.798Z] |parts) from the snapcraft.yaml file except those required [2021-01-19T20:15:29.798Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-19T20:15:29.798Z] |catch changes to edgex-go that break the snap build. [2021-01-19T20:15:29.798Z] | [2021-01-19T20:15:29.798Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-19T20:15:29.798Z] |to update this patch file, otherwise it may fail to apply, [2021-01-19T20:15:29.798Z] |resulting in a failed snap build CI check in the associated [2021-01-19T20:15:29.798Z] |pull request. [2021-01-19T20:15:29.798Z] | [2021-01-19T20:15:29.798Z] |Note - in addition to applying this patch, the pipeline also [2021-01-19T20:15:29.798Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-19T20:15:29.798Z] |need to build the finally binary .snap file (and it won't [2021-01-19T20:15:29.798Z] |work with the patch applied). This further reduces the build [2021-01-19T20:15:29.798Z] |time. [2021-01-19T20:15:29.798Z] |--- [2021-01-19T20:15:29.798Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-19T20:15:29.798Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-19T20:15:29.798Z] | [2021-01-19T20:15:29.798Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-19T20:15:29.798Z] |index 1e537489..faf42425 100644 [2021-01-19T20:15:29.798Z] |--- a/snap/snapcraft.yaml [2021-01-19T20:15:29.798Z] |+++ b/snap/snapcraft.yaml [2021-01-19T20:15:29.798Z] -------------------------- [2021-01-19T20:15:29.798Z] patching file snap/snapcraft.yaml [2021-01-19T20:15:29.798Z] Using Plan A... [2021-01-19T20:15:29.798Z] Hunk #1 succeeded at 73. [2021-01-19T20:15:29.798Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-19T20:15:29.798Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-19T20:15:29.798Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-01-19T20:15:29.798Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-01-19T20:15:29.798Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-01-19T20:15:29.798Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-01-19T20:15:29.798Z] Hunk #8 succeeded at 342. [2021-01-19T20:15:29.798Z] Hmm... Ignoring the trailing garbage. [2021-01-19T20:15:29.798Z] done [2021-01-19T20:15:29.798Z] + sudo snapcraft prime --use-lxd [2021-01-19T20:15:31.719Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-19T20:15:31.719Z] 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-19T20:15:31.719Z] - README.md [2021-01-19T20:15:31.719Z] - snapcraft.yaml.orig [2021-01-19T20:15:31.719Z] [2021-01-19T20:15:31.719Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-19T20:15:32.666Z] Launching a container. [2021-01-19T20:15:47.605Z] Waiting for container to be ready [2021-01-19T20:15:47.605Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-19T20:15:47.605Z] [2021-01-19T20:15:48.182Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T20:15:48.183Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T20:15:48.183Z] ---> 38518f5f7ea8 [2021-01-19T20:15:48.183Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T20:15:48.183Z] ---> Using cache [2021-01-19T20:15:48.183Z] ---> 376648bc4563 [2021-01-19T20:15:48.183Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T20:15:48.183Z] ---> Using cache [2021-01-19T20:15:48.183Z] ---> ff612171066d [2021-01-19T20:15:48.183Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-19T20:15:48.183Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T20:15:48.183Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T20:15:48.183Z] ---> 38518f5f7ea8 [2021-01-19T20:15:48.183Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T20:15:48.183Z] ---> Using cache [2021-01-19T20:15:48.183Z] ---> 376648bc4563 [2021-01-19T20:15:48.183Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T20:15:48.183Z] ---> Using cache [2021-01-19T20:15:48.183Z] ---> ff612171066d [2021-01-19T20:15:48.183Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T20:15:48.183Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T20:15:48.183Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T20:15:48.183Z] ---> 38518f5f7ea8 [2021-01-19T20:15:48.183Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T20:15:48.183Z] ---> Using cache [2021-01-19T20:15:48.183Z] ---> 376648bc4563 [2021-01-19T20:15:48.183Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T20:15:48.183Z] ---> Using cache [2021-01-19T20:15:48.183Z] ---> ff612171066d [2021-01-19T20:15:48.183Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T20:15:48.183Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T20:15:48.183Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T20:15:48.183Z] ---> 38518f5f7ea8 [2021-01-19T20:15:48.183Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T20:15:48.183Z] ---> Using cache [2021-01-19T20:15:48.183Z] ---> 376648bc4563 [2021-01-19T20:15:48.183Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T20:15:48.183Z] ---> Using cache [2021-01-19T20:15:48.183Z] ---> ff612171066d [2021-01-19T20:15:48.183Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T20:15:48.183Z] ---> Running in 7a173f9dda8d [2021-01-19T20:15:48.183Z] ---> Running in d5195526e3b1 [2021-01-19T20:15:48.183Z] ---> Running in 4fc97a541a2f [2021-01-19T20:15:48.183Z] ---> Running in 08f37011f44a [2021-01-19T20:15:49.528Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-19T20:15:49.619Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T20:15:49.891Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T20:15:49.891Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T20:15:49.891Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T20:15:50.101Z] Waiting for network to be ready... [2021-01-19T20:15:50.489Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T20:15:50.489Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T20:15:50.675Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-19T20:15:50.675Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-19T20:15:50.761Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T20:15:50.761Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T20:15:50.937Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-19T20:15:50.937Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-19T20:15:51.200Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-19T20:15:51.200Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-19T20:15:51.359Z] OK: 217 MiB in 51 packages [2021-01-19T20:15:51.359Z] OK: 217 MiB in 51 packages [2021-01-19T20:15:51.359Z] OK: 217 MiB in 51 packages [2021-01-19T20:15:51.466Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-19T20:15:51.466Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-19T20:15:51.466Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-19T20:15:51.466Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-19T20:15:51.466Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-19T20:15:51.466Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-19T20:15:51.466Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-19T20:15:51.466Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-19T20:15:51.466Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-19T20:15:51.466Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-19T20:15:51.466Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-19T20:15:51.466Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-19T20:15:51.639Z] OK: 217 MiB in 51 packages [2021-01-19T20:15:52.046Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-19T20:15:52.046Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1844 kB] [2021-01-19T20:15:52.307Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-19T20:15:52.307Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-19T20:15:52.307Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-19T20:15:52.307Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-19T20:15:52.307Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-19T20:15:52.307Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1706 kB] [2021-01-19T20:15:52.569Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] [2021-01-19T20:15:53.112Z] Removing intermediate container d5195526e3b1 [2021-01-19T20:15:53.112Z] ---> 70b9b43cfae3 [2021-01-19T20:15:53.112Z] Step 6/22 : COPY go.mod . [2021-01-19T20:15:53.112Z] Removing intermediate container 7a173f9dda8d [2021-01-19T20:15:53.112Z] ---> c8bc9f6b3623 [2021-01-19T20:15:53.112Z] Step 6/24 : COPY go.mod . [2021-01-19T20:15:53.390Z] Removing intermediate container 4fc97a541a2f [2021-01-19T20:15:53.390Z] ---> 37f396cd3e3d [2021-01-19T20:15:53.390Z] Step 6/21 : COPY go.mod . [2021-01-19T20:15:53.673Z] Removing intermediate container 08f37011f44a [2021-01-19T20:15:53.673Z] ---> 0696e79387e5 [2021-01-19T20:15:53.673Z] Step 6/22 : COPY go.mod . [2021-01-19T20:15:53.950Z] ---> 833e64ff6143 [2021-01-19T20:15:53.950Z] Step 7/22 : RUN go mod download [2021-01-19T20:15:54.224Z] ---> c8e54a4887dd [2021-01-19T20:15:54.224Z] Step 7/24 : RUN go mod download [2021-01-19T20:15:54.224Z] ---> Running in 7c98976d6695 [2021-01-19T20:15:54.498Z] ---> Running in 2808babb5b12 [2021-01-19T20:15:54.498Z] ---> e2cb863a77d3 [2021-01-19T20:15:54.498Z] Step 7/21 : RUN go mod download [2021-01-19T20:15:54.498Z] ---> 7d34756c4413 [2021-01-19T20:15:54.498Z] Step 7/22 : RUN go mod download [2021-01-19T20:15:54.776Z] ---> Running in bf4c31c9ec0b [2021-01-19T20:15:54.776Z] ---> Running in d0e1ff2bd264 [2021-01-19T20:15:56.794Z] Fetched 23.8 MB in 6s (3945 kB/s) [2021-01-19T20:15:57.760Z] Reading package lists... [2021-01-19T20:15:58.196Z] Removing intermediate container 7c98976d6695 [2021-01-19T20:15:58.196Z] ---> 2f4b7411c9b8 [2021-01-19T20:15:58.196Z] Step 8/22 : COPY . . [2021-01-19T20:15:58.196Z] Removing intermediate container 2808babb5b12 [2021-01-19T20:15:58.196Z] ---> 918ace9c0bcc [2021-01-19T20:15:58.196Z] Step 8/24 : COPY . . [2021-01-19T20:15:58.284Z] Reading package lists... [2021-01-19T20:15:58.284Z] Building dependency tree... [2021-01-19T20:15:58.284Z] Reading state information... [2021-01-19T20:15:58.547Z] The following additional packages will be installed: [2021-01-19T20:15:58.547Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-19T20:15:58.547Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-19T20:15:58.547Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-19T20:15:58.547Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-19T20:15:58.547Z] Suggested packages: [2021-01-19T20:15:58.547Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-19T20:15:58.547Z] Recommended packages: [2021-01-19T20:15:58.547Z] gnupg libsasl2-modules [2021-01-19T20:15:58.547Z] The following NEW packages will be installed: [2021-01-19T20:15:58.547Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-19T20:15:58.547Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-19T20:15:58.547Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-19T20:15:58.547Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-19T20:15:58.547Z] The following packages will be upgraded: [2021-01-19T20:15:58.547Z] gpg gpg-agent gpgconf libudev1 [2021-01-19T20:15:58.801Z] Removing intermediate container bf4c31c9ec0b [2021-01-19T20:15:58.801Z] ---> 1fe2fdb30c88 [2021-01-19T20:15:58.801Z] Step 8/21 : COPY . . [2021-01-19T20:15:58.801Z] Removing intermediate container d0e1ff2bd264 [2021-01-19T20:15:58.801Z] ---> 610d55f7069d [2021-01-19T20:15:58.801Z] Step 8/22 : COPY . . [2021-01-19T20:15:58.808Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-19T20:15:58.808Z] Need to get 3533 kB of archives. [2021-01-19T20:15:58.808Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-19T20:15:58.808Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-19T20:15:58.808Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-19T20:15:59.071Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-19T20:15:59.333Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-19T20:15:59.333Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-19T20:15:59.333Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-01-19T20:15:59.333Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-19T20:15:59.333Z] 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-19T20:15:59.333Z] 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-19T20:15:59.333Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-19T20:15:59.596Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-19T20:15:59.596Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-19T20:15:59.596Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-19T20:15:59.596Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-19T20:15:59.596Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-19T20:15:59.596Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-19T20:15:59.596Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-19T20:15:59.596Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-19T20:15:59.596Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-19T20:15:59.596Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-19T20:15:59.596Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-19T20:15:59.596Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-19T20:15:59.859Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-19T20:15:59.859Z] Fetched 3533 kB in 1s (3236 kB/s) [2021-01-19T20:15:59.859Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-19T20:15:59.859Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-19T20:16:00.121Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-19T20:16:00.121Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-19T20:16:00.121Z] Selecting previously unselected package udev. [2021-01-19T20:16:00.121Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-19T20:16:00.121Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-19T20:16:00.121Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-19T20:16:00.702Z] Selecting previously unselected package libfuse2:amd64. [2021-01-19T20:16:00.702Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-19T20:16:00.702Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-19T20:16:00.702Z] Selecting previously unselected package fuse. [2021-01-19T20:16:00.702Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-19T20:16:00.702Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-19T20:16:00.702Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-19T20:16:00.702Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-19T20:16:00.964Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-19T20:16:00.964Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-19T20:16:00.964Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-19T20:16:00.964Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-19T20:16:01.230Z] Selecting previously unselected package libksba8:amd64. [2021-01-19T20:16:01.230Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-19T20:16:01.230Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-19T20:16:01.230Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-19T20:16:01.230Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T20:16:01.230Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T20:16:01.230Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-19T20:16:01.230Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T20:16:01.230Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T20:16:01.494Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-19T20:16:01.494Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T20:16:01.494Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T20:16:01.494Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-19T20:16:01.494Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T20:16:01.494Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T20:16:01.494Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-19T20:16:01.494Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T20:16:01.494Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T20:16:01.755Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-19T20:16:01.755Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T20:16:01.755Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T20:16:01.755Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-19T20:16:01.755Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T20:16:01.755Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T20:16:01.755Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-19T20:16:01.755Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T20:16:01.755Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T20:16:02.018Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-19T20:16:02.018Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T20:16:02.018Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T20:16:02.018Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-19T20:16:02.018Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-19T20:16:02.018Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-19T20:16:02.018Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-19T20:16:02.018Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-19T20:16:02.018Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-19T20:16:02.018Z] Selecting previously unselected package libldap-common. [2021-01-19T20:16:02.018Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-19T20:16:02.281Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-19T20:16:02.281Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-19T20:16:02.281Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-19T20:16:02.281Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-19T20:16:02.281Z] Selecting previously unselected package dirmngr. [2021-01-19T20:16:02.281Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-19T20:16:02.281Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-19T20:16:02.544Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-19T20:16:02.544Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-19T20:16:02.544Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-19T20:16:02.544Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-19T20:16:02.544Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-19T20:16:02.544Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-19T20:16:02.544Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T20:16:02.544Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-19T20:16:02.805Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-19T20:16:02.805Z] Setting up udev (237-3ubuntu10.44) ... [2021-01-19T20:16:03.382Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-19T20:16:03.382Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T20:16:03.382Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-19T20:16:03.382Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-19T20:16:03.382Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-19T20:16:03.382Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T20:16:03.644Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T20:16:03.644Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T20:16:03.644Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T20:16:03.644Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T20:16:03.644Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T20:16:03.644Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T20:16:03.644Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-19T20:16:03.644Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-19T20:16:03.644Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-19T20:16:04.592Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-19T20:16:04.592Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-19T20:16:04.592Z] This means they are not meant to be enabled using systemctl. [2021-01-19T20:16:04.592Z] Possible reasons for having this kind of units are: [2021-01-19T20:16:04.592Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-19T20:16:04.592Z] .wants/ or .requires/ directory. [2021-01-19T20:16:04.592Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-19T20:16:04.592Z] a requirement dependency on it. [2021-01-19T20:16:04.592Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-19T20:16:04.592Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-19T20:16:04.592Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-19T20:16:04.592Z] instance name specified. [2021-01-19T20:16:04.854Z] Reading package lists... [2021-01-19T20:16:04.854Z] Building dependency tree... [2021-01-19T20:16:04.854Z] Reading state information... [2021-01-19T20:16:05.116Z] The following additional packages will be installed: [2021-01-19T20:16:05.116Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-19T20:16:05.116Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-19T20:16:05.116Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-19T20:16:05.116Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-19T20:16:05.117Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-19T20:16:05.117Z] Suggested packages: [2021-01-19T20:16:05.117Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-19T20:16:05.117Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-19T20:16:05.117Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-19T20:16:05.117Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-19T20:16:05.117Z] systemd-container policykit-1 [2021-01-19T20:16:05.117Z] Recommended packages: [2021-01-19T20:16:05.117Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-19T20:16:05.117Z] The following NEW packages will be installed: [2021-01-19T20:16:05.117Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-19T20:16:05.117Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-19T20:16:05.117Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-19T20:16:05.117Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-19T20:16:05.117Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-19T20:16:05.117Z] The following packages will be upgraded: [2021-01-19T20:16:05.117Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-19T20:16:05.379Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-19T20:16:05.379Z] Need to get 35.2 MB of archives. [2021-01-19T20:16:05.379Z] After this operation, 141 MB of additional disk space will be used. [2021-01-19T20:16:05.379Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-19T20:16:05.379Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-19T20:16:05.953Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-19T20:16:06.225Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-19T20:16:06.225Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-19T20:16:06.225Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-19T20:16:06.225Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-19T20:16:06.225Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-19T20:16:06.225Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-19T20:16:06.225Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-19T20:16:06.225Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-19T20:16:06.225Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-19T20:16:06.225Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-19T20:16:06.225Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-19T20:16:06.225Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-19T20:16:06.225Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-19T20:16:06.488Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-19T20:16:06.488Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-19T20:16:06.488Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-19T20:16:06.488Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-19T20:16:06.488Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-19T20:16:06.488Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-19T20:16:06.751Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-19T20:16:06.751Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-19T20:16:06.751Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-19T20:16:06.751Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-19T20:16:06.751Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-19T20:16:06.751Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-19T20:16:06.751Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-19T20:16:06.751Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-19T20:16:07.700Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-19T20:16:07.700Z] Fetched 35.2 MB in 2s (14.7 MB/s) [2021-01-19T20:16:07.700Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-19T20:16:07.700Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-19T20:16:07.963Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-19T20:16:08.537Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-19T20:16:08.800Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-19T20:16:08.800Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-19T20:16:08.800Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-19T20:16:08.800Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-19T20:16:09.072Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-19T20:16:09.072Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-19T20:16:09.334Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-19T20:16:09.334Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-19T20:16:09.334Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-19T20:16:09.596Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-19T20:16:09.596Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-19T20:16:10.170Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-19T20:16:10.170Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-19T20:16:10.170Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-19T20:16:10.170Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-19T20:16:10.431Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-19T20:16:10.432Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-19T20:16:10.432Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T20:16:10.694Z] Selecting previously unselected package libexpat1:amd64. [2021-01-19T20:16:10.694Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-19T20:16:10.694Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-19T20:16:10.694Z] Selecting previously unselected package python3.6-minimal. [2021-01-19T20:16:10.694Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-19T20:16:10.957Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T20:16:11.219Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-19T20:16:11.219Z] Checking for services that may need to be restarted...done. [2021-01-19T20:16:11.219Z] Checking for services that may need to be restarted...done. [2021-01-19T20:16:11.481Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T20:16:11.481Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-19T20:16:11.481Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T20:16:12.875Z] Selecting previously unselected package python3-minimal. [2021-01-19T20:16:12.875Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-19T20:16:12.875Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-19T20:16:12.875Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-19T20:16:12.876Z] Selecting previously unselected package mime-support. [2021-01-19T20:16:12.876Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-19T20:16:12.876Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-19T20:16:12.876Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-19T20:16:12.876Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-19T20:16:12.876Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-19T20:16:13.137Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-19T20:16:13.137Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-19T20:16:13.137Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T20:16:13.399Z] Selecting previously unselected package python3.6. [2021-01-19T20:16:13.399Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-19T20:16:13.399Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T20:16:13.399Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-19T20:16:13.399Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-19T20:16:13.399Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-19T20:16:13.663Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-19T20:16:13.926Z] Selecting previously unselected package python3. [2021-01-19T20:16:13.926Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-19T20:16:13.926Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-19T20:16:13.926Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-19T20:16:13.926Z] Selecting previously unselected package multiarch-support. [2021-01-19T20:16:13.926Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-19T20:16:13.926Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-19T20:16:14.189Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-19T20:16:14.189Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-19T20:16:14.189Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-19T20:16:14.189Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-19T20:16:14.189Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-19T20:16:14.453Z] Selecting previously unselected package libbsd0:amd64. [2021-01-19T20:16:14.453Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-19T20:16:14.453Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-19T20:16:14.453Z] Selecting previously unselected package sudo. [2021-01-19T20:16:14.453Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-19T20:16:14.453Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-19T20:16:14.716Z] Selecting previously unselected package apparmor. [2021-01-19T20:16:14.716Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-19T20:16:14.716Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-19T20:16:14.716Z] Selecting previously unselected package libedit2:amd64. [2021-01-19T20:16:14.978Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-19T20:16:14.978Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-19T20:16:14.978Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-19T20:16:14.978Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-19T20:16:14.978Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T20:16:14.978Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-19T20:16:14.978Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-19T20:16:14.978Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T20:16:15.240Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-19T20:16:15.240Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-19T20:16:15.240Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-19T20:16:15.240Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-19T20:16:15.240Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-19T20:16:15.240Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T20:16:15.503Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-19T20:16:15.503Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-19T20:16:15.503Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T20:16:15.503Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-19T20:16:15.503Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-19T20:16:15.503Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-19T20:16:15.767Z] Selecting previously unselected package openssh-client. [2021-01-19T20:16:15.767Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-19T20:16:15.767Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-19T20:16:15.767Z] Selecting previously unselected package squashfs-tools. [2021-01-19T20:16:15.767Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-19T20:16:15.767Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-19T20:16:16.029Z] Selecting previously unselected package snapd. [2021-01-19T20:16:16.029Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-19T20:16:16.029Z] Unpacking snapd (2.48+18.04) ... [2021-01-19T20:16:18.583Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-19T20:16:18.584Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-19T20:16:18.584Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-19T20:16:18.584Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-19T20:16:18.584Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-19T20:16:18.846Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T20:16:18.846Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-19T20:16:18.846Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-19T20:16:18.846Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-19T20:16:19.793Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-19T20:16:19.793Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-19T20:16:19.793Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-19T20:16:19.793Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T20:16:19.793Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T20:16:19.793Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T20:16:20.739Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-19T20:16:20.739Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T20:16:20.739Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-19T20:16:20.739Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-19T20:16:20.739Z] running python rtupdate hooks for python3.6... [2021-01-19T20:16:20.739Z] running python post-rtupdate hooks for python3.6... [2021-01-19T20:16:20.739Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-19T20:16:21.157Z] ---> 4e2ff2a3fbd0 [2021-01-19T20:16:21.157Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-19T20:16:21.157Z] ---> 729318a2ce1a [2021-01-19T20:16:21.157Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-19T20:16:21.157Z] ---> f1b156fc1e0e [2021-01-19T20:16:21.157Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-19T20:16:21.433Z] ---> 3e41b4adc7c4 [2021-01-19T20:16:21.433Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-19T20:16:21.433Z] ---> Running in 650e1932bdb2 [2021-01-19T20:16:21.433Z] ---> Running in bcdea56edff6 [2021-01-19T20:16:21.433Z] ---> Running in dbf64356aae5 [2021-01-19T20:16:21.714Z] ---> Running in f1f8402b1795 [2021-01-19T20:16:22.129Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-19T20:16:22.391Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T20:16:22.391Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-19T20:16:22.657Z] Setting up snapd (2.48+18.04) ... [2021-01-19T20:16:23.178Z] 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-19T20:16:23.237Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-19T20:16:23.457Z] 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-19T20:16:23.457Z] 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-19T20:16:23.498Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-19T20:16:23.498Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-19T20:16:23.738Z] 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-19T20:16:23.759Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-19T20:16:24.021Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-19T20:16:24.021Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-19T20:16:24.283Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-19T20:16:24.546Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-19T20:16:24.809Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-19T20:16:25.071Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-19T20:16:25.071Z] /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-19T20:16:25.071Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-19T20:16:25.332Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-19T20:16:26.719Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-19T20:16:26.719Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-19T20:16:26.719Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-19T20:16:28.638Z] Reading package lists... [2021-01-19T20:16:28.638Z] Reading package lists... [2021-01-19T20:16:28.901Z] Building dependency tree... [2021-01-19T20:16:28.901Z] Reading state information... [2021-01-19T20:16:28.901Z] Calculating upgrade... [2021-01-19T20:16:29.162Z] The following packages will be upgraded: [2021-01-19T20:16:29.162Z] advancecomp base-files bash binutils binutils-common [2021-01-19T20:16:29.162Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-19T20:16:29.162Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-19T20:16:29.162Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-19T20:16:29.162Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-19T20:16:29.162Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-19T20:16:29.162Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-19T20:16:29.162Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-19T20:16:29.162Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-19T20:16:29.162Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-19T20:16:29.162Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-19T20:16:29.162Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-19T20:16:29.162Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-19T20:16:29.162Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-19T20:16:29.162Z] ubuntu-keyring util-linux [2021-01-19T20:16:29.162Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-19T20:16:29.162Z] Need to get 63.7 MB of archives. [2021-01-19T20:16:29.162Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-19T20:16:29.162Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] [2021-01-19T20:16:29.425Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-19T20:16:29.425Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-19T20:16:29.425Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-19T20:16:29.425Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-19T20:16:29.425Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-19T20:16:29.425Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-19T20:16:29.425Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-19T20:16:29.425Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-19T20:16:29.425Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-19T20:16:29.425Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-19T20:16:29.425Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-19T20:16:29.425Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-19T20:16:29.425Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-19T20:16:29.425Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-19T20:16:29.426Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-19T20:16:29.426Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-19T20:16:29.426Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-19T20:16:29.426Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-19T20:16:29.426Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-19T20:16:29.426Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-19T20:16:29.688Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-19T20:16:29.688Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-19T20:16:29.688Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-19T20:16:29.688Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-19T20:16:29.688Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-19T20:16:29.688Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-19T20:16:29.688Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-19T20:16:29.688Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-19T20:16:29.688Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-19T20:16:29.688Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-19T20:16:29.688Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-19T20:16:29.688Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-19T20:16:29.688Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-19T20:16:29.688Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-19T20:16:29.688Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-19T20:16:29.688Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-19T20:16:29.688Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-19T20:16:29.688Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-19T20:16:29.688Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-19T20:16:29.688Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-19T20:16:29.688Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-19T20:16:29.688Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-19T20:16:29.688Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-19T20:16:29.688Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-19T20:16:29.688Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-19T20:16:29.688Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-19T20:16:29.688Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-19T20:16:29.688Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-01-19T20:16:29.688Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-19T20:16:29.688Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-19T20:16:29.688Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-19T20:16:29.688Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-19T20:16:29.688Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-19T20:16:29.688Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-19T20:16:29.688Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-19T20:16:29.951Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-19T20:16:30.215Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-19T20:16:30.215Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-19T20:16:30.215Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-19T20:16:30.215Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-19T20:16:30.215Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-19T20:16:30.476Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-19T20:16:30.476Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-19T20:16:30.476Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-19T20:16:30.476Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-19T20:16:30.476Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-19T20:16:30.476Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-19T20:16:30.476Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-19T20:16:30.476Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-19T20:16:30.476Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-19T20:16:30.476Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-19T20:16:30.476Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-19T20:16:30.476Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-19T20:16:30.476Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-19T20:16:30.476Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-19T20:16:30.476Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-19T20:16:30.738Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-19T20:16:30.738Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-19T20:16:30.738Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-19T20:16:30.738Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-01-19T20:16:30.738Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-19T20:16:30.738Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-19T20:16:30.738Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-01-19T20:16:30.738Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-19T20:16:30.738Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-19T20:16:30.738Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-19T20:16:30.738Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-19T20:16:30.738Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-19T20:16:30.738Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-19T20:16:30.738Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-01-19T20:16:30.738Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-19T20:16:30.738Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-19T20:16:30.738Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-19T20:16:30.738Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-19T20:16:31.000Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-19T20:16:31.000Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-19T20:16:31.261Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-19T20:16:31.261Z] Fetched 63.7 MB in 2s (35.6 MB/s) [2021-01-19T20:16:31.262Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T20:16:31.262Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-19T20:16:31.262Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-19T20:16:31.835Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-19T20:16:31.835Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-19T20:16:31.835Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... [2021-01-19T20:16:32.097Z] Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... [2021-01-19T20:16:33.054Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T20:16:33.054Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T20:16:33.054Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T20:16:33.054Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T20:16:33.054Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T20:16:33.324Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T20:16:33.324Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T20:16:33.324Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T20:16:33.324Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T20:16:33.324Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T20:16:33.586Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T20:16:33.586Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T20:16:33.586Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T20:16:33.586Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T20:16:33.849Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T20:16:33.849Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-19T20:16:33.849Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T20:16:33.849Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-19T20:16:34.111Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-19T20:16:34.111Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-19T20:16:34.111Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T20:16:34.111Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T20:16:34.374Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T20:16:34.374Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T20:16:34.374Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T20:16:34.374Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T20:16:34.637Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T20:16:34.901Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-19T20:16:34.901Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-19T20:16:34.901Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-19T20:16:35.477Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-19T20:16:35.740Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-19T20:16:35.740Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-19T20:16:35.740Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-19T20:16:35.740Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-19T20:16:35.740Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-19T20:16:36.004Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-19T20:16:36.004Z] Installing new version of config file /etc/issue ... [2021-01-19T20:16:36.004Z] Installing new version of config file /etc/issue.net ... [2021-01-19T20:16:36.266Z] Installing new version of config file /etc/lsb-release ... [2021-01-19T20:16:36.266Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-19T20:16:36.529Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-19T20:16:36.529Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-19T20:16:36.529Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-19T20:16:36.793Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T20:16:36.793Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-19T20:16:36.793Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-19T20:16:36.793Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-19T20:16:37.056Z] 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-19T20:16:37.056Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T20:16:37.056Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T20:16:37.056Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-19T20:16:37.056Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-19T20:16:37.319Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T20:16:37.319Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-19T20:16:37.319Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-19T20:16:37.319Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-19T20:16:37.581Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T20:16:37.582Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-19T20:16:37.582Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-19T20:16:37.844Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-19T20:16:37.844Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T20:16:37.844Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-19T20:16:38.107Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-19T20:16:38.107Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-19T20:16:38.107Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T20:16:38.107Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-19T20:16:38.107Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-19T20:16:38.369Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-19T20:16:38.632Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T20:16:38.632Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-19T20:16:38.632Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-19T20:16:38.632Z] Setting up grep (3.1-2build1) ... [2021-01-19T20:16:38.894Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T20:16:38.894Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-19T20:16:38.894Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-19T20:16:38.894Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-19T20:16:39.156Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T20:16:39.156Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-19T20:16:39.156Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-19T20:16:39.156Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-19T20:16:39.419Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T20:16:39.419Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-19T20:16:39.419Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-19T20:16:40.024Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-19T20:16:40.024Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-19T20:16:40.024Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-19T20:16:40.024Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-19T20:16:40.972Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-19T20:16:40.972Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T20:16:40.972Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-19T20:16:40.972Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-19T20:16:41.918Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-19T20:16:41.918Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-19T20:16:42.179Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-19T20:16:42.179Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-19T20:16:42.179Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-19T20:16:42.441Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T20:16:42.441Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-19T20:16:42.441Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-19T20:16:42.441Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-19T20:16:42.703Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T20:16:42.703Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T20:16:42.703Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T20:16:42.703Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-19T20:16:42.966Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T20:16:42.966Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T20:16:42.966Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T20:16:42.966Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-19T20:16:43.227Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T20:16:43.227Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T20:16:43.227Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T20:16:43.227Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-19T20:16:43.489Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T20:16:43.489Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T20:16:43.489Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T20:16:43.489Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-19T20:16:43.752Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T20:16:43.752Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-19T20:16:43.752Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-19T20:16:44.014Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-19T20:16:44.014Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-19T20:16:44.014Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-19T20:16:44.277Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T20:16:44.277Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-19T20:16:44.277Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-19T20:16:44.277Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-19T20:16:44.540Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T20:16:44.540Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T20:16:44.540Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T20:16:44.540Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-19T20:16:44.540Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T20:16:44.540Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T20:16:44.540Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T20:16:44.816Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-19T20:16:44.817Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T20:16:44.817Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T20:16:45.089Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T20:16:45.664Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-19T20:16:45.926Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-19T20:16:46.188Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-19T20:16:46.188Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T20:16:46.188Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-19T20:16:46.188Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-19T20:16:46.450Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-19T20:16:46.713Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T20:16:46.713Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-19T20:16:46.713Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-19T20:16:46.713Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-19T20:16:46.981Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T20:16:46.981Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-19T20:16:46.981Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-19T20:16:47.243Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-19T20:16:47.518Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T20:16:47.518Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-19T20:16:47.518Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-19T20:16:47.518Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-19T20:16:47.809Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T20:16:47.809Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-19T20:16:47.809Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-19T20:16:47.809Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-19T20:16:48.077Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T20:16:48.077Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-19T20:16:48.077Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-19T20:16:48.385Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-19T20:16:48.679Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T20:16:48.679Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T20:16:48.679Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T20:16:48.679Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-19T20:16:48.679Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-19T20:16:48.955Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-19T20:16:48.955Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-19T20:16:48.955Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-19T20:16:48.955Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T20:16:48.955Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-19T20:16:49.240Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-19T20:16:49.240Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-19T20:16:49.515Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T20:16:49.515Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-19T20:16:49.515Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-19T20:16:49.515Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-19T20:16:49.793Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T20:16:49.793Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-19T20:16:49.793Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-19T20:16:50.057Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-19T20:16:50.057Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T20:16:50.057Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-19T20:16:50.057Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-19T20:16:50.320Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-19T20:16:50.320Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T20:16:50.320Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-19T20:16:50.585Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-19T20:16:50.848Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-19T20:16:51.116Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T20:16:51.116Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-19T20:16:51.116Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-19T20:16:51.116Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-19T20:16:51.379Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T20:16:51.379Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-19T20:16:51.379Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-19T20:16:51.642Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-19T20:16:51.642Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T20:16:51.642Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-19T20:16:51.642Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-19T20:16:51.642Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-19T20:16:51.905Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T20:16:51.905Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-19T20:16:51.905Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-19T20:16:52.168Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-19T20:16:52.168Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T20:16:52.168Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-19T20:16:52.168Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-19T20:16:52.430Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-19T20:16:52.430Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T20:16:52.430Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-19T20:16:52.430Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-19T20:16:52.430Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-19T20:16:52.693Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T20:16:52.693Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-19T20:16:52.693Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-19T20:16:52.693Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-19T20:16:52.958Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-19T20:16:52.959Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-19T20:16:52.959Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-19T20:16:52.959Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-19T20:16:52.959Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-19T20:16:53.306Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-19T20:16:53.306Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-19T20:16:53.569Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-19T20:16:53.569Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-19T20:16:53.831Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-19T20:16:53.831Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-19T20:16:53.831Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-19T20:16:53.831Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-19T20:16:54.779Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-19T20:16:54.779Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-19T20:16:54.779Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-19T20:16:54.779Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-19T20:16:54.779Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-19T20:16:54.779Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-19T20:16:55.041Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-19T20:16:55.042Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-19T20:16:55.042Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-19T20:16:55.042Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-19T20:16:55.303Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-19T20:16:55.303Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-19T20:16:56.247Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-19T20:16:56.247Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-19T20:16:56.511Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-19T20:16:56.511Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-19T20:16:56.511Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-19T20:16:56.511Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-19T20:16:57.084Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-19T20:16:57.084Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-19T20:16:57.346Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-19T20:16:57.346Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-19T20:16:57.613Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-19T20:16:57.613Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-19T20:16:57.613Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T20:16:57.876Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T20:16:57.876Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T20:16:57.876Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T20:16:58.138Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T20:16:58.138Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T20:16:58.138Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T20:16:58.138Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T20:16:59.530Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T20:16:59.530Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T20:17:00.484Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T20:17:00.484Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T20:17:01.058Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T20:17:01.321Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T20:17:01.589Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T20:17:01.589Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T20:17:02.535Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T20:17:02.535Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T20:17:02.535Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-19T20:17:02.535Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-19T20:17:02.796Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-19T20:17:02.796Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-19T20:17:03.066Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-19T20:17:03.066Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-19T20:17:03.067Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-19T20:17:03.067Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-19T20:17:03.330Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-19T20:17:03.330Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-19T20:17:03.330Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-19T20:17:03.330Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-19T20:17:03.593Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-19T20:17:03.593Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-19T20:17:03.593Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T20:17:03.855Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-19T20:17:03.855Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T20:17:03.855Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T20:17:03.855Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T20:17:03.855Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-19T20:17:03.855Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-19T20:17:03.855Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-19T20:17:04.117Z] [2021-01-19T20:17:04.117Z] Current default time zone: 'Etc/UTC' [2021-01-19T20:17:04.117Z] Local time is now: Tue Jan 19 20:17:03 UTC 2021. [2021-01-19T20:17:04.117Z] Universal Time is now: Tue Jan 19 20:17:03 UTC 2021. [2021-01-19T20:17:04.117Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-19T20:17:04.117Z] [2021-01-19T20:17:04.117Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-19T20:17:04.117Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T20:17:04.117Z] Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... [2021-01-19T20:17:04.117Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-19T20:17:04.379Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-19T20:17:04.380Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-19T20:17:04.380Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-19T20:17:04.380Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-19T20:17:04.380Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-19T20:17:04.380Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-19T20:17:04.380Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T20:17:04.380Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-19T20:17:04.642Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T20:17:04.642Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-19T20:17:04.642Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T20:17:04.642Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-19T20:17:04.642Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-19T20:17:04.903Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-19T20:17:04.903Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-19T20:17:04.903Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-19T20:17:04.903Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-19T20:17:04.903Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-19T20:17:04.903Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-19T20:17:06.834Z] Updating certificates in /etc/ssl/certs... [2021-01-19T20:17:07.782Z] 22 added, 17 removed; done. [2021-01-19T20:17:07.782Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-19T20:17:07.782Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T20:17:07.782Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-19T20:17:07.782Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-19T20:17:07.782Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-19T20:17:08.045Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T20:17:08.045Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-19T20:17:08.045Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T20:17:08.045Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T20:17:08.045Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T20:17:08.045Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T20:17:08.045Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T20:17:08.045Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-19T20:17:08.308Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-19T20:17:08.308Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-19T20:17:08.308Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-19T20:17:08.308Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-19T20:17:08.308Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T20:17:08.308Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T20:17:08.308Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-19T20:17:08.571Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-19T20:17:08.571Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-19T20:17:08.571Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-19T20:17:08.571Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-19T20:17:08.833Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-19T20:17:08.833Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-19T20:17:08.833Z] Updating certificates in /etc/ssl/certs... [2021-01-19T20:17:09.408Z] 0 added, 0 removed; done. [2021-01-19T20:17:09.408Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-19T20:17:09.408Z] done. [2021-01-19T20:17:10.355Z] Reading package lists... [2021-01-19T20:17:10.355Z] Building dependency tree... [2021-01-19T20:17:10.355Z] Reading state information... [2021-01-19T20:17:10.932Z] The following NEW packages will be installed: [2021-01-19T20:17:10.932Z] apt-transport-https [2021-01-19T20:17:10.932Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-19T20:17:10.932Z] Need to get 1696 B of archives. [2021-01-19T20:17:10.932Z] After this operation, 153 kB of additional disk space will be used. [2021-01-19T20:17:10.932Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-19T20:17:11.196Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-19T20:17:11.196Z] Fetched 1696 B in 0s (7538 B/s) [2021-01-19T20:17:11.196Z] Selecting previously unselected package apt-transport-https. [2021-01-19T20:17:11.196Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-19T20:17:11.196Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-19T20:17:11.196Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-19T20:17:11.461Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-19T20:17:11.727Z] Waiting for network to be ready... [2021-01-19T20:17:19.882Z] 2021-01-19T20:17:16Z INFO Waiting for automatic snapd restart... [2021-01-19T20:17:19.882Z] snapd 2.48.2 from Canonical* installed [2021-01-19T20:17:20.828Z] "snapd" switched to the "latest/stable" channel [2021-01-19T20:17:20.828Z] [2021-01-19T20:17:26.127Z] core18 20201210 from Canonical* installed [2021-01-19T20:17:26.127Z] "core18" switched to the "latest/stable" channel [2021-01-19T20:17:26.127Z] [2021-01-19T20:17:31.803Z] 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-19T20:17:32.732Z] snapcraft 4.4.4 from Canonical* installed [2021-01-19T20:17:32.732Z] "snapcraft" switched to the "latest/stable" channel [2021-01-19T20:17:32.732Z] [2021-01-19T20:17:36.944Z] 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-19T20:17:36.944Z] - README.md [2021-01-19T20:17:36.944Z] - snapcraft.yaml.orig [2021-01-19T20:17:36.944Z] [2021-01-19T20:17:36.944Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-19T20:17:37.238Z] Removing intermediate container bcdea56edff6 [2021-01-19T20:17:37.238Z] ---> 95fd8a4c79aa [2021-01-19T20:17:37.238Z] [2021-01-19T20:17:37.238Z] Step 10/24 : FROM alpine:3.12 [2021-01-19T20:17:37.238Z] ---> afeebe901d6b [2021-01-19T20:17:37.238Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T20:17:37.238Z] ---> Using cache [2021-01-19T20:17:37.238Z] ---> 720edfde8142 [2021-01-19T20:17:37.238Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T20:17:37.843Z] ---> Running in ed96659dc91d [2021-01-19T20:17:38.831Z] Removing intermediate container ed96659dc91d [2021-01-19T20:17:38.831Z] ---> 3673c6ea2f16 [2021-01-19T20:17:38.831Z] Step 13/24 : WORKDIR / [2021-01-19T20:17:39.445Z] ---> Running in f284609fb1cf [2021-01-19T20:17:40.453Z] Removing intermediate container f284609fb1cf [2021-01-19T20:17:40.453Z] ---> 36a8742ce2c9 [2021-01-19T20:17:40.453Z] 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-19T20:17:41.078Z] Removing intermediate container 650e1932bdb2 [2021-01-19T20:17:41.078Z] ---> a4e37095f40f [2021-01-19T20:17:41.078Z] [2021-01-19T20:17:41.078Z] Step 10/21 : FROM scratch [2021-01-19T20:17:41.078Z] ---> [2021-01-19T20:17:41.078Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T20:17:41.677Z] ---> Running in 7bdc2c406427 [2021-01-19T20:17:41.677Z] Removing intermediate container f1f8402b1795 [2021-01-19T20:17:41.677Z] ---> bc778b04e6b0 [2021-01-19T20:17:41.677Z] [2021-01-19T20:17:41.677Z] Step 10/22 : FROM scratch [2021-01-19T20:17:41.677Z] ---> [2021-01-19T20:17:41.677Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T20:17:41.677Z] ---> b6a424f664e3 [2021-01-19T20:17:41.677Z] 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-19T20:17:42.284Z] ---> Running in 6c391ce3cd08 [2021-01-19T20:17:42.572Z] Removing intermediate container 7bdc2c406427 [2021-01-19T20:17:42.572Z] ---> c6b4c77f2f27 [2021-01-19T20:17:42.572Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-19T20:17:42.572Z] ---> Running in 1ba4e40e371a [2021-01-19T20:17:42.848Z] Removing intermediate container 6c391ce3cd08 [2021-01-19T20:17:42.848Z] ---> 8f46297a5097 [2021-01-19T20:17:42.848Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-19T20:17:42.848Z] ---> 70475913f265 [2021-01-19T20:17:42.848Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-19T20:17:43.127Z] ---> Running in 2444bf220b1a [2021-01-19T20:17:43.127Z] Removing intermediate container 1ba4e40e371a [2021-01-19T20:17:43.127Z] ---> 4465b4749b7d [2021-01-19T20:17:43.127Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-19T20:17:43.402Z] ---> Running in f35abc7dcbb9 [2021-01-19T20:17:43.402Z] Removing intermediate container 2444bf220b1a [2021-01-19T20:17:43.402Z] ---> 504c9531ed24 [2021-01-19T20:17:43.402Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T20:17:43.539Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-19T20:17:43.539Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-19T20:17:43.539Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-19T20:17:43.539Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-19T20:17:43.539Z] Fetched 88.7 kB in 1s (150 kB/s) [2021-01-19T20:17:43.674Z] ---> Running in 77c0be48b2fd [2021-01-19T20:17:43.951Z] ---> 896caba7796b [2021-01-19T20:17:43.951Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-19T20:17:43.951Z] Removing intermediate container f35abc7dcbb9 [2021-01-19T20:17:43.951Z] ---> 9f354f87c6cd [2021-01-19T20:17:43.951Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T20:17:44.227Z] Removing intermediate container 77c0be48b2fd [2021-01-19T20:17:44.227Z] ---> 392c8643ffff [2021-01-19T20:17:44.227Z] Step 14/22 : WORKDIR / [2021-01-19T20:17:44.503Z] ---> Running in f20c62cccb16 [2021-01-19T20:17:44.935Z] Reading package lists... [2021-01-19T20:17:45.106Z] ---> 1115a789b070 [2021-01-19T20:17:45.106Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-19T20:17:45.379Z] ---> 702d8ad1a81a [2021-01-19T20:17:45.379Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-19T20:17:45.379Z] Removing intermediate container f20c62cccb16 [2021-01-19T20:17:45.379Z] ---> d4b26cbffb41 [2021-01-19T20:17:45.379Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T20:17:45.510Z] 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-19T20:17:47.389Z] ---> 5fef37f01941 [2021-01-19T20:17:47.389Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-19T20:17:47.389Z] ---> e11b7cdbb571 [2021-01-19T20:17:47.389Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-19T20:17:47.389Z] ---> 5e48beb98f46 [2021-01-19T20:17:47.389Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-19T20:17:48.387Z] ---> c2f899c038d5 [2021-01-19T20:17:48.387Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-19T20:17:48.387Z] ---> 55e51aae1698 [2021-01-19T20:17:48.387Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-19T20:17:48.387Z] ---> abb9c52ee58f [2021-01-19T20:17:48.387Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-19T20:17:48.993Z] ---> Running in cb71587a9b28 [2021-01-19T20:17:48.993Z] ---> Running in 650feee961b6 [2021-01-19T20:17:50.006Z] ---> 11f9312e57bd [2021-01-19T20:17:50.006Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-19T20:17:50.006Z] Removing intermediate container 650feee961b6 [2021-01-19T20:17:50.006Z] ---> 85b7a84f526b [2021-01-19T20:17:50.006Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T20:17:50.285Z] ---> Running in 93cbfa9265c7 [2021-01-19T20:17:50.285Z] ---> Running in 994ef3e83d55 [2021-01-19T20:17:51.281Z] Removing intermediate container 93cbfa9265c7 [2021-01-19T20:17:51.281Z] Removing intermediate container 994ef3e83d55 [2021-01-19T20:17:51.281Z] ---> d0fb3dbbb669 [2021-01-19T20:17:51.282Z] ---> 45b03dae6ca6 [2021-01-19T20:17:51.282Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"]Step 19/21 : LABEL arch=arm64 [2021-01-19T20:17:51.282Z] [2021-01-19T20:17:51.282Z] Removing intermediate container dbf64356aae5 [2021-01-19T20:17:51.282Z] ---> 1d31dd2e5082 [2021-01-19T20:17:51.282Z] [2021-01-19T20:17:51.282Z] Step 10/22 : FROM scratch [2021-01-19T20:17:51.282Z] ---> [2021-01-19T20:17:51.282Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T20:17:51.555Z] ---> Running in 0f3ee0e27b67 [2021-01-19T20:17:51.555Z] ---> Running in 9bea74194491 [2021-01-19T20:17:51.555Z] ---> Using cache [2021-01-19T20:17:51.555Z] ---> 8f46297a5097 [2021-01-19T20:17:51.555Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-19T20:17:51.828Z] Removing intermediate container cb71587a9b28 [2021-01-19T20:17:51.828Z] ---> e979030d2d64 [2021-01-19T20:17:51.828Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-19T20:17:51.828Z] ---> Running in 44b983515eb5 [2021-01-19T20:17:52.100Z] ---> Running in 3b54f379ecf3 [2021-01-19T20:17:52.100Z] Removing intermediate container 9bea74194491 [2021-01-19T20:17:52.100Z] ---> cc4b99346ac3 [2021-01-19T20:17:52.100Z] Step 20/21 : LABEL git_sha=16cc25e94c27377845b649f3af051c6a69a82b9b [2021-01-19T20:17:52.100Z] Removing intermediate container 0f3ee0e27b67 [2021-01-19T20:17:52.100Z] ---> afcf8eda1c27 [2021-01-19T20:17:52.100Z] Step 20/22 : LABEL arch=arm64 [2021-01-19T20:17:52.188Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-19T20:17:52.188Z] Reading package lists... [2021-01-19T20:17:52.188Z] Building dependency tree... [2021-01-19T20:17:52.188Z] Reading state information... [2021-01-19T20:17:52.188Z] Suggested packages: [2021-01-19T20:17:52.188Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-19T20:17:52.188Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-19T20:17:52.188Z] Recommended packages: [2021-01-19T20:17:52.188Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-19T20:17:52.188Z] The following NEW packages will be installed: [2021-01-19T20:17:52.188Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-19T20:17:52.188Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-19T20:17:52.188Z] pkg-config zip [2021-01-19T20:17:52.188Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-19T20:17:52.188Z] Need to get 7655 kB of archives. [2021-01-19T20:17:52.188Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-19T20:17:52.188Z] 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-19T20:17:52.188Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-19T20:17:52.188Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-19T20:17:52.188Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-19T20:17:52.370Z] Removing intermediate container 44b983515eb5 [2021-01-19T20:17:52.393Z] ---> 13c1326bfab8 [2021-01-19T20:17:52.393Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T20:17:52.393Z] ---> Running in 8ae39af2486c [2021-01-19T20:17:52.394Z] ---> Running in 737f4b75e0f5 [2021-01-19T20:17:52.451Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-19T20:17:52.451Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-19T20:17:52.451Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-19T20:17:52.451Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-19T20:17:52.451Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-19T20:17:52.451Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-19T20:17:52.667Z] ---> Running in 44762eadd665 [2021-01-19T20:17:52.667Z] Removing intermediate container 3b54f379ecf3 [2021-01-19T20:17:52.667Z] ---> d5d41b025a57 [2021-01-19T20:17:52.667Z] Step 22/24 : LABEL arch=arm64 [2021-01-19T20:17:52.713Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-19T20:17:52.714Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-19T20:17:52.714Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-19T20:17:52.939Z] ---> Running in 0386424af601 [2021-01-19T20:17:52.939Z] Removing intermediate container 8ae39af2486c [2021-01-19T20:17:52.939Z] ---> 0bf1cac5784c [2021-01-19T20:17:52.939Z] Step 21/21 : LABEL version=0.0.0 [2021-01-19T20:17:52.975Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-19T20:17:52.976Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-19T20:17:52.976Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-19T20:17:52.976Z] Fetched 7655 kB in 1s (6933 kB/s) [2021-01-19T20:17:53.211Z] Removing intermediate container 737f4b75e0f5 [2021-01-19T20:17:53.211Z] ---> 0c034286e503 [2021-01-19T20:17:53.211Z] Step 21/22 : LABEL git_sha=16cc25e94c27377845b649f3af051c6a69a82b9b [2021-01-19T20:17:53.211Z] Removing intermediate container 44762eadd665 [2021-01-19T20:17:53.211Z] ---> c4ad11b5e002 [2021-01-19T20:17:53.211Z] Step 14/22 : WORKDIR / [2021-01-19T20:17:53.211Z] ---> Running in 5ecc19737539 [2021-01-19T20:17:53.211Z] ---> Running in 40ef2c243981 [2021-01-19T20:17:53.237Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-19T20:17:53.237Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-19T20:17:53.237Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-19T20:17:53.237Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-19T20:17:53.484Z] ---> Running in 1078d4aa35be [2021-01-19T20:17:53.484Z] Removing intermediate container 0386424af601 [2021-01-19T20:17:53.484Z] ---> fb6d95b2ff9a [2021-01-19T20:17:53.484Z] Step 23/24 : LABEL git_sha=16cc25e94c27377845b649f3af051c6a69a82b9b [2021-01-19T20:17:53.498Z] Selecting previously unselected package libpsl5:amd64. [2021-01-19T20:17:53.498Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-19T20:17:53.498Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-19T20:17:53.498Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-19T20:17:53.498Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-19T20:17:53.498Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-19T20:17:53.755Z] ---> Running in eda96fe959db [2021-01-19T20:17:53.755Z] Removing intermediate container 5ecc19737539 [2021-01-19T20:17:53.755Z] ---> febd43951042 [2021-01-19T20:17:53.755Z] [2021-01-19T20:17:53.759Z] Selecting previously unselected package librtmp1:amd64. [2021-01-19T20:17:53.759Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-19T20:17:53.759Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-19T20:17:53.759Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-19T20:17:53.759Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-19T20:17:53.759Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-19T20:17:53.759Z] Selecting previously unselected package liberror-perl. [2021-01-19T20:17:53.759Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-19T20:17:53.759Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-19T20:17:54.020Z] Selecting previously unselected package git-man. [2021-01-19T20:17:54.020Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-19T20:17:54.020Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-19T20:17:54.020Z] Selecting previously unselected package git. [2021-01-19T20:17:54.020Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-19T20:17:54.026Z] Removing intermediate container 40ef2c243981 [2021-01-19T20:17:54.026Z] ---> eca32d34460e [2021-01-19T20:17:54.026Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T20:17:54.026Z] Removing intermediate container 1078d4aa35be [2021-01-19T20:17:54.026Z] ---> 89d2e4dae5b0 [2021-01-19T20:17:54.026Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T20:17:54.026Z] ---> Running in 830464370de8 [2021-01-19T20:17:54.292Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-19T20:17:54.304Z] Successfully built febd43951042 [2021-01-19T20:17:54.304Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-19T20:17:54.304Z] Removing intermediate container eda96fe959db [2021-01-19T20:17:54.304Z] ---> 2cfa01ba994c [2021-01-19T20:17:54.304Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T20:17:54.579Z]  Building docker-support-scheduler-go ... done  ---> Running in a17dfc52fff2 [2021-01-19T20:17:54.579Z] Removing intermediate container 830464370de8 [2021-01-19T20:17:54.579Z] ---> 34c20a8dc55b [2021-01-19T20:17:54.579Z] [2021-01-19T20:17:54.851Z] ---> 9fc0eb01a7ec [2021-01-19T20:17:54.851Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-19T20:17:54.904Z] Selecting previously unselected package libnorm1:amd64. [2021-01-19T20:17:54.904Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-19T20:17:55.126Z] Successfully built 34c20a8dc55b [2021-01-19T20:17:55.126Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-19T20:17:55.126Z]  Building docker-core-command-go ... done Removing intermediate container a17dfc52fff2 [2021-01-19T20:17:55.126Z] ---> cf9034d24edf [2021-01-19T20:17:55.126Z] [2021-01-19T20:17:55.172Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-19T20:17:55.172Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-19T20:17:55.172Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-19T20:17:55.172Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-19T20:17:55.172Z] Selecting previously unselected package libsodium23:amd64. [2021-01-19T20:17:55.172Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-19T20:17:55.172Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-19T20:17:55.400Z] Successfully built cf9034d24edf [2021-01-19T20:17:55.400Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-19T20:17:55.439Z] Selecting previously unselected package libzmq5:amd64. [2021-01-19T20:17:55.439Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-19T20:17:55.439Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-19T20:17:55.439Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-19T20:17:55.439Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-19T20:17:55.439Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-19T20:17:55.707Z] Selecting previously unselected package pkg-config. [2021-01-19T20:17:55.707Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-19T20:17:55.707Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-19T20:17:55.707Z] Selecting previously unselected package zip. [2021-01-19T20:17:55.707Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-19T20:17:55.707Z] Unpacking zip (3.0-11build1) ... [2021-01-19T20:17:55.707Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-19T20:17:55.973Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-19T20:17:55.973Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-19T20:17:55.973Z] Setting up liberror-perl (0.17025-1) ... [2021-01-19T20:17:55.973Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-19T20:17:55.973Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-19T20:17:55.973Z] No schema files found: doing nothing. [2021-01-19T20:17:55.973Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-19T20:17:55.973Z] Setting up zip (3.0-11build1) ... [2021-01-19T20:17:55.973Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-19T20:17:55.973Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-19T20:17:55.990Z]  Building docker-security-secretstore-setup-go ... done  ---> 7c1f94fae9dd [2021-01-19T20:17:55.990Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-19T20:17:56.235Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-19T20:17:56.235Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-19T20:17:56.235Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-19T20:17:56.235Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-19T20:17:56.235Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-19T20:17:56.235Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-19T20:17:56.586Z] ---> efca1ed1b403 [2021-01-19T20:17:56.586Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-19T20:17:56.858Z] ---> Running in 7f7a2cbc3c86 [2021-01-19T20:17:57.127Z] Removing intermediate container 7f7a2cbc3c86 [2021-01-19T20:17:57.127Z] ---> 49629c8a3a13 [2021-01-19T20:17:57.127Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T20:17:57.399Z] ---> Running in d8bbfee0df99 [2021-01-19T20:17:57.670Z] Removing intermediate container d8bbfee0df99 [2021-01-19T20:17:57.670Z] ---> 381654e4c6c0 [2021-01-19T20:17:57.670Z] Step 20/22 : LABEL arch=arm64 [2021-01-19T20:17:57.940Z] ---> Running in 9a2cff424212 [2021-01-19T20:17:58.532Z] Removing intermediate container 9a2cff424212 [2021-01-19T20:17:58.532Z] ---> 5d9a4d3f9e87 [2021-01-19T20:17:58.532Z] Step 21/22 : LABEL git_sha=16cc25e94c27377845b649f3af051c6a69a82b9b [2021-01-19T20:17:58.532Z] ---> Running in 4a5003f31db6 [2021-01-19T20:17:59.131Z] Removing intermediate container 4a5003f31db6 [2021-01-19T20:17:59.131Z] ---> daa18c6295bc [2021-01-19T20:17:59.131Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T20:17:59.131Z] ---> Running in f60b9898ad39 [2021-01-19T20:17:59.401Z] Removing intermediate container f60b9898ad39 [2021-01-19T20:17:59.401Z] ---> 32f986772975 [2021-01-19T20:17:59.401Z] [2021-01-19T20:17:59.992Z] Successfully built 32f986772975 [2021-01-19T20:17:59.992Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-19T20:17:59.992Z]  Building docker-core-metadata-go ... done  [2021-01-19T20:17:59.992Z] ERROR: for docker-sys-mgmt-agent-go (, "The command '/bin/sh -c apk --no-cache add py3-pip' returned a non-zero code: 1") [2021-01-19T20:17:59.992Z] Service 'docker-sys-mgmt-agent-go' failed to build: The command '/bin/sh -c apk --no-cache add py3-pip' returned a non-zero code: 1 [Pipeline] } [2021-01-19T20:18:00.312Z] $ docker stop --time=1 acb723a75ec5af32d95c80c923c7d449ba6ddb6dec234591734abe64ac6fb133 [2021-01-19T20:18:02.226Z] $ docker rm -f acb723a75ec5af32d95c80c923c7d449ba6ddb6dec234591734abe64ac6fb133 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [2021-01-19T20:18:02.839Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [2021-01-19T20:18:03.110Z] git set to automatically installed. [2021-01-19T20:18:03.110Z] git-man set to automatically installed. [2021-01-19T20:18:03.110Z] libcurl3-gnutls set to automatically installed. [2021-01-19T20:18:03.110Z] liberror-perl set to automatically installed. [2021-01-19T20:18:03.110Z] libglib2.0-0 set to automatically installed. [2021-01-19T20:18:03.110Z] libnghttp2-14 set to automatically installed. [2021-01-19T20:18:03.110Z] libnorm1 set to automatically installed. [2021-01-19T20:18:03.110Z] libpgm-5.2-0 set to automatically installed. [2021-01-19T20:18:03.110Z] libpsl5 set to automatically installed. [2021-01-19T20:18:03.110Z] librtmp1 set to automatically installed. [2021-01-19T20:18:03.110Z] libsodium23 set to automatically installed. [2021-01-19T20:18:03.110Z] libzmq3-dev set to automatically installed. [2021-01-19T20:18:03.110Z] libzmq5 set to automatically installed. [2021-01-19T20:18:03.110Z] pkg-config set to automatically installed. [2021-01-19T20:18:03.110Z] zip set to automatically installed. [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-19T20:18:03.844Z] Failed in branch arm64 [2021-01-19T20:18:08.409Z] snapd is not logged in, snap install commands will use sudo [2021-01-19T20:18:13.707Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-19T20:18:19.002Z] snap "core18" has no updates available [2021-01-19T20:18:19.002Z] Pulling config-common [2021-01-19T20:18:20.396Z] Pulling go-build-helper [2021-01-19T20:18:46.994Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-19T20:18:46.994Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-19T20:18:46.994Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-19T20:18:46.994Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-19T20:18:46.994Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-19T20:18:46.994Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-19T20:18:46.994Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-19T20:18:46.994Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-19T20:18:46.994Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-19T20:18:46.994Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-19T20:18:46.994Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-19T20:18:46.994Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-19T20:18:46.994Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-19T20:18:46.994Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-19T20:18:46.994Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-19T20:18:46.994Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-19T20:18:46.994Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-19T20:18:46.994Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-19T20:18:46.994Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-19T20:18:46.994Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1844 kB] [2021-01-19T20:18:46.994Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-19T20:18:46.994Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-19T20:18:46.994Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-19T20:18:46.994Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-19T20:18:46.994Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-19T20:18:46.994Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1706 kB] [2021-01-19T20:18:46.994Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] [2021-01-19T20:18:46.994Z] Fetched 23.8 MB in 0s (0 B/s) [2021-01-19T20:18:46.994Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-19T20:18:46.994Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-19T20:18:46.994Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-19T20:18:46.994Z] Fetched 279 kB in 0s (0 B/s) [2021-01-19T20:18:46.994Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-19T20:18:46.994Z] Fetched 122 kB in 0s (0 B/s) [2021-01-19T20:18:46.994Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-19T20:18:46.994Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-19T20:18:46.994Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-19T20:18:46.994Z] Fetched 8848 B in 0s (0 B/s) [2021-01-19T20:18:46.994Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-19T20:18:46.994Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-19T20:18:46.994Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-19T20:18:46.994Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-19T20:18:46.994Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-19T20:18:46.994Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-19T20:18:46.994Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-19T20:18:46.994Z] Fetched 214 kB in 0s (0 B/s) [2021-01-19T20:18:46.994Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-19T20:18:46.994Z] Fetched 155 kB in 0s (0 B/s) [2021-01-19T20:18:46.994Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-19T20:18:46.994Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-19T20:18:46.994Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-19T20:18:46.994Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-19T20:18:46.994Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-19T20:18:46.994Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-19T20:18:46.994Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-19T20:18:46.994Z] Fetched 499 kB in 0s (0 B/s) [2021-01-19T20:18:46.994Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-19T20:18:46.994Z] Fetched 111 kB in 0s (0 B/s) [2021-01-19T20:18:46.994Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-19T20:18:46.994Z] Fetched 240 kB in 0s (0 B/s) [2021-01-19T20:18:46.994Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-19T20:18:46.994Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-19T20:18:46.994Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-19T20:18:46.994Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-19T20:18:46.994Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-19T20:18:46.994Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-19T20:18:46.994Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-19T20:18:46.994Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-19T20:18:46.994Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-19T20:18:46.994Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-19T20:18:46.994Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-19T20:18:46.994Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-19T20:18:46.994Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-19T20:18:46.994Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-19T20:18:46.994Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-19T20:18:46.994Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-19T20:18:46.994Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-19T20:18:46.994Z] Fetched 8720 B in 0s (0 B/s) [2021-01-19T20:18:46.994Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-19T20:18:46.994Z] Fetched 137 kB in 0s (0 B/s) [2021-01-19T20:18:46.994Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-19T20:18:46.994Z] Fetched 119 kB in 0s (0 B/s) [2021-01-19T20:18:46.994Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-19T20:18:46.994Z] Fetched 109 kB in 0s (0 B/s) [2021-01-19T20:18:46.994Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-19T20:18:46.994Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-19T20:18:46.994Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-19T20:18:46.994Z] Fetched 645 kB in 0s (0 B/s) [2021-01-19T20:18:46.994Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-19T20:18:46.994Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-19T20:18:46.994Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-19T20:18:46.994Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-19T20:18:46.994Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-19T20:18:46.994Z] Fetched 368 kB in 0s (0 B/s) [2021-01-19T20:18:46.994Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-19T20:18:46.994Z] Fetched 187 kB in 0s (0 B/s) [2021-01-19T20:18:46.994Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-19T20:18:46.994Z] Fetched 175 kB in 0s (0 B/s) [2021-01-19T20:18:46.994Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-19T20:18:47.939Z] Fetched 206 kB in 0s (0 B/s) [2021-01-19T20:18:47.939Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-19T20:18:47.939Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-19T20:18:47.939Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-19T20:18:47.939Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-19T20:18:47.939Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-19T20:18:47.939Z] Fetched 159 kB in 0s (0 B/s) [2021-01-19T20:18:47.939Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-19T20:18:47.939Z] Fetched 107 kB in 0s (0 B/s) [2021-01-19T20:18:47.939Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-19T20:18:47.939Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-19T20:18:47.939Z] Pulling static-packages [2021-01-19T20:18:49.329Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-01-19T20:18:49.329Z] Skipping pull go-build-helper (already ran) [2021-01-19T20:18:49.329Z] Skipping pull static-packages (already ran) [2021-01-19T20:18:49.329Z] Building go-build-helper [2021-01-19T20:18:53.546Z] Building static-packages [2021-01-19T20:18:56.099Z] Staging go-build-helper [2021-01-19T20:18:57.043Z] Staging static-packages [2021-01-19T20:18:57.985Z] Pulling go115 [2021-01-19T20:18:59.391Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-19T20:18:59.391Z] Skipping pull go115 (already ran) [2021-01-19T20:18:59.391Z] Building go115 [2021-01-19T20:18:59.391Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T20:18:59.391Z] Dload Upload Total Spent Left Speed [2021-01-19T20:19:02.255Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 8 115M 8 9.9M 0 0 19.8M 0 0:00:05 --:--:-- 0:00:05 19.8M 46 115M 46 53.5M 0 0 35.5M 0 0:00:03 0:00:01 0:00:02 35.5M 83 115M 83 96.7M 0 0 38.6M 0 0:00:02 0:00:02 --:--:-- 38.6M 100 115M 100 115M 0 0 39.9M 0 0:00:02 0:00:02 --:--:-- 39.8M [2021-01-19T20:19:02.827Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-19T20:19:08.132Z] Staging go115 [2021-01-19T20:19:14.737Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-19T20:19:14.737Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-19T20:19:14.737Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-19T20:19:14.737Z] Fetched 0 B in 0s (0 B/s) [2021-01-19T20:19:14.737Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-19T20:19:14.737Z] Fetched 224 kB in 0s (0 B/s) [2021-01-19T20:19:14.737Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-19T20:19:14.737Z] Fetched 157 kB in 0s (0 B/s) [2021-01-19T20:19:14.737Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-19T20:19:14.737Z] Fetched 221 kB in 0s (0 B/s) [2021-01-19T20:19:14.737Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-19T20:19:14.737Z] Fetched 143 kB in 0s (0 B/s) [2021-01-19T20:19:14.737Z] Pulling edgex-go [2021-01-19T20:19:16.658Z] Pulling version [2021-01-19T20:19:18.048Z] Building config-common [2021-01-19T20:19:20.625Z] Skipping build go-build-helper (already ran) [2021-01-19T20:19:20.625Z] Skipping build static-packages (already ran) [2021-01-19T20:19:20.625Z] Skipping build go115 (already ran) [2021-01-19T20:19:20.625Z] Building edgex-go [2021-01-19T20:19:21.200Z] 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-19T20:19:22.601Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-19T20:19:22.601Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.72 [2021-01-19T20:19:22.601Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 [2021-01-19T20:19:22.601Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-19T20:19:22.601Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.149 [2021-01-19T20:19:22.601Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-19T20:19:22.601Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.33 [2021-01-19T20:19:22.601Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0 [2021-01-19T20:19:22.601Z] go: downloading github.com/google/uuid v1.1.5 [2021-01-19T20:19:22.601Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-19T20:19:22.601Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-19T20:19:22.601Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-19T20:19:22.601Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-19T20:19:22.601Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-19T20:19:22.601Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-19T20:19:22.601Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-19T20:19:22.601Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-19T20:19:22.601Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-19T20:19:22.601Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-19T20:19:22.875Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-19T20:19:22.875Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-19T20:19:22.875Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-19T20:19:22.875Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-19T20:19:22.875Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-19T20:19:22.875Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-19T20:19:22.875Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-19T20:19:22.875Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-19T20:19:22.875Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-19T20:19:22.875Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-19T20:19:22.875Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-19T20:19:22.875Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-19T20:19:22.875Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-19T20:19:22.875Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-19T20:19:22.875Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-19T20:19:22.875Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-19T20:19:22.875Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-19T20:19:22.875Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-19T20:19:22.875Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-19T20:19:23.140Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-19T20:19:23.140Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-19T20:19:23.404Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-19T20:19:31.597Z] 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-19T20:19:36.957Z] 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-19T20:19:37.533Z] 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-19T20:19:38.933Z] 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-19T20:19:39.196Z] 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-19T20:19:39.196Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-01-19T20:19:39.459Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-19T20:19:39.459Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-19T20:19:39.459Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-19T20:19:41.384Z] 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-19T20:19:41.384Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-19T20:19:41.384Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-19T20:19:42.773Z] 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-19T20:19:43.717Z] 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-19T20:19:43.717Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-19T20:19:45.105Z] 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-19T20:19:46.051Z] 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-19T20:19:47.017Z] 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-19T20:19:47.017Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-19T20:19:50.419Z] Building version [2021-01-19T20:19:53.730Z] Staging config-common [2021-01-19T20:19:54.304Z] Skipping stage go-build-helper (already ran) [2021-01-19T20:19:54.304Z] Skipping stage static-packages (already ran) [2021-01-19T20:19:54.304Z] Skipping stage go115 (already ran) [2021-01-19T20:19:54.304Z] Staging edgex-go [2021-01-19T20:19:55.694Z] Staging version [2021-01-19T20:19:56.638Z] Priming config-common [2021-01-19T20:19:58.033Z] Priming go-build-helper [2021-01-19T20:19:58.980Z] Priming static-packages [2021-01-19T20:20:01.543Z] Priming go115 [2021-01-19T20:20:02.495Z] Priming edgex-go [2021-01-19T20:20:03.885Z] Priming version [2021-01-19T20:20:05.274Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [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-19T20:20:10.630Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T20:20:12.477Z] ---> package-listing.sh [2021-01-19T20:20:12.477Z] ++ facter osfamily [2021-01-19T20:20:12.477Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-19T20:20:12.903Z] + OS_FAMILY=redhat [2021-01-19T20:20:12.903Z] + workspace=/w/workspace/edgex-go/16 [2021-01-19T20:20:12.903Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-19T20:20:12.904Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-19T20:20:12.904Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-19T20:20:12.904Z] + PACKAGES=/tmp/packages_start.txt [2021-01-19T20:20:12.904Z] + '[' /w/workspace/edgex-go/16 ']' [2021-01-19T20:20:12.904Z] + PACKAGES=/tmp/packages_end.txt [2021-01-19T20:20:12.904Z] + case "${OS_FAMILY}" in [2021-01-19T20:20:12.904Z] + rpm -qa [2021-01-19T20:20:12.904Z] + sort [2021-01-19T20:20:19.667Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-19T20:20:19.667Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-19T20:20:19.667Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-19T20:20:19.667Z] + '[' /w/workspace/edgex-go/16 ']' [2021-01-19T20:20:19.667Z] + mkdir -p /w/workspace/edgex-go/16/archives/ [2021-01-19T20:20:19.667Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/16/archives/ [Pipeline] echo [2021-01-19T20:20:19.706Z] 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/16/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-19T20:20:20.028Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:20:20.666Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T20:20:20.936Z] [2021-01-19T20:20:20.936Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:20:21.382Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T20:20:21.987Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-19T20:20:21.987Z] df20fa9351a1: Pulling fs layer [2021-01-19T20:20:21.987Z] 36b3adc4ff6f: Pulling fs layer [2021-01-19T20:20:21.987Z] 8ad3a11d3b57: Pulling fs layer [2021-01-19T20:20:21.987Z] 46f8f816bc3b: Pulling fs layer [2021-01-19T20:20:21.987Z] 93b61091891f: Pulling fs layer [2021-01-19T20:20:21.987Z] 93b9cdb0e59b: Pulling fs layer [2021-01-19T20:20:21.987Z] 5e14af77c1be: Pulling fs layer [2021-01-19T20:20:21.987Z] 01666e4c0597: Pulling fs layer [2021-01-19T20:20:21.987Z] aa168da1d23b: Pulling fs layer [2021-01-19T20:20:21.987Z] 93b9cdb0e59b: Waiting [2021-01-19T20:20:21.987Z] 5e14af77c1be: Waiting [2021-01-19T20:20:21.987Z] 01666e4c0597: Waiting [2021-01-19T20:20:21.987Z] aa168da1d23b: Waiting [2021-01-19T20:20:21.987Z] 46f8f816bc3b: Waiting [2021-01-19T20:20:21.987Z] 93b61091891f: Waiting [2021-01-19T20:20:21.987Z] 36b3adc4ff6f: Verifying Checksum [2021-01-19T20:20:21.987Z] 36b3adc4ff6f: Download complete [2021-01-19T20:20:21.988Z] 46f8f816bc3b: Verifying Checksum [2021-01-19T20:20:21.988Z] 46f8f816bc3b: Download complete [2021-01-19T20:20:22.283Z] df20fa9351a1: Verifying Checksum [2021-01-19T20:20:22.283Z] df20fa9351a1: Download complete [2021-01-19T20:20:22.283Z] 93b9cdb0e59b: Verifying Checksum [2021-01-19T20:20:22.283Z] 93b9cdb0e59b: Download complete [2021-01-19T20:20:22.283Z] 5e14af77c1be: Verifying Checksum [2021-01-19T20:20:22.283Z] 5e14af77c1be: Download complete [2021-01-19T20:20:22.283Z] 01666e4c0597: Verifying Checksum [2021-01-19T20:20:22.283Z] 01666e4c0597: Download complete [2021-01-19T20:20:22.283Z] 93b61091891f: Verifying Checksum [2021-01-19T20:20:22.283Z] 93b61091891f: Download complete [2021-01-19T20:20:23.074Z] df20fa9351a1: Pull complete [2021-01-19T20:20:23.841Z] 36b3adc4ff6f: Pull complete [2021-01-19T20:20:24.125Z] 8ad3a11d3b57: Verifying Checksum [2021-01-19T20:20:24.125Z] 8ad3a11d3b57: Download complete [2021-01-19T20:20:26.866Z] 8ad3a11d3b57: Pull complete [2021-01-19T20:20:27.160Z] 46f8f816bc3b: Pull complete [2021-01-19T20:20:28.665Z] 93b61091891f: Pull complete [2021-01-19T20:20:29.295Z] 93b9cdb0e59b: Pull complete [2021-01-19T20:20:29.582Z] 5e14af77c1be: Pull complete [2021-01-19T20:20:30.279Z] aa168da1d23b: Verifying Checksum [2021-01-19T20:20:30.279Z] aa168da1d23b: Download complete [2021-01-19T20:20:30.573Z] 01666e4c0597: Pull complete [2021-01-19T20:20:49.154Z] aa168da1d23b: Pull complete [2021-01-19T20:20:49.154Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-19T20:20:49.154Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T20:20:49.154Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-19T20:20:49.694Z] prd-centos7-docker-4c-2g-21278 does not seem to be running inside a container [2021-01-19T20:20:49.794Z] $ 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/16/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/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-19T20:20:54.968Z] $ docker top abced6207d29d024798df9a54f0b6f9c318ef6d22c7304eb8bb17f7b7f832810 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T20:20:55.753Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-19T20:20:56.455Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-19T20:20:57.616Z] + ls /var/log/sa-host [2021-01-19T20:20:57.616Z] + sadf -c /var/log/sa-host/sa19 [2021-01-19T20:20:57.616Z] file_magic: OK [2021-01-19T20:20:57.616Z] HZ: Using current value: 100 [2021-01-19T20:20:57.616Z] file_header: OK [2021-01-19T20:20:57.616Z] 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-19T20:20:57.616Z] Statistics: [2021-01-19T20:20:57.616Z] 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-19T20:20:57.616Z] File successfully converted to sysstat format version 12.2.1 [2021-01-19T20:20:57.616Z] + sadf -c /var/log/sa-host/sa23 [2021-01-19T20:20:57.616Z] file_magic: OK [2021-01-19T20:20:57.616Z] HZ: Using current value: 100 [2021-01-19T20:20:57.616Z] file_header: OK [2021-01-19T20:20:57.616Z] 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-19T20:20:57.616Z] Statistics: [2021-01-19T20:20:57.616Z] Hnuu...uuuununununu... [2021-01-19T20:20:57.616Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-19T20:20:57.869Z] provisioning config files... [2021-01-19T20:20:57.927Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/16@tmp/config1353329721026810672tmp [Pipeline] { [Pipeline] echo [2021-01-19T20:20:58.003Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T20:20:58.555Z] ---> create-netrc.sh [Pipeline] } [2021-01-19T20:20:58.890Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-19T20:20:58.986Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T20:20:59.757Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-19T20:20:59.776Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T20:21:00.107Z] ---> sudo-logs.sh [2021-01-19T20:21:00.107Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-19T20:21:00.422Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T20:21:01.190Z] ---> job-cost.sh [2021-01-19T20:21:01.190Z] lf-activate-venv: SKIPPING [2021-01-19T20:21:01.190Z] INFO: No Stack... [2021-01-19T20:21:02.242Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-19T20:21:03.204Z] INFO: Archiving Costs [Pipeline] echo [2021-01-19T20:21:03.247Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T20:21:04.355Z] ---> logs-deploy.sh [2021-01-19T20:21:04.355Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3027/16 [2021-01-19T20:21:04.355Z] INFO: archiving workspace using pattern(s): [2021-01-19T20:21:07.032Z] Archives upload complete. [2021-01-19T20:21:07.375Z] INFO: archiving logs to Nexus