Pull request #3042 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of judehung for edgexfoundry/edgex-go Obtained Jenkinsfile from 6cc9d70d7caf41ac34bf8c47de58be2a559557e0+fd359634b10927f8e0ebf7f54b54c9e517c8d604 (519ce9dbffb4e0c73634241099bfa6a17848c485) 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-20449 in /w/workspace/edgexfoundry_edgex-go_PR-3042 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit fd359634b10927f8e0ebf7f54b54c9e517c8d604 into PR head commit 6cc9d70d7caf41ac34bf8c47de58be2a559557e0 Merge succeeded, producing acb5963cfbfd83457d757625f48ab38e4e513fb3 Checking out Revision acb5963cfbfd83457d757625f48ab38e4e513fb3 (PR-3042) > 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/3042/head:refs/remotes/origin/PR-3042 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6cc9d70d7caf41ac34bf8c47de58be2a559557e0 # 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 fd359634b10927f8e0ebf7f54b54c9e517c8d604 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f acb5963cfbfd83457d757625f48ab38e4e513fb3 # timeout=10 Commit message: "Merge commit 'fd359634b10927f8e0ebf7f54b54c9e517c8d604' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-15T09:08:27.204Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-15T09:08:27.438Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-15T09:08:27.557Z] ========================================================= [2021-01-15T09:08:27.557Z] EdgeX Global Pipelines Version Info [2021-01-15T09:08:27.557Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk d0632f7e6dd7bd09e4ac7c2490816ce1609dfc7c # timeout=10 [2021-01-15T09:08:29.059Z] ------------------- [2021-01-15T09:08:29.059Z] stable info: [2021-01-15T09:08:29.059Z] ------------------- [2021-01-15T09:08:29.059Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-15T09:08:29.059Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-15T09:08:29.059Z] Message: update stable to v1.0.177 [2021-01-15T09:08:30.015Z] ------------------- [2021-01-15T09:08:30.015Z] experimental info: [2021-01-15T09:08:30.015Z] ------------------- [2021-01-15T09:08:30.015Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-15T09:08:30.015Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-15T09:08:30.015Z] Message: update experimental to v1.0.177 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-15T09:08:30.389Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-15T09:08:30.471Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-15T09:08:30.625Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-15T09:08:30.734Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-15T09:08:30.841Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-15T09:08:30.976Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-15T09:08:31.073Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-15T09:08:31.160Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-15T09:08:31.244Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-15T09:08:31.430Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-15T09:08:31.518Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-15T09:08:31.602Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-15T09:08:31.692Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-15T09:08:31.783Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-15T09:08:31.914Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-15T09:08:31.997Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-15T09:08:32.080Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-15T09:08:32.164Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-15T09:08:32.246Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-15T09:08:32.339Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-15T09:08:32.441Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-15T09:08:32.551Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-15T09:08:32.645Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-15T09:08:32.757Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3042 [Pipeline] echo [2021-01-15T09:08:32.846Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3042 [Pipeline] echo [2021-01-15T09:08:32.978Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3042 [Pipeline] echo [2021-01-15T09:08:33.080Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = acb5963cfbfd83457d757625f48ab38e4e513fb3 [Pipeline] echo [2021-01-15T09:08:33.171Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = acb5963 [Pipeline] echo [2021-01-15T09:08:33.269Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-15T09:08:33.464Z] provisioning config files... [2021-01-15T09:08:33.499Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config5950383287446978952tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-15T09:08:33.854Z] ---> docker-login.sh [2021-01-15T09:08:33.854Z] nexus3.edgexfoundry.org:10001 [2021-01-15T09:08:34.117Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T09:08:34.117Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T09:08:34.117Z] Configure a credential helper to remove this warning. See [2021-01-15T09:08:34.117Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T09:08:34.117Z] [2021-01-15T09:08:34.117Z] Login Succeeded [2021-01-15T09:08:34.117Z] nexus3.edgexfoundry.org:10002 [2021-01-15T09:08:34.380Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T09:08:34.380Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T09:08:34.380Z] Configure a credential helper to remove this warning. See [2021-01-15T09:08:34.380Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T09:08:34.380Z] [2021-01-15T09:08:34.380Z] Login Succeeded [2021-01-15T09:08:34.380Z] nexus3.edgexfoundry.org:10003 [2021-01-15T09:08:34.644Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T09:08:34.644Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T09:08:34.644Z] Configure a credential helper to remove this warning. See [2021-01-15T09:08:34.644Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T09:08:34.644Z] [2021-01-15T09:08:34.644Z] Login Succeeded [2021-01-15T09:08:34.644Z] nexus3.edgexfoundry.org:10004 [2021-01-15T09:08:34.644Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T09:08:34.909Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T09:08:34.909Z] Configure a credential helper to remove this warning. See [2021-01-15T09:08:34.909Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T09:08:34.909Z] [2021-01-15T09:08:34.909Z] Login Succeeded [2021-01-15T09:08:34.909Z] docker.io [2021-01-15T09:08:34.909Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T09:08:35.174Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T09:08:35.174Z] Configure a credential helper to remove this warning. See [2021-01-15T09:08:35.174Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T09:08:35.174Z] [2021-01-15T09:08:35.174Z] Login Succeeded [2021-01-15T09:08:35.174Z] ---> docker-login.sh ends [Pipeline] } [2021-01-15T09:08:35.184Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-15T09:08:35.680Z] ++ 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-15T09:08:35.680Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T09:08:35.680Z] ++ dirname cmd/core-command/Dockerfile [2021-01-15T09:08:35.680Z] ++ cut -d/ -f2 [2021-01-15T09:08:35.680Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-15T09:08:35.680Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T09:08:35.680Z] ++ dirname cmd/core-data/Dockerfile [2021-01-15T09:08:35.680Z] ++ cut -d/ -f2 [2021-01-15T09:08:35.680Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-15T09:08:35.680Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T09:08:35.680Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-15T09:08:35.680Z] ++ cut -d/ -f2 [2021-01-15T09:08:35.680Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-15T09:08:35.680Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T09:08:35.680Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-15T09:08:35.680Z] ++ cut -d/ -f2 [2021-01-15T09:08:35.680Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-15T09:08:35.680Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T09:08:35.680Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-15T09:08:35.680Z] ++ cut -d/ -f2 [2021-01-15T09:08:35.680Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-15T09:08:35.680Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T09:08:35.680Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-15T09:08:35.680Z] ++ cut -d/ -f2 [2021-01-15T09:08:35.680Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-15T09:08:35.680Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T09:08:35.680Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-15T09:08:35.680Z] ++ cut -d/ -f2 [2021-01-15T09:08:35.680Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-15T09:08:35.680Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T09:08:35.680Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-15T09:08:35.680Z] ++ cut -d/ -f2 [2021-01-15T09:08:35.680Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-15T09:08:35.680Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T09:08:35.680Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-15T09:08:35.680Z] ++ cut -d/ -f2 [2021-01-15T09:08:35.680Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-15T09:08:35.758Z] 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-15T09:08:37.431Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-15T09:08:37.431Z] [2021-01-15T09:08:37.431Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T09:08:37.807Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-15T09:08:37.807Z] latest: Pulling from edgex-devops/git-semver [2021-01-15T09:08:37.807Z] 31603596830f: Pulling fs layer [2021-01-15T09:08:37.807Z] 2a8b12db71e7: Pulling fs layer [2021-01-15T09:08:37.807Z] 6ca5941a6612: Pulling fs layer [2021-01-15T09:08:37.807Z] ecc8261a40a4: Pulling fs layer [2021-01-15T09:08:37.807Z] ecc8261a40a4: Waiting [2021-01-15T09:08:37.807Z] 2a8b12db71e7: Verifying Checksum [2021-01-15T09:08:37.807Z] 2a8b12db71e7: Download complete [2021-01-15T09:08:37.807Z] 31603596830f: Download complete [2021-01-15T09:08:38.073Z] ecc8261a40a4: Verifying Checksum [2021-01-15T09:08:38.073Z] ecc8261a40a4: Download complete [2021-01-15T09:08:38.073Z] 6ca5941a6612: Download complete [2021-01-15T09:08:38.343Z] 31603596830f: Pull complete [2021-01-15T09:08:38.343Z] 2a8b12db71e7: Pull complete [2021-01-15T09:08:39.298Z] 6ca5941a6612: Pull complete [2021-01-15T09:08:39.298Z] ecc8261a40a4: Pull complete [2021-01-15T09:08:39.564Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-15T09:08:39.564Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-15T09:08:39.564Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-15T09:08:39.675Z] prd-centos7-docker-4c-2g-20449 does not seem to be running inside a container [2021-01-15T09:08:39.734Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-15T09:08:42.299Z] $ docker top 381513e43917d4dbae1300267561ec1e99960c2b41c1265b0a4143bea74a4c35 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-15T09:08:42.761Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-15T09:08:42.761Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-15T09:08:43.003Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-15T09:08:43.008Z] $ docker exec 381513e43917d4dbae1300267561ec1e99960c2b41c1265b0a4143bea74a4c35 ssh-agent [2021-01-15T09:08:43.179Z] SSH_AUTH_SOCK=/tmp/ssh-LZ4H4VC4mrF3/agent.11 [2021-01-15T09:08:43.179Z] SSH_AGENT_PID=16 [2021-01-15T09:08:43.194Z] Running ssh-add (command line suppressed) [2021-01-15T09:08:43.313Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_813494989354462417.key (/w/workspace/edgex-go/2@tmp/private_key_813494989354462417.key) [2021-01-15T09:08:43.365Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-15T09:08:43.711Z] + git tag --points-at HEAD [Pipeline] } [2021-01-15T09:08:43.745Z] $ docker exec --env ******** --env ******** 381513e43917d4dbae1300267561ec1e99960c2b41c1265b0a4143bea74a4c35 ssh-agent -k [2021-01-15T09:08:43.857Z] unset SSH_AUTH_SOCK; [2021-01-15T09:08:43.858Z] unset SSH_AGENT_PID; [2021-01-15T09:08:43.858Z] echo Agent pid 16 killed; [2021-01-15T09:08:43.904Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-15T09:08:44.045Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-15T09:08:44.045Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-15T09:08:44.208Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-15T09:08:44.213Z] $ docker exec 381513e43917d4dbae1300267561ec1e99960c2b41c1265b0a4143bea74a4c35 ssh-agent [2021-01-15T09:08:44.383Z] SSH_AUTH_SOCK=/tmp/ssh-qT4A6AmjMUxr/agent.44 [2021-01-15T09:08:44.383Z] SSH_AGENT_PID=49 [2021-01-15T09:08:44.390Z] Running ssh-add (command line suppressed) [2021-01-15T09:08:44.560Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_3956963639938090130.key (/w/workspace/edgex-go/2@tmp/private_key_3956963639938090130.key) [2021-01-15T09:08:44.612Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-15T09:08:44.951Z] + git semver init [2021-01-15T09:08:44.951Z] # -> Open(): unable to determine branch for HEAD [2021-01-15T09:08:44.951Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-01-15T09:08:44.951Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-01-15T09:08:44.951Z] # $SEMVER_REMOTE_NAME = origin [2021-01-15T09:08:44.951Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-15T09:08:44.951Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-15T09:08:44.951Z] # $SEMVER_BRANCH = PR-3042 [2021-01-15T09:08:44.951Z] # $SEMVER_TEMP = /tmp/semver-764897497 [2021-01-15T09:08:44.951Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-15T09:09:03.111Z] # '/tmp/semver-764897497' -> '/w/workspace/edgex-go/2/.semver' [2021-01-15T09:09:03.111Z] # -> Force: false [2021-01-15T09:09:03.111Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-01-15T09:09:03.126Z] $ docker exec --env ******** --env ******** 381513e43917d4dbae1300267561ec1e99960c2b41c1265b0a4143bea74a4c35 ssh-agent -k [2021-01-15T09:09:03.373Z] unset SSH_AUTH_SOCK; [2021-01-15T09:09:03.374Z] unset SSH_AGENT_PID; [2021-01-15T09:09:03.374Z] echo Agent pid 49 killed; [2021-01-15T09:09:03.436Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-15T09:09:04.017Z] + git semver [Pipeline] } [2021-01-15T09:09:04.047Z] $ docker stop --time=1 381513e43917d4dbae1300267561ec1e99960c2b41c1265b0a4143bea74a4c35 [2021-01-15T09:09:05.695Z] $ docker rm -f 381513e43917d4dbae1300267561ec1e99960c2b41c1265b0a4143bea74a4c35 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-15T09:09:06.247Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-15T09:09:06.785Z] Stashed 1 file(s) [Pipeline] echo [2021-01-15T09:09:06.790Z] [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-15T09:09:07.776Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-15T09:09:08.075Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-15T09:09:08.374Z] + sudo service docker restart [2021-01-15T09:09:08.374Z] + true [2021-01-15T09:09:08.374Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-15T09:09:08.964Z] ========================================================= [2021-01-15T09:09:08.964Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-15T09:09:08.964Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-15T09:09:09.322Z] + 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-15T09:09:13.586Z] Sending build context to Docker daemon 326.6MB [2021-01-15T09:09:13.586Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-15T09:09:13.586Z] Step 2/6 : FROM ${BASE} [2021-01-15T09:09:13.586Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-15T09:09:13.586Z] 188c0c94c7c5: Pulling fs layer [2021-01-15T09:09:13.586Z] 0ef7d3d256c8: Pulling fs layer [2021-01-15T09:09:13.586Z] de9db76c5a1d: Pulling fs layer [2021-01-15T09:09:13.586Z] bca2f99d35d6: Pulling fs layer [2021-01-15T09:09:13.586Z] 93359f2a8cfa: Pulling fs layer [2021-01-15T09:09:13.586Z] 7c6f9722023f: Pulling fs layer [2021-01-15T09:09:13.586Z] a35cf1a2eb13: Pulling fs layer [2021-01-15T09:09:13.586Z] 93359f2a8cfa: Waiting [2021-01-15T09:09:13.586Z] 7c6f9722023f: Waiting [2021-01-15T09:09:13.586Z] bca2f99d35d6: Waiting [2021-01-15T09:09:13.586Z] a35cf1a2eb13: Waiting [2021-01-15T09:09:13.586Z] de9db76c5a1d: Download complete [2021-01-15T09:09:13.586Z] 0ef7d3d256c8: Verifying Checksum [2021-01-15T09:09:13.586Z] 0ef7d3d256c8: Download complete [2021-01-15T09:09:13.586Z] 93359f2a8cfa: Download complete [2021-01-15T09:09:13.586Z] 7c6f9722023f: Verifying Checksum [2021-01-15T09:09:13.586Z] 7c6f9722023f: Download complete [2021-01-15T09:09:14.552Z] 188c0c94c7c5: Download complete [2021-01-15T09:09:14.820Z] 188c0c94c7c5: Pull complete [2021-01-15T09:09:15.085Z] 0ef7d3d256c8: Pull complete [2021-01-15T09:09:15.357Z] de9db76c5a1d: Pull complete [2021-01-15T09:09:15.949Z] a35cf1a2eb13: Verifying Checksum [2021-01-15T09:09:15.949Z] a35cf1a2eb13: Download complete [2021-01-15T09:09:16.528Z] bca2f99d35d6: Verifying Checksum [2021-01-15T09:09:16.528Z] bca2f99d35d6: Download complete [2021-01-15T09:09:21.864Z] bca2f99d35d6: Pull complete [2021-01-15T09:09:21.864Z] 93359f2a8cfa: Pull complete [2021-01-15T09:09:21.864Z] 7c6f9722023f: Pull complete [2021-01-15T09:09:22.189Z] Still waiting to schedule task [2021-01-15T09:09:22.189Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-15T09:09:27.214Z] a35cf1a2eb13: Pull complete [2021-01-15T09:09:27.215Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-15T09:09:27.215Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-15T09:09:27.215Z] ---> a62c8e92a672 [2021-01-15T09:09:27.215Z] 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-15T09:09:27.215Z] ---> Running in a00b2a60444a [2021-01-15T09:09:27.484Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T09:09:28.436Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T09:09:28.699Z] (1/12) Installing libmagic (5.38-r0) [2021-01-15T09:09:28.961Z] (2/12) Installing file (5.38-r0) [2021-01-15T09:09:28.961Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-15T09:09:29.224Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-15T09:09:32.543Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-15T09:09:32.543Z] (6/12) Installing patch (2.7.6-r6) [2021-01-15T09:09:32.543Z] (7/12) Installing build-base (0.5-r2) [2021-01-15T09:09:32.806Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-15T09:09:32.806Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-15T09:09:32.806Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-15T09:09:33.069Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-15T09:09:33.069Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-15T09:09:33.333Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T09:09:33.333Z] OK: 233 MiB in 51 packages [2021-01-15T09:09:37.558Z] Removing intermediate container a00b2a60444a [2021-01-15T09:09:37.558Z] ---> 7f7fb769090c [2021-01-15T09:09:37.558Z] Step 4/6 : WORKDIR /edgex-go [2021-01-15T09:09:37.558Z] ---> Running in 170f7f6ced37 [2021-01-15T09:09:37.558Z] Removing intermediate container 170f7f6ced37 [2021-01-15T09:09:37.558Z] ---> 98316dd78683 [2021-01-15T09:09:37.558Z] Step 5/6 : COPY go.mod . [2021-01-15T09:09:37.558Z] ---> 0875148f0974 [2021-01-15T09:09:37.558Z] Step 6/6 : RUN go mod download [2021-01-15T09:09:37.558Z] ---> Running in 866cf69b5582 [2021-01-15T09:09:59.584Z] Removing intermediate container 866cf69b5582 [2021-01-15T09:09:59.584Z] ---> 08a12476c2bd [2021-01-15T09:09:59.584Z] Successfully built 08a12476c2bd [2021-01-15T09:09:59.584Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T09:09:59.903Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-15T09:09:59.904Z] . [Pipeline] withDockerContainer [2021-01-15T09:10:00.006Z] prd-centos7-docker-4c-2g-20449 does not seem to be running inside a container [2021-01-15T09:10:00.057Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-15T09:10:00.776Z] $ docker top 91d4a0a159d8256128f4d6fad5a168c2006048ad2fd1fa2bb28cc2b1f6be1dcc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T09:10:01.270Z] + go version [2021-01-15T09:10:01.270Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-15T09:10:01.285Z] $ docker stop --time=1 91d4a0a159d8256128f4d6fad5a168c2006048ad2fd1fa2bb28cc2b1f6be1dcc [2021-01-15T09:10:03.174Z] $ docker rm -f 91d4a0a159d8256128f4d6fad5a168c2006048ad2fd1fa2bb28cc2b1f6be1dcc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T09:10:04.017Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-15T09:10:04.018Z] . [Pipeline] withDockerContainer [2021-01-15T09:10:04.128Z] prd-centos7-docker-4c-2g-20449 does not seem to be running inside a container [2021-01-15T09:10:04.182Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-15T09:10:04.964Z] $ docker top 018c42d45c69d8b7272d052a485485ea22b421698141b80490a931eb3510f800 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-15T09:10:05.152Z] ========================================================= [2021-01-15T09:10:05.153Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-15T09:10:05.153Z] ========================================================= [Pipeline] sh [2021-01-15T09:10:05.448Z] + make test [2021-01-15T09:10:05.448Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-15T09:10:13.664Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-15T09:10:28.691Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-15T09:10:35.404Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-15T09:10:35.404Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-15T09:10:35.404Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-15T09:10:35.404Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-15T09:10:35.404Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-15T09:10:35.404Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-15T09:10:35.673Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-15T09:10:36.265Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-15T09:10:36.540Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-15T09:10:38.502Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-15T09:10:38.502Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-15T09:10:38.502Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-15T09:10:40.438Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.081s coverage: 46.6% of statements [2021-01-15T09:10:40.438Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-15T09:10:40.438Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-15T09:10:40.438Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-15T09:10:40.438Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-15T09:10:40.438Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-15T09:10:45.793Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.157s coverage: 27.0% of statements [2021-01-15T09:10:45.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-15T09:10:45.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-15T09:10:45.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-15T09:10:45.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-15T09:10:45.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-15T09:10:45.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-15T09:10:45.793Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.054s coverage: 100.0% of statements [2021-01-15T09:10:45.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-15T09:10:45.793Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.040s coverage: 100.0% of statements [2021-01-15T09:10:45.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-15T09:10:45.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-15T09:10:45.793Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.124s coverage: 67.9% of statements [2021-01-15T09:10:45.794Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-15T09:10:45.794Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-15T09:10:45.794Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.141s coverage: 82.3% of statements [2021-01-15T09:10:45.794Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-15T09:10:45.794Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-15T09:10:45.794Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-15T09:10:45.794Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-15T09:10:46.777Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.314s coverage: 28.6% of statements [2021-01-15T09:10:46.777Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-15T09:10:46.777Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-15T09:10:46.777Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-15T09:10:46.777Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-15T09:10:46.777Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-15T09:10:46.777Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.058s coverage: 100.0% of statements [2021-01-15T09:10:46.777Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-15T09:10:46.777Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.036s coverage: 100.0% of statements [2021-01-15T09:10:46.777Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-15T09:10:46.777Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.107s coverage: 86.7% of statements [2021-01-15T09:10:46.777Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-15T09:10:47.041Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.092s coverage: 97.5% of statements [2021-01-15T09:10:47.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-15T09:10:47.310Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.071s coverage: 78.3% of statements [2021-01-15T09:10:47.311Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-15T09:10:47.311Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-15T09:10:47.311Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-15T09:10:47.311Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-15T09:10:49.906Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.345s coverage: 92.8% of statements [2021-01-15T09:10:49.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-15T09:10:49.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-15T09:10:49.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-15T09:10:49.906Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-15T09:10:49.906Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-15T09:10:49.906Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-15T09:10:49.906Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-15T09:10:49.906Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-15T09:10:49.906Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-15T09:10:49.906Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-15T09:10:49.906Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-15T09:10:49.906Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-15T09:10:49.906Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-15T09:10:49.906Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-15T09:10:49.906Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-15T09:10:49.906Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-15T09:10:49.906Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-15T09:10:49.906Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-15T09:10:49.906Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements [2021-01-15T09:10:49.906Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-15T09:10:49.906Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-15T09:10:49.906Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.078s coverage: 0.1% of statements [2021-01-15T09:10:49.906Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-15T09:10:49.906Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-15T09:10:49.906Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-15T09:10:49.906Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-15T09:10:49.906Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.030s coverage: 100.0% of statements [2021-01-15T09:10:49.907Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-15T09:10:49.907Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.068s coverage: 75.5% of statements [2021-01-15T09:10:49.907Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-15T09:10:49.907Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.050s coverage: 80.8% of statements [2021-01-15T09:10:49.907Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.075s coverage: 87.2% of statements [2021-01-15T09:10:49.907Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.064s coverage: 84.2% of statements [2021-01-15T09:10:49.907Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.087s coverage: 91.4% of statements [2021-01-15T09:10:49.907Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-15T09:10:51.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.194s coverage: 63.5% of statements [2021-01-15T09:10:51.334Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-15T09:10:51.334Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-15T09:10:51.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements [2021-01-15T09:10:51.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.046s coverage: 91.3% of statements [2021-01-15T09:10:51.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.029s coverage: 100.0% of statements [2021-01-15T09:10:51.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.038s coverage: 73.7% of statements [2021-01-15T09:10:51.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements [2021-01-15T09:10:52.761Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.302s coverage: 68.9% of statements [2021-01-15T09:10:52.761Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-15T09:10:52.761Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-15T09:10:52.761Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-15T09:10:52.761Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-15T09:10:52.761Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-15T09:10:53.027Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.125s coverage: 37.0% of statements [2021-01-15T09:10:53.027Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-15T09:10:53.027Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-15T09:10:53.027Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.304s coverage: 84.0% of statements [2021-01-15T09:10:53.027Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.040s coverage: 100.0% of statements [2021-01-15T09:10:55.004Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.105s coverage: 47.1% of statements [2021-01-15T09:10:55.004Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-15T09:10:55.004Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-15T09:10:55.004Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-15T09:10:55.004Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-15T09:10:55.004Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-15T09:10:55.004Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements [2021-01-15T09:10:55.004Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-15T09:10:55.004Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.060s coverage: 100.0% of statements [2021-01-15T09:10:55.004Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-15T09:10:56.448Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.717s coverage: 29.1% of statements [2021-01-15T09:10:56.448Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-15T09:10:56.448Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-15T09:10:56.448Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-15T09:10:56.448Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-15T09:10:56.448Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-15T09:10:56.448Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.067s coverage: 99.0% of statements [2021-01-15T09:10:56.448Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-15T09:10:56.448Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements [2021-01-15T09:10:56.448Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-15T09:10:56.448Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.064s coverage: 0.0% of statements [2021-01-15T09:10:56.448Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-15T09:10:56.448Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.041s coverage: 100.0% of statements [2021-01-15T09:10:56.448Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-15T09:10:56.448Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-15T09:10:56.448Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-15T09:10:56.448Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-15T09:10:56.448Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.065s coverage: 87.9% of statements [2021-01-15T09:10:56.448Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-15T09:10:56.448Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-15T09:10:56.712Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements [2021-01-15T09:10:57.006Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2021-01-15T09:10:57.006Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-15T09:10:57.585Z] GO111MODULE=on go vet ./... [2021-01-15T09:11:20.265Z] gofmt -l . [2021-01-15T09:11:20.265Z] [ "`gofmt -l .`" = "" ] [2021-01-15T09:11:20.265Z] ./bin/test-go-mod-tidy.sh [2021-01-15T09:11:20.532Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-15T09:11:21.458Z] + ls -al . [2021-01-15T09:11:21.458Z] total 656 [2021-01-15T09:11:21.458Z] drwxrwxr-x 10 1001 1001 4096 Jan 15 09:11 . [2021-01-15T09:11:21.458Z] drwxr-xr-x 4 root root 28 Jan 15 09:10 .. [2021-01-15T09:11:21.458Z] -rw-rw-r-- 1 1001 1001 11 Jan 15 09:08 .dockerignore [2021-01-15T09:11:21.458Z] drwxrwxr-x 8 1001 1001 179 Jan 15 09:08 .git [2021-01-15T09:11:21.458Z] drwxrwxr-x 3 1001 1001 125 Jan 15 09:08 .github [2021-01-15T09:11:21.458Z] -rw-rw-r-- 1 1001 1001 824 Jan 15 09:08 .gitignore [2021-01-15T09:11:21.458Z] drwx------ 3 1001 1001 47 Jan 15 09:09 .semver [2021-01-15T09:11:21.458Z] -rw-rw-r-- 1 1001 1001 166 Jan 15 09:08 .sonarcloud.properties [2021-01-15T09:11:21.458Z] -rw-rw-r-- 1 1001 1001 7741 Jan 15 09:08 Attribution.txt [2021-01-15T09:11:21.458Z] -rw-rw-r-- 1 1001 1001 3804 Jan 15 09:08 CONTRIBUTING.md [2021-01-15T09:11:21.458Z] -rw-rw-r-- 1 1001 1001 931 Jan 15 09:08 Dockerfile.build [2021-01-15T09:11:21.458Z] -rw-rw-r-- 1 1001 1001 863 Jan 15 09:08 Jenkinsfile [2021-01-15T09:11:21.458Z] -rw-rw-r-- 1 1001 1001 10775 Jan 15 09:08 LICENSE [2021-01-15T09:11:21.458Z] -rw-rw-r-- 1 1001 1001 5750 Jan 15 09:08 Makefile [2021-01-15T09:11:21.458Z] -rw-rw-r-- 1 1001 1001 6524 Jan 15 09:08 README.md [2021-01-15T09:11:21.458Z] -rw-rw-r-- 1 1001 1001 6744 Jan 15 09:08 SECURITY.md [2021-01-15T09:11:21.458Z] -rw-rw-r-- 1 1001 1001 5 Jan 15 09:09 VERSION [2021-01-15T09:11:21.458Z] -rw-rw-r-- 1 1001 1001 4131 Jan 15 09:08 ZMQWindows.md [2021-01-15T09:11:21.458Z] drwxrwxr-x 2 1001 1001 117 Jan 15 09:08 bin [2021-01-15T09:11:21.458Z] drwxrwxr-x 14 1001 1001 4096 Jan 15 09:08 cmd [2021-01-15T09:11:21.458Z] -rw-r--r-- 1 root root 550280 Jan 15 09:10 coverage.out [2021-01-15T09:11:21.458Z] -rw-r--r-- 1 root root 979 Jan 15 09:11 go.mod [2021-01-15T09:11:21.458Z] -rw-r--r-- 1 root root 19036 Jan 15 09:11 go.sum [2021-01-15T09:11:21.458Z] drwxrwxr-x 8 1001 1001 127 Jan 15 09:08 internal [2021-01-15T09:11:21.458Z] drwxrwxr-x 4 1001 1001 26 Jan 15 09:08 openapi [2021-01-15T09:11:21.458Z] drwxrwxr-x 4 1001 1001 71 Jan 15 09:08 snap [2021-01-15T09:11:21.458Z] -rw-rw-r-- 1 1001 1001 168 Jan 15 09:08 version.go [Pipeline] sh [2021-01-15T09:11:21.765Z] + '[' -e coverage.out ] [2021-01-15T09:11:21.765Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-15T09:11:21.975Z] Stashed 1 file(s) [Pipeline] sh [2021-01-15T09:11:22.272Z] + make build [2021-01-15T09:11:22.272Z] 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-15T09:11:25.601Z] 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-15T09:11:32.277Z] 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-15T09:11:33.673Z] 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-15T09:11:35.079Z] 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-15T09:11:35.342Z] 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-15T09:11:36.738Z] 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-15T09:11:38.135Z] 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-15T09:11:39.090Z] 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-15T09:11:40.491Z] 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-15T09:11:41.442Z] 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-15T09:11:42.419Z] 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-15T09:11:43.385Z] $ docker stop --time=1 018c42d45c69d8b7272d052a485485ea22b421698141b80490a931eb3510f800 [2021-01-15T09:11:45.008Z] $ docker rm -f 018c42d45c69d8b7272d052a485485ea22b421698141b80490a931eb3510f800 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T09:11:46.777Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-15T09:11:46.777Z] [2021-01-15T09:11:46.777Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T09:11:47.125Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-15T09:11:47.125Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-15T09:11:47.125Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-15T09:11:47.125Z] ca9280d653b3: Pulling fs layer [2021-01-15T09:11:47.125Z] 7e9c9ca2126c: Pulling fs layer [2021-01-15T09:11:48.089Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-15T09:11:48.089Z] cbdbe7a5bc2a: Download complete [2021-01-15T09:11:48.355Z] cbdbe7a5bc2a: Pull complete [2021-01-15T09:11:48.355Z] ca9280d653b3: Verifying Checksum [2021-01-15T09:11:48.355Z] ca9280d653b3: Download complete [2021-01-15T09:11:49.314Z] 7e9c9ca2126c: Verifying Checksum [2021-01-15T09:11:49.314Z] 7e9c9ca2126c: Download complete [2021-01-15T09:11:49.314Z] ca9280d653b3: Pull complete [2021-01-15T09:11:57.490Z] 7e9c9ca2126c: Pull complete [2021-01-15T09:11:57.490Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-15T09:11:57.490Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-15T09:11:57.490Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-15T09:11:57.625Z] prd-centos7-docker-4c-2g-20449 does not seem to be running inside a container [2021-01-15T09:11:57.670Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-15T09:11:58.504Z] $ docker top 4bb17c6f5372ba561e9c56a98bbe33c5b2db327bf10ebe19b981d025de32d253 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T09:11:59.057Z] + docker-compose build --help [2021-01-15T09:11:59.057Z] + grep parallel [2021-01-15T09:12:00.003Z] --parallel Build images in parallel. [Pipeline] } [2021-01-15T09:12:00.018Z] $ docker stop --time=1 4bb17c6f5372ba561e9c56a98bbe33c5b2db327bf10ebe19b981d025de32d253 [2021-01-15T09:12:01.366Z] $ docker rm -f 4bb17c6f5372ba561e9c56a98bbe33c5b2db327bf10ebe19b981d025de32d253 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T09:12:02.019Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-15T09:12:02.019Z] . [Pipeline] withDockerContainer [2021-01-15T09:12:02.140Z] prd-centos7-docker-4c-2g-20449 does not seem to be running inside a container [2021-01-15T09:12:02.186Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-15T09:12:02.773Z] $ docker top 2c71807af28b3ef24becaef3ffc6bc17905a0b026b8fa67e61044742519e84d8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T09:12:03.680Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-15T09:12:05.068Z] Building docker-core-command-go ... [2021-01-15T09:12:05.068Z] Building docker-core-data-go ... [2021-01-15T09:12:05.068Z] Building docker-core-metadata-go ... [2021-01-15T09:12:05.068Z] Building docker-security-bootstrap-redis-go ... [2021-01-15T09:12:05.068Z] Building docker-security-proxy-setup-go ... [2021-01-15T09:12:05.068Z] Building docker-security-secretstore-setup-go ... [2021-01-15T09:12:05.068Z] Building docker-support-notifications-go ... [2021-01-15T09:12:05.068Z] Building docker-support-scheduler-go ... [2021-01-15T09:12:05.068Z] Building docker-sys-mgmt-agent-go ... [2021-01-15T09:12:05.068Z] Building docker-core-data-go [2021-01-15T09:12:05.068Z] Building docker-security-bootstrap-redis-go [2021-01-15T09:12:05.068Z] Building docker-security-secretstore-setup-go [2021-01-15T09:12:05.068Z] Building docker-security-proxy-setup-go [2021-01-15T09:12:05.068Z] Building docker-core-metadata-go [2021-01-15T09:12:20.493Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-20451 in /w/workspace/edgexfoundry_edgex-go_PR-3042 [Pipeline] { [Pipeline] ws [2021-01-15T09:12:20.558Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-01-15T09:12:25.201Z] using credential edgex-jenkins-ssh [2021-01-15T09:12:25.263Z] Cloning the remote Git repository [2021-01-15T09:12:25.314Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-15T09:12:25.419Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-01-15T09:12:25.484Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-15T09:12:25.484Z] > git --version # timeout=10 [2021-01-15T09:12:25.499Z] > git --version # 'git version 2.17.1' [2021-01-15T09:12:25.501Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T09:12:25.571Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-15T09:12:37.501Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T09:12:37.501Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T09:12:37.501Z] ---> 08a12476c2bd [2021-01-15T09:12:37.501Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T09:12:37.501Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T09:12:37.501Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-15T09:12:37.501Z] ---> 08a12476c2bd [2021-01-15T09:12:37.501Z] Step 3/24 : WORKDIR /edgex-go [2021-01-15T09:12:37.501Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T09:12:37.501Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-15T09:12:37.501Z] ---> 08a12476c2bd [2021-01-15T09:12:37.501Z] Step 3/23 : WORKDIR /edgex-go [2021-01-15T09:12:37.501Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T09:12:37.501Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T09:12:37.501Z] ---> 08a12476c2bd [2021-01-15T09:12:37.501Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T09:12:37.501Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T09:12:37.501Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-15T09:12:37.501Z] ---> 08a12476c2bd [2021-01-15T09:12:37.501Z] Step 3/21 : WORKDIR /edgex-go [2021-01-15T09:12:37.501Z] ---> Running in 0b43e05c6aac [2021-01-15T09:12:37.501Z] ---> Running in 269e19151175 [2021-01-15T09:12:37.501Z] ---> Running in e86a7978e55e [2021-01-15T09:12:37.501Z] ---> Running in 33d147b4ffb6 [2021-01-15T09:12:37.501Z] ---> Running in 9005d11df9c2 [2021-01-15T09:12:37.501Z] Removing intermediate container 9005d11df9c2 [2021-01-15T09:12:37.501Z] ---> 1ec1bbbeea90 [2021-01-15T09:12:37.501Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T09:12:37.501Z] Removing intermediate container 269e19151175 [2021-01-15T09:12:37.501Z] ---> 907dc58fab4e [2021-01-15T09:12:37.501Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T09:12:37.501Z] Removing intermediate container e86a7978e55e [2021-01-15T09:12:37.501Z] ---> 7d0263c0ad98 [2021-01-15T09:12:37.501Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T09:12:37.501Z] Removing intermediate container 33d147b4ffb6 [2021-01-15T09:12:37.501Z] ---> bc234b694395 [2021-01-15T09:12:37.501Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T09:12:37.501Z] Removing intermediate container 0b43e05c6aac [2021-01-15T09:12:37.501Z] ---> 3b95d2bb1dc8 [2021-01-15T09:12:37.501Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T09:12:37.501Z] ---> Running in ef683a0f6ff2 [2021-01-15T09:12:37.501Z] ---> Running in 4d4e1b5a4c50 [2021-01-15T09:12:37.501Z] ---> Running in a339e917eae4 [2021-01-15T09:12:37.501Z] ---> Running in 15a6a50766d1 [2021-01-15T09:12:37.501Z] ---> Running in a01d586bf34a [2021-01-15T09:12:37.501Z] Removing intermediate container a339e917eae4 [2021-01-15T09:12:37.501Z] ---> ffed0097a97d [2021-01-15T09:12:37.501Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-15T09:12:37.501Z] ---> Running in 41467a3dd30e [2021-01-15T09:12:37.501Z] Removing intermediate container ef683a0f6ff2 [2021-01-15T09:12:37.501Z] ---> a8977c8a94d1 [2021-01-15T09:12:37.501Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T09:12:37.501Z] Removing intermediate container 4d4e1b5a4c50 [2021-01-15T09:12:37.501Z] ---> f9390f9b0f19 [2021-01-15T09:12:37.501Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-15T09:12:37.501Z] ---> Running in 1e0d2f190e7f [2021-01-15T09:12:37.501Z] Removing intermediate container 15a6a50766d1 [2021-01-15T09:12:37.501Z] ---> 2d262b19b3a9 [2021-01-15T09:12:37.501Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-15T09:12:37.501Z] Removing intermediate container a01d586bf34a [2021-01-15T09:12:37.501Z] ---> af5f3162e53e [2021-01-15T09:12:37.501Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T09:12:37.764Z] ---> Running in a23a253cb2f5 [2021-01-15T09:12:37.764Z] ---> Running in f8ad52d32c26 [2021-01-15T09:12:37.764Z] ---> Running in a289e736dfac [2021-01-15T09:12:37.764Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T09:12:38.358Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T09:12:38.624Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T09:12:38.624Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T09:12:38.624Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T09:12:38.624Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T09:12:38.892Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T09:12:38.892Z] OK: 233 MiB in 51 packages [2021-01-15T09:12:39.156Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T09:12:39.420Z] Removing intermediate container 41467a3dd30e [2021-01-15T09:12:39.420Z] ---> b1794b4c64e2 [2021-01-15T09:12:39.420Z] Step 6/23 : COPY go.mod . [2021-01-15T09:12:39.420Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T09:12:39.420Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T09:12:39.686Z] OK: 233 MiB in 51 packages [2021-01-15T09:12:39.686Z] ---> 94745e5ae19e [2021-01-15T09:12:39.686Z] Step 7/23 : RUN go mod download [2021-01-15T09:12:39.686Z] OK: 233 MiB in 51 packages [2021-01-15T09:12:39.686Z] ---> Running in e8322b7fe37a [2021-01-15T09:12:39.952Z] OK: 233 MiB in 51 packages [2021-01-15T09:12:39.952Z] OK: 233 MiB in 51 packages [2021-01-15T09:12:40.220Z] Removing intermediate container a23a253cb2f5 [2021-01-15T09:12:40.220Z] ---> 0d8cf894d562 [2021-01-15T09:12:40.220Z] Step 6/21 : COPY go.mod . [2021-01-15T09:12:40.484Z] Removing intermediate container 1e0d2f190e7f [2021-01-15T09:12:40.484Z] ---> c9d4eefbf72e [2021-01-15T09:12:40.484Z] Step 6/22 : COPY go.mod . [2021-01-15T09:12:40.750Z] ---> 53e617a7d6a7 [2021-01-15T09:12:40.750Z] Step 7/21 : RUN go mod download [2021-01-15T09:12:40.750Z] ---> Running in 5b43b0ca33c6 [2021-01-15T09:12:41.016Z] Removing intermediate container a289e736dfac [2021-01-15T09:12:41.016Z] ---> 2949c2cec46a [2021-01-15T09:12:41.016Z] Step 6/22 : COPY go.mod . [2021-01-15T09:12:41.016Z] ---> 94fc49daf88e [2021-01-15T09:12:41.016Z] Step 7/22 : RUN go mod download [2021-01-15T09:12:41.290Z] Removing intermediate container f8ad52d32c26 [2021-01-15T09:12:41.290Z] ---> ed0d4b27303d [2021-01-15T09:12:41.290Z] Step 6/24 : COPY go.mod . [2021-01-15T09:12:41.290Z] ---> Running in 5dd4eb2c257b [2021-01-15T09:12:41.290Z] ---> 4dba9af45878 [2021-01-15T09:12:41.290Z] Step 7/22 : RUN go mod download [2021-01-15T09:12:41.557Z] ---> Running in 031d913ffb3e [2021-01-15T09:12:41.557Z] ---> 3bd55885849f [2021-01-15T09:12:41.557Z] Step 7/24 : RUN go mod download [2021-01-15T09:12:41.821Z] ---> Running in 1bd6a4242d0a [2021-01-15T09:12:42.281Z] Merging remotes/origin/master commit fd359634b10927f8e0ebf7f54b54c9e517c8d604 into PR head commit 6cc9d70d7caf41ac34bf8c47de58be2a559557e0 [2021-01-15T09:12:42.403Z] Removing intermediate container e8322b7fe37a [2021-01-15T09:12:42.403Z] ---> 2f443aaaa566 [2021-01-15T09:12:42.403Z] Step 8/23 : COPY . . [2021-01-15T09:12:42.672Z] Removing intermediate container 5b43b0ca33c6 [2021-01-15T09:12:42.672Z] ---> 5f287eef324a [2021-01-15T09:12:42.672Z] Step 8/21 : COPY . . [2021-01-15T09:12:41.387Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-15T09:12:41.411Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-15T09:12:41.432Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-15T09:12:41.462Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-15T09:12:41.463Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T09:12:41.473Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3042/head:refs/remotes/origin/PR-3042 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-15T09:12:42.294Z] > git config core.sparsecheckout # timeout=10 [2021-01-15T09:12:42.344Z] > git checkout -f 6cc9d70d7caf41ac34bf8c47de58be2a559557e0 # timeout=10 [2021-01-15T09:12:42.653Z] > git remote # timeout=10 [2021-01-15T09:12:42.668Z] > git config --get remote.origin.url # timeout=10 [2021-01-15T09:12:42.684Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T09:12:42.695Z] > git merge fd359634b10927f8e0ebf7f54b54c9e517c8d604 # timeout=10 [2021-01-15T09:12:43.032Z] Merge succeeded, producing 577051566eb9683bd80f35d8cbf519729bf48366 [2021-01-15T09:12:43.032Z] Checking out Revision 577051566eb9683bd80f35d8cbf519729bf48366 (PR-3042) [2021-01-15T09:12:43.015Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-15T09:12:43.035Z] > git config core.sparsecheckout # timeout=10 [2021-01-15T09:12:43.043Z] > git checkout -f 577051566eb9683bd80f35d8cbf519729bf48366 # timeout=10 [2021-01-15T09:12:47.393Z] Commit message: "Merge commit 'fd359634b10927f8e0ebf7f54b54c9e517c8d604' into HEAD" [2021-01-15T09:12:47.411Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-15T09:12:48.988Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-15T09:12:47.396Z] > git rev-list --no-walk d0632f7e6dd7bd09e4ac7c2490816ce1609dfc7c # timeout=10 [2021-01-15T09:12:49.472Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-15T09:12:49.808Z] + sudo service docker restart [2021-01-15T09:12:49.808Z] + true [2021-01-15T09:12:50.956Z] Removing intermediate container 031d913ffb3e [2021-01-15T09:12:50.956Z] ---> bb16795bdf43 [2021-01-15T09:12:50.956Z] Step 8/22 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-15T09:12:51.857Z] provisioning config files... [2021-01-15T09:12:51.895Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config4283830915525425954tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-15T09:12:52.313Z] ---> docker-login.sh [2021-01-15T09:12:52.313Z] nexus3.edgexfoundry.org:10001 [2021-01-15T09:12:52.913Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T09:12:53.510Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T09:12:53.510Z] Configure a credential helper to remove this warning. See [2021-01-15T09:12:53.510Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T09:12:53.510Z] [2021-01-15T09:12:53.510Z] Login Succeeded [2021-01-15T09:12:53.510Z] nexus3.edgexfoundry.org:10002 [2021-01-15T09:12:53.782Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T09:12:54.056Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T09:12:54.056Z] Configure a credential helper to remove this warning. See [2021-01-15T09:12:54.056Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T09:12:54.056Z] [2021-01-15T09:12:54.056Z] Login Succeeded [2021-01-15T09:12:54.056Z] nexus3.edgexfoundry.org:10003 [2021-01-15T09:12:54.327Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T09:12:54.327Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T09:12:54.327Z] Configure a credential helper to remove this warning. See [2021-01-15T09:12:54.328Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T09:12:54.328Z] [2021-01-15T09:12:54.328Z] Login Succeeded [2021-01-15T09:12:54.328Z] nexus3.edgexfoundry.org:10004 [2021-01-15T09:12:54.921Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T09:12:54.921Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T09:12:54.921Z] Configure a credential helper to remove this warning. See [2021-01-15T09:12:54.921Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T09:12:54.921Z] [2021-01-15T09:12:54.921Z] Login Succeeded [2021-01-15T09:12:54.921Z] docker.io [2021-01-15T09:12:55.196Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T09:12:55.785Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T09:12:55.785Z] Configure a credential helper to remove this warning. See [2021-01-15T09:12:55.785Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T09:12:55.785Z] [2021-01-15T09:12:55.785Z] Login Succeeded [2021-01-15T09:12:55.785Z] ---> docker-login.sh ends [Pipeline] } [2021-01-15T09:12:55.802Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-15T09:12:56.261Z] ========================================================= [2021-01-15T09:12:56.262Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-15T09:12:56.262Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-15T09:12:56.643Z] + 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-15T09:12:58.643Z] Sending build context to Docker daemon 165.5MB [2021-01-15T09:12:58.919Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-15T09:12:58.920Z] Step 2/6 : FROM ${BASE} [2021-01-15T09:12:58.920Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-15T09:12:58.920Z] 5f621e34cdf4: Pulling fs layer [2021-01-15T09:12:58.920Z] a4357932f1b6: Pulling fs layer [2021-01-15T09:12:58.920Z] 18c013af1878: Pulling fs layer [2021-01-15T09:12:58.920Z] 00ac8860ef70: Pulling fs layer [2021-01-15T09:12:58.920Z] 63d7cb157983: Pulling fs layer [2021-01-15T09:12:58.920Z] b116817d02f9: Pulling fs layer [2021-01-15T09:12:58.920Z] 745a02a5169b: Pulling fs layer [2021-01-15T09:12:58.920Z] 00ac8860ef70: Waiting [2021-01-15T09:12:58.920Z] 63d7cb157983: Waiting [2021-01-15T09:12:58.920Z] b116817d02f9: Waiting [2021-01-15T09:12:58.920Z] 745a02a5169b: Waiting [2021-01-15T09:12:58.920Z] 18c013af1878: Download complete [2021-01-15T09:12:58.920Z] a4357932f1b6: Verifying Checksum [2021-01-15T09:12:58.920Z] a4357932f1b6: Download complete [2021-01-15T09:12:58.920Z] 63d7cb157983: Verifying Checksum [2021-01-15T09:12:58.920Z] 63d7cb157983: Download complete [2021-01-15T09:12:58.920Z] b116817d02f9: Verifying Checksum [2021-01-15T09:12:58.920Z] b116817d02f9: Download complete [2021-01-15T09:12:58.920Z] 5f621e34cdf4: Download complete [2021-01-15T09:12:59.163Z] Removing intermediate container 1bd6a4242d0a [2021-01-15T09:12:59.163Z] ---> 7dc7724cca0a [2021-01-15T09:12:59.163Z] Step 8/24 : COPY . . [2021-01-15T09:12:59.163Z] Removing intermediate container 5dd4eb2c257b [2021-01-15T09:12:59.163Z] ---> 4c8b9cf31f08 [2021-01-15T09:12:59.163Z] Step 8/22 : COPY . . [2021-01-15T09:12:59.529Z] 5f621e34cdf4: Pull complete [2021-01-15T09:13:00.164Z] a4357932f1b6: Pull complete [2021-01-15T09:13:00.437Z] 18c013af1878: Pull complete [2021-01-15T09:13:01.418Z] 745a02a5169b: Verifying Checksum [2021-01-15T09:13:01.418Z] 745a02a5169b: Download complete [2021-01-15T09:13:02.868Z] 00ac8860ef70: Download complete [2021-01-15T09:13:13.040Z] 00ac8860ef70: Pull complete [2021-01-15T09:13:13.635Z] 63d7cb157983: Pull complete [2021-01-15T09:13:13.910Z] b116817d02f9: Pull complete [2021-01-15T09:13:14.174Z] ---> 6a02de3ec3e7 [2021-01-15T09:13:14.174Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-15T09:13:14.174Z] ---> 76d3ac7e2485 [2021-01-15T09:13:14.174Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-15T09:13:17.524Z] ---> Running in 320e166cc603 [2021-01-15T09:13:17.524Z] ---> Running in c883efb8e763 [2021-01-15T09:13:18.236Z] 745a02a5169b: Pull complete [2021-01-15T09:13:18.236Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-15T09:13:18.236Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-15T09:13:18.236Z] ---> b7e6874047d6 [2021-01-15T09:13:18.236Z] 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-15T09:13:20.855Z] 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-15T09:13:20.855Z] 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-15T09:13:20.867Z] ---> Running in 7252b7a1a2ca [2021-01-15T09:13:21.854Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T09:13:22.466Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T09:13:23.066Z] (1/12) Installing libmagic (5.38-r0) [2021-01-15T09:13:23.335Z] (2/12) Installing file (5.38-r0) [2021-01-15T09:13:23.335Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-15T09:13:23.607Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-15T09:13:27.010Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-15T09:13:27.010Z] (6/12) Installing patch (2.7.6-r6) [2021-01-15T09:13:27.010Z] (7/12) Installing build-base (0.5-r2) [2021-01-15T09:13:27.010Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-15T09:13:27.010Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-15T09:13:27.010Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-15T09:13:27.010Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-15T09:13:27.010Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-15T09:13:27.282Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T09:13:27.282Z] OK: 217 MiB in 51 packages [2021-01-15T09:13:27.682Z] ---> 8218d987a25c [2021-01-15T09:13:27.682Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-15T09:13:29.627Z] ---> Running in a655402a4c3a [2021-01-15T09:13:29.894Z] ---> a5a29caa3781 [2021-01-15T09:13:29.894Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-15T09:13:30.163Z] ---> Running in d21a871d3a39 [2021-01-15T09:13:30.163Z] ---> ccc71492a5d5 [2021-01-15T09:13:30.163Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-15T09:13:30.430Z] ---> Running in 41c2ade21da6 [2021-01-15T09:13:31.020Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-15T09:13:31.287Z] 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-15T09:13:31.287Z] 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-15T09:13:31.592Z] Removing intermediate container 7252b7a1a2ca [2021-01-15T09:13:31.592Z] ---> c04be3718e98 [2021-01-15T09:13:31.592Z] Step 4/6 : WORKDIR /edgex-go [2021-01-15T09:13:31.592Z] ---> Running in a3d13f91df09 [2021-01-15T09:13:32.194Z] Removing intermediate container a3d13f91df09 [2021-01-15T09:13:32.194Z] ---> 4ae92ea8be42 [2021-01-15T09:13:32.194Z] Step 5/6 : COPY go.mod . [2021-01-15T09:13:32.791Z] ---> e2b4482eb02c [2021-01-15T09:13:32.791Z] Step 6/6 : RUN go mod download [2021-01-15T09:13:32.791Z] ---> Running in 994d16a6fa1a [2021-01-15T09:13:43.646Z] 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-15T09:13:53.728Z] Removing intermediate container c883efb8e763 [2021-01-15T09:13:53.728Z] ---> 197cc33d0a42 [2021-01-15T09:13:53.728Z] [2021-01-15T09:13:53.728Z] Step 10/21 : FROM alpine:3.12 [2021-01-15T09:13:53.728Z] 3.12: Pulling from library/alpine [2021-01-15T09:13:53.728Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-15T09:13:53.728Z] Status: Downloaded newer image for alpine:3.12 [2021-01-15T09:13:53.728Z] ---> 389fef711851 [2021-01-15T09:13:53.728Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-15T09:13:54.000Z] ---> Running in 90617e9953e9 [2021-01-15T09:13:54.968Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T09:13:54.968Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T09:13:55.231Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-15T09:13:56.632Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T09:13:56.632Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-15T09:13:56.632Z] (4/4) Installing curl (7.69.1-r3) [2021-01-15T09:13:56.632Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T09:13:56.632Z] Executing ca-certificates-20191127-r4.trigger [2021-01-15T09:13:56.632Z] 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-15T09:13:56.632Z] OK: 7 MiB in 18 packages [2021-01-15T09:13:59.611Z] Removing intermediate container 994d16a6fa1a [2021-01-15T09:13:59.611Z] ---> 382df0d8fbc1 [2021-01-15T09:13:59.611Z] Successfully built 382df0d8fbc1 [2021-01-15T09:13:59.611Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T09:13:59.949Z] + docker inspect -f . ci-base-image-arm64 [2021-01-15T09:13:59.949Z] . [Pipeline] withDockerContainer [2021-01-15T09:13:59.974Z] Removing intermediate container 90617e9953e9 [2021-01-15T09:13:59.974Z] ---> 8d733def6308 [2021-01-15T09:13:59.974Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-15T09:14:00.216Z] prd-ubuntu18.04-docker-arm64-4c-16g-20451 does not seem to be running inside a container [2021-01-15T09:14:00.243Z] Removing intermediate container d21a871d3a39 [2021-01-15T09:14:00.243Z] ---> a17fa5159677 [2021-01-15T09:14:00.243Z] [2021-01-15T09:14:00.243Z] Step 10/22 : FROM alpine:3.12 [2021-01-15T09:14:00.243Z] ---> 389fef711851 [2021-01-15T09:14:00.243Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-15T09:14:00.243Z] ---> Running in 51404babb027 [2021-01-15T09:14:00.298Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-15T09:14:00.828Z] ---> Running in c12d6f63a225 [2021-01-15T09:14:01.843Z] $ docker top a9e71ee0fcda4069f9f449da017430264f2321e8ce604669878371535c7e10d9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T09:14:02.758Z] Removing intermediate container 51404babb027 [2021-01-15T09:14:02.758Z] ---> 400416b2991f [2021-01-15T09:14:02.758Z] Step 13/21 : WORKDIR /edgex [2021-01-15T09:14:02.758Z] ---> Running in 774946c44642 [2021-01-15T09:14:02.758Z] Removing intermediate container 320e166cc603 [2021-01-15T09:14:02.758Z] ---> 96fd20aecf20 [2021-01-15T09:14:02.758Z] [2021-01-15T09:14:02.758Z] Step 10/23 : FROM alpine:3.12 [2021-01-15T09:14:02.758Z] ---> 389fef711851 [2021-01-15T09:14:02.758Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T09:14:02.870Z] + go version [2021-01-15T09:14:02.870Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-15T09:14:02.892Z] $ docker stop --time=1 a9e71ee0fcda4069f9f449da017430264f2321e8ce604669878371535c7e10d9 [2021-01-15T09:14:03.332Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T09:14:03.596Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T09:14:03.596Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-15T09:14:03.596Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T09:14:03.596Z] ---> Running in cb6384add558 [2021-01-15T09:14:03.596Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-15T09:14:03.596Z] (4/5) Installing curl (7.69.1-r3) [2021-01-15T09:14:03.862Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-15T09:14:03.862Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T09:14:03.862Z] Executing ca-certificates-20191127-r4.trigger [2021-01-15T09:14:04.125Z] OK: 7 MiB in 19 packages [2021-01-15T09:14:04.859Z] $ docker rm -f a9e71ee0fcda4069f9f449da017430264f2321e8ce604669878371535c7e10d9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T09:14:05.878Z] + docker inspect -f . ci-base-image-arm64 [2021-01-15T09:14:05.878Z] . [Pipeline] withDockerContainer [2021-01-15T09:14:06.069Z] Removing intermediate container 774946c44642 [2021-01-15T09:14:06.069Z] ---> 6a2b894aff41 [2021-01-15T09:14:06.069Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-15T09:14:06.069Z] Removing intermediate container 41c2ade21da6 [2021-01-15T09:14:06.069Z] ---> ff1609025615 [2021-01-15T09:14:06.069Z] [2021-01-15T09:14:06.069Z] Step 10/24 : FROM alpine:3.12 [2021-01-15T09:14:06.069Z] ---> 389fef711851 [2021-01-15T09:14:06.069Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-15T09:14:06.069Z] Removing intermediate container cb6384add558 [2021-01-15T09:14:06.069Z] ---> d3343087f8ad [2021-01-15T09:14:06.069Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-15T09:14:06.108Z] prd-ubuntu18.04-docker-arm64-4c-16g-20451 does not seem to be running inside a container [2021-01-15T09:14:06.189Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-15T09:14:06.332Z] ---> Running in d6a3339978ad [2021-01-15T09:14:07.618Z] $ docker top 086cb2d1db552d310ff37d849a460c492fe5f975cd4041c853d8d836aaca675d -eo pid,comm [2021-01-15T09:14:07.743Z] ---> Running in 25b9b977c6e9 [Pipeline] { [Pipeline] echo [2021-01-15T09:14:07.994Z] ========================================================= [2021-01-15T09:14:07.994Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-15T09:14:07.994Z] ========================================================= [Pipeline] sh [2021-01-15T09:14:08.006Z] ---> 241895145f1a [2021-01-15T09:14:08.006Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-15T09:14:08.006Z] Removing intermediate container c12d6f63a225 [2021-01-15T09:14:08.006Z] ---> 8173546041ef [2021-01-15T09:14:08.006Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-15T09:14:08.283Z] Removing intermediate container a655402a4c3a [2021-01-15T09:14:08.283Z] ---> f2b1814ed1da [2021-01-15T09:14:08.283Z] [2021-01-15T09:14:08.283Z] Step 10/22 : FROM scratch [2021-01-15T09:14:08.283Z] ---> [2021-01-15T09:14:08.283Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T09:14:08.283Z] ---> Running in 5f85a7a60dd8 [2021-01-15T09:14:08.545Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T09:14:08.545Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T09:14:08.545Z] Removing intermediate container 25b9b977c6e9 [2021-01-15T09:14:08.545Z] ---> 4b97d86d1c3f [2021-01-15T09:14:08.545Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-15T09:14:08.633Z] + make test [2021-01-15T09:14:08.633Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-15T09:14:08.810Z] ---> Running in 6163af1e4a36 [2021-01-15T09:14:08.810Z] Removing intermediate container 5f85a7a60dd8 [2021-01-15T09:14:08.810Z] ---> 18e30cdb1b18 [2021-01-15T09:14:08.810Z] Step 13/22 : WORKDIR / [2021-01-15T09:14:08.810Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-15T09:14:08.810Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T09:14:08.810Z] ---> 9424377b3118 [2021-01-15T09:14:08.810Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-15T09:14:08.810Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-15T09:14:08.810Z] (4/5) Installing curl (7.69.1-r3) [2021-01-15T09:14:08.810Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-15T09:14:08.810Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T09:14:08.810Z] Executing ca-certificates-20191127-r4.trigger [2021-01-15T09:14:08.810Z] OK: 7 MiB in 19 packages [2021-01-15T09:14:09.385Z] ---> Running in 313132fabe62 [2021-01-15T09:14:09.385Z] ---> Running in 213bf47b2681 [2021-01-15T09:14:09.651Z] Removing intermediate container 6163af1e4a36 [2021-01-15T09:14:09.651Z] ---> 90bea7489793 [2021-01-15T09:14:09.651Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-15T09:14:09.651Z] ---> 6e3b83f5a439 [2021-01-15T09:14:09.651Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-15T09:14:09.651Z] ---> Running in 6cdf9cc1e6c5 [2021-01-15T09:14:09.920Z] ---> Running in 7a9004f6d2f6 [2021-01-15T09:14:09.920Z] Removing intermediate container 313132fabe62 [2021-01-15T09:14:09.920Z] ---> 0ce23a256860 [2021-01-15T09:14:09.920Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T09:14:09.920Z] Removing intermediate container 213bf47b2681 [2021-01-15T09:14:09.920Z] ---> 253c655f3611 [2021-01-15T09:14:09.920Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T09:14:10.494Z] ---> Running in 837e24a6c9f9 [2021-01-15T09:14:10.494Z] Removing intermediate container 6cdf9cc1e6c5 [2021-01-15T09:14:10.494Z] ---> e31f1e951eb3 [2021-01-15T09:14:10.494Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-15T09:14:10.756Z] Removing intermediate container 7a9004f6d2f6 [2021-01-15T09:14:10.756Z] ---> bba078f88148 [2021-01-15T09:14:10.756Z] Step 18/21 : CMD ["--init=true"] [2021-01-15T09:14:10.756Z] Removing intermediate container d6a3339978ad [2021-01-15T09:14:10.756Z] ---> 30325e61b2c9 [2021-01-15T09:14:10.756Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-15T09:14:10.756Z] ---> Running in 2dd654972cda [2021-01-15T09:14:10.756Z] ---> cc12469883db [2021-01-15T09:14:10.756Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-15T09:14:11.025Z] ---> Running in 871853252d99 [2021-01-15T09:14:11.025Z] ---> Running in 292c6439dff7 [2021-01-15T09:14:11.025Z] Removing intermediate container 2dd654972cda [2021-01-15T09:14:11.025Z] ---> a7db18fd1258 [2021-01-15T09:14:11.025Z] Step 14/22 : WORKDIR / [2021-01-15T09:14:11.294Z] ---> Running in fae7a01e08ca [2021-01-15T09:14:11.294Z] Removing intermediate container 871853252d99 [2021-01-15T09:14:11.294Z] ---> 7f5d4bfdfb19 [2021-01-15T09:14:11.294Z] Step 19/21 : LABEL arch=x86_64 [2021-01-15T09:14:11.294Z] Removing intermediate container 292c6439dff7 [2021-01-15T09:14:11.294Z] ---> e920aaea39f1 [2021-01-15T09:14:11.294Z] Step 13/24 : WORKDIR / [2021-01-15T09:14:11.559Z] ---> Running in 4b7d7b383d44 [2021-01-15T09:14:11.559Z] ---> 6ed7e598c6f3 [2021-01-15T09:14:11.559Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-15T09:14:11.559Z] ---> Running in 98840143cf79 [2021-01-15T09:14:11.559Z] Removing intermediate container fae7a01e08ca [2021-01-15T09:14:11.559Z] ---> d11516cd5da3 [2021-01-15T09:14:11.559Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T09:14:12.506Z] ---> 4e4e6e7c016b [2021-01-15T09:14:12.506Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-15T09:14:12.771Z] ---> b32cf7c008ee [2021-01-15T09:14:12.771Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-15T09:14:12.771Z] Removing intermediate container 4b7d7b383d44 [2021-01-15T09:14:12.771Z] ---> c7fbde8f790c [2021-01-15T09:14:12.771Z] Step 20/21 : LABEL git_sha=acb5963cfbfd83457d757625f48ab38e4e513fb3 [2021-01-15T09:14:12.771Z] Removing intermediate container 98840143cf79 [2021-01-15T09:14:12.771Z] ---> 2fef7793f94b [2021-01-15T09:14:12.771Z] 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-15T09:14:13.034Z] ---> Running in b53afcbe7d6a [2021-01-15T09:14:13.034Z] Removing intermediate container 837e24a6c9f9 [2021-01-15T09:14:13.034Z] ---> 4c8b696bb701 [2021-01-15T09:14:13.034Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-15T09:14:13.297Z] ---> Running in 1f64c5a1aa5a [2021-01-15T09:14:13.297Z] ---> f4eb458be164 [2021-01-15T09:14:13.297Z] 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-15T09:14:13.297Z] ---> 433fb8043db1 [2021-01-15T09:14:13.297Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-15T09:14:13.297Z] ---> 87413bbef984 [2021-01-15T09:14:13.297Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-15T09:14:13.559Z] Removing intermediate container b53afcbe7d6a [2021-01-15T09:14:13.559Z] ---> 3e5990031db7 [2021-01-15T09:14:13.559Z] Step 21/21 : LABEL version=0.0.0 [2021-01-15T09:14:13.559Z] ---> Running in 8089df8aaaf9 [2021-01-15T09:14:13.819Z] ---> 8411a30295fe [2021-01-15T09:14:13.819Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-15T09:14:13.819Z] ---> Running in 425abc3b686e [2021-01-15T09:14:14.084Z] ---> e543fd884af1 [2021-01-15T09:14:14.084Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-15T09:14:14.084Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T09:14:14.084Z] ---> Running in a98be510208c [2021-01-15T09:14:14.347Z] Removing intermediate container 425abc3b686e [2021-01-15T09:14:14.347Z] ---> f53dced35149 [2021-01-15T09:14:14.347Z] [2021-01-15T09:14:14.347Z] ---> 5f459dff684d [2021-01-15T09:14:14.347Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-15T09:14:14.347Z] Removing intermediate container a98be510208c [2021-01-15T09:14:14.347Z] ---> 3664a9b6ee58 [2021-01-15T09:14:14.347Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T09:14:14.611Z] Successfully built f53dced35149 [2021-01-15T09:14:14.611Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T09:14:14.611Z] ---> Running in f7d13dc7ae13 [2021-01-15T09:14:14.611Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-15T09:14:14.611Z]  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go [2021-01-15T09:14:14.878Z] ---> e807856ea65c [2021-01-15T09:14:14.878Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-15T09:14:14.878Z] Removing intermediate container f7d13dc7ae13 [2021-01-15T09:14:14.878Z] ---> 042bf147e452 [2021-01-15T09:14:14.878Z] Step 20/22 : LABEL arch=x86_64 [2021-01-15T09:14:15.143Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-15T09:14:15.143Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-15T09:14:15.143Z] ---> Running in d1eb06023ac3 [2021-01-15T09:14:15.143Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-15T09:14:15.408Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-15T09:14:15.408Z] ---> 762890f3a9fe [2021-01-15T09:14:15.408Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-15T09:14:15.678Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-15T09:14:15.678Z] Removing intermediate container 8089df8aaaf9 [2021-01-15T09:14:15.678Z] ---> f355e7c03dcc [2021-01-15T09:14:15.678Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-15T09:14:15.678Z] Removing intermediate container d1eb06023ac3 [2021-01-15T09:14:15.678Z] ---> 8589b80395d7 [2021-01-15T09:14:15.678Z] Step 21/22 : LABEL git_sha=acb5963cfbfd83457d757625f48ab38e4e513fb3 [2021-01-15T09:14:15.678Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T09:14:15.678Z] OK: 8 MiB in 19 packages [2021-01-15T09:14:15.953Z] ---> Running in facdf7194da4 [2021-01-15T09:14:15.953Z] ---> Running in 853f4f79765c [2021-01-15T09:14:15.953Z] ---> 2d56549b0470 [2021-01-15T09:14:15.953Z] 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-15T09:14:18.519Z] ---> Running in 819a82580ce6 [2021-01-15T09:14:19.917Z] Removing intermediate container 853f4f79765c [2021-01-15T09:14:19.917Z] ---> f73b9dd2ec4a [2021-01-15T09:14:19.917Z] Step 22/22 : LABEL version=0.0.0 [2021-01-15T09:14:19.917Z] Removing intermediate container facdf7194da4 [2021-01-15T09:14:19.917Z] ---> 7349d44fb307 [2021-01-15T09:14:19.917Z] Step 20/22 : LABEL arch=x86_64 [2021-01-15T09:14:19.917Z] Removing intermediate container 1f64c5a1aa5a [2021-01-15T09:14:19.917Z] ---> 55daf25a90af [2021-01-15T09:14:20.180Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T09:14:20.760Z] ---> Running in c2f8442bc2bc [2021-01-15T09:14:20.760Z] ---> Running in 94677b156909 [2021-01-15T09:14:21.034Z] ---> 483a0baf8567 [2021-01-15T09:14:21.034Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-15T09:14:21.620Z] Removing intermediate container 94677b156909 [2021-01-15T09:14:21.620Z] ---> ae5bdeda73b1 [2021-01-15T09:14:21.620Z] Step 21/22 : LABEL git_sha=acb5963cfbfd83457d757625f48ab38e4e513fb3 [2021-01-15T09:14:22.585Z] Removing intermediate container c2f8442bc2bc [2021-01-15T09:14:22.585Z] ---> 71a51a85b1e7 [2021-01-15T09:14:22.585Z] [2021-01-15T09:14:22.585Z] Successfully built 71a51a85b1e7 [2021-01-15T09:14:22.847Z] Successfully tagged docker-core-metadata-go:latest [2021-01-15T09:14:22.847Z] Building docker-support-notifications-go [2021-01-15T09:14:26.189Z]  Building docker-core-metadata-go ... done  ---> Running in d3f181f5433b [2021-01-15T09:14:26.189Z] ---> f6a233b236e1 [2021-01-15T09:14:26.189Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-15T09:14:30.438Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T09:14:30.438Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-15T09:14:30.438Z] ---> 08a12476c2bd [2021-01-15T09:14:30.438Z] Step 3/21 : WORKDIR /edgex-go [2021-01-15T09:14:30.707Z] ---> Using cache [2021-01-15T09:14:30.707Z] ---> 3b95d2bb1dc8 [2021-01-15T09:14:30.707Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T09:14:30.707Z] ---> Using cache [2021-01-15T09:14:30.707Z] ---> af5f3162e53e [2021-01-15T09:14:30.707Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-15T09:14:30.707Z] ---> Using cache [2021-01-15T09:14:30.707Z] ---> 2949c2cec46a [2021-01-15T09:14:30.707Z] Step 6/21 : COPY go.mod . [2021-01-15T09:14:30.707Z] ---> Using cache [2021-01-15T09:14:30.707Z] ---> 4dba9af45878 [2021-01-15T09:14:30.707Z] Step 7/21 : RUN go mod download [2021-01-15T09:14:30.707Z] Removing intermediate container 819a82580ce6 [2021-01-15T09:14:30.707Z] ---> 58ae27610589 [2021-01-15T09:14:30.707Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-15T09:14:30.707Z] ---> Using cache [2021-01-15T09:14:30.707Z] ---> bb16795bdf43 [2021-01-15T09:14:30.707Z] Step 8/21 : COPY . . [2021-01-15T09:14:30.707Z] ---> Using cache [2021-01-15T09:14:30.707Z] ---> 8218d987a25c [2021-01-15T09:14:30.707Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-15T09:14:30.821Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-15T09:14:30.972Z] Removing intermediate container d3f181f5433b [2021-01-15T09:14:30.972Z] ---> 7455ef5ff577 [2021-01-15T09:14:30.972Z] Step 22/22 : LABEL version=0.0.0 [2021-01-15T09:14:30.972Z] ---> 91b8f5725ad1 [2021-01-15T09:14:30.972Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-15T09:14:31.236Z] ---> Running in e8ccf51fd629 [2021-01-15T09:14:31.236Z] ---> Running in ff48d72518ab [2021-01-15T09:14:31.236Z] ---> Running in f58f56f01aa4 [2021-01-15T09:14:31.236Z] ---> Running in b31f7a4ec2cb [2021-01-15T09:14:31.817Z] Removing intermediate container e8ccf51fd629 [2021-01-15T09:14:31.817Z] ---> d012ee46a000 [2021-01-15T09:14:31.817Z] Step 22/24 : LABEL arch=x86_64 [2021-01-15T09:14:31.817Z] Removing intermediate container f58f56f01aa4 [2021-01-15T09:14:31.817Z] ---> 6de8c0101935 [2021-01-15T09:14:31.817Z] [2021-01-15T09:14:32.928Z] Removing intermediate container b31f7a4ec2cb [2021-01-15T09:14:32.928Z] ---> bc4904148059 [2021-01-15T09:14:32.928Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T09:14:32.928Z] 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-15T09:14:33.257Z] Successfully built 6de8c0101935 [2021-01-15T09:14:33.257Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-15T09:14:33.257Z]  Building docker-security-bootstrap-redis-go ... done Building docker-sys-mgmt-agent-go [2021-01-15T09:14:33.257Z] ---> Running in f9e162b97862 [2021-01-15T09:14:33.956Z] ---> Running in 1322f9fb1eaf [2021-01-15T09:14:35.535Z] Removing intermediate container f9e162b97862 [2021-01-15T09:14:35.535Z] ---> c30645aeeb3e [2021-01-15T09:14:35.535Z] Step 23/24 : LABEL git_sha=acb5963cfbfd83457d757625f48ab38e4e513fb3 [2021-01-15T09:14:35.535Z] Removing intermediate container 1322f9fb1eaf [2021-01-15T09:14:35.535Z] ---> b20853070278 [2021-01-15T09:14:35.535Z] Step 21/23 : LABEL arch=x86_64 [2021-01-15T09:14:35.535Z] ---> Running in 6079dd8b2ee9 [2021-01-15T09:14:38.107Z] ---> Running in 8521b1cd3cbf [2021-01-15T09:14:41.465Z] Removing intermediate container 6079dd8b2ee9 [2021-01-15T09:14:41.465Z] ---> c6e1154a0d46 [2021-01-15T09:14:41.465Z] Step 24/24 : LABEL version=0.0.0 [2021-01-15T09:14:41.465Z] Removing intermediate container 8521b1cd3cbf [2021-01-15T09:14:41.465Z] ---> 6652fa540434 [2021-01-15T09:14:41.465Z] Step 22/23 : LABEL git_sha=acb5963cfbfd83457d757625f48ab38e4e513fb3 [2021-01-15T09:14:41.465Z] ---> Running in 7c169df0e730 [2021-01-15T09:14:41.740Z] ---> Running in 253d0c4bfd83 [2021-01-15T09:14:43.199Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T09:14:43.199Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-15T09:14:43.199Z] ---> 08a12476c2bd [2021-01-15T09:14:43.199Z] Step 3/24 : WORKDIR /edgex-go [2021-01-15T09:14:43.199Z] ---> Using cache [2021-01-15T09:14:43.199Z] ---> 3b95d2bb1dc8 [2021-01-15T09:14:43.199Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T09:14:43.199Z] ---> Using cache [2021-01-15T09:14:43.199Z] ---> af5f3162e53e [2021-01-15T09:14:43.199Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-15T09:14:43.465Z] Removing intermediate container 253d0c4bfd83 [2021-01-15T09:14:43.465Z] ---> 2d0396a12535 [2021-01-15T09:14:43.465Z] Step 23/23 : LABEL version=0.0.0 [2021-01-15T09:14:43.465Z] Removing intermediate container 7c169df0e730 [2021-01-15T09:14:43.465Z] ---> 4177c7ff36a3 [2021-01-15T09:14:43.465Z] [2021-01-15T09:14:43.732Z] Successfully built 4177c7ff36a3 [2021-01-15T09:14:43.732Z] ---> Running in 6d4317270ffb [2021-01-15T09:14:43.732Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-15T09:14:43.732Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go [2021-01-15T09:14:43.732Z] ---> Running in dc744d66fc1b [2021-01-15T09:14:44.333Z] Removing intermediate container dc744d66fc1b [2021-01-15T09:14:44.333Z] ---> 6a4bb4d5c247 [2021-01-15T09:14:44.333Z] [2021-01-15T09:14:44.607Z] Successfully built 6a4bb4d5c247 [2021-01-15T09:14:44.881Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T09:14:44.881Z] Successfully tagged docker-core-data-go:latest [2021-01-15T09:14:45.836Z]  Building docker-core-data-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T09:14:46.428Z] OK: 233 MiB in 51 packages [2021-01-15T09:14:51.772Z] Removing intermediate container 6d4317270ffb [2021-01-15T09:14:51.772Z] ---> 241aef5c8b29 [2021-01-15T09:14:51.772Z] Step 6/24 : COPY go.mod . [2021-01-15T09:14:52.362Z] ---> 31273f4e1a91 [2021-01-15T09:14:52.362Z] Step 7/24 : RUN go mod download [2021-01-15T09:14:53.315Z] ---> Running in 82e62d4ef47d [2021-01-15T09:14:53.586Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T09:14:53.586Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-15T09:14:53.586Z] ---> 08a12476c2bd [2021-01-15T09:14:53.586Z] Step 3/26 : WORKDIR /edgex-go [2021-01-15T09:14:53.586Z] ---> Using cache [2021-01-15T09:14:53.586Z] ---> 3b95d2bb1dc8 [2021-01-15T09:14:53.586Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T09:14:53.586Z] ---> Using cache [2021-01-15T09:14:53.586Z] ---> af5f3162e53e [2021-01-15T09:14:53.586Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-15T09:14:54.989Z] ---> Running in e75bb894a97a [2021-01-15T09:14:55.958Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T09:14:56.534Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T09:14:57.111Z] OK: 233 MiB in 51 packages [2021-01-15T09:15:01.134Z] Removing intermediate container ff48d72518ab [2021-01-15T09:15:01.134Z] ---> db01b5c262a2 [2021-01-15T09:15:01.134Z] [2021-01-15T09:15:01.134Z] Step 10/21 : FROM scratch [2021-01-15T09:15:01.134Z] ---> [2021-01-15T09:15:01.134Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T09:15:01.134Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T09:15:01.134Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T09:15:01.134Z] ---> 08a12476c2bd [2021-01-15T09:15:01.134Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T09:15:01.134Z] ---> Using cache [2021-01-15T09:15:01.134Z] ---> 3b95d2bb1dc8 [2021-01-15T09:15:01.134Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T09:15:01.134Z] ---> Using cache [2021-01-15T09:15:01.134Z] ---> af5f3162e53e [2021-01-15T09:15:01.134Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T09:15:01.134Z] ---> Using cache [2021-01-15T09:15:01.134Z] ---> 2949c2cec46a [2021-01-15T09:15:01.134Z] Step 6/22 : COPY go.mod . [2021-01-15T09:15:01.134Z] ---> Using cache [2021-01-15T09:15:01.134Z] ---> 4dba9af45878 [2021-01-15T09:15:01.134Z] Step 7/22 : RUN go mod download [2021-01-15T09:15:01.134Z] ---> Using cache [2021-01-15T09:15:01.134Z] ---> bb16795bdf43 [2021-01-15T09:15:01.134Z] Step 8/22 : COPY . . [2021-01-15T09:15:01.134Z] ---> Using cache [2021-01-15T09:15:01.134Z] ---> 8218d987a25c [2021-01-15T09:15:01.134Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-15T09:15:01.710Z] ---> Using cache [2021-01-15T09:15:01.710Z] ---> 90bea7489793 [2021-01-15T09:15:01.710Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-15T09:15:01.976Z] ---> Running in 823a03d08348 [2021-01-15T09:15:01.977Z] ---> Running in 37ca518c6b9f [2021-01-15T09:15:02.259Z] Removing intermediate container 82e62d4ef47d [2021-01-15T09:15:02.259Z] ---> 27c27dba9e27 [2021-01-15T09:15:02.259Z] Step 8/24 : COPY . . [2021-01-15T09:15:02.259Z] Removing intermediate container e75bb894a97a [2021-01-15T09:15:02.259Z] ---> ff10f46c464b [2021-01-15T09:15:02.259Z] Step 6/26 : COPY go.mod . [2021-01-15T09:15:02.535Z] Removing intermediate container 823a03d08348 [2021-01-15T09:15:02.535Z] ---> 5bc9ec09be50 [2021-01-15T09:15:02.535Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-15T09:15:02.802Z] ---> Running in 52f9bb243607 [2021-01-15T09:15:03.069Z] 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-15T09:15:03.335Z] ---> e085a0dee69d [2021-01-15T09:15:03.335Z] Step 7/26 : RUN go mod download [2021-01-15T09:15:03.603Z] Removing intermediate container 52f9bb243607 [2021-01-15T09:15:03.603Z] ---> 9bf8a9b18895 [2021-01-15T09:15:03.603Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T09:15:03.603Z] ---> Running in ee33625db82a [2021-01-15T09:15:07.872Z] ---> 96d5bc739e5f [2021-01-15T09:15:07.872Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-15T09:15:09.303Z] ---> bea3bc165c07 [2021-01-15T09:15:09.303Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-15T09:15:10.267Z] ---> 5565196f214e [2021-01-15T09:15:10.267Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-15T09:15:10.885Z] ---> Running in d359f74413b4 [2021-01-15T09:15:10.885Z] Removing intermediate container ee33625db82a [2021-01-15T09:15:10.885Z] ---> 6c31eed45170 [2021-01-15T09:15:10.885Z] Step 8/26 : COPY . . [2021-01-15T09:15:14.281Z] Removing intermediate container d359f74413b4 [2021-01-15T09:15:14.281Z] ---> f8e2dcff3193 [2021-01-15T09:15:14.281Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T09:15:17.900Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-15T09:15:18.558Z] ---> Running in 3add16dfe2c1 [2021-01-15T09:15:20.505Z] Removing intermediate container 3add16dfe2c1 [2021-01-15T09:15:20.505Z] ---> 4e7437d97dfc [2021-01-15T09:15:20.505Z] Step 19/21 : LABEL arch=x86_64 [2021-01-15T09:15:22.594Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-15T09:15:24.736Z] ---> Running in 4e40636b1786 [2021-01-15T09:15:26.059Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-15T09:15:26.059Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-15T09:15:26.059Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-15T09:15:26.059Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-15T09:15:26.059Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-15T09:15:26.664Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-15T09:15:26.674Z] ---> d6bfe67fccb2 [2021-01-15T09:15:26.674Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-15T09:15:26.674Z] Removing intermediate container 4e40636b1786 [2021-01-15T09:15:26.674Z] ---> 07949f4d831c [2021-01-15T09:15:26.674Z] Step 20/21 : LABEL git_sha=acb5963cfbfd83457d757625f48ab38e4e513fb3 [2021-01-15T09:15:26.674Z] ---> Running in 1a0b94ee0774 [2021-01-15T09:15:26.941Z] ---> Running in f5e94c01b9c3 [2021-01-15T09:15:27.521Z] Removing intermediate container f5e94c01b9c3 [2021-01-15T09:15:27.521Z] ---> 410dfcf9673c [2021-01-15T09:15:27.521Z] Step 21/21 : LABEL version=0.0.0 [2021-01-15T09:15:28.921Z] 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-15T09:15:29.314Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-15T09:15:30.303Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-15T09:15:30.328Z] ---> Running in feab3e8e6747 [2021-01-15T09:15:33.171Z] Removing intermediate container 37ca518c6b9f [2021-01-15T09:15:33.171Z] ---> 3971e4f41e9c [2021-01-15T09:15:33.171Z] [2021-01-15T09:15:33.171Z] Step 10/22 : FROM scratch [2021-01-15T09:15:33.171Z] ---> [2021-01-15T09:15:33.171Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T09:15:33.171Z] ---> Using cache [2021-01-15T09:15:33.171Z] ---> 90bea7489793 [2021-01-15T09:15:33.171Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-15T09:15:33.440Z] Removing intermediate container feab3e8e6747 [2021-01-15T09:15:33.440Z] ---> 064cd4272929 [2021-01-15T09:15:33.440Z] [2021-01-15T09:15:33.440Z] ---> Running in 602aa868f87c [2021-01-15T09:15:33.707Z] Successfully built 064cd4272929 [2021-01-15T09:15:33.707Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-15T09:15:33.707Z]  Building docker-support-scheduler-go ... done  ---> efd6522d8c97 [2021-01-15T09:15:33.707Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-15T09:15:33.982Z] Removing intermediate container 602aa868f87c [2021-01-15T09:15:33.982Z] ---> 4e27b319d87e [2021-01-15T09:15:33.982Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-15T09:15:33.982Z] ---> Running in a0cbb59be753 [2021-01-15T09:15:33.982Z] ---> Running in 47f98243e66a [2021-01-15T09:15:34.261Z] Removing intermediate container 47f98243e66a [2021-01-15T09:15:34.261Z] ---> 3ebdbd7bb220 [2021-01-15T09:15:34.261Z] Step 14/22 : WORKDIR / [2021-01-15T09:15:34.261Z] ---> Running in 2e8411e057a6 [2021-01-15T09:15:35.692Z] 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-15T09:15:35.692Z] Removing intermediate container 2e8411e057a6 [2021-01-15T09:15:35.692Z] ---> b69f001c7909 [2021-01-15T09:15:35.692Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T09:15:36.277Z] ---> 4e0844d36a88 [2021-01-15T09:15:36.277Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-15T09:15:37.075Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-15T09:15:37.075Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-15T09:15:37.075Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-15T09:15:37.264Z] ---> f5cc92ef67c4 [2021-01-15T09:15:37.264Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-15T09:15:37.538Z] ---> 65fa2f809724 [2021-01-15T09:15:37.538Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-15T09:15:37.806Z] ---> Running in 5491e55d4d72 [2021-01-15T09:15:37.806Z] Removing intermediate container 5491e55d4d72 [2021-01-15T09:15:37.806Z] ---> f16086dff9a2 [2021-01-15T09:15:37.806Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T09:15:38.075Z] ---> Running in 72be69f2a458 [2021-01-15T09:15:38.344Z] Removing intermediate container 72be69f2a458 [2021-01-15T09:15:38.344Z] ---> 5614be53af83 [2021-01-15T09:15:38.344Z] Step 20/22 : LABEL arch=x86_64 [2021-01-15T09:15:38.613Z] ---> Running in 39755e5d10b3 [2021-01-15T09:15:38.901Z] Removing intermediate container 39755e5d10b3 [2021-01-15T09:15:38.901Z] ---> 30186515a3e8 [2021-01-15T09:15:38.901Z] Step 21/22 : LABEL git_sha=acb5963cfbfd83457d757625f48ab38e4e513fb3 [2021-01-15T09:15:39.172Z] ---> Running in 7467c4dc02d3 [2021-01-15T09:15:39.445Z] Removing intermediate container 7467c4dc02d3 [2021-01-15T09:15:39.445Z] ---> 2b656f1443f3 [2021-01-15T09:15:39.445Z] Step 22/22 : LABEL version=0.0.0 [2021-01-15T09:15:39.445Z] ---> Running in 27eed0e103aa [2021-01-15T09:15:39.716Z] Removing intermediate container 27eed0e103aa [2021-01-15T09:15:39.716Z] ---> 8414817d5a3c [2021-01-15T09:15:39.716Z] [2021-01-15T09:15:39.989Z] Successfully built 8414817d5a3c [2021-01-15T09:15:39.989Z] Successfully tagged docker-core-command-go:latest [2021-01-15T09:15:42.506Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.213s coverage: 46.6% of statements [2021-01-15T09:15:42.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-15T09:15:42.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-15T09:15:42.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-15T09:15:42.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-15T09:15:42.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-15T09:15:46.653Z]  Building docker-core-command-go ... done Removing intermediate container 1a0b94ee0774 [2021-01-15T09:15:46.653Z] ---> 84bdf3bfabb0 [2021-01-15T09:15:46.653Z] [2021-01-15T09:15:46.653Z] Step 10/24 : FROM scratch [2021-01-15T09:15:46.653Z] ---> [2021-01-15T09:15:46.653Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-15T09:15:46.653Z] ---> Running in c2394893cf4c [2021-01-15T09:15:46.653Z] Removing intermediate container c2394893cf4c [2021-01-15T09:15:46.653Z] ---> 694b0d1037fa [2021-01-15T09:15:46.653Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-15T09:15:46.653Z] ---> Running in f9d09d4b9613 [2021-01-15T09:15:46.653Z] Removing intermediate container f9d09d4b9613 [2021-01-15T09:15:46.653Z] ---> 5c463314b170 [2021-01-15T09:15:46.653Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-15T09:15:46.653Z] ---> Running in 090a37908fff [2021-01-15T09:15:46.919Z] Removing intermediate container 090a37908fff [2021-01-15T09:15:46.919Z] ---> 793fdea90cbb [2021-01-15T09:15:46.919Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-15T09:15:47.183Z] ---> c0e50989ad34 [2021-01-15T09:15:47.183Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-15T09:15:48.156Z] ---> 6800ed8d6d6c [2021-01-15T09:15:48.156Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-15T09:15:49.253Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.527s coverage: 27.0% of statements [2021-01-15T09:15:49.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-15T09:15:49.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-15T09:15:49.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-15T09:15:49.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-15T09:15:49.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-15T09:15:49.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-15T09:15:49.253Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.067s coverage: 100.0% of statements [2021-01-15T09:15:49.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-15T09:15:49.253Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.084s coverage: 100.0% of statements [2021-01-15T09:15:49.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-15T09:15:49.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-15T09:15:49.253Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.237s coverage: 67.9% of statements [2021-01-15T09:15:49.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-15T09:15:49.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-15T09:15:49.651Z] ---> 298679cd30c8 [2021-01-15T09:15:49.651Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T09:15:49.651Z] Removing intermediate container a0cbb59be753 [2021-01-15T09:15:49.651Z] ---> c5577ccc896e [2021-01-15T09:15:49.651Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-15T09:15:49.920Z] ---> Running in 4a6f9be84522 [2021-01-15T09:15:50.189Z] ---> be7d0e3e5dc3 [2021-01-15T09:15:50.189Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-15T09:15:50.234Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.710s coverage: 82.3% of statements [2021-01-15T09:15:50.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-15T09:15:50.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-15T09:15:50.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-15T09:15:50.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-15T09:15:50.453Z] 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-15T09:15:50.715Z] ---> 6ad2be77fd25 [2021-01-15T09:15:50.715Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-15T09:15:50.978Z] ---> f0d94ff49322 [2021-01-15T09:15:50.978Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-15T09:15:50.978Z] ---> Running in b76bfe12532b [2021-01-15T09:15:51.242Z] Removing intermediate container b76bfe12532b [2021-01-15T09:15:51.242Z] ---> fe1172c30ddb [2021-01-15T09:15:51.242Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T09:15:51.242Z] ---> Running in 1588b5f4017b [2021-01-15T09:15:51.506Z] Removing intermediate container 4a6f9be84522 [2021-01-15T09:15:51.506Z] ---> 17af1807e606 [2021-01-15T09:15:51.506Z] [2021-01-15T09:15:51.506Z] Step 11/26 : FROM docker:20.10.0 [2021-01-15T09:15:51.506Z] 20.10.0: Pulling from library/docker [2021-01-15T09:15:51.506Z] Removing intermediate container 1588b5f4017b [2021-01-15T09:15:51.506Z] ---> bcf8698b047d [2021-01-15T09:15:51.506Z] Step 22/24 : LABEL arch=x86_64 [2021-01-15T09:15:51.506Z] ---> Running in c127c9da2dbb [2021-01-15T09:15:52.902Z] Removing intermediate container c127c9da2dbb [2021-01-15T09:15:52.902Z] ---> 969b3a6c62f7 [2021-01-15T09:15:52.902Z] Step 23/24 : LABEL git_sha=acb5963cfbfd83457d757625f48ab38e4e513fb3 [2021-01-15T09:15:52.902Z] ---> Running in 7c7ca5c491b8 [2021-01-15T09:15:53.859Z] Removing intermediate container 7c7ca5c491b8 [2021-01-15T09:15:53.859Z] ---> 41045b3b9a9c [2021-01-15T09:15:53.859Z] Step 24/24 : LABEL version=0.0.0 [2021-01-15T09:15:53.859Z] ---> Running in 4f916af5fcd6 [2021-01-15T09:15:53.859Z] Removing intermediate container 4f916af5fcd6 [2021-01-15T09:15:53.859Z] ---> d3e1be5c4980 [2021-01-15T09:15:53.859Z] [2021-01-15T09:15:54.122Z] Successfully built d3e1be5c4980 [2021-01-15T09:15:54.123Z] Successfully tagged docker-support-notifications-go:latest [2021-01-15T09:15:56.694Z]  Building docker-support-notifications-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-15T09:15:56.694Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-15T09:15:56.694Z] ---> aefe523efa57 [2021-01-15T09:15:56.694Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-15T09:15:56.957Z] ---> Running in fcba30ef445a [2021-01-15T09:15:57.538Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T09:15:57.538Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T09:15:57.800Z] (1/2) Installing readline (8.0.4-r0) [2021-01-15T09:15:57.800Z] (2/2) Installing bash (5.0.17-r0) [2021-01-15T09:15:57.800Z] Executing bash-5.0.17-r0.post-install [2021-01-15T09:15:57.800Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T09:15:57.800Z] OK: 12 MiB in 22 packages [2021-01-15T09:15:58.378Z] Removing intermediate container fcba30ef445a [2021-01-15T09:15:58.378Z] ---> 413c47859bd8 [2021-01-15T09:15:58.378Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-15T09:15:58.378Z] ---> Running in 52e0e6628bc2 [2021-01-15T09:15:58.534Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.000s coverage: 28.6% of statements [2021-01-15T09:15:58.534Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-15T09:15:58.534Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-15T09:15:58.534Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-15T09:15:58.534Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-15T09:15:58.534Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-15T09:15:58.534Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.132s coverage: 100.0% of statements [2021-01-15T09:15:58.534Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-15T09:15:58.534Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.072s coverage: 100.0% of statements [2021-01-15T09:15:58.534Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-15T09:15:58.534Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.390s coverage: 86.7% of statements [2021-01-15T09:15:58.534Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-15T09:15:58.534Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.359s coverage: 97.5% of statements [2021-01-15T09:15:58.534Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-15T09:15:58.534Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.133s coverage: 78.3% of statements [2021-01-15T09:15:58.534Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-15T09:15:58.534Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-15T09:15:58.534Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-15T09:15:58.534Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-15T09:15:58.641Z] Removing intermediate container 52e0e6628bc2 [2021-01-15T09:15:58.641Z] ---> 3f9e9e5eea36 [2021-01-15T09:15:58.641Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-15T09:15:58.641Z] ---> Running in 4c16d536878e [2021-01-15T09:15:58.903Z] Removing intermediate container 4c16d536878e [2021-01-15T09:15:58.903Z] ---> 1b8a38cc7602 [2021-01-15T09:15:58.903Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-15T09:15:58.903Z] ---> Running in b6a0c1933358 [2021-01-15T09:15:59.165Z] Removing intermediate container b6a0c1933358 [2021-01-15T09:15:59.165Z] ---> b65826b48828 [2021-01-15T09:15:59.165Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-15T09:15:59.739Z] ---> 0ca6a2cfc8d2 [2021-01-15T09:15:59.739Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-15T09:15:59.739Z] ---> 9a9eaa992f86 [2021-01-15T09:15:59.739Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-15T09:16:00.315Z] ---> faee68c8c2fa [2021-01-15T09:16:00.315Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-15T09:16:00.580Z] ---> Running in ba436a2d1adb [2021-01-15T09:16:01.156Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T09:16:01.156Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T09:16:01.156Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-15T09:16:01.156Z] (2/33) Installing expat (2.2.9-r1) [2021-01-15T09:16:01.156Z] (3/33) Installing libffi (3.3-r2) [2021-01-15T09:16:01.156Z] (4/33) Installing gdbm (1.13-r1) [2021-01-15T09:16:01.417Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-15T09:16:01.417Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-15T09:16:01.417Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-15T09:16:02.372Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-15T09:16:02.372Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-15T09:16:02.372Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-15T09:16:02.372Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-15T09:16:02.372Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-15T09:16:02.372Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-15T09:16:02.372Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-15T09:16:02.635Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-15T09:16:02.635Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-15T09:16:02.635Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-15T09:16:02.635Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-15T09:16:02.635Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-15T09:16:02.635Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-15T09:16:02.635Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-15T09:16:02.635Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-15T09:16:02.897Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-15T09:16:02.897Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-15T09:16:02.897Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-15T09:16:02.897Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-15T09:16:02.897Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-15T09:16:02.897Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-15T09:16:02.897Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-15T09:16:02.897Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-15T09:16:02.897Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-15T09:16:02.897Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-15T09:16:02.897Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-15T09:16:03.160Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T09:16:03.160Z] OK: 71 MiB in 55 packages [2021-01-15T09:16:06.858Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.144s coverage: 92.8% of statements [2021-01-15T09:16:06.858Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-15T09:16:06.858Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-15T09:16:06.858Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-15T09:16:06.858Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-15T09:16:06.858Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-15T09:16:06.858Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-15T09:16:06.858Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-15T09:16:06.858Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-15T09:16:06.858Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-15T09:16:06.859Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-15T09:16:06.859Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-15T09:16:06.859Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-15T09:16:06.859Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-15T09:16:06.859Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-15T09:16:06.859Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-15T09:16:06.859Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-15T09:16:06.859Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-15T09:16:06.859Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-15T09:16:06.859Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.068s coverage: 58.8% of statements [2021-01-15T09:16:06.859Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-15T09:16:06.859Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-15T09:16:06.859Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.195s coverage: 0.1% of statements [2021-01-15T09:16:06.859Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-15T09:16:06.859Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-15T09:16:06.859Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-15T09:16:06.859Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-15T09:16:06.859Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.066s coverage: 100.0% of statements [2021-01-15T09:16:06.859Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-15T09:16:06.859Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.085s coverage: 75.5% of statements [2021-01-15T09:16:06.859Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-15T09:16:06.859Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.084s coverage: 80.8% of statements [2021-01-15T09:16:06.859Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.160s coverage: 87.2% of statements [2021-01-15T09:16:07.462Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.217s coverage: 84.2% of statements [2021-01-15T09:16:10.088Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.160s coverage: 91.4% of statements [2021-01-15T09:16:10.088Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-15T09:16:12.074Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.686s coverage: 63.5% of statements [2021-01-15T09:16:12.074Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-15T09:16:12.074Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-15T09:16:12.074Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.082s coverage: 100.0% of statements [2021-01-15T09:16:12.074Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.107s coverage: 91.3% of statements [2021-01-15T09:16:12.675Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.080s coverage: 100.0% of statements [2021-01-15T09:16:12.952Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.099s coverage: 73.7% of statements [2021-01-15T09:16:13.178Z] Removing intermediate container ba436a2d1adb [2021-01-15T09:16:13.178Z] ---> c717166fbfb5 [2021-01-15T09:16:13.178Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-15T09:16:13.178Z] ---> Running in 654545468c07 [2021-01-15T09:16:13.178Z] Collecting docker-compose==1.23.2 [2021-01-15T09:16:13.178Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-15T09:16:13.229Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.056s coverage: 100.0% of statements [2021-01-15T09:16:13.441Z] Collecting cached-property<2,>=1.2.0 [2021-01-15T09:16:13.441Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-15T09:16:13.703Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-15T09:16:13.703Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-15T09:16:13.703Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-15T09:16:13.703Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-15T09:16:14.278Z] Collecting docopt<0.7,>=0.6.1 [2021-01-15T09:16:14.278Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-15T09:16:14.855Z] Collecting docker<4.0,>=3.6.0 [2021-01-15T09:16:14.855Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-15T09:16:15.117Z] Collecting PyYAML<4,>=3.10 [2021-01-15T09:16:15.117Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-15T09:16:16.065Z] 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-15T09:16:16.065Z] Collecting texttable<0.10,>=0.9.0 [2021-01-15T09:16:16.065Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-15T09:16:16.646Z] Collecting jsonschema<3,>=2.5.1 [2021-01-15T09:16:16.646Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-15T09:16:16.646Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-15T09:16:16.646Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-15T09:16:16.908Z] Collecting docker-pycreds>=0.4.0 [2021-01-15T09:16:16.908Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-15T09:16:17.170Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-15T09:16:17.170Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-15T09:16:17.170Z] 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-15T09:16:17.170Z] 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-15T09:16:17.170Z] Collecting idna<2.8,>=2.5 [2021-01-15T09:16:17.170Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-15T09:16:17.170Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-15T09:16:17.170Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-15T09:16:17.170Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-15T09:16:17.170Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-15T09:16:17.432Z] Installing collected packages: cached-property, websocket-client, dockerpty, docopt, docker-pycreds, urllib3, idna, requests, docker, PyYAML, texttable, jsonschema, docker-compose [2021-01-15T09:16:17.432Z] Running setup.py install for dockerpty: started [2021-01-15T09:16:17.564Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.887s coverage: 68.9% of statements [2021-01-15T09:16:17.564Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-15T09:16:17.564Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-15T09:16:17.564Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-15T09:16:17.564Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-15T09:16:17.564Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-15T09:16:18.006Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-15T09:16:18.006Z] Running setup.py install for docopt: started [2021-01-15T09:16:18.581Z] Running setup.py install for docopt: finished with status 'done' [2021-01-15T09:16:18.581Z] Attempting uninstall: urllib3 [2021-01-15T09:16:18.581Z] Found existing installation: urllib3 1.25.9 [2021-01-15T09:16:18.581Z] Uninstalling urllib3-1.25.9: [2021-01-15T09:16:18.581Z] Successfully uninstalled urllib3-1.25.9 [2021-01-15T09:16:18.581Z] Attempting uninstall: idna [2021-01-15T09:16:18.581Z] Found existing installation: idna 2.9 [2021-01-15T09:16:18.581Z] Uninstalling idna-2.9: [2021-01-15T09:16:18.842Z] Successfully uninstalled idna-2.9 [2021-01-15T09:16:18.842Z] Attempting uninstall: requests [2021-01-15T09:16:18.842Z] Found existing installation: requests 2.23.0 [2021-01-15T09:16:18.842Z] Uninstalling requests-2.23.0: [2021-01-15T09:16:18.842Z] Successfully uninstalled requests-2.23.0 [2021-01-15T09:16:19.003Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.391s coverage: 37.0% of statements [2021-01-15T09:16:19.003Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-15T09:16:19.003Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-15T09:16:19.003Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.721s coverage: 84.0% of statements [2021-01-15T09:16:19.003Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.087s coverage: 100.0% of statements [2021-01-15T09:16:19.416Z] Running setup.py install for PyYAML: started [2021-01-15T09:16:19.994Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-15T09:16:19.994Z] Running setup.py install for texttable: started [2021-01-15T09:16:20.260Z] Running setup.py install for texttable: finished with status 'done' [2021-01-15T09:16:20.837Z] 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-15T09:16:24.157Z] Removing intermediate container 654545468c07 [2021-01-15T09:16:24.157Z] ---> 0e6652118f27 [2021-01-15T09:16:24.157Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-15T09:16:24.420Z] ---> Running in 82bcf9f8666b [2021-01-15T09:16:24.683Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T09:16:24.947Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T09:16:24.947Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T09:16:24.947Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-15T09:16:24.947Z] (3/3) Installing curl (7.69.1-r3) [2021-01-15T09:16:25.215Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T09:16:25.215Z] OK: 72 MiB in 58 packages [2021-01-15T09:16:25.477Z] Removing intermediate container 82bcf9f8666b [2021-01-15T09:16:25.477Z] ---> 90d6f95a63dd [2021-01-15T09:16:25.477Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-15T09:16:25.740Z] ---> Running in 525ce4dab2cf [2021-01-15T09:16:25.740Z] Removing intermediate container 525ce4dab2cf [2021-01-15T09:16:25.740Z] ---> 5f69bbbac13a [2021-01-15T09:16:25.740Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T09:16:25.757Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.400s coverage: 47.1% of statements [2021-01-15T09:16:25.757Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-15T09:16:25.757Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-15T09:16:25.757Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-15T09:16:25.757Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-15T09:16:25.757Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-15T09:16:25.757Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.127s coverage: 100.0% of statements [2021-01-15T09:16:25.757Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-15T09:16:25.757Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.100s coverage: 100.0% of statements [2021-01-15T09:16:25.757Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-15T09:16:26.003Z] ---> Running in f2af1cd579d4 [2021-01-15T09:16:26.003Z] Removing intermediate container f2af1cd579d4 [2021-01-15T09:16:26.003Z] ---> e4697cab3396 [2021-01-15T09:16:26.003Z] Step 24/26 : LABEL arch=x86_64 [2021-01-15T09:16:26.003Z] ---> Running in ba14ede8eb57 [2021-01-15T09:16:26.267Z] Removing intermediate container ba14ede8eb57 [2021-01-15T09:16:26.267Z] ---> 07a4f1237a8c [2021-01-15T09:16:26.267Z] Step 25/26 : LABEL git_sha=acb5963cfbfd83457d757625f48ab38e4e513fb3 [2021-01-15T09:16:26.267Z] ---> Running in c3887f566f75 [2021-01-15T09:16:26.531Z] Removing intermediate container c3887f566f75 [2021-01-15T09:16:26.531Z] ---> 21d5d1534732 [2021-01-15T09:16:26.531Z] Step 26/26 : LABEL version=0.0.0 [2021-01-15T09:16:26.531Z] ---> Running in c04cc072d985 [2021-01-15T09:16:26.793Z] Removing intermediate container c04cc072d985 [2021-01-15T09:16:26.793Z] ---> 28a18f603dee [2021-01-15T09:16:26.793Z] [2021-01-15T09:16:26.793Z] Successfully built 28a18f603dee [2021-01-15T09:16:27.055Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-15T09:16:27.329Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-15T09:16:27.336Z] $ docker stop --time=1 2c71807af28b3ef24becaef3ffc6bc17905a0b026b8fa67e61044742519e84d8 [2021-01-15T09:16:28.934Z] $ docker rm -f 2c71807af28b3ef24becaef3ffc6bc17905a0b026b8fa67e61044742519e84d8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-15T09:16:29.445Z] + docker images [2021-01-15T09:16:29.445Z] + grep docker [2021-01-15T09:16:29.445Z] docker-sys-mgmt-agent-go latest 28a18f603dee 3 seconds ago 313MB [2021-01-15T09:16:29.445Z] docker-support-notifications-go latest d3e1be5c4980 36 seconds ago 12MB [2021-01-15T09:16:29.445Z] docker-core-command-go latest 8414817d5a3c 50 seconds ago 10.6MB [2021-01-15T09:16:29.445Z] docker-support-scheduler-go latest 064cd4272929 58 seconds ago 10.7MB [2021-01-15T09:16:29.445Z] docker-core-data-go latest 6a4bb4d5c247 About a minute ago 22.3MB [2021-01-15T09:16:29.445Z] docker-security-secretstore-setup-go latest 4177c7ff36a3 About a minute ago 24.6MB [2021-01-15T09:16:29.445Z] docker-security-bootstrap-redis-go latest 6de8c0101935 About a minute ago 15.8MB [2021-01-15T09:16:29.445Z] docker-core-metadata-go latest 71a51a85b1e7 2 minutes ago 13.1MB [2021-01-15T09:16:29.445Z] docker-security-proxy-setup-go latest f53dced35149 2 minutes ago 24.4MB [2021-01-15T09:16:29.445Z] 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-15T09:16:31.174Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.044s coverage: 29.1% of statements [2021-01-15T09:16:31.174Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-15T09:16:31.174Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-15T09:16:31.174Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-15T09:16:31.174Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-15T09:16:31.174Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-15T09:16:31.174Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.175s coverage: 99.0% of statements [2021-01-15T09:16:31.174Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-15T09:16:31.174Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.130s coverage: 100.0% of statements [2021-01-15T09:16:31.174Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-15T09:16:31.174Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements [2021-01-15T09:16:31.174Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-15T09:16:31.174Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.065s coverage: 100.0% of statements [2021-01-15T09:16:31.174Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-15T09:16:31.174Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-15T09:16:31.174Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-15T09:16:31.174Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-15T09:16:31.174Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.082s coverage: 87.9% of statements [2021-01-15T09:16:31.174Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-15T09:16:31.174Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-15T09:16:31.174Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.087s coverage: 100.0% of statements [2021-01-15T09:16:31.174Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-01-15T09:16:31.769Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-01-15T09:16:32.746Z] GO111MODULE=on go vet ./... [2021-01-15T09:16:45.130Z] Still waiting to schedule task [2021-01-15T09:16:45.130Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-15T09:17:39.034Z] Running on prd-ubuntu18.04-docker-8c-8g-20453 in /w/workspace/edgexfoundry_edgex-go_PR-3042 [Pipeline] { [Pipeline] ws [2021-01-15T09:17:39.099Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-01-15T09:17:40.799Z] gofmt -l . [2021-01-15T09:17:40.799Z] [ "`gofmt -l .`" = "" ] [2021-01-15T09:17:40.799Z] ./bin/test-go-mod-tidy.sh [2021-01-15T09:17:40.799Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-15T09:17:41.195Z] using credential edgex-jenkins-ssh [2021-01-15T09:17:41.274Z] Cloning the remote Git repository [2021-01-15T09:17:41.300Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-15T09:17:41.364Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-01-15T09:17:41.401Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-15T09:17:41.402Z] > git --version # timeout=10 [2021-01-15T09:17:41.411Z] > git --version # 'git version 2.17.1' [2021-01-15T09:17:41.412Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T09:17:41.435Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-15T09:17:41.730Z] + ls -al . [2021-01-15T09:17:41.730Z] total 684 [2021-01-15T09:17:41.730Z] drwxrwxr-x 9 1001 1001 4096 Jan 15 09:17 . [2021-01-15T09:17:41.730Z] drwxr-xr-x 4 root root 4096 Jan 15 09:14 .. [2021-01-15T09:17:41.730Z] -rw-rw-r-- 1 1001 1001 11 Jan 15 09:12 .dockerignore [2021-01-15T09:17:41.730Z] drwxrwxr-x 8 1001 1001 4096 Jan 15 09:12 .git [2021-01-15T09:17:41.730Z] drwxrwxr-x 3 1001 1001 4096 Jan 15 09:12 .github [2021-01-15T09:17:41.730Z] -rw-rw-r-- 1 1001 1001 824 Jan 15 09:12 .gitignore [2021-01-15T09:17:41.730Z] -rw-rw-r-- 1 1001 1001 166 Jan 15 09:12 .sonarcloud.properties [2021-01-15T09:17:41.730Z] -rw-rw-r-- 1 1001 1001 7741 Jan 15 09:12 Attribution.txt [2021-01-15T09:17:41.730Z] -rw-rw-r-- 1 1001 1001 3804 Jan 15 09:12 CONTRIBUTING.md [2021-01-15T09:17:41.730Z] -rw-rw-r-- 1 1001 1001 931 Jan 15 09:12 Dockerfile.build [2021-01-15T09:17:41.730Z] -rw-rw-r-- 1 1001 1001 863 Jan 15 09:12 Jenkinsfile [2021-01-15T09:17:41.730Z] -rw-rw-r-- 1 1001 1001 10775 Jan 15 09:12 LICENSE [2021-01-15T09:17:41.730Z] -rw-rw-r-- 1 1001 1001 5750 Jan 15 09:12 Makefile [2021-01-15T09:17:41.730Z] -rw-rw-r-- 1 1001 1001 6524 Jan 15 09:12 README.md [2021-01-15T09:17:41.730Z] -rw-rw-r-- 1 1001 1001 6744 Jan 15 09:12 SECURITY.md [2021-01-15T09:17:41.730Z] -rw-rw-r-- 1 1001 1001 5 Jan 15 09:09 VERSION [2021-01-15T09:17:41.730Z] -rw-rw-r-- 1 1001 1001 4131 Jan 15 09:12 ZMQWindows.md [2021-01-15T09:17:41.730Z] drwxrwxr-x 2 1001 1001 4096 Jan 15 09:12 bin [2021-01-15T09:17:41.730Z] drwxrwxr-x 14 1001 1001 4096 Jan 15 09:12 cmd [2021-01-15T09:17:41.730Z] -rw-r--r-- 1 root root 550280 Jan 15 09:16 coverage.out [2021-01-15T09:17:41.730Z] -rw-r--r-- 1 root root 979 Jan 15 09:17 go.mod [2021-01-15T09:17:41.730Z] -rw-r--r-- 1 root root 19036 Jan 15 09:17 go.sum [2021-01-15T09:17:41.730Z] drwxrwxr-x 8 1001 1001 4096 Jan 15 09:12 internal [2021-01-15T09:17:41.730Z] drwxrwxr-x 4 1001 1001 4096 Jan 15 09:12 openapi [2021-01-15T09:17:41.730Z] drwxrwxr-x 4 1001 1001 4096 Jan 15 09:12 snap [2021-01-15T09:17:41.730Z] -rw-rw-r-- 1 1001 1001 168 Jan 15 09:12 version.go [Pipeline] sh [2021-01-15T09:17:42.391Z] + '[' -e coverage.out ] [2021-01-15T09:17:42.391Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-15T09:17:42.413Z] Warning: overwriting stash ‘coverage-report’ [2021-01-15T09:17:43.565Z] Stashed 1 file(s) [Pipeline] sh [2021-01-15T09:17:44.284Z] + make build [2021-01-15T09:17:44.284Z] 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-15T09:17:53.306Z] Merging remotes/origin/master commit fd359634b10927f8e0ebf7f54b54c9e517c8d604 into PR head commit 6cc9d70d7caf41ac34bf8c47de58be2a559557e0 [2021-01-15T09:17:53.501Z] Merge succeeded, producing 61f5894b2301ade8effa5049e01ea7c234c63cbf [2021-01-15T09:17:53.502Z] Checking out Revision 61f5894b2301ade8effa5049e01ea7c234c63cbf (PR-3042) [2021-01-15T09:17:52.660Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-15T09:17:52.667Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-15T09:17:52.677Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-15T09:17:52.688Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-15T09:17:52.688Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T09:17:52.692Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3042/head:refs/remotes/origin/PR-3042 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-15T09:17:53.319Z] > git config core.sparsecheckout # timeout=10 [2021-01-15T09:17:53.325Z] > git checkout -f 6cc9d70d7caf41ac34bf8c47de58be2a559557e0 # timeout=10 [2021-01-15T09:17:53.403Z] > git remote # timeout=10 [2021-01-15T09:17:53.410Z] > git config --get remote.origin.url # timeout=10 [2021-01-15T09:17:53.419Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T09:17:53.423Z] > git merge fd359634b10927f8e0ebf7f54b54c9e517c8d604 # timeout=10 [2021-01-15T09:17:53.499Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-15T09:17:53.508Z] > git config core.sparsecheckout # timeout=10 [2021-01-15T09:17:53.511Z] > git checkout -f 61f5894b2301ade8effa5049e01ea7c234c63cbf # timeout=10 [2021-01-15T09:17:56.700Z] 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-15T09:17:57.163Z] Commit message: "Merge commit 'fd359634b10927f8e0ebf7f54b54c9e517c8d604' into HEAD" [2021-01-15T09:17:57.171Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-15T09:17:58.159Z] + echo snap-build.sh [2021-01-15T09:17:58.159Z] snap-build.sh [2021-01-15T09:17:58.159Z] + SNAP_BASE_DIR=. [2021-01-15T09:17:58.159Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-01-15T09:17:58.159Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-01-15T09:17:58.159Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-01-15T09:17:58.159Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-01-15T09:17:58.159Z] + cd /w/workspace/edgex-go/2 [2021-01-15T09:17:58.159Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-15T09:17:58.159Z] Reading package lists... [2021-01-15T09:17:58.159Z] Building dependency tree... [2021-01-15T09:17:58.159Z] Reading state information... [2021-01-15T09:17:58.423Z] The following packages were automatically installed and are no longer required: [2021-01-15T09:17:58.423Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-15T09:17:58.423Z] uidmap xdelta3 [2021-01-15T09:17:58.423Z] Use 'sudo apt autoremove' to remove them. [2021-01-15T09:17:58.423Z] The following packages will be REMOVED: [2021-01-15T09:17:58.423Z] lxd* lxd-client* [2021-01-15T09:17:58.683Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-15T09:17:58.683Z] After this operation, 31.7 MB disk space will be freed. [2021-01-15T09:17:57.170Z] > git rev-list --no-walk d0632f7e6dd7bd09e4ac7c2490816ce1609dfc7c # timeout=10 [2021-01-15T09:17:59.741Z] (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-15T09:17:59.741Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-15T09:18:00.687Z] Removing lxd dnsmasq configuration [2021-01-15T09:18:00.954Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-15T09:18:01.214Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-15T09:18:02.163Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-15T09:18:02.687Z] (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-15T09:18:02.687Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-15T09:18:04.080Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-15T09:18:04.342Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-15T09:18:06.257Z] + sudo snap remove --purge lxd [2021-01-15T09:18:06.257Z] snap "lxd" is not installed [2021-01-15T09:18:06.257Z] + sudo groupadd --force --system lxd [2021-01-15T09:18:06.257Z] ++ whoami [2021-01-15T09:18:06.257Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-15T09:18:06.257Z] + newgrp - lxd [2021-01-15T09:18:06.518Z] + sudo snap install lxd [2021-01-15T09:18:16.532Z] 2021-01-15T09:18:13Z INFO Waiting for automatic snapd restart... [2021-01-15T09:18:23.503Z] 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-15T09:18:24.098Z] 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-15T09:18:26.550Z] lxd 4.10 from Canonical* installed [2021-01-15T09:18:26.551Z] + sudo lxd init --auto [2021-01-15T09:18:28.399Z] 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-15T09:18:29.372Z] 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-15T09:18:34.761Z] 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-15T09:18:36.552Z] + sudo snap install --classic snapcraft [2021-01-15T09:18:39.056Z] 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-15T09:18:39.851Z] snapcraft 4.4.4 from Canonical* installed [2021-01-15T09:18:39.851Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-15T09:18:39.851Z] + patch --verbose -p1 [2021-01-15T09:18:39.851Z] Hmm... Looks like a unified diff to me... [2021-01-15T09:18:39.851Z] The text leading up to this was: [2021-01-15T09:18:39.851Z] -------------------------- [2021-01-15T09:18:39.851Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-15T09:18:39.851Z] |From: Tony Espy [2021-01-15T09:18:39.851Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-15T09:18:39.851Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-15T09:18:39.851Z] | [2021-01-15T09:18:39.851Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-15T09:18:39.851Z] |optimize the snap CI check run for pull requests. When [2021-01-15T09:18:39.851Z] |applied, it essentially strips out everything (apps and [2021-01-15T09:18:39.851Z] |parts) from the snapcraft.yaml file except those required [2021-01-15T09:18:39.851Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-15T09:18:39.851Z] |catch changes to edgex-go that break the snap build. [2021-01-15T09:18:39.851Z] | [2021-01-15T09:18:39.851Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-15T09:18:39.851Z] |to update this patch file, otherwise it may fail to apply, [2021-01-15T09:18:39.851Z] |resulting in a failed snap build CI check in the associated [2021-01-15T09:18:39.851Z] |pull request. [2021-01-15T09:18:39.851Z] | [2021-01-15T09:18:39.851Z] |Note - in addition to applying this patch, the pipeline also [2021-01-15T09:18:39.851Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-15T09:18:39.851Z] |need to build the finally binary .snap file (and it won't [2021-01-15T09:18:39.851Z] |work with the patch applied). This further reduces the build [2021-01-15T09:18:39.851Z] |time. [2021-01-15T09:18:39.851Z] |--- [2021-01-15T09:18:39.851Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-15T09:18:39.851Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-15T09:18:39.851Z] | [2021-01-15T09:18:39.851Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-15T09:18:39.851Z] |index 1e537489..faf42425 100644 [2021-01-15T09:18:39.851Z] |--- a/snap/snapcraft.yaml [2021-01-15T09:18:39.851Z] |+++ b/snap/snapcraft.yaml [2021-01-15T09:18:39.851Z] -------------------------- [2021-01-15T09:18:39.851Z] patching file snap/snapcraft.yaml [2021-01-15T09:18:39.851Z] Using Plan A... [2021-01-15T09:18:39.851Z] Hunk #1 succeeded at 73. [2021-01-15T09:18:39.851Z] Hunk #2 succeeded at 202 with fuzz 1. [2021-01-15T09:18:39.851Z] Hunk #3 succeeded at 214 (offset -3 lines). [2021-01-15T09:18:39.851Z] Hunk #4 succeeded at 222 (offset -3 lines). [2021-01-15T09:18:39.851Z] Hunk #5 succeeded at 229 (offset -3 lines). [2021-01-15T09:18:39.851Z] Hunk #6 succeeded at 256 (offset -3 lines). [2021-01-15T09:18:39.851Z] Hunk #7 succeeded at 290 (offset -3 lines). [2021-01-15T09:18:39.851Z] Hunk #8 succeeded at 342 (offset -2 lines). [2021-01-15T09:18:39.851Z] Hmm... Ignoring the trailing garbage. [2021-01-15T09:18:39.851Z] done [2021-01-15T09:18:39.851Z] + sudo snapcraft prime --use-lxd [2021-01-15T09:18:41.233Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-15T09:18:41.233Z] 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-15T09:18:41.233Z] - README.md [2021-01-15T09:18:41.233Z] - snapcraft.yaml.orig [2021-01-15T09:18:41.233Z] [2021-01-15T09:18:41.233Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-15T09:18:41.807Z] Launching a container. [2021-01-15T09:18:42.434Z] 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-15T09:18:46.734Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-15T09:18:50.123Z] 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-15T09:18:53.498Z] 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-15T09:18:54.045Z] Waiting for container to be ready [2021-01-15T09:18:54.045Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-15T09:18:54.045Z] [2021-01-15T09:18:55.961Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-15T09:18:56.533Z] Waiting for network to be ready... [2021-01-15T09:18:57.105Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-15T09:18:57.105Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-15T09:18:57.677Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] [2021-01-15T09:18:57.677Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-15T09:18:57.677Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [Pipeline] } [2021-01-15T09:18:57.816Z] $ docker stop --time=1 086cb2d1db552d310ff37d849a460c492fe5f975cd4041c853d8d836aaca675d [2021-01-15T09:18:57.937Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-15T09:18:57.938Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-15T09:18:57.938Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-15T09:18:57.938Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-15T09:18:57.938Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-15T09:18:57.938Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-15T09:18:57.938Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] [2021-01-15T09:18:57.938Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-15T09:18:57.938Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-15T09:18:57.938Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-15T09:18:57.938Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-15T09:18:57.938Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] [2021-01-15T09:18:58.201Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-15T09:18:58.201Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-15T09:18:58.772Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] [2021-01-15T09:18:58.772Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-15T09:18:58.772Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-15T09:18:58.772Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-15T09:18:58.772Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-15T09:18:58.772Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-15T09:18:58.772Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-15T09:18:58.772Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-15T09:19:00.156Z] $ docker rm -f 086cb2d1db552d310ff37d849a460c492fe5f975cd4041c853d8d836aaca675d [Pipeline] // withDockerContainer [2021-01-15T09:19:01.319Z] Fetched 23.7 MB in 4s (5557 kB/s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T09:19:01.896Z] Reading package lists... [2021-01-15T09:19:02.065Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-15T09:19:02.065Z] [2021-01-15T09:19:02.065Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [2021-01-15T09:19:02.157Z] Reading package lists... [2021-01-15T09:19:02.157Z] Building dependency tree... [2021-01-15T09:19:02.157Z] Reading state information... [Pipeline] sh [2021-01-15T09:19:02.418Z] The following additional packages will be installed: [2021-01-15T09:19:02.418Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-15T09:19:02.418Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-15T09:19:02.418Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-15T09:19:02.418Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-15T09:19:02.418Z] Suggested packages: [2021-01-15T09:19:02.418Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-15T09:19:02.418Z] Recommended packages: [2021-01-15T09:19:02.418Z] gnupg libsasl2-modules [2021-01-15T09:19:02.418Z] The following NEW packages will be installed: [2021-01-15T09:19:02.418Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-15T09:19:02.418Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-15T09:19:02.418Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-15T09:19:02.418Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-15T09:19:02.418Z] The following packages will be upgraded: [2021-01-15T09:19:02.418Z] gpg gpg-agent gpgconf libudev1 [2021-01-15T09:19:02.418Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-15T09:19:02.418Z] Need to get 3532 kB of archives. [2021-01-15T09:19:02.418Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-15T09:19:02.418Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-15T09:19:02.418Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2021-01-15T09:19:02.483Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-15T09:19:02.679Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-15T09:19:02.680Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-15T09:19:02.680Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-15T09:19:02.680Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-15T09:19:02.680Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-15T09:19:02.755Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-15T09:19:02.755Z] 29e5d40040c1: Pulling fs layer [2021-01-15T09:19:02.755Z] 1ce36da41761: Pulling fs layer [2021-01-15T09:19:02.755Z] 25b303627fd3: Pulling fs layer [2021-01-15T09:19:02.940Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2021-01-15T09:19:03.031Z] 29e5d40040c1: Verifying Checksum [2021-01-15T09:19:03.031Z] 29e5d40040c1: Download complete [2021-01-15T09:19:03.202Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-15T09:19:03.202Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-15T09:19:03.202Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-15T09:19:03.202Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-15T09:19:03.202Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-15T09:19:03.202Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-15T09:19:03.202Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-15T09:19:03.202Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-15T09:19:03.202Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-15T09:19:03.462Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-15T09:19:03.462Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-15T09:19:03.462Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-15T09:19:03.462Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-01-15T09:19:03.462Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-15T09:19:03.462Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-15T09:19:03.462Z] Fetched 3532 kB in 1s (3242 kB/s) [2021-01-15T09:19:03.629Z] 1ce36da41761: Verifying Checksum [2021-01-15T09:19:03.629Z] 1ce36da41761: Download complete [2021-01-15T09:19:03.629Z] 29e5d40040c1: Pull complete [2021-01-15T09:19:03.723Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-15T09:19:03.724Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2021-01-15T09:19:03.724Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-15T09:19:03.724Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2021-01-15T09:19:03.724Z] Selecting previously unselected package udev. [2021-01-15T09:19:03.984Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-15T09:19:03.984Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2021-01-15T09:19:03.984Z] Unpacking udev (237-3ubuntu10.43) ... [2021-01-15T09:19:04.245Z] Selecting previously unselected package libfuse2:amd64. [2021-01-15T09:19:04.245Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-15T09:19:04.245Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-15T09:19:04.245Z] Selecting previously unselected package fuse. [2021-01-15T09:19:04.245Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-15T09:19:04.245Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-15T09:19:04.245Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-15T09:19:04.245Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-15T09:19:04.505Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-15T09:19:04.505Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-15T09:19:04.505Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-15T09:19:04.505Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-15T09:19:04.766Z] Selecting previously unselected package libksba8:amd64. [2021-01-15T09:19:04.766Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-15T09:19:04.766Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-15T09:19:04.766Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-15T09:19:04.766Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T09:19:04.766Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T09:19:04.766Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-15T09:19:04.766Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T09:19:04.766Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T09:19:05.029Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-15T09:19:05.029Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T09:19:05.029Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T09:19:05.029Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-15T09:19:05.029Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T09:19:05.029Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T09:19:05.062Z] 1ce36da41761: Pull complete [2021-01-15T09:19:05.290Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-15T09:19:05.290Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T09:19:05.290Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T09:19:05.290Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-15T09:19:05.290Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T09:19:05.290Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T09:19:05.334Z] 25b303627fd3: Verifying Checksum [2021-01-15T09:19:05.334Z] 25b303627fd3: Download complete [2021-01-15T09:19:05.556Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-15T09:19:05.556Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T09:19:05.556Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T09:19:05.556Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-15T09:19:05.556Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T09:19:05.556Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T09:19:05.556Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-15T09:19:05.556Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T09:19:05.556Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T09:19:05.825Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-15T09:19:05.825Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-15T09:19:05.825Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-15T09:19:05.825Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-15T09:19:05.825Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-15T09:19:05.825Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-15T09:19:06.087Z] Selecting previously unselected package libldap-common. [2021-01-15T09:19:06.087Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-15T09:19:06.087Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-15T09:19:06.087Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-15T09:19:06.087Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-15T09:19:06.087Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-15T09:19:06.087Z] Selecting previously unselected package dirmngr. [2021-01-15T09:19:06.087Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-15T09:19:06.347Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-15T09:19:06.347Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-15T09:19:06.347Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-15T09:19:06.347Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-15T09:19:06.348Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-15T09:19:06.348Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-15T09:19:06.609Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-15T09:19:06.609Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T09:19:06.609Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-15T09:19:06.609Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-15T09:19:06.609Z] Setting up udev (237-3ubuntu10.43) ... [2021-01-15T09:19:06.869Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-15T09:19:07.130Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T09:19:07.130Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-15T09:19:07.130Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-15T09:19:07.130Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-15T09:19:07.130Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T09:19:07.390Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T09:19:07.390Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T09:19:07.390Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T09:19:07.390Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T09:19:07.390Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T09:19:07.390Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T09:19:07.390Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-15T09:19:07.390Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-15T09:19:07.390Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-15T09:19:07.967Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-15T09:19:07.967Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-15T09:19:07.967Z] This means they are not meant to be enabled using systemctl. [2021-01-15T09:19:07.967Z] Possible reasons for having this kind of units are: [2021-01-15T09:19:07.967Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-15T09:19:07.967Z] .wants/ or .requires/ directory. [2021-01-15T09:19:07.967Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-15T09:19:07.967Z] a requirement dependency on it. [2021-01-15T09:19:07.967Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-15T09:19:07.967Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-15T09:19:07.967Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-15T09:19:07.967Z] instance name specified. [2021-01-15T09:19:08.228Z] Reading package lists... [2021-01-15T09:19:08.488Z] Building dependency tree... [2021-01-15T09:19:08.488Z] Reading state information... [2021-01-15T09:19:08.488Z] The following additional packages will be installed: [2021-01-15T09:19:08.488Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-15T09:19:08.488Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-15T09:19:08.488Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-15T09:19:08.488Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-15T09:19:08.488Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-15T09:19:08.488Z] Suggested packages: [2021-01-15T09:19:08.488Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-15T09:19:08.488Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-15T09:19:08.488Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-15T09:19:08.488Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-15T09:19:08.488Z] systemd-container policykit-1 [2021-01-15T09:19:08.488Z] Recommended packages: [2021-01-15T09:19:08.488Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-15T09:19:08.488Z] The following NEW packages will be installed: [2021-01-15T09:19:08.488Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-15T09:19:08.488Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-15T09:19:08.488Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-15T09:19:08.488Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-15T09:19:08.488Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-15T09:19:08.488Z] The following packages will be upgraded: [2021-01-15T09:19:08.488Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-15T09:19:08.750Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-15T09:19:08.750Z] Need to get 35.2 MB of archives. [2021-01-15T09:19:08.750Z] After this operation, 141 MB of additional disk space will be used. [2021-01-15T09:19:08.750Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2021-01-15T09:19:08.750Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-15T09:19:09.321Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-15T09:19:09.581Z] 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-15T09:19:09.581Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2021-01-15T09:19:09.581Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-15T09:19:09.581Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-15T09:19:09.581Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-15T09:19:09.581Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-15T09:19:09.581Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-15T09:19:09.581Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-15T09:19:09.581Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-15T09:19:09.581Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-15T09:19:09.581Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-15T09:19:09.581Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-15T09:19:09.581Z] 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-15T09:19:09.581Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-15T09:19:09.581Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-15T09:19:09.843Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-15T09:19:09.843Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-15T09:19:09.843Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-15T09:19:09.843Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-15T09:19:09.843Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-15T09:19:09.843Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-15T09:19:09.843Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-15T09:19:09.843Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-15T09:19:09.843Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-15T09:19:09.843Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-15T09:19:09.843Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-15T09:19:09.843Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-15T09:19:10.786Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-15T09:19:11.047Z] Fetched 35.2 MB in 2s (16.0 MB/s) [2021-01-15T09:19:11.047Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-15T09:19:11.047Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2021-01-15T09:19:11.047Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-15T09:19:11.617Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2021-01-15T09:19:11.883Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-15T09:19:11.883Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2021-01-15T09:19:11.883Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-15T09:19:11.883Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-15T09:19:11.883Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-15T09:19:12.143Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-15T09:19:12.407Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-15T09:19:12.407Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-15T09:19:12.407Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-15T09:19:12.668Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-15T09:19:12.668Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-15T09:19:12.928Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-15T09:19:13.191Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-15T09:19:13.191Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-15T09:19:13.191Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-15T09:19:13.452Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-15T09:19:13.452Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-15T09:19:13.452Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T09:19:13.713Z] Selecting previously unselected package libexpat1:amd64. [2021-01-15T09:19:13.713Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-15T09:19:13.713Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-15T09:19:13.713Z] Selecting previously unselected package python3.6-minimal. [2021-01-15T09:19:13.713Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-15T09:19:13.713Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T09:19:13.974Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-15T09:19:14.235Z] Checking for services that may need to be restarted...done. [2021-01-15T09:19:14.235Z] Checking for services that may need to be restarted...done. [2021-01-15T09:19:14.235Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T09:19:14.235Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-15T09:19:14.235Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T09:19:14.808Z] Selecting previously unselected package python3-minimal. [2021-01-15T09:19:14.808Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-15T09:19:14.808Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-15T09:19:14.808Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-15T09:19:14.808Z] Selecting previously unselected package mime-support. [2021-01-15T09:19:14.808Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-15T09:19:14.808Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-15T09:19:14.809Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-15T09:19:15.070Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-15T09:19:15.070Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-15T09:19:15.070Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-15T09:19:15.070Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-15T09:19:15.070Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T09:19:15.330Z] Selecting previously unselected package python3.6. [2021-01-15T09:19:15.330Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-15T09:19:15.330Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T09:19:15.330Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-15T09:19:15.330Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-15T09:19:15.330Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-15T09:19:15.474Z] 25b303627fd3: Pull complete [2021-01-15T09:19:15.474Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-15T09:19:15.474Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-15T09:19:15.474Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-15T09:19:15.591Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-15T09:19:15.704Z] prd-ubuntu18.04-docker-arm64-4c-16g-20451 does not seem to be running inside a container [2021-01-15T09:19:15.789Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-15T09:19:15.852Z] Selecting previously unselected package python3. [2021-01-15T09:19:15.853Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-15T09:19:15.853Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-15T09:19:15.853Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-15T09:19:15.853Z] Selecting previously unselected package multiarch-support. [2021-01-15T09:19:15.853Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-15T09:19:15.853Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-15T09:19:15.853Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-15T09:19:16.114Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-15T09:19:16.114Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-15T09:19:16.114Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-15T09:19:16.114Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-15T09:19:16.114Z] Selecting previously unselected package libbsd0:amd64. [2021-01-15T09:19:16.114Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-15T09:19:16.114Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-15T09:19:16.374Z] Selecting previously unselected package sudo. [2021-01-15T09:19:16.374Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-15T09:19:16.374Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-15T09:19:16.374Z] Selecting previously unselected package apparmor. [2021-01-15T09:19:16.374Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-15T09:19:16.374Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-15T09:19:16.635Z] Selecting previously unselected package libedit2:amd64. [2021-01-15T09:19:16.635Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-15T09:19:16.635Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-15T09:19:16.635Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-15T09:19:16.635Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-15T09:19:16.635Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T09:19:16.897Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-15T09:19:16.897Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-15T09:19:16.897Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T09:19:16.897Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-15T09:19:16.897Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-15T09:19:16.897Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-15T09:19:17.158Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-15T09:19:17.158Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-15T09:19:17.158Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T09:19:17.420Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-15T09:19:17.420Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-15T09:19:17.420Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T09:19:17.420Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-15T09:19:17.420Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-15T09:19:17.420Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-15T09:19:17.680Z] Selecting previously unselected package openssh-client. [2021-01-15T09:19:17.680Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-15T09:19:17.680Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-15T09:19:17.940Z] Selecting previously unselected package squashfs-tools. [2021-01-15T09:19:17.940Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-15T09:19:17.940Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-15T09:19:17.940Z] Selecting previously unselected package snapd. [2021-01-15T09:19:17.940Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-15T09:19:17.940Z] Unpacking snapd (2.48+18.04) ... [2021-01-15T09:19:18.636Z] $ docker top 8554e9d904dec45fba33127eb693e7b7e57a196bab2936b7ba18cc342b5c7904 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T09:19:19.638Z] + docker-compose build --help [2021-01-15T09:19:19.638Z] + grep parallel [2021-01-15T09:19:19.850Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-15T09:19:19.850Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-15T09:19:20.111Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-15T09:19:20.111Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-15T09:19:20.111Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-15T09:19:20.111Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T09:19:20.111Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-15T09:19:20.371Z] Setting up systemd (237-3ubuntu10.43) ... [2021-01-15T09:19:20.371Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-15T09:19:20.944Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-15T09:19:20.944Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-15T09:19:20.944Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-15T09:19:20.944Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T09:19:20.944Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T09:19:20.944Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T09:19:21.516Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-15T09:19:21.516Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T09:19:21.516Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-15T09:19:21.516Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-15T09:19:21.516Z] running python rtupdate hooks for python3.6... [2021-01-15T09:19:21.516Z] running python post-rtupdate hooks for python3.6... [2021-01-15T09:19:21.778Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-15T09:19:23.003Z] --parallel Build images in parallel. [Pipeline] } [2021-01-15T09:19:23.025Z] $ docker stop --time=1 8554e9d904dec45fba33127eb693e7b7e57a196bab2936b7ba18cc342b5c7904 [2021-01-15T09:19:24.328Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-15T09:19:24.328Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T09:19:24.328Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-15T09:19:24.590Z] Setting up snapd (2.48+18.04) ... [2021-01-15T09:19:24.851Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-15T09:19:24.941Z] $ docker rm -f 8554e9d904dec45fba33127eb693e7b7e57a196bab2936b7ba18cc342b5c7904 [2021-01-15T09:19:25.113Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [Pipeline] // withDockerContainer [Pipeline] writeFile [2021-01-15T09:19:25.374Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-15T09:19:25.374Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T09:19:25.635Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-15T09:19:25.635Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-15T09:19:25.762Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-15T09:19:25.762Z] . [Pipeline] withDockerContainer [2021-01-15T09:19:25.896Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-15T09:19:25.896Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-15T09:19:26.086Z] prd-ubuntu18.04-docker-arm64-4c-16g-20451 does not seem to be running inside a container [2021-01-15T09:19:26.173Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-15T09:19:26.230Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-15T09:19:26.433Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-15T09:19:26.433Z] /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-15T09:19:26.433Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-15T09:19:26.433Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-15T09:19:27.378Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-15T09:19:27.378Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-15T09:19:27.638Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-15T09:19:27.647Z] $ docker top 16987e0f41019de3fe9a7068ac32cbe17beace533f16846902edd4710af09e1c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T09:19:28.578Z] Reading package lists... [2021-01-15T09:19:28.741Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-15T09:19:28.839Z] Reading package lists... [2021-01-15T09:19:28.839Z] Building dependency tree... [2021-01-15T09:19:28.839Z] Reading state information... [2021-01-15T09:19:29.100Z] Calculating upgrade... [2021-01-15T09:19:29.100Z] The following packages will be upgraded: [2021-01-15T09:19:29.100Z] advancecomp base-files bash binutils binutils-common [2021-01-15T09:19:29.100Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-15T09:19:29.100Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-15T09:19:29.100Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-15T09:19:29.100Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-15T09:19:29.100Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-15T09:19:29.100Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-15T09:19:29.100Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-15T09:19:29.100Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-15T09:19:29.100Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-15T09:19:29.100Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-15T09:19:29.100Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-15T09:19:29.100Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-15T09:19:29.100Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-15T09:19:29.100Z] ubuntu-keyring util-linux [2021-01-15T09:19:29.361Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-15T09:19:29.361Z] Need to get 63.7 MB of archives. [2021-01-15T09:19:29.361Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-15T09:19:29.361Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] [2021-01-15T09:19:29.361Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-15T09:19:29.932Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-15T09:19:29.932Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-15T09:19:29.932Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-15T09:19:29.932Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-15T09:19:29.932Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-15T09:19:29.932Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-15T09:19:29.932Z] 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-15T09:19:29.932Z] 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-15T09:19:29.932Z] 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-15T09:19:29.932Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-15T09:19:30.192Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-15T09:19:30.192Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-15T09:19:30.192Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-15T09:19:30.192Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-15T09:19:30.192Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-15T09:19:30.192Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-15T09:19:30.192Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-15T09:19:30.192Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-15T09:19:30.451Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-15T09:19:30.451Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-15T09:19:30.451Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-15T09:19:30.710Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-15T09:19:30.710Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-15T09:19:30.710Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-15T09:19:30.710Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-15T09:19:30.710Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-15T09:19:30.710Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-15T09:19:30.710Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-15T09:19:30.710Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-15T09:19:30.710Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-15T09:19:30.710Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-15T09:19:30.710Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-15T09:19:30.710Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-15T09:19:30.710Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-15T09:19:30.710Z] Get:37 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-15T09:19:30.710Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-15T09:19:30.710Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2021-01-15T09:19:30.972Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-15T09:19:30.972Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-15T09:19:30.972Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-15T09:19:30.972Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-15T09:19:30.972Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-15T09:19:30.972Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-15T09:19:30.972Z] Get:46 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-15T09:19:30.972Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-15T09:19:30.972Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-15T09:19:30.972Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-15T09:19:30.972Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-15T09:19:30.972Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-15T09:19:30.972Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-15T09:19:30.972Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-15T09:19:30.972Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-15T09:19:30.972Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-15T09:19:30.972Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-15T09:19:30.972Z] Get:57 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-15T09:19:30.972Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-15T09:19:30.972Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-15T09:19:30.972Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-15T09:19:30.972Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-15T09:19:30.972Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-15T09:19:30.972Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-15T09:19:30.972Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-15T09:19:30.972Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-15T09:19:30.972Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-15T09:19:30.972Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-15T09:19:30.972Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-15T09:19:30.972Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-15T09:19:31.232Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-15T09:19:31.232Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-15T09:19:31.232Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-15T09:19:31.232Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-15T09:19:31.232Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-15T09:19:31.232Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-15T09:19:31.232Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-15T09:19:31.232Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-15T09:19:31.232Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-15T09:19:31.492Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-15T09:19:31.492Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-15T09:19:31.492Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-01-15T09:19:31.492Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-15T09:19:31.492Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-15T09:19:31.492Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-15T09:19:31.492Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-15T09:19:31.492Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-15T09:19:31.757Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-15T09:19:31.757Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-15T09:19:32.114Z] Building docker-core-command-go ... [2021-01-15T09:19:32.114Z] Building docker-core-data-go ... [2021-01-15T09:19:32.114Z] Building docker-core-metadata-go ... [2021-01-15T09:19:32.114Z] Building docker-security-bootstrap-redis-go ... [2021-01-15T09:19:32.114Z] Building docker-security-proxy-setup-go ... [2021-01-15T09:19:32.114Z] Building docker-security-secretstore-setup-go ... [2021-01-15T09:19:32.114Z] Building docker-support-notifications-go ... [2021-01-15T09:19:32.114Z] Building docker-support-scheduler-go ... [2021-01-15T09:19:32.114Z] Building docker-sys-mgmt-agent-go ... [2021-01-15T09:19:32.114Z] Building docker-support-notifications-go [2021-01-15T09:19:32.114Z] Building docker-support-scheduler-go [2021-01-15T09:19:32.114Z] Building docker-security-secretstore-setup-go [2021-01-15T09:19:32.114Z] Building docker-core-metadata-go [2021-01-15T09:19:32.114Z] Building docker-security-proxy-setup-go [2021-01-15T09:19:32.331Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-15T09:19:32.902Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-15T09:19:32.902Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-15T09:19:33.163Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-15T09:19:33.426Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-15T09:19:33.426Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-15T09:19:33.426Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-15T09:19:33.426Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-15T09:19:33.426Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-15T09:19:33.689Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-15T09:19:33.689Z] Fetched 63.7 MB in 4s (14.4 MB/s) [2021-01-15T09:19:33.950Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T09:19:33.950Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-15T09:19:33.950Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-15T09:19:34.527Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-15T09:19:34.527Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-15T09:19:34.787Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... [2021-01-15T09:19:34.787Z] Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... [2021-01-15T09:19:35.359Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T09:19:35.620Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T09:19:35.620Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T09:19:35.620Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T09:19:35.880Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T09:19:35.880Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T09:19:36.140Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T09:19:36.140Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T09:19:36.140Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T09:19:36.140Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T09:19:36.400Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T09:19:36.400Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T09:19:36.400Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T09:19:36.664Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T09:19:36.664Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T09:19:36.664Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-15T09:19:36.664Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T09:19:36.664Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-15T09:19:36.925Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-15T09:19:36.925Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-15T09:19:36.925Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T09:19:36.925Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T09:19:37.185Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T09:19:37.185Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T09:19:37.185Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T09:19:37.186Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T09:19:37.447Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T09:19:37.709Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-15T09:19:37.709Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-15T09:19:37.709Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-15T09:19:38.280Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-15T09:19:38.543Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-15T09:19:38.543Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-15T09:19:38.543Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-15T09:19:38.543Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-15T09:19:38.543Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-15T09:19:38.804Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-15T09:19:38.804Z] Installing new version of config file /etc/issue ... [2021-01-15T09:19:38.804Z] Installing new version of config file /etc/issue.net ... [2021-01-15T09:19:38.804Z] Installing new version of config file /etc/lsb-release ... [2021-01-15T09:19:39.064Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-15T09:19:39.064Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-15T09:19:39.324Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-15T09:19:39.324Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-15T09:19:39.324Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T09:19:39.324Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-15T09:19:39.324Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-15T09:19:39.584Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-15T09:19:39.584Z] 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-15T09:19:39.584Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T09:19:39.584Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T09:19:39.845Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-15T09:19:39.845Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-15T09:19:39.845Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T09:19:39.845Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-15T09:19:39.845Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-15T09:19:40.106Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-15T09:19:40.368Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T09:19:40.368Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-15T09:19:40.368Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-15T09:19:40.368Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-15T09:19:40.628Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T09:19:40.628Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-15T09:19:40.628Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-15T09:19:40.888Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-15T09:19:40.888Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T09:19:40.888Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-15T09:19:40.888Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-15T09:19:41.149Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-15T09:19:41.149Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T09:19:41.149Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-15T09:19:41.149Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-15T09:19:41.409Z] Setting up grep (3.1-2build1) ... [2021-01-15T09:19:41.409Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T09:19:41.409Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-15T09:19:41.409Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-15T09:19:41.671Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-15T09:19:41.671Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T09:19:41.671Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-15T09:19:41.931Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-15T09:19:41.931Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-15T09:19:41.931Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T09:19:41.931Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-15T09:19:42.191Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-15T09:19:42.453Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-15T09:19:42.453Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-15T09:19:42.713Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-15T09:19:42.713Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-15T09:19:43.285Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-15T09:19:43.285Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T09:19:43.285Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-15T09:19:43.285Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-15T09:19:44.225Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-15T09:19:44.225Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-15T09:19:44.486Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-15T09:19:44.486Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-15T09:19:44.486Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-15T09:19:44.486Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T09:19:44.486Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-15T09:19:44.748Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-15T09:19:44.748Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-15T09:19:45.009Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T09:19:45.009Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T09:19:45.009Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T09:19:45.009Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-15T09:19:45.009Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T09:19:45.009Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T09:19:45.009Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T09:19:45.271Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-15T09:19:45.271Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T09:19:45.271Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T09:19:45.271Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T09:19:45.531Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-15T09:19:45.531Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T09:19:45.531Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T09:19:45.531Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T09:19:45.792Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-15T09:19:45.792Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T09:19:45.792Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-15T09:19:45.792Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-15T09:19:46.052Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-15T09:19:46.052Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-15T09:19:46.052Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-15T09:19:46.312Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T09:19:46.313Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-15T09:19:46.313Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-15T09:19:46.313Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-15T09:19:46.574Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T09:19:46.574Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T09:19:46.574Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T09:19:46.574Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-15T09:19:46.834Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T09:19:46.834Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T09:19:46.834Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T09:19:46.834Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-15T09:19:46.834Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T09:19:46.834Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T09:19:47.094Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T09:19:47.353Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-15T09:19:47.613Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-15T09:19:48.184Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-15T09:19:48.184Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T09:19:48.184Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-15T09:19:48.184Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-15T09:19:48.445Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-15T09:19:48.445Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T09:19:48.445Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-15T09:19:48.445Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-15T09:19:48.445Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-15T09:19:48.705Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T09:19:48.705Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-15T09:19:48.705Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-15T09:19:48.705Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-15T09:19:48.965Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T09:19:48.965Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-15T09:19:49.227Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-15T09:19:49.227Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-15T09:19:49.487Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T09:19:49.487Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-15T09:19:49.487Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-15T09:19:49.747Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-15T09:19:49.747Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T09:19:49.747Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-15T09:19:50.007Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-15T09:19:50.007Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-15T09:19:50.268Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T09:19:50.268Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T09:19:50.268Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T09:19:50.528Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2021-01-15T09:19:50.528Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-15T09:19:50.528Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-15T09:19:50.528Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-15T09:19:50.789Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-15T09:19:50.789Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T09:19:50.789Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-15T09:19:50.789Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-15T09:19:51.051Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-15T09:19:51.051Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T09:19:51.051Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-15T09:19:51.051Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-15T09:19:51.312Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-15T09:19:51.573Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T09:19:51.573Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-15T09:19:51.573Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-15T09:19:51.573Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-15T09:19:51.834Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T09:19:51.834Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-15T09:19:51.834Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-15T09:19:52.097Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-15T09:19:52.097Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T09:19:52.097Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-15T09:19:52.097Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-15T09:19:52.359Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-15T09:19:52.627Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T09:19:52.627Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-15T09:19:52.627Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-15T09:19:52.888Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-15T09:19:52.888Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T09:19:52.888Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-15T09:19:52.888Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-15T09:19:53.153Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-15T09:19:53.153Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T09:19:53.153Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-15T09:19:53.153Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-15T09:19:53.413Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-15T09:19:53.413Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T09:19:53.414Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-15T09:19:53.414Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-15T09:19:53.674Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-15T09:19:53.674Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T09:19:53.674Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-15T09:19:53.674Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-15T09:19:53.934Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-15T09:19:53.934Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T09:19:53.934Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-15T09:19:53.934Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-15T09:19:54.195Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-15T09:19:54.195Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T09:19:54.195Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-15T09:19:54.195Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-15T09:19:54.457Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-15T09:19:55.027Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-15T09:19:55.027Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-15T09:19:55.027Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-15T09:19:55.027Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-15T09:19:55.027Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-15T09:19:55.287Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-15T09:19:55.287Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-15T09:19:55.547Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-15T09:19:55.547Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-15T09:19:55.547Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-15T09:19:55.547Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-15T09:19:55.808Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-15T09:19:55.808Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-15T09:19:55.809Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-15T09:19:56.070Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-15T09:19:56.070Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-15T09:19:56.070Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-15T09:19:56.332Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-15T09:19:56.332Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-15T09:19:56.332Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-15T09:19:56.332Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-15T09:19:56.592Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-15T09:19:56.592Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-15T09:19:56.854Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-15T09:19:56.854Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-15T09:19:57.453Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-15T09:19:57.453Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-15T09:19:57.799Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-15T09:19:57.799Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-15T09:19:57.799Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-15T09:19:57.799Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-15T09:19:58.062Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-15T09:19:58.062Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-15T09:19:58.334Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-15T09:19:58.334Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-15T09:19:58.334Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-15T09:19:58.334Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-15T09:19:58.669Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T09:19:58.669Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T09:19:58.669Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T09:19:58.669Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T09:19:58.957Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T09:19:58.958Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T09:19:58.958Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T09:19:58.958Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T09:20:00.037Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T09:20:00.037Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T09:20:00.978Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T09:20:00.978Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T09:20:01.550Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T09:20:01.550Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T09:20:01.825Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T09:20:01.825Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T09:20:02.784Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T09:20:02.784Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T09:20:02.784Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-15T09:20:02.784Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-15T09:20:02.784Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-15T09:20:02.784Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-15T09:20:03.045Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-15T09:20:03.045Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-15T09:20:03.305Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-15T09:20:03.305Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-15T09:20:03.305Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-15T09:20:03.305Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-15T09:20:03.566Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-15T09:20:03.566Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-15T09:20:03.566Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-15T09:20:03.566Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-15T09:20:03.827Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T09:20:03.827Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-15T09:20:03.827Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T09:20:03.827Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T09:20:03.827Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T09:20:03.827Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-15T09:20:03.827Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-15T09:20:03.827Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-15T09:20:04.089Z] [2021-01-15T09:20:04.089Z] Current default time zone: 'Etc/UTC' [2021-01-15T09:20:04.089Z] Local time is now: Fri Jan 15 09:20:03 UTC 2021. [2021-01-15T09:20:04.089Z] Universal Time is now: Fri Jan 15 09:20:03 UTC 2021. [2021-01-15T09:20:04.089Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-15T09:20:04.089Z] [2021-01-15T09:20:04.089Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2021-01-15T09:20:04.089Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T09:20:04.089Z] Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... [2021-01-15T09:20:04.089Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-15T09:20:04.089Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-15T09:20:04.089Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-15T09:20:04.089Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-15T09:20:04.351Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-15T09:20:04.351Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-15T09:20:04.351Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-15T09:20:04.351Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T09:20:04.351Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-15T09:20:04.613Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T09:20:04.613Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-15T09:20:04.613Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T09:20:04.613Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-15T09:20:04.874Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-15T09:20:04.874Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-15T09:20:04.874Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-15T09:20:04.874Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-15T09:20:04.874Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-15T09:20:04.874Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-15T09:20:04.874Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-15T09:20:06.786Z] Updating certificates in /etc/ssl/certs... [2021-01-15T09:20:07.730Z] 22 added, 17 removed; done. [2021-01-15T09:20:07.730Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-15T09:20:07.730Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T09:20:07.730Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-15T09:20:07.730Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-15T09:20:07.730Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-15T09:20:07.991Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T09:20:07.991Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-15T09:20:07.991Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T09:20:07.991Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T09:20:07.991Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T09:20:07.991Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T09:20:07.991Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T09:20:08.252Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-15T09:20:08.252Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-15T09:20:08.252Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-15T09:20:08.252Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-15T09:20:08.252Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-15T09:20:08.252Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T09:20:08.512Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T09:20:08.512Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-15T09:20:08.512Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-15T09:20:08.512Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-15T09:20:08.512Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-15T09:20:08.779Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-15T09:20:08.779Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-15T09:20:08.779Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-15T09:20:08.780Z] Updating certificates in /etc/ssl/certs... [2021-01-15T09:20:09.357Z] 0 added, 0 removed; done. [2021-01-15T09:20:09.357Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-15T09:20:09.357Z] done. [2021-01-15T09:20:09.932Z] Reading package lists... [2021-01-15T09:20:09.932Z] Building dependency tree... [2021-01-15T09:20:09.932Z] Reading state information... [2021-01-15T09:20:10.193Z] The following NEW packages will be installed: [2021-01-15T09:20:10.193Z] apt-transport-https [2021-01-15T09:20:10.193Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-15T09:20:10.193Z] Need to get 1696 B of archives. [2021-01-15T09:20:10.193Z] After this operation, 153 kB of additional disk space will be used. [2021-01-15T09:20:10.193Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-15T09:20:10.454Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-15T09:20:10.454Z] Fetched 1696 B in 0s (22.7 kB/s) [2021-01-15T09:20:10.454Z] Selecting previously unselected package apt-transport-https. [2021-01-15T09:20:10.454Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-15T09:20:10.454Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-15T09:20:10.454Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-15T09:20:10.454Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-15T09:20:10.723Z] Waiting for network to be ready... [2021-01-15T09:20:17.365Z] 2021-01-15T09:20:13Z INFO Waiting for automatic snapd restart... [2021-01-15T09:20:17.365Z] snapd 2.48.2 from Canonical* installed [2021-01-15T09:20:17.947Z] "snapd" switched to the "latest/stable" channel [2021-01-15T09:20:17.947Z] [2021-01-15T09:20:20.495Z] core18 20201210 from Canonical* installed [2021-01-15T09:20:20.758Z] "core18" switched to the "latest/stable" channel [2021-01-15T09:20:20.758Z] [2021-01-15T09:20:24.060Z] snapcraft 4.4.4 from Canonical* installed [2021-01-15T09:20:24.060Z] "snapcraft" switched to the "latest/stable" channel [2021-01-15T09:20:24.060Z] [2021-01-15T09:20:27.354Z] 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-15T09:20:27.354Z] - README.md [2021-01-15T09:20:27.354Z] - snapcraft.yaml.orig [2021-01-15T09:20:27.354Z] [2021-01-15T09:20:27.354Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-15T09:20:33.940Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-15T09:20:33.941Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-15T09:20:33.941Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-15T09:20:34.209Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-15T09:20:35.042Z] Reading package lists... [2021-01-15T09:20:35.618Z] 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-15T09:20:40.095Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T09:20:40.095Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-15T09:20:40.095Z] ---> 382df0d8fbc1 [2021-01-15T09:20:40.095Z] Step 3/21 : WORKDIR /edgex-go [2021-01-15T09:20:40.095Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T09:20:40.095Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-15T09:20:40.095Z] ---> 382df0d8fbc1 [2021-01-15T09:20:40.095Z] Step 3/21 : WORKDIR /edgex-go [2021-01-15T09:20:40.095Z] [2021-01-15T09:20:40.095Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-15T09:20:40.095Z] ---> 382df0d8fbc1 [2021-01-15T09:20:40.095Z] Step 3/24 : WORKDIR /edgex-go [2021-01-15T09:20:40.095Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T09:20:40.095Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-15T09:20:40.095Z] ---> 382df0d8fbc1 [2021-01-15T09:20:40.095Z] Step 3/24 : WORKDIR /edgex-go [2021-01-15T09:20:40.095Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T09:20:40.095Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T09:20:40.095Z] ---> 382df0d8fbc1 [2021-01-15T09:20:40.095Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T09:20:41.076Z] ---> Running in fa4cdd8e5936 [2021-01-15T09:20:41.076Z] ---> Running in c51e9252606d [2021-01-15T09:20:41.076Z] ---> Running in e5858d0e6ab0 [2021-01-15T09:20:41.076Z] ---> Running in 5c49efd193ba [2021-01-15T09:20:41.076Z] ---> Running in 27e296cd4881 [2021-01-15T09:20:41.676Z] Removing intermediate container fa4cdd8e5936 [2021-01-15T09:20:41.676Z] ---> 2b06019165b1 [2021-01-15T09:20:41.676Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T09:20:41.676Z] Removing intermediate container e5858d0e6ab0 [2021-01-15T09:20:41.676Z] ---> d3ef17a43864 [2021-01-15T09:20:41.676Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T09:20:41.676Z] Removing intermediate container 5c49efd193ba [2021-01-15T09:20:41.676Z] ---> 4613f0e171b7 [2021-01-15T09:20:41.676Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T09:20:41.676Z] Removing intermediate container 27e296cd4881 [2021-01-15T09:20:41.676Z] ---> 10eb7c82fdf1 [2021-01-15T09:20:41.676Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T09:20:41.676Z] Removing intermediate container c51e9252606d [2021-01-15T09:20:41.676Z] ---> 42759f92acd2 [2021-01-15T09:20:41.676Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T09:20:41.950Z] ---> Running in 00054457385c [2021-01-15T09:20:41.950Z] ---> Running in 33b1c78819f7 [2021-01-15T09:20:41.950Z] ---> Running in b6978933a7c8 [2021-01-15T09:20:41.950Z] ---> Running in 5ce39cca1f23 [2021-01-15T09:20:41.950Z] ---> Running in 54837d4be4d0 [2021-01-15T09:20:42.206Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-15T09:20:42.206Z] Reading package lists... [2021-01-15T09:20:42.206Z] Building dependency tree... [2021-01-15T09:20:42.206Z] Reading state information... [2021-01-15T09:20:42.206Z] Suggested packages: [2021-01-15T09:20:42.206Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-15T09:20:42.206Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-15T09:20:42.206Z] Recommended packages: [2021-01-15T09:20:42.206Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-15T09:20:42.206Z] The following NEW packages will be installed: [2021-01-15T09:20:42.206Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-15T09:20:42.206Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-15T09:20:42.206Z] pkg-config zip [2021-01-15T09:20:42.206Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-15T09:20:42.206Z] Need to get 7655 kB of archives. [2021-01-15T09:20:42.206Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-15T09:20:42.206Z] 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-15T09:20:42.206Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-15T09:20:42.206Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-15T09:20:42.206Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-15T09:20:42.206Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-15T09:20:42.206Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-15T09:20:42.206Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-15T09:20:42.469Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-15T09:20:42.730Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-15T09:20:42.730Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-15T09:20:42.730Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-15T09:20:42.730Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-15T09:20:42.991Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-15T09:20:42.991Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-15T09:20:42.991Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-15T09:20:42.991Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-15T09:20:42.991Z] Fetched 7655 kB in 1s (8513 kB/s) [2021-01-15T09:20:43.252Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-15T09:20:43.252Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-15T09:20:43.252Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-15T09:20:43.252Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-15T09:20:43.252Z] Selecting previously unselected package libpsl5:amd64. [2021-01-15T09:20:43.252Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-15T09:20:43.513Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-15T09:20:43.513Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-15T09:20:43.513Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-15T09:20:43.513Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-15T09:20:43.513Z] Selecting previously unselected package librtmp1:amd64. [2021-01-15T09:20:43.513Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-15T09:20:43.513Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-15T09:20:43.773Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-15T09:20:43.773Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-15T09:20:43.773Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-15T09:20:43.773Z] Selecting previously unselected package liberror-perl. [2021-01-15T09:20:43.773Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-15T09:20:43.773Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-15T09:20:43.773Z] Selecting previously unselected package git-man. [2021-01-15T09:20:43.773Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-15T09:20:43.773Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-15T09:20:44.033Z] Selecting previously unselected package git. [2021-01-15T09:20:44.033Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-15T09:20:44.033Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-15T09:20:44.611Z] Selecting previously unselected package libnorm1:amd64. [2021-01-15T09:20:44.611Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-15T09:20:44.872Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-15T09:20:44.872Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-15T09:20:44.872Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-15T09:20:44.872Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-15T09:20:44.872Z] Selecting previously unselected package libsodium23:amd64. [2021-01-15T09:20:44.872Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-15T09:20:45.133Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-15T09:20:45.133Z] Selecting previously unselected package libzmq5:amd64. [2021-01-15T09:20:45.133Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-15T09:20:45.133Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-15T09:20:45.133Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-15T09:20:45.133Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-15T09:20:45.133Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-15T09:20:45.371Z] Removing intermediate container 33b1c78819f7 [2021-01-15T09:20:45.371Z] ---> 19cd2a3fc33f [2021-01-15T09:20:45.371Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T09:20:45.394Z] Selecting previously unselected package pkg-config. [2021-01-15T09:20:45.394Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-15T09:20:45.394Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-15T09:20:45.394Z] Selecting previously unselected package zip. [2021-01-15T09:20:45.394Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-15T09:20:45.394Z] Unpacking zip (3.0-11build1) ... [2021-01-15T09:20:45.646Z] ---> Running in d959dc8d3aad [2021-01-15T09:20:45.655Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-15T09:20:45.655Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-15T09:20:45.655Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-15T09:20:45.655Z] Setting up liberror-perl (0.17025-1) ... [2021-01-15T09:20:45.655Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-15T09:20:45.655Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-15T09:20:45.655Z] No schema files found: doing nothing. [2021-01-15T09:20:45.655Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-15T09:20:45.916Z] Setting up zip (3.0-11build1) ... [2021-01-15T09:20:45.916Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-15T09:20:45.916Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-15T09:20:45.916Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-15T09:20:45.916Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-15T09:20:45.916Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-15T09:20:45.916Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-15T09:20:45.916Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-15T09:20:46.178Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-15T09:20:46.251Z] Removing intermediate container 00054457385c [2021-01-15T09:20:46.251Z] ---> 2776c827af8c [2021-01-15T09:20:46.251Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-15T09:20:46.251Z] Removing intermediate container b6978933a7c8 [2021-01-15T09:20:46.251Z] ---> 5a2d20467ff4 [2021-01-15T09:20:46.251Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-15T09:20:46.527Z] ---> Running in 98ba65a7792a [2021-01-15T09:20:46.527Z] Removing intermediate container 54837d4be4d0 [2021-01-15T09:20:46.527Z] ---> 799b0be8b9a0 [2021-01-15T09:20:46.527Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-15T09:20:46.527Z] ---> Running in 1bee23c5c2da [2021-01-15T09:20:46.527Z] Removing intermediate container 5ce39cca1f23 [2021-01-15T09:20:46.527Z] ---> 8c4acbaab0f0 [2021-01-15T09:20:46.527Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-15T09:20:46.802Z] ---> Running in 003b77055e0c [2021-01-15T09:20:46.802Z] ---> Running in 62a5803da3f8 [2021-01-15T09:20:47.410Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T09:20:48.402Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T09:20:48.402Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T09:20:48.402Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T09:20:48.673Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T09:20:48.673Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T09:20:48.944Z] OK: 217 MiB in 51 packages [2021-01-15T09:20:49.220Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T09:20:49.220Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T09:20:49.497Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T09:20:49.497Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T09:20:50.101Z] OK: 217 MiB in 51 packages [2021-01-15T09:20:50.101Z] OK: 217 MiB in 51 packages [2021-01-15T09:20:50.101Z] OK: 217 MiB in 51 packages [2021-01-15T09:20:50.393Z] OK: 217 MiB in 51 packages [2021-01-15T09:20:50.393Z] Removing intermediate container d959dc8d3aad [2021-01-15T09:20:50.393Z] ---> f9f82e982378 [2021-01-15T09:20:50.393Z] Step 6/22 : COPY go.mod . [2021-01-15T09:20:51.383Z] ---> 1dd90a65bcc4 [2021-01-15T09:20:51.383Z] Step 7/22 : RUN go mod download [2021-01-15T09:20:51.668Z] ---> Running in 27d18ca9ff9c [2021-01-15T09:20:51.943Z] Removing intermediate container 98ba65a7792a [2021-01-15T09:20:51.943Z] ---> bb2c948e2ec1 [2021-01-15T09:20:51.943Z] Step 6/24 : COPY go.mod . [2021-01-15T09:20:52.220Z] Removing intermediate container 1bee23c5c2da [2021-01-15T09:20:52.220Z] ---> 168dbd37a846 [2021-01-15T09:20:52.220Z] Step 6/21 : COPY go.mod . [2021-01-15T09:20:52.220Z] Removing intermediate container 003b77055e0c [2021-01-15T09:20:52.220Z] ---> e06b021cafb4 [2021-01-15T09:20:52.220Z] Step 6/24 : COPY go.mod . [2021-01-15T09:20:52.220Z] Removing intermediate container 62a5803da3f8 [2021-01-15T09:20:52.220Z] ---> 56833729227c [2021-01-15T09:20:52.220Z] Step 6/21 : COPY go.mod . [2021-01-15T09:20:52.756Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-15T09:20:52.757Z] git set to automatically installed. [2021-01-15T09:20:52.757Z] git-man set to automatically installed. [2021-01-15T09:20:52.757Z] libcurl3-gnutls set to automatically installed. [2021-01-15T09:20:52.757Z] liberror-perl set to automatically installed. [2021-01-15T09:20:52.757Z] libglib2.0-0 set to automatically installed. [2021-01-15T09:20:52.757Z] libnghttp2-14 set to automatically installed. [2021-01-15T09:20:52.757Z] libnorm1 set to automatically installed. [2021-01-15T09:20:52.757Z] libpgm-5.2-0 set to automatically installed. [2021-01-15T09:20:52.757Z] libpsl5 set to automatically installed. [2021-01-15T09:20:52.757Z] librtmp1 set to automatically installed. [2021-01-15T09:20:52.757Z] libsodium23 set to automatically installed. [2021-01-15T09:20:52.757Z] libzmq3-dev set to automatically installed. [2021-01-15T09:20:52.757Z] libzmq5 set to automatically installed. [2021-01-15T09:20:52.757Z] pkg-config set to automatically installed. [2021-01-15T09:20:52.757Z] zip set to automatically installed. [2021-01-15T09:20:53.226Z] ---> 6a24d1920103 [2021-01-15T09:20:53.226Z] Step 7/24 : RUN go mod download [2021-01-15T09:20:53.511Z] ---> b9279daaa2f3 [2021-01-15T09:20:53.511Z] Step 7/21 : RUN go mod download [2021-01-15T09:20:53.511Z] ---> 5c2687a08821 [2021-01-15T09:20:53.511Z] Step 7/24 : RUN go mod download [2021-01-15T09:20:53.511Z] ---> 4e2a4d8aa76e [2021-01-15T09:20:53.511Z] Step 7/21 : RUN go mod download [2021-01-15T09:20:53.511Z] ---> Running in cab68215f87a [2021-01-15T09:20:53.791Z] ---> Running in 0eeedeec3761 [2021-01-15T09:20:53.791Z] ---> Running in 27e96a7422ad [2021-01-15T09:20:53.791Z] ---> Running in 8e7cad26814a [2021-01-15T09:20:54.671Z] snapd is not logged in, snap install commands will use sudo [2021-01-15T09:20:55.252Z] Removing intermediate container 27d18ca9ff9c [2021-01-15T09:20:55.252Z] ---> 2f8023114709 [2021-01-15T09:20:55.252Z] Step 8/22 : COPY . . [2021-01-15T09:20:59.599Z] Removing intermediate container cab68215f87a [2021-01-15T09:20:59.599Z] ---> 1eb4d4ee35ae [2021-01-15T09:20:59.599Z] Step 8/24 : COPY . . [2021-01-15T09:20:59.599Z] Removing intermediate container 0eeedeec3761 [2021-01-15T09:20:59.599Z] ---> 019289a428d9 [2021-01-15T09:20:59.599Z] Step 8/21 : COPY . . [2021-01-15T09:20:59.599Z] Removing intermediate container 8e7cad26814a [2021-01-15T09:20:59.599Z] ---> 07e3ed87e13c [2021-01-15T09:20:59.599Z] Step 8/21 : COPY . . [2021-01-15T09:21:00.207Z] Removing intermediate container 27e96a7422ad [2021-01-15T09:21:00.207Z] ---> d1feb153b2e8 [2021-01-15T09:21:00.207Z] Step 8/24 : COPY . . [2021-01-15T09:21:01.261Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-15T09:21:01.835Z] snap "core18" has no updates available [2021-01-15T09:21:02.788Z] Pulling config-common [2021-01-15T09:21:03.729Z] Pulling go-build-helper [2021-01-15T09:21:22.385Z] ---> a8cbd2791dac [2021-01-15T09:21:22.385Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-15T09:21:22.385Z] ---> 67e5a4efd886 [2021-01-15T09:21:22.385Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-15T09:21:22.385Z] ---> c9f3c86060c6 [2021-01-15T09:21:22.385Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-15T09:21:22.385Z] ---> 16629cd99ba7 [2021-01-15T09:21:22.385Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-15T09:21:22.385Z] ---> Running in c3f18bdebfd9 [2021-01-15T09:21:22.385Z] ---> Running in 1d31e1cc04c1 [2021-01-15T09:21:22.385Z] ---> Running in 5e0c26e02f02 [2021-01-15T09:21:22.385Z] ---> Running in fcecacf8b1b5 [2021-01-15T09:21:22.386Z] ---> 1d805066e618 [2021-01-15T09:21:22.386Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-15T09:21:22.386Z] ---> Running in 675023fc9e0d [2021-01-15T09:21:22.386Z] 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-15T09:21:22.989Z] 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-15T09:21:23.263Z] 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-15T09:21:23.263Z] 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-15T09:21:23.263Z] 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-15T09:21:26.023Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-15T09:21:26.023Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-15T09:21:26.023Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-15T09:21:26.023Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] [2021-01-15T09:21:26.023Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-15T09:21:26.023Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-15T09:21:26.023Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-15T09:21:26.023Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-15T09:21:26.023Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-15T09:21:26.023Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-15T09:21:26.023Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-15T09:21:26.023Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] [2021-01-15T09:21:26.023Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-15T09:21:26.023Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-15T09:21:26.023Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-15T09:21:26.023Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-15T09:21:26.023Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] [2021-01-15T09:21:26.023Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-15T09:21:26.023Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-15T09:21:26.023Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] [2021-01-15T09:21:26.023Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-15T09:21:26.023Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-15T09:21:26.023Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-15T09:21:26.023Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-15T09:21:26.023Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-15T09:21:26.023Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-15T09:21:26.023Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-15T09:21:26.023Z] Fetched 23.7 MB in 0s (0 B/s) [2021-01-15T09:21:26.023Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-15T09:21:26.023Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-15T09:21:26.023Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-15T09:21:26.023Z] Fetched 279 kB in 0s (0 B/s) [2021-01-15T09:21:26.023Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-15T09:21:26.023Z] Fetched 122 kB in 0s (0 B/s) [2021-01-15T09:21:26.023Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-15T09:21:26.023Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-15T09:21:26.023Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-15T09:21:26.023Z] Fetched 8848 B in 0s (0 B/s) [2021-01-15T09:21:26.023Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-15T09:21:26.023Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-15T09:21:26.023Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-15T09:21:26.023Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-15T09:21:26.023Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-15T09:21:26.023Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-15T09:21:26.023Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-15T09:21:26.023Z] Fetched 214 kB in 0s (0 B/s) [2021-01-15T09:21:26.023Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-15T09:21:26.023Z] Fetched 155 kB in 0s (0 B/s) [2021-01-15T09:21:26.023Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-15T09:21:26.023Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-15T09:21:26.023Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-15T09:21:26.023Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-15T09:21:26.023Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-15T09:21:26.023Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-15T09:21:26.023Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-15T09:21:26.023Z] Fetched 499 kB in 0s (0 B/s) [2021-01-15T09:21:26.023Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-15T09:21:26.023Z] Fetched 111 kB in 0s (0 B/s) [2021-01-15T09:21:26.023Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-15T09:21:26.023Z] Fetched 240 kB in 0s (0 B/s) [2021-01-15T09:21:26.023Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-15T09:21:26.023Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-15T09:21:26.023Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-15T09:21:26.023Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-15T09:21:26.023Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-15T09:21:26.023Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-15T09:21:26.023Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-15T09:21:26.023Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-15T09:21:26.023Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-15T09:21:26.023Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-15T09:21:26.023Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-15T09:21:26.023Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-15T09:21:26.023Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-15T09:21:26.023Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-15T09:21:26.023Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-15T09:21:26.023Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-15T09:21:26.023Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-15T09:21:26.023Z] Fetched 8720 B in 0s (0 B/s) [2021-01-15T09:21:26.023Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-15T09:21:26.023Z] Fetched 137 kB in 0s (0 B/s) [2021-01-15T09:21:26.023Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-15T09:21:26.023Z] Fetched 119 kB in 0s (0 B/s) [2021-01-15T09:21:26.023Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-15T09:21:26.023Z] Fetched 109 kB in 0s (0 B/s) [2021-01-15T09:21:26.023Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-15T09:21:26.023Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-15T09:21:26.023Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-15T09:21:26.023Z] Fetched 645 kB in 0s (0 B/s) [2021-01-15T09:21:26.023Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-15T09:21:26.023Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-15T09:21:26.023Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-15T09:21:26.023Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-15T09:21:26.023Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-15T09:21:26.023Z] Fetched 368 kB in 0s (0 B/s) [2021-01-15T09:21:26.023Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-15T09:21:26.023Z] Fetched 187 kB in 0s (0 B/s) [2021-01-15T09:21:26.023Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-15T09:21:26.023Z] Fetched 175 kB in 0s (0 B/s) [2021-01-15T09:21:26.023Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-15T09:21:28.641Z] Fetched 206 kB in 0s (0 B/s) [2021-01-15T09:21:28.641Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-15T09:21:28.641Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-15T09:21:28.641Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-15T09:21:28.641Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-15T09:21:28.641Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-15T09:21:28.641Z] Fetched 159 kB in 0s (0 B/s) [2021-01-15T09:21:28.641Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-15T09:21:28.641Z] Fetched 107 kB in 0s (0 B/s) [2021-01-15T09:21:28.641Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-15T09:21:28.641Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-15T09:21:28.641Z] Pulling static-packages [2021-01-15T09:21:29.212Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-15T09:21:29.212Z] Skipping pull go-build-helper (already ran) [2021-01-15T09:21:29.212Z] Skipping pull static-packages (already ran) [2021-01-15T09:21:29.212Z] Building go-build-helper [2021-01-15T09:21:33.419Z] Building static-packages [2021-01-15T09:21:34.804Z] Staging go-build-helper [2021-01-15T09:21:35.375Z] Staging static-packages [2021-01-15T09:21:36.319Z] Pulling go115 [2021-01-15T09:21:37.259Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-15T09:21:37.259Z] Skipping pull go115 (already ran) [2021-01-15T09:21:37.259Z] Building go115 [2021-01-15T09:21:37.259Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-15T09:21:37.259Z] Dload Upload Total Spent Left Speed [2021-01-15T09:21:40.401Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 29 115M 29 33.5M 0 0 32.1M 0 0:00:03 0:00:01 0:00:02 32.0M 68 115M 68 79.4M 0 0 39.3M 0 0:00:02 0:00:02 --:--:-- 39.3M 100 115M 100 115M 0 0 39.9M 0 0:00:02 0:00:02 --:--:-- 39.9M [2021-01-15T09:21:40.670Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-15T09:21:44.908Z] Staging go115 [2021-01-15T09:21:50.198Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-15T09:21:50.198Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-15T09:21:50.198Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-15T09:21:50.198Z] Fetched 0 B in 0s (0 B/s) [2021-01-15T09:21:50.198Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-15T09:21:50.198Z] Fetched 224 kB in 0s (0 B/s) [2021-01-15T09:21:50.198Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-15T09:21:50.198Z] Fetched 157 kB in 0s (0 B/s) [2021-01-15T09:21:50.198Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-15T09:21:50.198Z] Fetched 221 kB in 0s (0 B/s) [2021-01-15T09:21:50.198Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-15T09:21:50.198Z] Fetched 143 kB in 0s (0 B/s) [2021-01-15T09:21:50.198Z] Pulling edgex-go [2021-01-15T09:21:50.460Z] Pulling version [2021-01-15T09:21:51.399Z] Building config-common [2021-01-15T09:21:53.315Z] Skipping build go-build-helper (already ran) [2021-01-15T09:21:53.315Z] Skipping build static-packages (already ran) [2021-01-15T09:21:53.315Z] Skipping build go115 (already ran) [2021-01-15T09:21:53.315Z] Building edgex-go [2021-01-15T09:21:53.576Z] 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-15T09:21:54.959Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-15T09:21:54.959Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 [2021-01-15T09:21:54.959Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 [2021-01-15T09:21:54.959Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.145 [2021-01-15T09:21:54.959Z] go: downloading github.com/google/uuid v1.1.4 [2021-01-15T09:21:54.959Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-15T09:21:54.959Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-15T09:21:54.959Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.32 [2021-01-15T09:21:54.959Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-15T09:21:54.959Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-15T09:21:54.959Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-15T09:21:54.959Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-15T09:21:54.959Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-15T09:21:54.959Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-15T09:21:54.959Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-15T09:21:54.959Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-15T09:21:54.959Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-15T09:21:54.959Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-15T09:21:54.959Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-15T09:21:54.959Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-15T09:21:54.959Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-15T09:21:54.959Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-15T09:21:54.959Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-15T09:21:54.959Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-15T09:21:54.959Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-15T09:21:55.234Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-15T09:21:55.234Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-15T09:21:55.234Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-15T09:21:55.234Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-15T09:21:55.234Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-15T09:21:55.234Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-15T09:21:55.234Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-15T09:21:55.234Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-15T09:21:55.234Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-15T09:21:55.234Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-15T09:21:55.234Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-15T09:21:55.234Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-15T09:21:55.234Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-15T09:21:55.234Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-15T09:21:55.234Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-15T09:22:01.815Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-15T09:22:06.048Z] 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-15T09:22:06.990Z] 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-15T09:22:07.931Z] 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-15T09:22:08.190Z] 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-15T09:22:08.190Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-15T09:22:08.448Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-15T09:22:08.448Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-15T09:22:08.448Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-15T09:22:09.828Z] 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-15T09:22:09.828Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-15T09:22:09.828Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-15T09:22:11.208Z] 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-15T09:22:11.777Z] 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-15T09:22:11.777Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-15T09:22:13.693Z] 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-15T09:22:13.954Z] 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-15T09:22:14.895Z] 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-15T09:22:14.895Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-15T09:22:17.437Z] Building version [2021-01-15T09:22:18.822Z] Staging config-common [2021-01-15T09:22:19.759Z] Skipping stage go-build-helper (already ran) [2021-01-15T09:22:19.759Z] Skipping stage static-packages (already ran) [2021-01-15T09:22:19.759Z] Skipping stage go115 (already ran) [2021-01-15T09:22:19.759Z] Staging edgex-go [2021-01-15T09:22:20.700Z] Staging version [2021-01-15T09:22:21.645Z] Priming config-common [2021-01-15T09:22:22.587Z] Priming go-build-helper [2021-01-15T09:22:23.160Z] Priming static-packages [2021-01-15T09:22:25.702Z] Priming go115 [2021-01-15T09:22:26.271Z] Priming edgex-go [2021-01-15T09:22:27.657Z] Priming version [2021-01-15T09:22:28.607Z] 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] } [2021-01-15T09:22:45.101Z] 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-15T09:22:45.101Z] 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-15T09:23:03.466Z] Removing intermediate container fcecacf8b1b5 [2021-01-15T09:23:03.466Z] ---> 5499d4d8647b [2021-01-15T09:23:03.466Z] [2021-01-15T09:23:03.466Z] Step 10/24 : FROM alpine:3.12 [2021-01-15T09:23:03.466Z] 3.12: Pulling from library/alpine [2021-01-15T09:23:03.466Z] Removing intermediate container 1d31e1cc04c1 [2021-01-15T09:23:03.466Z] ---> 6c91915793b3 [2021-01-15T09:23:03.466Z] [2021-01-15T09:23:03.466Z] Step 10/24 : FROM scratch [2021-01-15T09:23:03.466Z] ---> [2021-01-15T09:23:03.466Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-15T09:23:04.451Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-15T09:23:04.725Z] Status: Downloaded newer image for alpine:3.12 [2021-01-15T09:23:04.725Z] ---> afeebe901d6b [2021-01-15T09:23:04.725Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-15T09:23:04.725Z] ---> Running in 72ea4fc781f8 [2021-01-15T09:23:05.328Z] ---> Running in 5b68c3d9d1be [2021-01-15T09:23:05.608Z] Removing intermediate container 72ea4fc781f8 [2021-01-15T09:23:05.608Z] ---> 41da562c9ffd [2021-01-15T09:23:05.608Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-15T09:23:05.883Z] Removing intermediate container 5e0c26e02f02 [2021-01-15T09:23:05.884Z] ---> 4ba1586938d7 [2021-01-15T09:23:05.884Z] [2021-01-15T09:23:05.884Z] Step 10/21 : FROM alpine:3.12 [2021-01-15T09:23:05.884Z] ---> afeebe901d6b [2021-01-15T09:23:05.884Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-15T09:23:05.884Z] ---> Running in d1b80bddee34 [2021-01-15T09:23:06.159Z] Removing intermediate container 675023fc9e0d [2021-01-15T09:23:06.159Z] ---> 640900c965f8 [2021-01-15T09:23:06.159Z] [2021-01-15T09:23:06.159Z] Step 10/21 : FROM scratch [2021-01-15T09:23:06.159Z] ---> [2021-01-15T09:23:06.159Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T09:23:06.435Z] ---> Running in f0449fb40a7c [2021-01-15T09:23:06.435Z] ---> Running in 285908d24ccb [2021-01-15T09:23:06.711Z] Removing intermediate container d1b80bddee34 [2021-01-15T09:23:06.711Z] ---> a24ab39d5c8e [2021-01-15T09:23:06.711Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-15T09:23:06.990Z] ---> Running in 62f25de54f29 [2021-01-15T09:23:07.264Z] Removing intermediate container f0449fb40a7c [2021-01-15T09:23:07.264Z] ---> 7727a33d9954 [2021-01-15T09:23:07.264Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-15T09:23:07.264Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T09:23:07.264Z] ---> Running in af36bb1c3dae [2021-01-15T09:23:07.541Z] Removing intermediate container 62f25de54f29 [2021-01-15T09:23:07.541Z] ---> 0ae94ddab318 [2021-01-15T09:23:07.541Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-15T09:23:07.541Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T09:23:07.814Z] Removing intermediate container af36bb1c3dae [2021-01-15T09:23:07.814Z] ---> fbadf78296ff [2021-01-15T09:23:07.814Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-15T09:23:08.092Z] ---> Running in 57a76f09632a [2021-01-15T09:23:08.092Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-15T09:23:08.362Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T09:23:08.362Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T09:23:08.362Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-15T09:23:08.362Z] (4/5) Installing curl (7.69.1-r3) [2021-01-15T09:23:08.362Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-15T09:23:08.362Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T09:23:08.362Z] Executing ca-certificates-20191127-r4.trigger [2021-01-15T09:23:08.362Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T09:23:08.634Z] ---> cc8d8e628f7b [2021-01-15T09:23:08.634Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-15T09:23:08.634Z] OK: 7 MiB in 19 packages [2021-01-15T09:23:08.909Z] Removing intermediate container 57a76f09632a [2021-01-15T09:23:08.909Z] ---> 883ba2e43085 [2021-01-15T09:23:08.909Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T09:23:09.190Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-15T09:23:09.190Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T09:23:09.190Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-15T09:23:09.190Z] (4/4) Installing curl (7.69.1-r3) [2021-01-15T09:23:09.190Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T09:23:09.190Z] Executing ca-certificates-20191127-r4.trigger [2021-01-15T09:23:09.467Z] OK: 7 MiB in 18 packages [2021-01-15T09:23:10.513Z] ---> 9b9dc5dc184d [2021-01-15T09:23:10.513Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-15T09:23:10.829Z] ---> 0a566a130a0c [2021-01-15T09:23:10.829Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-15T09:23:12.458Z] Removing intermediate container 5b68c3d9d1be [2021-01-15T09:23:12.458Z] ---> 071c81c66507 [2021-01-15T09:23:12.458Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-15T09:23:12.768Z] ---> Running in e2f2d7af1196 [2021-01-15T09:23:13.040Z] Removing intermediate container 285908d24ccb [2021-01-15T09:23:13.040Z] ---> 86b5994978b6 [2021-01-15T09:23:13.040Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-15T09:23:13.312Z] ---> 919bb00c07d6 [2021-01-15T09:23:13.312Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-15T09:23:13.589Z] ---> Running in 897d8d96f6c5 [2021-01-15T09:23:13.869Z] Removing intermediate container e2f2d7af1196 [2021-01-15T09:23:13.869Z] ---> 576c62a500d7 [2021-01-15T09:23:13.869Z] Step 13/24 : WORKDIR / [2021-01-15T09:23:13.869Z] ---> dbe98c969dc5 [2021-01-15T09:23:13.869Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T09:23:14.472Z] ---> Running in d42e3e5331d0 [2021-01-15T09:23:14.472Z] Removing intermediate container 897d8d96f6c5 [2021-01-15T09:23:14.472Z] ---> 371735605eb8 [2021-01-15T09:23:14.472Z] Step 13/21 : WORKDIR /edgex [2021-01-15T09:23:14.746Z] ---> 2250d85147f2 [2021-01-15T09:23:14.746Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-15T09:23:15.021Z] ---> Running in 33109c5c11db [2021-01-15T09:23:15.021Z] ---> Running in 50adacf36e82 [2021-01-15T09:23:15.296Z] ---> 06f5f2c23ff7 [2021-01-15T09:23:15.296Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-15T09:23:15.296Z] Removing intermediate container d42e3e5331d0 [2021-01-15T09:23:15.296Z] ---> 1d01c2ec5991 [2021-01-15T09:23:15.296Z] 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-15T09:23:15.567Z] Removing intermediate container c3f18bdebfd9 [2021-01-15T09:23:15.567Z] ---> 9fb09463daf4 [2021-01-15T09:23:15.567Z] [2021-01-15T09:23:15.567Z] Step 10/22 : FROM scratch [2021-01-15T09:23:15.567Z] ---> [2021-01-15T09:23:15.842Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T09:23:15.842Z] ---> Using cache [2021-01-15T09:23:15.842Z] ---> 7727a33d9954 [2021-01-15T09:23:15.842Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-15T09:23:15.842Z] Removing intermediate container 50adacf36e82 [2021-01-15T09:23:15.842Z] ---> 98c693b0fdde [2021-01-15T09:23:15.842Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T09:23:16.118Z] ---> Running in 8141a49faab3 [2021-01-15T09:23:16.118Z] Removing intermediate container 33109c5c11db [2021-01-15T09:23:16.118Z] ---> 59c73cf583c6 [2021-01-15T09:23:16.118Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-15T09:23:16.118Z] ---> Running in 69f0bf298ca9 [2021-01-15T09:23:16.723Z] ---> cc92b8a3a4ee [2021-01-15T09:23:16.723Z] 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-15T09:23:16.998Z] Removing intermediate container 8141a49faab3 [2021-01-15T09:23:16.998Z] ---> d53f9ea13793 [2021-01-15T09:23:16.998Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-15T09:23:16.998Z] ---> b97432f86692 [2021-01-15T09:23:16.998Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-15T09:23:16.998Z] Removing intermediate container 69f0bf298ca9 [2021-01-15T09:23:16.998Z] ---> bc39184c70a4 [2021-01-15T09:23:16.998Z] Step 19/21 : LABEL arch=arm64 [2021-01-15T09:23:16.998Z] ---> Running in 96215d267ce5 [2021-01-15T09:23:17.276Z] ---> Running in cfb7f8eaafb9 [2021-01-15T09:23:17.276Z] ---> 52f743a3c264 [2021-01-15T09:23:17.276Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-15T09:23:17.879Z] Removing intermediate container 96215d267ce5 [2021-01-15T09:23:17.879Z] ---> d4d68e804a1e [2021-01-15T09:23:17.879Z] Step 14/22 : WORKDIR / [2021-01-15T09:23:18.154Z] ---> Running in 9a36e9dc583f [2021-01-15T09:23:18.154Z] ---> 88ecee7055a6 [2021-01-15T09:23:18.154Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-15T09:23:18.426Z] ---> 58fbd3673ecc [2021-01-15T09:23:18.426Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-15T09:23:18.426Z] Removing intermediate container cfb7f8eaafb9 [2021-01-15T09:23:18.426Z] ---> d3b30692a30f [2021-01-15T09:23:18.427Z] Step 20/21 : LABEL git_sha=acb5963cfbfd83457d757625f48ab38e4e513fb3 [2021-01-15T09:23:18.702Z] ---> Running in 8c2500ceab7b [2021-01-15T09:23:18.702Z] ---> Running in 4592b119c64a [2021-01-15T09:23:18.702Z] Removing intermediate container 9a36e9dc583f [2021-01-15T09:23:18.702Z] ---> 348b68f623ee [2021-01-15T09:23:18.702Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T09:23:18.978Z] ---> 67ade87a8535 [2021-01-15T09:23:18.978Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-15T09:23:18.978Z] ---> 790fb3dc296f [2021-01-15T09:23:18.978Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-15T09:23:19.590Z] Removing intermediate container 8c2500ceab7b [2021-01-15T09:23:19.590Z] ---> d2de9b446d14 [2021-01-15T09:23:19.590Z] Step 21/21 : LABEL version=0.0.0 [2021-01-15T09:23:19.590Z] Removing intermediate container 4592b119c64a [2021-01-15T09:23:19.590Z] ---> abac34165d0c [2021-01-15T09:23:19.590Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T09:23:20.186Z] ---> Running in 28bff59bc8f4 [2021-01-15T09:23:20.186Z] ---> c816f55ff3f0 [2021-01-15T09:23:20.186Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-15T09:23:20.186Z] ---> Running in 539b9c81164d [2021-01-15T09:23:20.782Z] ---> dc9895793af5 [2021-01-15T09:23:20.782Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-15T09:23:21.053Z] Removing intermediate container 539b9c81164d [2021-01-15T09:23:21.053Z] ---> 80eb557eb29e [2021-01-15T09:23:21.053Z] Step 22/24 : LABEL arch=arm64 [2021-01-15T09:23:21.053Z] Removing intermediate container 28bff59bc8f4 [2021-01-15T09:23:21.053Z] ---> 3f146c2cf9e1 [2021-01-15T09:23:21.053Z] [2021-01-15T09:23:21.326Z] ---> feaf96a53546 [2021-01-15T09:23:21.326Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-15T09:23:21.326Z] ---> Running in c56c3311c818 [2021-01-15T09:23:21.602Z] ---> Running in 8a30ba8c37c3 [2021-01-15T09:23:21.602Z] Successfully built 3f146c2cf9e1 [2021-01-15T09:23:21.889Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-15T09:23:21.889Z] Building docker-sys-mgmt-agent-go [2021-01-15T09:23:21.889Z]  Building docker-support-scheduler-go ... done  ---> ac090390e0b9 [2021-01-15T09:23:21.889Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-15T09:23:22.177Z] Removing intermediate container c56c3311c818 [2021-01-15T09:23:22.177Z] ---> 593e7a5f79bd [2021-01-15T09:23:22.177Z] Step 18/21 : CMD ["--init=true"] [2021-01-15T09:23:22.177Z] Removing intermediate container 8a30ba8c37c3 [2021-01-15T09:23:22.177Z] ---> b480578beb68 [2021-01-15T09:23:22.177Z] Step 23/24 : LABEL git_sha=acb5963cfbfd83457d757625f48ab38e4e513fb3 [2021-01-15T09:23:22.470Z] ---> Running in 5d248678daef [2021-01-15T09:23:22.470Z] ---> Running in dd80ca3fabe2 [2021-01-15T09:23:23.458Z] ---> 6e57089abc34 [2021-01-15T09:23:23.458Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-15T09:23:23.458Z] ---> fc70511891ce [2021-01-15T09:23:23.458Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-15T09:23:23.731Z] Removing intermediate container 5d248678daef [2021-01-15T09:23:23.731Z] ---> 071d98b89fd1 [2021-01-15T09:23:23.731Z] Step 19/21 : LABEL arch=arm64 [2021-01-15T09:23:24.329Z] ---> Running in 92f974951912 [2021-01-15T09:23:24.329Z] Removing intermediate container dd80ca3fabe2 [2021-01-15T09:23:24.329Z] ---> afba79bb5985 [2021-01-15T09:23:24.329Z] Step 24/24 : LABEL version=0.0.0 [2021-01-15T09:23:24.926Z] ---> Running in 20c1eabe5510 [2021-01-15T09:23:25.529Z] ---> Running in 779ca9ba055e [2021-01-15T09:23:25.529Z] ---> b73065302b43 [2021-01-15T09:23:25.529Z] 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-15T09:23:25.529Z] Removing intermediate container 92f974951912 [2021-01-15T09:23:25.529Z] ---> f451ffdc52b6 [2021-01-15T09:23:25.529Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T09:23:25.802Z] ---> Running in 836d037eeb6d [2021-01-15T09:23:25.802Z] Removing intermediate container 20c1eabe5510 [2021-01-15T09:23:25.802Z] ---> e845a740216d [2021-01-15T09:23:25.802Z] Step 20/21 : LABEL git_sha=acb5963cfbfd83457d757625f48ab38e4e513fb3 [2021-01-15T09:23:26.402Z] ---> Running in 2c881eb87ca8 [2021-01-15T09:23:26.690Z] ---> Running in ffb153ee142d [2021-01-15T09:23:26.690Z] Removing intermediate container 779ca9ba055e [2021-01-15T09:23:26.690Z] ---> d6207ef1da13 [2021-01-15T09:23:26.690Z] [2021-01-15T09:23:27.297Z] Removing intermediate container 2c881eb87ca8 [2021-01-15T09:23:27.297Z] ---> 34563eccb002 [2021-01-15T09:23:27.297Z] Step 20/22 : LABEL arch=arm64 [2021-01-15T09:23:27.297Z] Successfully built d6207ef1da13 [2021-01-15T09:23:27.573Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-15T09:23:27.573Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2021-01-15T09:23:27.573Z] Removing intermediate container ffb153ee142d [2021-01-15T09:23:27.573Z] ---> 9f24e3f97b35 [2021-01-15T09:23:27.573Z] Step 21/21 : LABEL version=0.0.0 [2021-01-15T09:23:27.573Z] ---> Running in 47e4838e2a43 [2021-01-15T09:23:27.846Z] ---> Running in 759b08ebe7b7 [2021-01-15T09:23:28.126Z] Removing intermediate container 47e4838e2a43 [2021-01-15T09:23:28.126Z] ---> e28ccdda7732 [2021-01-15T09:23:28.126Z] Step 21/22 : LABEL git_sha=acb5963cfbfd83457d757625f48ab38e4e513fb3 [2021-01-15T09:23:28.409Z] Removing intermediate container 759b08ebe7b7 [2021-01-15T09:23:28.409Z] ---> 77e25eb7863f [2021-01-15T09:23:28.409Z] [2021-01-15T09:23:28.409Z] ---> Running in f9dc1bb1a0c8 [2021-01-15T09:23:29.008Z] Successfully built 77e25eb7863f [2021-01-15T09:23:29.008Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-15T09:23:29.008Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2021-01-15T09:23:29.309Z] Removing intermediate container f9dc1bb1a0c8 [2021-01-15T09:23:29.309Z] ---> 1b30ebea8af0 [2021-01-15T09:23:29.309Z] Step 22/22 : LABEL version=0.0.0 [2021-01-15T09:23:29.309Z] ---> Running in 9e9d754148be [2021-01-15T09:23:29.587Z] Removing intermediate container 836d037eeb6d [2021-01-15T09:23:29.587Z] ---> 85bd15d40feb [2021-01-15T09:23:29.587Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-15T09:23:29.587Z] ---> Running in 9b1fb46caf57 [2021-01-15T09:23:29.860Z] Removing intermediate container 9e9d754148be [2021-01-15T09:23:29.860Z] ---> e59c572b60b8 [2021-01-15T09:23:29.860Z] [2021-01-15T09:23:30.135Z] Successfully built e59c572b60b8 [2021-01-15T09:23:30.406Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-15T09:23:30.406Z] Building docker-security-bootstrap-redis-go [2021-01-15T09:23:30.406Z]  Building docker-core-metadata-go ... done Removing intermediate container 9b1fb46caf57 [2021-01-15T09:23:30.406Z] ---> 7e51e0c27728 [2021-01-15T09:23:30.406Z] Step 22/24 : LABEL arch=arm64 [2021-01-15T09:23:30.676Z] ---> Running in 50f63279d2aa [2021-01-15T09:23:31.266Z] Removing intermediate container 50f63279d2aa [2021-01-15T09:23:31.266Z] ---> 03e00645bd34 [2021-01-15T09:23:31.266Z] Step 23/24 : LABEL git_sha=acb5963cfbfd83457d757625f48ab38e4e513fb3 [2021-01-15T09:23:31.266Z] ---> Running in 71a3eb01547d [2021-01-15T09:23:31.860Z] Removing intermediate container 71a3eb01547d [2021-01-15T09:23:31.860Z] ---> 754b4cbd5467 [2021-01-15T09:23:31.860Z] Step 24/24 : LABEL version=0.0.0 [2021-01-15T09:23:32.459Z] ---> Running in bb22d13aeb98 [2021-01-15T09:23:33.439Z] Removing intermediate container bb22d13aeb98 [2021-01-15T09:23:33.439Z] ---> b46d76126055 [2021-01-15T09:23:33.439Z] [2021-01-15T09:23:33.713Z] Successfully built b46d76126055 [2021-01-15T09:23:33.713Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-15T09:24:06.041Z]  Building docker-security-secretstore-setup-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T09:24:06.041Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-15T09:24:06.041Z] ---> 382df0d8fbc1 [2021-01-15T09:24:06.041Z] Step 3/26 : WORKDIR /edgex-go [2021-01-15T09:24:06.041Z] ---> Using cache [2021-01-15T09:24:06.041Z] ---> 42759f92acd2 [2021-01-15T09:24:06.041Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T09:24:06.041Z] ---> Using cache [2021-01-15T09:24:06.041Z] ---> 5a2d20467ff4 [2021-01-15T09:24:06.041Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-15T09:24:14.311Z] ---> Running in 14bcbfc51b10 [2021-01-15T09:24:14.311Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T09:24:15.295Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T09:24:15.571Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T09:24:15.571Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T09:24:15.571Z] ---> 382df0d8fbc1 [2021-01-15T09:24:15.571Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T09:24:15.571Z] ---> Using cache [2021-01-15T09:24:15.571Z] ---> 42759f92acd2 [2021-01-15T09:24:15.571Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T09:24:15.571Z] ---> Using cache [2021-01-15T09:24:15.571Z] ---> 5a2d20467ff4 [2021-01-15T09:24:15.571Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T09:24:15.571Z] ---> Using cache [2021-01-15T09:24:15.571Z] ---> 168dbd37a846 [2021-01-15T09:24:15.571Z] Step 6/22 : COPY go.mod . [2021-01-15T09:24:15.571Z] ---> Using cache [2021-01-15T09:24:15.571Z] ---> b9279daaa2f3 [2021-01-15T09:24:15.571Z] Step 7/22 : RUN go mod download [2021-01-15T09:24:15.571Z] ---> Using cache [2021-01-15T09:24:15.571Z] ---> 019289a428d9 [2021-01-15T09:24:15.571Z] Step 8/22 : COPY . . [2021-01-15T09:24:15.571Z] ---> Using cache [2021-01-15T09:24:15.571Z] ---> c9f3c86060c6 [2021-01-15T09:24:15.571Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-15T09:24:15.847Z] OK: 217 MiB in 51 packages [2021-01-15T09:24:16.124Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T09:24:16.124Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-15T09:24:16.124Z] ---> 382df0d8fbc1 [2021-01-15T09:24:16.124Z] Step 3/23 : WORKDIR /edgex-go [2021-01-15T09:24:16.124Z] ---> Using cache [2021-01-15T09:24:16.124Z] ---> 42759f92acd2 [2021-01-15T09:24:16.124Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T09:24:16.124Z] ---> Using cache [2021-01-15T09:24:16.124Z] ---> 5a2d20467ff4 [2021-01-15T09:24:16.124Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-15T09:24:16.124Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T09:24:16.124Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T09:24:16.125Z] ---> 382df0d8fbc1 [2021-01-15T09:24:16.125Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T09:24:16.125Z] ---> Using cache [2021-01-15T09:24:16.397Z] ---> 42759f92acd2 [2021-01-15T09:24:16.397Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T09:24:16.397Z] ---> Using cache [2021-01-15T09:24:16.397Z] ---> 5a2d20467ff4 [2021-01-15T09:24:16.397Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T09:24:16.397Z] ---> Using cache [2021-01-15T09:24:16.397Z] ---> 168dbd37a846 [2021-01-15T09:24:16.397Z] Step 6/22 : COPY go.mod . [2021-01-15T09:24:16.397Z] ---> Using cache [2021-01-15T09:24:16.397Z] ---> b9279daaa2f3 [2021-01-15T09:24:16.397Z] Step 7/22 : RUN go mod download [2021-01-15T09:24:16.397Z] ---> Using cache [2021-01-15T09:24:16.397Z] ---> 019289a428d9 [2021-01-15T09:24:16.397Z] Step 8/22 : COPY . . [2021-01-15T09:24:16.397Z] ---> Using cache [2021-01-15T09:24:16.397Z] ---> c9f3c86060c6 [2021-01-15T09:24:16.397Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-15T09:24:16.994Z] ---> Running in 8161d8d99440 [2021-01-15T09:24:16.994Z] ---> Running in 136ec29c896e [2021-01-15T09:24:16.994Z] ---> Running in 43c8cb90fd30 [2021-01-15T09:24:17.979Z] Removing intermediate container 14bcbfc51b10 [2021-01-15T09:24:17.980Z] ---> bf8c6f56a83b [2021-01-15T09:24:17.980Z] Step 6/26 : COPY go.mod . [2021-01-15T09:24:18.579Z] ---> d8d7e247a377 [2021-01-15T09:24:18.856Z] Step 7/26 : RUN go mod download [2021-01-15T09:24:18.856Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T09:24:18.856Z] ---> Running in 586c0cf44372 [2021-01-15T09:24:19.130Z] 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-15T09:24:19.130Z] 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-15T09:24:19.722Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T09:24:20.324Z] OK: 217 MiB in 51 packages [2021-01-15T09:24:21.774Z] Removing intermediate container 43c8cb90fd30 [2021-01-15T09:24:21.774Z] ---> 9ce8ce6d9654 [2021-01-15T09:24:21.774Z] Step 6/23 : COPY go.mod . [2021-01-15T09:24:23.216Z] Removing intermediate container 586c0cf44372 [2021-01-15T09:24:23.216Z] ---> 0919f584b119 [2021-01-15T09:24:23.216Z] Step 8/26 : COPY . . [2021-01-15T09:24:23.216Z] ---> ac4de2277419 [2021-01-15T09:24:23.216Z] Step 7/23 : RUN go mod download [2021-01-15T09:24:23.488Z] ---> Running in 07c587aaf1d4 [2021-01-15T09:24:30.233Z] Removing intermediate container 07c587aaf1d4 [2021-01-15T09:24:30.233Z] ---> ba460c67ab2e [2021-01-15T09:24:30.233Z] Step 8/23 : COPY . . [2021-01-15T09:24:48.603Z] ---> 2e56932b4758 [2021-01-15T09:24:48.603Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-15T09:24:48.603Z] ---> Running in f9d4105f7be2 [2021-01-15T09:24:48.603Z] 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-15T09:24:50.595Z] ---> ac1b2fda19a2 [2021-01-15T09:24:50.886Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-15T09:24:50.886Z] ---> Running in 313163d5c5c0 [2021-01-15T09:24:52.871Z] 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-15T09:25:32.344Z] Removing intermediate container 8161d8d99440 [2021-01-15T09:25:32.344Z] ---> 308ed9a08af2 [2021-01-15T09:25:32.344Z] [2021-01-15T09:25:32.344Z] Step 10/22 : FROM alpine:3.12 [2021-01-15T09:25:32.344Z] ---> afeebe901d6b [2021-01-15T09:25:32.344Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-15T09:25:32.344Z] ---> Using cache [2021-01-15T09:25:32.344Z] ---> 071c81c66507 [2021-01-15T09:25:32.344Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-15T09:25:32.344Z] ---> Running in 8b558f20d176 [2021-01-15T09:25:32.344Z] Removing intermediate container 8b558f20d176 [2021-01-15T09:25:32.344Z] ---> bc4acc9f6363 [2021-01-15T09:25:32.344Z] Step 13/22 : WORKDIR / [2021-01-15T09:25:32.344Z] ---> Running in 453cfde6ebca [2021-01-15T09:25:32.344Z] Removing intermediate container 453cfde6ebca [2021-01-15T09:25:32.344Z] ---> 1bef0bbc3e0d [2021-01-15T09:25:32.344Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T09:25:32.344Z] Removing intermediate container 136ec29c896e [2021-01-15T09:25:32.344Z] ---> 5536e2c654c1 [2021-01-15T09:25:32.344Z] [2021-01-15T09:25:32.344Z] Step 10/22 : FROM scratch [2021-01-15T09:25:32.344Z] ---> [2021-01-15T09:25:32.344Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T09:25:32.344Z] ---> Using cache [2021-01-15T09:25:32.344Z] ---> 7727a33d9954 [2021-01-15T09:25:32.344Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-15T09:25:32.344Z] ---> fa959dca6803 [2021-01-15T09:25:32.344Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-15T09:25:32.344Z] ---> Running in de346743e2f0 [2021-01-15T09:25:33.336Z] Removing intermediate container de346743e2f0 [2021-01-15T09:25:33.336Z] ---> 7afcef95e0b4 [2021-01-15T09:25:33.336Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-15T09:25:34.329Z] ---> Running in a2c74a5ffe94 [2021-01-15T09:25:34.932Z] ---> 972df5f29591 [2021-01-15T09:25:34.932Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-15T09:25:35.937Z] Removing intermediate container a2c74a5ffe94 [2021-01-15T09:25:35.937Z] ---> 427110eb6cbd [2021-01-15T09:25:35.937Z] Step 14/22 : WORKDIR / [2021-01-15T09:25:36.218Z] ---> Running in 83ce15402008 [2021-01-15T09:25:36.218Z] ---> 716aa4c9063d [2021-01-15T09:25:36.218Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-15T09:25:37.216Z] Removing intermediate container 83ce15402008 [2021-01-15T09:25:37.216Z] ---> 7275d53e1752 [2021-01-15T09:25:37.216Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T09:25:37.489Z] ---> b3ad69170990 [2021-01-15T09:25:37.489Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-15T09:25:37.765Z] ---> Running in e86060e5d672 [2021-01-15T09:25:38.366Z] ---> e93e3071f466 [2021-01-15T09:25:38.366Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-15T09:25:41.014Z] ---> 2ad8f3361a7b [2021-01-15T09:25:41.014Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-15T09:25:42.004Z] Removing intermediate container e86060e5d672 [2021-01-15T09:25:42.004Z] ---> 7db80edf24bd [2021-01-15T09:25:42.004Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-15T09:25:42.004Z] ---> Running in 5c6e54da3b6c [2021-01-15T09:25:42.287Z] ---> d4ae40c06668 [2021-01-15T09:25:42.287Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-15T09:25:42.287Z] ---> Running in 58f34c9644f7 [2021-01-15T09:25:42.891Z] Removing intermediate container 5c6e54da3b6c [2021-01-15T09:25:42.891Z] ---> 661be9da1963 [2021-01-15T09:25:42.891Z] Step 20/22 : LABEL arch=arm64 [2021-01-15T09:25:43.167Z] ---> Running in d14bfd77c0e8 [2021-01-15T09:25:43.167Z] Removing intermediate container 58f34c9644f7 [2021-01-15T09:25:43.167Z] ---> 2b6d36ba8108 [2021-01-15T09:25:43.167Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T09:25:43.444Z] ---> Running in 0e8da7a4087d [2021-01-15T09:25:43.734Z] Removing intermediate container d14bfd77c0e8 [2021-01-15T09:25:43.734Z] ---> 34ad1e52d0e0 [2021-01-15T09:25:43.734Z] Step 21/22 : LABEL git_sha=acb5963cfbfd83457d757625f48ab38e4e513fb3 [2021-01-15T09:25:44.013Z] ---> Running in f6e7c49de8e0 [2021-01-15T09:25:44.291Z] Removing intermediate container 0e8da7a4087d [2021-01-15T09:25:44.291Z] ---> 4556e05473a6 [2021-01-15T09:25:44.291Z] Step 20/22 : LABEL arch=arm64 [2021-01-15T09:25:44.595Z] ---> Running in 93334b8b1105 [2021-01-15T09:25:44.872Z] Removing intermediate container f6e7c49de8e0 [2021-01-15T09:25:44.872Z] ---> b48f2fbcf365 [2021-01-15T09:25:44.872Z] Step 22/22 : LABEL version=0.0.0 [2021-01-15T09:25:45.151Z] ---> Running in 65e54ab521c8 [2021-01-15T09:25:45.151Z] Removing intermediate container 93334b8b1105 [2021-01-15T09:25:45.151Z] ---> 1f8ae6058781 [2021-01-15T09:25:45.151Z] Step 21/22 : LABEL git_sha=acb5963cfbfd83457d757625f48ab38e4e513fb3 [2021-01-15T09:25:45.429Z] ---> Running in bea6180aecd7 [2021-01-15T09:25:45.707Z] Removing intermediate container 65e54ab521c8 [2021-01-15T09:25:45.707Z] ---> c61c9acef05e [2021-01-15T09:25:45.707Z] [2021-01-15T09:25:46.310Z] Removing intermediate container bea6180aecd7 [2021-01-15T09:25:46.310Z] ---> 44c7820a4b23 [2021-01-15T09:25:46.310Z] Step 22/22 : LABEL version=0.0.0 [2021-01-15T09:25:46.310Z] Successfully built c61c9acef05e [2021-01-15T09:25:46.310Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-15T09:25:46.588Z]  Building docker-security-bootstrap-redis-go ... done  ---> Running in 956aec5574d1 [2021-01-15T09:25:47.190Z] Removing intermediate container 956aec5574d1 [2021-01-15T09:25:47.190Z] ---> 7247ea927017 [2021-01-15T09:25:47.190Z] [2021-01-15T09:25:47.794Z] Successfully built 7247ea927017 [2021-01-15T09:25:47.794Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-15T09:25:57.981Z]  Building docker-core-command-go ... done Removing intermediate container f9d4105f7be2 [2021-01-15T09:25:57.981Z] ---> 5daf0ddbccdb [2021-01-15T09:25:57.981Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-15T09:25:57.981Z] ---> Running in 1e17c856cf7f [2021-01-15T09:25:58.577Z] 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-15T09:26:01.963Z] Removing intermediate container 1e17c856cf7f [2021-01-15T09:26:01.963Z] ---> abce53d69b95 [2021-01-15T09:26:01.963Z] [2021-01-15T09:26:01.963Z] Step 11/26 : FROM docker:20.10.0 [2021-01-15T09:26:01.963Z] 20.10.0: Pulling from library/docker [2021-01-15T09:26:12.117Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-15T09:26:12.117Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-15T09:26:12.117Z] ---> eeaf43b92773 [2021-01-15T09:26:12.117Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-15T09:26:12.117Z] ---> Running in 77fc81bae3c3 [2021-01-15T09:26:12.387Z] Removing intermediate container 313163d5c5c0 [2021-01-15T09:26:12.387Z] ---> deeb5b2a4f4a [2021-01-15T09:26:12.387Z] [2021-01-15T09:26:12.387Z] Step 10/23 : FROM alpine:3.12 [2021-01-15T09:26:12.387Z] ---> afeebe901d6b [2021-01-15T09:26:12.387Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T09:26:12.666Z] ---> Running in f4beb9c3c4ac [2021-01-15T09:26:13.259Z] Removing intermediate container f4beb9c3c4ac [2021-01-15T09:26:13.259Z] ---> e8ba2402d581 [2021-01-15T09:26:13.259Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-15T09:26:13.259Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T09:26:13.259Z] ---> Running in 541dea80666f [2021-01-15T09:26:13.540Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T09:26:13.815Z] Removing intermediate container 541dea80666f [2021-01-15T09:26:13.815Z] ---> a8414cda6d3d [2021-01-15T09:26:13.815Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-15T09:26:13.815Z] ---> Running in d78974f538de [2021-01-15T09:26:13.815Z] (1/2) Installing readline (8.0.4-r0) [2021-01-15T09:26:13.815Z] (2/2) Installing bash (5.0.17-r0) [2021-01-15T09:26:14.088Z] Executing bash-5.0.17-r0.post-install [2021-01-15T09:26:14.088Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T09:26:14.088Z] OK: 12 MiB in 22 packages [2021-01-15T09:26:14.361Z] Removing intermediate container d78974f538de [2021-01-15T09:26:14.361Z] ---> 6d9aca024e2d [2021-01-15T09:26:14.361Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T09:26:14.633Z] ---> Running in 7a6750eed718 [2021-01-15T09:26:15.607Z] Removing intermediate container 77fc81bae3c3 [2021-01-15T09:26:15.607Z] ---> 95661990927b [2021-01-15T09:26:15.607Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-15T09:26:15.607Z] ---> Running in b350116c8e20 [2021-01-15T09:26:16.199Z] Removing intermediate container b350116c8e20 [2021-01-15T09:26:16.199Z] ---> aedd0a841f2b [2021-01-15T09:26:16.199Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-15T09:26:16.471Z] ---> Running in 0be96e20f94b [2021-01-15T09:26:16.744Z] Removing intermediate container 0be96e20f94b [2021-01-15T09:26:16.744Z] ---> bf7aa5ef315f [2021-01-15T09:26:16.744Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-15T09:26:16.744Z] Removing intermediate container 7a6750eed718 [2021-01-15T09:26:16.744Z] ---> e4041b7ac6e4 [2021-01-15T09:26:16.744Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-15T09:26:17.015Z] ---> Running in 62d69eb0acac [2021-01-15T09:26:17.015Z] ---> Running in d943b8db470c [2021-01-15T09:26:17.617Z] Removing intermediate container 62d69eb0acac [2021-01-15T09:26:17.617Z] ---> cab391cdccc6 [2021-01-15T09:26:17.617Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-15T09:26:18.212Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T09:26:18.806Z] ---> 7a67af97f6d3 [2021-01-15T09:26:18.806Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-15T09:26:18.806Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T09:26:19.414Z] ---> f1daebdc6340 [2021-01-15T09:26:19.414Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-15T09:26:19.414Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-15T09:26:19.414Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-15T09:26:19.684Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-15T09:26:19.684Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-15T09:26:19.958Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-15T09:26:19.958Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T09:26:19.958Z] OK: 8 MiB in 19 packages [2021-01-15T09:26:20.230Z] ---> 6b3f7fb15bb0 [2021-01-15T09:26:20.230Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-15T09:26:20.502Z] ---> Running in ad1c4a7a6d8b [2021-01-15T09:26:21.485Z] Removing intermediate container d943b8db470c [2021-01-15T09:26:21.485Z] ---> c36cc8370476 [2021-01-15T09:26:21.485Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T09:26:21.758Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T09:26:22.030Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T09:26:22.030Z] ---> 7258056720ab [2021-01-15T09:26:22.030Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-15T09:26:22.300Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-15T09:26:22.300Z] (2/33) Installing expat (2.2.9-r1) [2021-01-15T09:26:22.572Z] (3/33) Installing libffi (3.3-r2) [2021-01-15T09:26:22.572Z] (4/33) Installing gdbm (1.13-r1) [2021-01-15T09:26:22.572Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-15T09:26:22.572Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-15T09:26:22.572Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-15T09:26:23.550Z] ---> e9726e70a2e5 [2021-01-15T09:26:23.550Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-15T09:26:24.532Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-15T09:26:24.532Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-15T09:26:24.532Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-15T09:26:24.532Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-15T09:26:24.532Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-15T09:26:24.532Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-15T09:26:24.532Z] ---> cea46f2c9ce0 [2021-01-15T09:26:24.532Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-15T09:26:24.532Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-15T09:26:24.804Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-15T09:26:24.804Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-15T09:26:24.804Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-15T09:26:24.804Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-15T09:26:24.804Z] ---> Running in 867c999b6f47 [2021-01-15T09:26:24.804Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-15T09:26:25.075Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-15T09:26:25.075Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-15T09:26:25.075Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-15T09:26:25.075Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-15T09:26:25.075Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-15T09:26:25.075Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-15T09:26:25.075Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-15T09:26:25.075Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-15T09:26:25.075Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-15T09:26:25.075Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-15T09:26:25.351Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-15T09:26:25.351Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-15T09:26:25.351Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-15T09:26:25.351Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-15T09:26:25.351Z] Removing intermediate container 867c999b6f47 [2021-01-15T09:26:25.351Z] ---> 1826cce7f109 [2021-01-15T09:26:25.351Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T09:26:25.351Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T09:26:25.351Z] OK: 71 MiB in 55 packages [2021-01-15T09:26:25.627Z] ---> Running in a47fa74b940d [2021-01-15T09:26:26.225Z] Removing intermediate container a47fa74b940d [2021-01-15T09:26:26.225Z] ---> 27ece3389137 [2021-01-15T09:26:26.225Z] Step 21/23 : LABEL arch=arm64 [2021-01-15T09:26:26.494Z] ---> Running in 7536e3eaf053 [2021-01-15T09:26:27.091Z] Removing intermediate container 7536e3eaf053 [2021-01-15T09:26:27.091Z] ---> 297e8278e6cf [2021-01-15T09:26:27.091Z] Step 22/23 : LABEL git_sha=acb5963cfbfd83457d757625f48ab38e4e513fb3 [2021-01-15T09:26:27.362Z] ---> Running in 9af47e67f485 [2021-01-15T09:26:27.964Z] Removing intermediate container 9af47e67f485 [2021-01-15T09:26:27.964Z] ---> 377c3b244c16 [2021-01-15T09:26:27.964Z] Step 23/23 : LABEL version=0.0.0 [2021-01-15T09:26:28.240Z] ---> Running in bbdef302f204 [2021-01-15T09:26:28.839Z] Removing intermediate container bbdef302f204 [2021-01-15T09:26:28.839Z] ---> 73471a764fb2 [2021-01-15T09:26:28.839Z] [2021-01-15T09:26:29.115Z] Successfully built 73471a764fb2 [2021-01-15T09:26:29.115Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-15T09:26:31.087Z]  Building docker-core-data-go ... done Removing intermediate container ad1c4a7a6d8b [2021-01-15T09:26:31.087Z] ---> 236f22587108 [2021-01-15T09:26:31.087Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-15T09:26:31.359Z] ---> Running in 1b596872e333 [2021-01-15T09:26:36.734Z] Collecting docker-compose==1.23.2 [2021-01-15T09:26:36.734Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-15T09:26:37.329Z] Collecting jsonschema<3,>=2.5.1 [2021-01-15T09:26:37.329Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-15T09:26:38.309Z] Collecting docker<4.0,>=3.6.0 [2021-01-15T09:26:38.309Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-15T09:26:38.598Z] 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-15T09:26:39.204Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-15T09:26:39.204Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-15T09:26:39.478Z] Collecting texttable<0.10,>=0.9.0 [2021-01-15T09:26:39.478Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-15T09:26:42.866Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-15T09:26:42.866Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-15T09:26:42.867Z] Collecting docopt<0.7,>=0.6.1 [2021-01-15T09:26:42.867Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-15T09:26:45.463Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-15T09:26:45.463Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-15T09:26:47.421Z] Collecting cached-property<2,>=1.2.0 [2021-01-15T09:26:47.421Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-15T09:26:48.013Z] Collecting PyYAML<4,>=3.10 [2021-01-15T09:26:48.013Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-15T09:26:51.386Z] Collecting docker-pycreds>=0.4.0 [2021-01-15T09:26:51.386Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-15T09:26:51.386Z] 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-15T09:26:51.658Z] Collecting idna<2.8,>=2.5 [2021-01-15T09:26:51.658Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-15T09:26:51.658Z] 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-15T09:26:53.752Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-15T09:26:53.752Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-15T09:26:53.752Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-15T09:26:53.752Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-15T09:26:53.752Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-15T09:26:53.752Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-15T09:26:53.753Z] Installing collected packages: jsonschema, docker-pycreds, websocket-client, idna, urllib3, requests, docker, texttable, docopt, dockerpty, cached-property, PyYAML, docker-compose [2021-01-15T09:26:54.024Z] Attempting uninstall: idna [2021-01-15T09:26:54.024Z] Found existing installation: idna 2.9 [2021-01-15T09:26:54.024Z] Uninstalling idna-2.9: [2021-01-15T09:26:54.024Z] Successfully uninstalled idna-2.9 [2021-01-15T09:26:54.616Z] Attempting uninstall: urllib3 [2021-01-15T09:26:54.616Z] Found existing installation: urllib3 1.25.9 [2021-01-15T09:26:54.616Z] Uninstalling urllib3-1.25.9: [2021-01-15T09:26:54.887Z] Successfully uninstalled urllib3-1.25.9 [2021-01-15T09:26:55.476Z] Attempting uninstall: requests [2021-01-15T09:26:55.476Z] Found existing installation: requests 2.23.0 [2021-01-15T09:26:55.476Z] Uninstalling requests-2.23.0: [2021-01-15T09:26:55.476Z] Successfully uninstalled requests-2.23.0 [2021-01-15T09:26:56.899Z] Running setup.py install for texttable: started [2021-01-15T09:26:58.872Z] Running setup.py install for texttable: finished with status 'done' [2021-01-15T09:26:58.872Z] Running setup.py install for docopt: started [2021-01-15T09:27:00.836Z] Running setup.py install for docopt: finished with status 'done' [2021-01-15T09:27:00.836Z] Running setup.py install for dockerpty: started [2021-01-15T09:27:02.810Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-15T09:27:02.810Z] Running setup.py install for PyYAML: started [2021-01-15T09:27:04.780Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-15T09:27:05.752Z] 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-15T09:27:10.043Z] Removing intermediate container 1b596872e333 [2021-01-15T09:27:10.043Z] ---> d0ecc58e12a1 [2021-01-15T09:27:10.043Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-15T09:27:10.043Z] ---> Running in a3dbefd8c35b [2021-01-15T09:27:10.632Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T09:27:10.902Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T09:27:11.489Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T09:27:11.489Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-15T09:27:11.489Z] (3/3) Installing curl (7.69.1-r3) [2021-01-15T09:27:11.489Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T09:27:11.489Z] OK: 71 MiB in 58 packages [2021-01-15T09:27:12.455Z] Removing intermediate container a3dbefd8c35b [2021-01-15T09:27:12.455Z] ---> c57bb1502220 [2021-01-15T09:27:12.455Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-15T09:27:12.726Z] ---> Running in acff1368918e [2021-01-15T09:27:12.998Z] Removing intermediate container acff1368918e [2021-01-15T09:27:12.998Z] ---> 99a3ada59f16 [2021-01-15T09:27:12.998Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T09:27:13.270Z] ---> Running in d5a389feb80d [2021-01-15T09:27:13.541Z] Removing intermediate container d5a389feb80d [2021-01-15T09:27:13.541Z] ---> b252eb1e28cd [2021-01-15T09:27:13.541Z] Step 24/26 : LABEL arch=arm64 [2021-01-15T09:27:13.813Z] ---> Running in 3932e69bcb60 [2021-01-15T09:27:14.093Z] Removing intermediate container 3932e69bcb60 [2021-01-15T09:27:14.093Z] ---> 0250221fc82b [2021-01-15T09:27:14.093Z] Step 25/26 : LABEL git_sha=acb5963cfbfd83457d757625f48ab38e4e513fb3 [2021-01-15T09:27:14.363Z] ---> Running in 00e30cff08ea [2021-01-15T09:27:14.638Z] Removing intermediate container 00e30cff08ea [2021-01-15T09:27:14.638Z] ---> 862248c887e5 [2021-01-15T09:27:14.638Z] Step 26/26 : LABEL version=0.0.0 [2021-01-15T09:27:14.910Z] ---> Running in f5c1c5f80cee [2021-01-15T09:27:15.188Z] Removing intermediate container f5c1c5f80cee [2021-01-15T09:27:15.188Z] ---> a15288a2a4f4 [2021-01-15T09:27:15.188Z] [2021-01-15T09:27:15.780Z] Successfully built a15288a2a4f4 [2021-01-15T09:27:15.780Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-15T09:27:16.065Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-15T09:27:16.069Z] $ docker stop --time=1 16987e0f41019de3fe9a7068ac32cbe17beace533f16846902edd4710af09e1c [2021-01-15T09:27:17.967Z] $ docker rm -f 16987e0f41019de3fe9a7068ac32cbe17beace533f16846902edd4710af09e1c [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-15T09:27:18.605Z] + grep docker [2021-01-15T09:27:18.605Z] + docker images [2021-01-15T09:27:18.875Z] docker-sys-mgmt-agent-go-arm64 latest a15288a2a4f4 3 seconds ago 300MB [2021-01-15T09:27:18.875Z] docker-core-data-go-arm64 latest 73471a764fb2 50 seconds ago 21MB [2021-01-15T09:27:18.875Z] docker-core-command-go-arm64 latest 7247ea927017 About a minute ago 9.98MB [2021-01-15T09:27:18.875Z] docker-security-bootstrap-redis-go-arm64 latest c61c9acef05e About a minute ago 15.1MB [2021-01-15T09:27:18.875Z] docker-security-secretstore-setup-go-arm64 latest b46d76126055 3 minutes ago 23.4MB [2021-01-15T09:27:18.875Z] docker-core-metadata-go-arm64 latest e59c572b60b8 3 minutes ago 12.3MB [2021-01-15T09:27:18.875Z] docker-security-proxy-setup-go-arm64 latest 77e25eb7863f 3 minutes ago 23.2MB [2021-01-15T09:27:18.875Z] docker-support-notifications-go-arm64 latest d6207ef1da13 3 minutes ago 11.4MB [2021-01-15T09:27:18.875Z] docker-support-scheduler-go-arm64 latest 3f146c2cf9e1 3 minutes ago 10MB [2021-01-15T09:27:18.875Z] docker 20.10.0 eeaf43b92773 5 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-15T09:27:20.666Z] provisioning config files... [2021-01-15T09:27:20.680Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config1597669290028713311tmp [Pipeline] { [Pipeline] sh [2021-01-15T09:27:21.083Z] + set +x [2021-01-15T09:27:21.083Z] + curl -s https://codecov.io/bash [2021-01-15T09:27:21.083Z] + bash -s -- [2021-01-15T09:27:21.659Z] [2021-01-15T09:27:21.659Z] _____ _ [2021-01-15T09:27:21.659Z] / ____| | | [2021-01-15T09:27:21.659Z] | | ___ __| | ___ ___ _____ __ [2021-01-15T09:27:21.659Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-15T09:27:21.659Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-15T09:27:21.659Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-15T09:27:21.659Z] Bash-20201231-23d4836 [2021-01-15T09:27:21.659Z] [2021-01-15T09:27:21.659Z] [2021-01-15T09:27:21.659Z] ==> git version 2.24.3 found [2021-01-15T09:27:21.659Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-15T09:27:21.659Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-15T09:27:21.659Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-15T09:27:21.659Z] ==> Jenkins CI detected. [2021-01-15T09:27:21.659Z] project root: . [2021-01-15T09:27:21.659Z] --> token set from env [2021-01-15T09:27:21.659Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-15T09:27:21.659Z] ==> Running gcov in . (disable via -X gcov) [2021-01-15T09:27:21.659Z] ==> Python coveragepy not found [2021-01-15T09:27:21.659Z] ==> Searching for coverage reports in: [2021-01-15T09:27:21.659Z] + . [2021-01-15T09:27:21.659Z] -> Found 1 reports [2021-01-15T09:27:21.659Z] ==> Detecting git/mercurial file structure [2021-01-15T09:27:21.659Z] ==> Reading reports [2021-01-15T09:27:21.659Z] + ./coverage.out bytes=550280 [2021-01-15T09:27:21.659Z] ==> Appending adjustments [2021-01-15T09:27:21.659Z] https://docs.codecov.io/docs/fixing-reports [2021-01-15T09:27:24.969Z] + Found adjustments [2021-01-15T09:27:24.969Z] ==> Gzipping contents [2021-01-15T09:27:24.969Z] 84K /tmp/codecov.LuKFNu.gz [2021-01-15T09:27:24.969Z] ==> Uploading reports [2021-01-15T09:27:24.969Z] url: https://codecov.io [2021-01-15T09:27:24.969Z] query: branch=PR-3042&commit=acb5963cfbfd83457d757625f48ab38e4e513fb3&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3042%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3042&job=&cmd_args= [2021-01-15T09:27:24.969Z] -> Pinging Codecov [2021-01-15T09:27:24.969Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-3042&commit=acb5963cfbfd83457d757625f48ab38e4e513fb3&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3042%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3042&job=&cmd_args= [2021-01-15T09:27:25.231Z] -> Uploading to [2021-01-15T09:27:25.231Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-15/00271124DB129430A58F1EEE437C3FCB/acb5963cfbfd83457d757625f48ab38e4e513fb3/7eedea8b-ae1d-49c5-a2ac-5257d5d78652.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210115%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210115T092725Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=55e5fb9af9d64ace51ea33b18eb1706681016c00167eb7048d32da078db8f67d [2021-01-15T09:27:25.231Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-15T09:27:25.231Z] Dload Upload Total Spent Left Speed [2021-01-15T09:27:25.806Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83208 0 0 100 83208 0 146k --:--:-- --:--:-- --:--:-- 146k 100 83208 0 0 100 83208 0 146k --:--:-- --:--:-- --:--:-- 146k [2021-01-15T09:27:25.806Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/acb5963cfbfd83457d757625f48ab38e4e513fb3 [Pipeline] } [2021-01-15T09:27:25.817Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-15T09:27:27.691Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T09:27:28.578Z] ---> package-listing.sh [2021-01-15T09:27:28.578Z] ++ facter osfamily [2021-01-15T09:27:28.578Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-15T09:27:28.578Z] + OS_FAMILY=redhat [2021-01-15T09:27:28.578Z] + workspace=/w/workspace/edgex-go/2 [2021-01-15T09:27:28.578Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-15T09:27:28.578Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-15T09:27:28.578Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-15T09:27:28.578Z] + PACKAGES=/tmp/packages_start.txt [2021-01-15T09:27:28.578Z] + '[' /w/workspace/edgex-go/2 ']' [2021-01-15T09:27:28.578Z] + PACKAGES=/tmp/packages_end.txt [2021-01-15T09:27:28.578Z] + case "${OS_FAMILY}" in [2021-01-15T09:27:28.578Z] + rpm -qa [2021-01-15T09:27:28.578Z] + sort [2021-01-15T09:27:33.896Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-15T09:27:33.896Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-15T09:27:33.896Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-15T09:27:33.896Z] + '[' /w/workspace/edgex-go/2 ']' [2021-01-15T09:27:33.896Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-01-15T09:27:33.896Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-01-15T09:27:33.923Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-15T09:27:34.225Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-15T09:27:34.557Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-15T09:27:34.557Z] [2021-01-15T09:27:34.557Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-15T09:27:35.005Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-15T09:27:35.005Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-15T09:27:35.005Z] df20fa9351a1: Pulling fs layer [2021-01-15T09:27:35.005Z] 36b3adc4ff6f: Pulling fs layer [2021-01-15T09:27:35.005Z] 8ad3a11d3b57: Pulling fs layer [2021-01-15T09:27:35.005Z] 46f8f816bc3b: Pulling fs layer [2021-01-15T09:27:35.005Z] 93b61091891f: Pulling fs layer [2021-01-15T09:27:35.005Z] 93b9cdb0e59b: Pulling fs layer [2021-01-15T09:27:35.005Z] 5e14af77c1be: Pulling fs layer [2021-01-15T09:27:35.005Z] 01666e4c0597: Pulling fs layer [2021-01-15T09:27:35.005Z] aa168da1d23b: Pulling fs layer [2021-01-15T09:27:35.005Z] 93b9cdb0e59b: Waiting [2021-01-15T09:27:35.005Z] 46f8f816bc3b: Waiting [2021-01-15T09:27:35.005Z] 5e14af77c1be: Waiting [2021-01-15T09:27:35.005Z] 93b61091891f: Waiting [2021-01-15T09:27:35.005Z] 01666e4c0597: Waiting [2021-01-15T09:27:35.005Z] aa168da1d23b: Waiting [2021-01-15T09:27:35.005Z] 36b3adc4ff6f: Verifying Checksum [2021-01-15T09:27:35.005Z] 36b3adc4ff6f: Download complete [2021-01-15T09:27:35.005Z] 46f8f816bc3b: Download complete [2021-01-15T09:27:35.328Z] df20fa9351a1: Verifying Checksum [2021-01-15T09:27:35.328Z] df20fa9351a1: Download complete [2021-01-15T09:27:35.328Z] 93b9cdb0e59b: Verifying Checksum [2021-01-15T09:27:35.328Z] 93b9cdb0e59b: Download complete [2021-01-15T09:27:35.328Z] 5e14af77c1be: Download complete [2021-01-15T09:27:35.328Z] 93b61091891f: Verifying Checksum [2021-01-15T09:27:35.328Z] 93b61091891f: Download complete [2021-01-15T09:27:35.328Z] 01666e4c0597: Verifying Checksum [2021-01-15T09:27:35.328Z] 01666e4c0597: Download complete [2021-01-15T09:27:35.328Z] 8ad3a11d3b57: Verifying Checksum [2021-01-15T09:27:35.328Z] 8ad3a11d3b57: Download complete [2021-01-15T09:27:35.610Z] df20fa9351a1: Pull complete [2021-01-15T09:27:35.910Z] 36b3adc4ff6f: Pull complete [2021-01-15T09:27:36.861Z] 8ad3a11d3b57: Pull complete [2021-01-15T09:27:37.124Z] aa168da1d23b: Verifying Checksum [2021-01-15T09:27:37.124Z] aa168da1d23b: Download complete [2021-01-15T09:27:37.702Z] 46f8f816bc3b: Pull complete [2021-01-15T09:27:39.627Z] 93b61091891f: Pull complete [2021-01-15T09:27:39.627Z] 93b9cdb0e59b: Pull complete [2021-01-15T09:27:39.892Z] 5e14af77c1be: Pull complete [2021-01-15T09:27:39.892Z] 01666e4c0597: Pull complete [2021-01-15T09:27:48.074Z] aa168da1d23b: Pull complete [2021-01-15T09:27:48.074Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-15T09:27:48.074Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-15T09:27:48.074Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-15T09:27:48.221Z] prd-centos7-docker-4c-2g-20449 does not seem to be running inside a container [2021-01-15T09:27:48.270Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-15T09:27:52.129Z] $ docker top 4fb0c05545458f49dd4a02c3b247c389231e03f7065c4527b0e9e37918b0c522 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T09:27:52.680Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-15T09:27:52.985Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-15T09:27:53.283Z] + ls /var/log/sa-host [2021-01-15T09:27:53.283Z] + sadf -c /var/log/sa-host/sa15 [2021-01-15T09:27:53.283Z] file_magic: OK [2021-01-15T09:27:53.283Z] HZ: Using current value: 100 [2021-01-15T09:27:53.283Z] file_header: OK [2021-01-15T09:27:53.283Z] 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-15T09:27:53.283Z] Statistics: [2021-01-15T09:27:53.283Z] 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... [2021-01-15T09:27:53.283Z] File successfully converted to sysstat format version 12.2.1 [2021-01-15T09:27:53.283Z] + sadf -c /var/log/sa-host/sa23 [2021-01-15T09:27:53.283Z] file_magic: OK [2021-01-15T09:27:53.283Z] HZ: Using current value: 100 [2021-01-15T09:27:53.283Z] file_header: OK [2021-01-15T09:27:53.283Z] 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-15T09:27:53.283Z] Statistics: [2021-01-15T09:27:53.283Z] Hnuu...uuuununununu... [2021-01-15T09:27:53.283Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-15T09:27:53.488Z] provisioning config files... [2021-01-15T09:27:53.505Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config7843775121549607859tmp [Pipeline] { [Pipeline] echo [2021-01-15T09:27:53.575Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T09:27:53.872Z] ---> create-netrc.sh [Pipeline] } [2021-01-15T09:27:53.882Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-15T09:27:53.973Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T09:27:54.270Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-15T09:27:54.282Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T09:27:54.579Z] ---> sudo-logs.sh [2021-01-15T09:27:54.579Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-15T09:27:54.591Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T09:27:54.891Z] ---> job-cost.sh [2021-01-15T09:27:54.891Z] lf-activate-venv: SKIPPING [2021-01-15T09:27:54.892Z] INFO: No Stack... [2021-01-15T09:27:55.838Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-15T09:27:56.412Z] INFO: Archiving Costs [Pipeline] echo [2021-01-15T09:27:56.427Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T09:27:56.723Z] ---> logs-deploy.sh [2021-01-15T09:27:56.723Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3042/2 [2021-01-15T09:27:56.723Z] INFO: archiving workspace using pattern(s): [2021-01-15T09:27:58.116Z] Archives upload complete. [2021-01-15T09:27:58.116Z] INFO: archiving logs to Nexus