Pull request #3027 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3e67698cbb810023419c359c80ab6fd84a40332c+afbeca7a1f2fb6f639bd3a1f3a358734ab321017 (2745579187d6068833bc4ae96310bffeb7206fcd) 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 Running on prd-centos7-docker-4c-2g-21263 in /w/workspace/edgexfoundry_edgex-go_PR-3027 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/14 [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/14 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit afbeca7a1f2fb6f639bd3a1f3a358734ab321017 into PR head commit 3e67698cbb810023419c359c80ab6fd84a40332c Merge succeeded, producing 3e67698cbb810023419c359c80ab6fd84a40332c Checking out Revision 3e67698cbb810023419c359c80ab6fd84a40332c (PR-3027) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3027/head:refs/remotes/origin/PR-3027 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3e67698cbb810023419c359c80ab6fd84a40332c # 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 afbeca7a1f2fb6f639bd3a1f3a358734ab321017 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3e67698cbb810023419c359c80ab6fd84a40332c # timeout=10 Commit message: "build(deps): Bump github.com/stretchr/testify from 1.6.1 to 1.7.0" First time build. Skipping changelog. > git rev-list --no-walk 629cf7ae51a9ab4e7cb14bdf24fea187b5fbd55c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-19T18:19:13.520Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-19T18:19:13.750Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-19T18:19:13.848Z] ========================================================= [2021-01-19T18:19:13.849Z] EdgeX Global Pipelines Version Info [2021-01-19T18:19:13.849Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-19T18:19:15.806Z] ------------------- [2021-01-19T18:19:15.806Z] stable info: [2021-01-19T18:19:15.806Z] ------------------- [2021-01-19T18:19:15.806Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-19T18:19:15.806Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-19T18:19:15.806Z] Message: update stable to v1.0.177 [2021-01-19T18:19:16.383Z] ------------------- [2021-01-19T18:19:16.383Z] experimental info: [2021-01-19T18:19:16.383Z] ------------------- [2021-01-19T18:19:16.383Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-19T18:19:16.383Z] Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 [2021-01-19T18:19:16.383Z] Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-19T18:19:16.631Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-19T18:19:16.714Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-19T18:19:16.814Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-19T18:19:17.051Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-19T18:19:17.139Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-19T18:19:17.269Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-19T18:19:17.355Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-19T18:19:17.437Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-19T18:19:17.521Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-19T18:19:17.607Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-19T18:19:17.693Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-19T18:19:17.778Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-19T18:19:17.864Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-19T18:19:18.000Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-19T18:19:18.079Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-19T18:19:18.224Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-19T18:19:18.380Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-19T18:19:18.475Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-19T18:19:18.568Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-19T18:19:18.674Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-19T18:19:18.755Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-19T18:19:18.839Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-19T18:19:19.009Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-19T18:19:19.091Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3027 [Pipeline] echo [2021-01-19T18:19:19.172Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3027 [Pipeline] echo [2021-01-19T18:19:19.276Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3027 [Pipeline] echo [2021-01-19T18:19:19.359Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3e67698cbb810023419c359c80ab6fd84a40332c [Pipeline] echo [2021-01-19T18:19:19.442Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3e67698 [Pipeline] echo [2021-01-19T18:19:19.518Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T18:19:19.676Z] provisioning config files... [2021-01-19T18:19:19.706Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/14@tmp/config5075970359702869460tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T18:19:20.048Z] ---> docker-login.sh [2021-01-19T18:19:20.048Z] nexus3.edgexfoundry.org:10001 [2021-01-19T18:19:20.310Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T18:19:20.310Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T18:19:20.310Z] Configure a credential helper to remove this warning. See [2021-01-19T18:19:20.310Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T18:19:20.310Z] [2021-01-19T18:19:20.310Z] Login Succeeded [2021-01-19T18:19:20.310Z] nexus3.edgexfoundry.org:10002 [2021-01-19T18:19:20.571Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T18:19:20.571Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T18:19:20.572Z] Configure a credential helper to remove this warning. See [2021-01-19T18:19:20.572Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T18:19:20.572Z] [2021-01-19T18:19:20.572Z] Login Succeeded [2021-01-19T18:19:20.572Z] nexus3.edgexfoundry.org:10003 [2021-01-19T18:19:20.572Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T18:19:20.833Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T18:19:20.833Z] Configure a credential helper to remove this warning. See [2021-01-19T18:19:20.833Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T18:19:20.833Z] [2021-01-19T18:19:20.833Z] Login Succeeded [2021-01-19T18:19:20.833Z] nexus3.edgexfoundry.org:10004 [2021-01-19T18:19:20.833Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T18:19:20.833Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T18:19:20.833Z] Configure a credential helper to remove this warning. See [2021-01-19T18:19:20.834Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T18:19:20.834Z] [2021-01-19T18:19:20.834Z] Login Succeeded [2021-01-19T18:19:20.834Z] docker.io [2021-01-19T18:19:21.094Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T18:19:21.357Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T18:19:21.357Z] Configure a credential helper to remove this warning. See [2021-01-19T18:19:21.357Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T18:19:21.357Z] [2021-01-19T18:19:21.357Z] Login Succeeded [2021-01-19T18:19:21.357Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T18:19:21.366Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T18:19:21.821Z] ++ 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-19T18:19:21.821Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T18:19:21.821Z] ++ dirname cmd/core-command/Dockerfile [2021-01-19T18:19:21.821Z] ++ cut -d/ -f2 [2021-01-19T18:19:21.821Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-19T18:19:21.821Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T18:19:21.821Z] ++ dirname cmd/core-data/Dockerfile [2021-01-19T18:19:21.821Z] ++ cut -d/ -f2 [2021-01-19T18:19:21.821Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-19T18:19:21.821Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T18:19:21.821Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-19T18:19:21.821Z] ++ cut -d/ -f2 [2021-01-19T18:19:21.821Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-19T18:19:21.821Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T18:19:21.821Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-19T18:19:21.821Z] ++ cut -d/ -f2 [2021-01-19T18:19:21.821Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-19T18:19:21.821Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T18:19:21.821Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-19T18:19:21.821Z] ++ cut -d/ -f2 [2021-01-19T18:19:21.821Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-19T18:19:21.821Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T18:19:21.821Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-19T18:19:21.821Z] ++ cut -d/ -f2 [2021-01-19T18:19:21.821Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-19T18:19:21.821Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T18:19:21.821Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-19T18:19:21.821Z] ++ cut -d/ -f2 [2021-01-19T18:19:21.821Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-19T18:19:21.821Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T18:19:21.821Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-19T18:19:21.821Z] ++ cut -d/ -f2 [2021-01-19T18:19:21.821Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-19T18:19:21.821Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T18:19:21.821Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-19T18:19:21.821Z] ++ cut -d/ -f2 [2021-01-19T18:19:21.821Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-19T18:19:21.902Z] 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-19T18:19:22.806Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T18:19:22.807Z] [2021-01-19T18:19:22.807Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T18:19:23.177Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T18:19:23.177Z] latest: Pulling from edgex-devops/git-semver [2021-01-19T18:19:23.177Z] 31603596830f: Pulling fs layer [2021-01-19T18:19:23.177Z] 2a8b12db71e7: Pulling fs layer [2021-01-19T18:19:23.177Z] 6ca5941a6612: Pulling fs layer [2021-01-19T18:19:23.177Z] ecc8261a40a4: Pulling fs layer [2021-01-19T18:19:23.177Z] ecc8261a40a4: Waiting [2021-01-19T18:19:23.177Z] 2a8b12db71e7: Verifying Checksum [2021-01-19T18:19:23.177Z] 2a8b12db71e7: Download complete [2021-01-19T18:19:23.445Z] 31603596830f: Download complete [2021-01-19T18:19:23.445Z] 6ca5941a6612: Download complete [2021-01-19T18:19:23.445Z] ecc8261a40a4: Verifying Checksum [2021-01-19T18:19:23.445Z] ecc8261a40a4: Download complete [2021-01-19T18:19:23.708Z] 31603596830f: Pull complete [2021-01-19T18:19:23.708Z] 2a8b12db71e7: Pull complete [2021-01-19T18:19:24.658Z] 6ca5941a6612: Pull complete [2021-01-19T18:19:24.926Z] ecc8261a40a4: Pull complete [2021-01-19T18:19:24.926Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-19T18:19:24.926Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T18:19:24.926Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-19T18:19:25.024Z] prd-centos7-docker-4c-2g-21263 does not seem to be running inside a container [2021-01-19T18:19:25.073Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-19T18:19:27.082Z] $ docker top 2666b48d10fe157c54410f4343e596e029bbd999d73089605669b0e3e986abc4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T18:19:27.405Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T18:19:27.405Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T18:19:27.630Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T18:19:27.637Z] $ docker exec 2666b48d10fe157c54410f4343e596e029bbd999d73089605669b0e3e986abc4 ssh-agent [2021-01-19T18:19:27.820Z] SSH_AUTH_SOCK=/tmp/ssh-Xaldwakupoi9/agent.12 [2021-01-19T18:19:27.820Z] SSH_AGENT_PID=17 [2021-01-19T18:19:27.835Z] Running ssh-add (command line suppressed) [2021-01-19T18:19:27.974Z] Identity added: /w/workspace/edgex-go/14@tmp/private_key_4063413122973020947.key (/w/workspace/edgex-go/14@tmp/private_key_4063413122973020947.key) [2021-01-19T18:19:28.049Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T18:19:28.384Z] + git tag --points-at HEAD [Pipeline] } [2021-01-19T18:19:28.413Z] $ docker exec --env ******** --env ******** 2666b48d10fe157c54410f4343e596e029bbd999d73089605669b0e3e986abc4 ssh-agent -k [2021-01-19T18:19:28.538Z] unset SSH_AUTH_SOCK; [2021-01-19T18:19:28.538Z] unset SSH_AGENT_PID; [2021-01-19T18:19:28.538Z] echo Agent pid 17 killed; [2021-01-19T18:19:28.583Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-19T18:19:28.756Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T18:19:28.757Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T18:19:28.935Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T18:19:28.941Z] $ docker exec 2666b48d10fe157c54410f4343e596e029bbd999d73089605669b0e3e986abc4 ssh-agent [2021-01-19T18:19:29.116Z] SSH_AUTH_SOCK=/tmp/ssh-aGGdAansKSj9/agent.45 [2021-01-19T18:19:29.116Z] SSH_AGENT_PID=50 [2021-01-19T18:19:29.123Z] Running ssh-add (command line suppressed) [2021-01-19T18:19:29.242Z] Identity added: /w/workspace/edgex-go/14@tmp/private_key_6573025208094867189.key (/w/workspace/edgex-go/14@tmp/private_key_6573025208094867189.key) [2021-01-19T18:19:29.341Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T18:19:29.698Z] + git semver init [2021-01-19T18:19:29.698Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T18:19:29.698Z] # $GIT_DIR = /w/workspace/edgex-go/14/.git [2021-01-19T18:19:29.698Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/14 [2021-01-19T18:19:29.698Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T18:19:29.698Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T18:19:29.698Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T18:19:29.698Z] # $SEMVER_BRANCH = PR-3027 [2021-01-19T18:19:29.698Z] # $SEMVER_TEMP = /tmp/semver-738933636 [2021-01-19T18:19:29.698Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-19T18:20:01.966Z] # '/tmp/semver-738933636' -> '/w/workspace/edgex-go/14/.semver' [2021-01-19T18:20:01.966Z] # -> Force: false [2021-01-19T18:20:01.966Z] # $SEMVER_DIR = /w/workspace/edgex-go/14/.semver [Pipeline] } [2021-01-19T18:20:01.982Z] $ docker exec --env ******** --env ******** 2666b48d10fe157c54410f4343e596e029bbd999d73089605669b0e3e986abc4 ssh-agent -k [2021-01-19T18:20:02.220Z] unset SSH_AUTH_SOCK; [2021-01-19T18:20:02.221Z] unset SSH_AGENT_PID; [2021-01-19T18:20:02.221Z] echo Agent pid 50 killed; [2021-01-19T18:20:02.291Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T18:20:02.842Z] + git semver [Pipeline] } [2021-01-19T18:20:02.863Z] $ docker stop --time=1 2666b48d10fe157c54410f4343e596e029bbd999d73089605669b0e3e986abc4 [2021-01-19T18:20:04.497Z] $ docker rm -f 2666b48d10fe157c54410f4343e596e029bbd999d73089605669b0e3e986abc4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T18:20:05.033Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-19T18:20:05.562Z] Stashed 1 file(s) [Pipeline] echo [2021-01-19T18:20:05.565Z] [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-19T18:20:06.409Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-19T18:20:06.706Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T18:20:07.006Z] + sudo service docker restart [2021-01-19T18:20:07.006Z] + true [2021-01-19T18:20:07.006Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-19T18:20:07.592Z] ========================================================= [2021-01-19T18:20:07.592Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-19T18:20:07.592Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T18:20:07.937Z] + 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-19T18:20:12.162Z] Sending build context to Docker daemon 326.6MB [2021-01-19T18:20:12.162Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T18:20:12.162Z] Step 2/6 : FROM ${BASE} [2021-01-19T18:20:12.162Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-19T18:20:12.162Z] 188c0c94c7c5: Pulling fs layer [2021-01-19T18:20:12.162Z] 0ef7d3d256c8: Pulling fs layer [2021-01-19T18:20:12.162Z] de9db76c5a1d: Pulling fs layer [2021-01-19T18:20:12.162Z] bca2f99d35d6: Pulling fs layer [2021-01-19T18:20:12.162Z] 93359f2a8cfa: Pulling fs layer [2021-01-19T18:20:12.162Z] 7c6f9722023f: Pulling fs layer [2021-01-19T18:20:12.162Z] a35cf1a2eb13: Pulling fs layer [2021-01-19T18:20:12.162Z] bca2f99d35d6: Waiting [2021-01-19T18:20:12.162Z] 93359f2a8cfa: Waiting [2021-01-19T18:20:12.162Z] 7c6f9722023f: Waiting [2021-01-19T18:20:12.162Z] a35cf1a2eb13: Waiting [2021-01-19T18:20:12.162Z] de9db76c5a1d: Verifying Checksum [2021-01-19T18:20:12.162Z] de9db76c5a1d: Download complete [2021-01-19T18:20:12.162Z] 0ef7d3d256c8: Download complete [2021-01-19T18:20:12.162Z] 93359f2a8cfa: Verifying Checksum [2021-01-19T18:20:12.162Z] 93359f2a8cfa: Download complete [2021-01-19T18:20:12.162Z] 188c0c94c7c5: Verifying Checksum [2021-01-19T18:20:12.162Z] 188c0c94c7c5: Download complete [2021-01-19T18:20:12.163Z] 7c6f9722023f: Verifying Checksum [2021-01-19T18:20:12.163Z] 7c6f9722023f: Download complete [2021-01-19T18:20:12.425Z] 188c0c94c7c5: Pull complete [2021-01-19T18:20:12.686Z] 0ef7d3d256c8: Pull complete [2021-01-19T18:20:12.686Z] de9db76c5a1d: Pull complete [2021-01-19T18:20:14.081Z] a35cf1a2eb13: Verifying Checksum [2021-01-19T18:20:14.081Z] a35cf1a2eb13: Download complete [2021-01-19T18:20:14.656Z] bca2f99d35d6: Verifying Checksum [2021-01-19T18:20:14.656Z] bca2f99d35d6: Download complete [2021-01-19T18:20:20.000Z] bca2f99d35d6: Pull complete [2021-01-19T18:20:20.000Z] 93359f2a8cfa: Pull complete [2021-01-19T18:20:20.000Z] 7c6f9722023f: Pull complete [2021-01-19T18:20:20.898Z] Still waiting to schedule task [2021-01-19T18:20:20.898Z] ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-15505’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-21261’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-21262’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-21265’ is offline [2021-01-19T18:20:25.326Z] a35cf1a2eb13: Pull complete [2021-01-19T18:20:25.326Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-19T18:20:25.326Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-19T18:20:25.326Z] ---> a62c8e92a672 [2021-01-19T18:20:25.326Z] 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-19T18:20:25.326Z] ---> Running in 20fff88cf5f3 [2021-01-19T18:20:25.326Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T18:20:26.273Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T18:20:27.667Z] (1/12) Installing libmagic (5.38-r0) [2021-01-19T18:20:27.928Z] (2/12) Installing file (5.38-r0) [2021-01-19T18:20:27.928Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-19T18:20:27.928Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-19T18:20:32.138Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-19T18:20:32.399Z] (6/12) Installing patch (2.7.6-r6) [2021-01-19T18:20:32.399Z] (7/12) Installing build-base (0.5-r2) [2021-01-19T18:20:32.400Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-19T18:20:32.979Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-19T18:20:32.979Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-19T18:20:32.979Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-19T18:20:33.251Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-19T18:20:33.251Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T18:20:33.251Z] OK: 233 MiB in 51 packages [2021-01-19T18:20:37.476Z] Removing intermediate container 20fff88cf5f3 [2021-01-19T18:20:37.476Z] ---> 81c8676a7f43 [2021-01-19T18:20:37.476Z] Step 4/6 : WORKDIR /edgex-go [2021-01-19T18:20:37.476Z] ---> Running in a302f25bcaf4 [2021-01-19T18:20:37.476Z] Removing intermediate container a302f25bcaf4 [2021-01-19T18:20:37.476Z] ---> 7730c2bcbc77 [2021-01-19T18:20:37.476Z] Step 5/6 : COPY go.mod . [2021-01-19T18:20:37.476Z] ---> b4acbd308ced [2021-01-19T18:20:37.476Z] Step 6/6 : RUN go mod download [2021-01-19T18:20:37.476Z] ---> Running in cf6ae5deffbe [2021-01-19T18:20:59.519Z] Removing intermediate container cf6ae5deffbe [2021-01-19T18:20:59.519Z] ---> 6313ef97ad76 [2021-01-19T18:20:59.519Z] Successfully built 6313ef97ad76 [2021-01-19T18:20:59.519Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T18:20:59.837Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T18:20:59.837Z] . [Pipeline] withDockerContainer [2021-01-19T18:20:59.939Z] prd-centos7-docker-4c-2g-21263 does not seem to be running inside a container [2021-01-19T18:20:59.995Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-19T18:21:00.866Z] $ docker top 612e84937465945a207860afc08e434dd57bd1c3996ddcf265beaab772e6b9bc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T18:21:01.374Z] + go version [2021-01-19T18:21:01.374Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-19T18:21:01.392Z] $ docker stop --time=1 612e84937465945a207860afc08e434dd57bd1c3996ddcf265beaab772e6b9bc [2021-01-19T18:21:02.752Z] $ docker rm -f 612e84937465945a207860afc08e434dd57bd1c3996ddcf265beaab772e6b9bc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T18:21:03.545Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T18:21:03.545Z] . [Pipeline] withDockerContainer [2021-01-19T18:21:03.653Z] prd-centos7-docker-4c-2g-21263 does not seem to be running inside a container [2021-01-19T18:21:03.700Z] $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-19T18:21:04.282Z] $ docker top 197beaaa3d39f08d880963fa11bcab732e4c3c7853411beaf6156a38adbae6ec -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-19T18:21:04.471Z] ========================================================= [2021-01-19T18:21:04.471Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-19T18:21:04.471Z] ========================================================= [Pipeline] sh [2021-01-19T18:21:04.759Z] + make test [2021-01-19T18:21:04.760Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-19T18:21:12.934Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-19T18:21:27.979Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-19T18:21:34.624Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-19T18:21:35.214Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-19T18:21:35.214Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-19T18:21:35.214Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-19T18:21:35.214Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-19T18:21:35.477Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-19T18:21:36.064Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-19T18:21:36.332Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-19T18:21:36.918Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-19T18:21:38.868Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-19T18:21:38.868Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-19T18:21:38.868Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-19T18:21:40.832Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.101s coverage: 46.6% of statements [2021-01-19T18:21:40.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-19T18:21:40.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-19T18:21:40.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-19T18:21:40.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-19T18:21:40.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-19T18:21:45.086Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.160s coverage: 27.0% of statements [2021-01-19T18:21:45.086Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-19T18:21:45.086Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-19T18:21:45.086Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-19T18:21:45.086Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-19T18:21:45.086Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-19T18:21:45.086Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-19T18:21:45.086Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.049s coverage: 100.0% of statements [2021-01-19T18:21:45.086Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-19T18:21:45.087Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.037s coverage: 100.0% of statements [2021-01-19T18:21:45.087Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-19T18:21:45.087Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-19T18:21:45.087Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.091s coverage: 67.9% of statements [2021-01-19T18:21:45.087Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-19T18:21:45.087Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-19T18:21:45.087Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.142s coverage: 82.3% of statements [2021-01-19T18:21:45.087Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-19T18:21:45.087Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T18:21:45.087Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-19T18:21:45.087Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-19T18:21:47.036Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.348s coverage: 28.6% of statements [2021-01-19T18:21:47.036Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-19T18:21:47.036Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-19T18:21:47.036Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-19T18:21:47.036Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-19T18:21:47.036Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-19T18:21:47.036Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.071s coverage: 100.0% of statements [2021-01-19T18:21:47.036Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-19T18:21:47.036Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.035s coverage: 100.0% of statements [2021-01-19T18:21:47.036Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-19T18:21:47.036Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.126s coverage: 86.7% of statements [2021-01-19T18:21:47.036Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-19T18:21:47.304Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.099s coverage: 97.5% of statements [2021-01-19T18:21:47.304Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-19T18:21:47.304Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.085s coverage: 78.3% of statements [2021-01-19T18:21:47.304Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-19T18:21:47.304Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-19T18:21:47.304Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-19T18:21:47.304Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-19T18:21:49.889Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.350s coverage: 92.8% of statements [2021-01-19T18:21:49.889Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-19T18:21:49.889Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T18:21:49.889Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-19T18:21:49.889Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-19T18:21:49.889Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-19T18:21:49.889Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-19T18:21:49.889Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-19T18:21:49.889Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-19T18:21:49.889Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-19T18:21:49.889Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-19T18:21:49.889Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-19T18:21:49.889Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-19T18:21:49.889Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-19T18:21:49.889Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-19T18:21:49.889Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-19T18:21:49.889Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-19T18:21:49.889Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-19T18:21:49.889Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-19T18:21:49.889Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.029s coverage: 58.8% of statements [2021-01-19T18:21:49.889Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-19T18:21:49.889Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-19T18:21:49.889Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.064s coverage: 0.1% of statements [2021-01-19T18:21:49.889Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-19T18:21:49.889Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-19T18:21:49.889Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-19T18:21:49.889Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-19T18:21:49.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.025s coverage: 100.0% of statements [2021-01-19T18:21:49.889Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-19T18:21:49.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.052s coverage: 75.5% of statements [2021-01-19T18:21:49.889Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-19T18:21:49.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.071s coverage: 80.8% of statements [2021-01-19T18:21:49.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.072s coverage: 87.2% of statements [2021-01-19T18:21:50.156Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.056s coverage: 84.2% of statements [2021-01-19T18:21:50.742Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.081s coverage: 91.4% of statements [2021-01-19T18:21:50.742Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-19T18:21:51.324Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.201s coverage: 63.5% of statements [2021-01-19T18:21:51.324Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-19T18:21:51.324Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-19T18:21:51.324Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.031s coverage: 100.0% of statements [2021-01-19T18:21:51.324Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 91.3% of statements [2021-01-19T18:21:51.599Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.041s coverage: 100.0% of statements [2021-01-19T18:21:51.599Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.036s coverage: 73.7% of statements [2021-01-19T18:21:51.867Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.045s coverage: 100.0% of statements [2021-01-19T18:21:52.981Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.314s coverage: 68.9% of statements [2021-01-19T18:21:52.981Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-19T18:21:52.981Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-19T18:21:52.981Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-19T18:21:52.981Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-19T18:21:52.981Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-19T18:21:53.258Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.095s coverage: 37.0% of statements [2021-01-19T18:21:53.258Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-19T18:21:53.258Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-19T18:21:53.258Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.356s coverage: 84.0% of statements [2021-01-19T18:21:53.519Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.039s coverage: 100.0% of statements [2021-01-19T18:21:55.472Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.100s coverage: 47.1% of statements [2021-01-19T18:21:55.472Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-19T18:21:55.472Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-19T18:21:55.472Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-19T18:21:55.472Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-19T18:21:55.472Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-19T18:21:55.472Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.049s coverage: 100.0% of statements [2021-01-19T18:21:55.472Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-19T18:21:55.472Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements [2021-01-19T18:21:55.472Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-19T18:21:56.436Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.668s coverage: 29.1% of statements [2021-01-19T18:21:56.436Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-19T18:21:56.436Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-19T18:21:56.436Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-19T18:21:56.436Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-19T18:21:56.436Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-19T18:21:56.436Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.077s coverage: 99.0% of statements [2021-01-19T18:21:56.436Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-19T18:21:56.436Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.066s coverage: 100.0% of statements [2021-01-19T18:21:56.436Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-19T18:21:56.436Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.034s coverage: 0.0% of statements [2021-01-19T18:21:56.436Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-19T18:21:56.436Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.040s coverage: 100.0% of statements [2021-01-19T18:21:56.436Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-19T18:21:56.436Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-19T18:21:56.436Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-19T18:21:56.436Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-19T18:21:56.436Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.032s coverage: 87.9% of statements [2021-01-19T18:21:56.436Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-19T18:21:56.436Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-19T18:21:57.016Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.041s coverage: 100.0% of statements [2021-01-19T18:21:57.016Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.032s coverage: 32.1% of statements [2021-01-19T18:21:57.276Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.042s coverage: 100.0% of statements [2021-01-19T18:21:57.537Z] GO111MODULE=on go vet ./... [2021-01-19T18:22:19.593Z] gofmt -l . [2021-01-19T18:22:19.593Z] [ "`gofmt -l .`" = "" ] [2021-01-19T18:22:19.593Z] ./bin/test-go-mod-tidy.sh [2021-01-19T18:22:20.178Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-19T18:22:20.830Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21267 in /w/workspace/edgexfoundry_edgex-go_PR-3027 [Pipeline] { [Pipeline] ws [2021-01-19T18:22:20.958Z] Running in /w/workspace/edgex-go/14 [Pipeline] { [Pipeline] checkout [2021-01-19T18:22:21.054Z] + ls -al . [2021-01-19T18:22:21.054Z] total 656 [2021-01-19T18:22:21.054Z] drwxrwxr-x 10 1001 1001 4096 Jan 19 18:22 . [2021-01-19T18:22:21.054Z] drwxr-xr-x 4 root root 30 Jan 19 18:21 .. [2021-01-19T18:22:21.054Z] -rw-rw-r-- 1 1001 1001 11 Jan 19 18:19 .dockerignore [2021-01-19T18:22:21.054Z] drwxrwxr-x 8 1001 1001 179 Jan 19 18:19 .git [2021-01-19T18:22:21.054Z] drwxrwxr-x 3 1001 1001 125 Jan 19 18:19 .github [2021-01-19T18:22:21.054Z] -rw-rw-r-- 1 1001 1001 824 Jan 19 18:19 .gitignore [2021-01-19T18:22:21.054Z] drwx------ 3 1001 1001 47 Jan 19 18:20 .semver [2021-01-19T18:22:21.054Z] -rw-rw-r-- 1 1001 1001 166 Jan 19 18:19 .sonarcloud.properties [2021-01-19T18:22:21.054Z] -rw-rw-r-- 1 1001 1001 7744 Jan 19 18:19 Attribution.txt [2021-01-19T18:22:21.054Z] -rw-rw-r-- 1 1001 1001 3804 Jan 19 18:19 CONTRIBUTING.md [2021-01-19T18:22:21.054Z] -rw-rw-r-- 1 1001 1001 931 Jan 19 18:19 Dockerfile.build [2021-01-19T18:22:21.054Z] -rw-rw-r-- 1 1001 1001 863 Jan 19 18:19 Jenkinsfile [2021-01-19T18:22:21.054Z] -rw-rw-r-- 1 1001 1001 10775 Jan 19 18:19 LICENSE [2021-01-19T18:22:21.054Z] -rw-rw-r-- 1 1001 1001 5750 Jan 19 18:19 Makefile [2021-01-19T18:22:21.054Z] -rw-rw-r-- 1 1001 1001 6524 Jan 19 18:19 README.md [2021-01-19T18:22:21.054Z] -rw-rw-r-- 1 1001 1001 6744 Jan 19 18:19 SECURITY.md [2021-01-19T18:22:21.054Z] -rw-rw-r-- 1 1001 1001 5 Jan 19 18:20 VERSION [2021-01-19T18:22:21.054Z] -rw-rw-r-- 1 1001 1001 4131 Jan 19 18:19 ZMQWindows.md [2021-01-19T18:22:21.054Z] drwxrwxr-x 2 1001 1001 117 Jan 19 18:19 bin [2021-01-19T18:22:21.054Z] drwxrwxr-x 14 1001 1001 4096 Jan 19 18:19 cmd [2021-01-19T18:22:21.054Z] -rw-r--r-- 1 root root 550280 Jan 19 18:21 coverage.out [2021-01-19T18:22:21.054Z] -rw-r--r-- 1 root root 981 Jan 19 18:22 go.mod [2021-01-19T18:22:21.054Z] -rw-r--r-- 1 root root 19526 Jan 19 18:22 go.sum [2021-01-19T18:22:21.054Z] drwxrwxr-x 8 1001 1001 127 Jan 19 18:19 internal [2021-01-19T18:22:21.054Z] drwxrwxr-x 4 1001 1001 26 Jan 19 18:19 openapi [2021-01-19T18:22:21.054Z] drwxrwxr-x 4 1001 1001 71 Jan 19 18:19 snap [2021-01-19T18:22:21.054Z] -rw-rw-r-- 1 1001 1001 168 Jan 19 18:19 version.go [Pipeline] sh [2021-01-19T18:22:21.353Z] + '[' -e coverage.out ] [2021-01-19T18:22:21.353Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-19T18:22:21.517Z] Stashed 1 file(s) [Pipeline] sh [2021-01-19T18:22:21.808Z] + make build [2021-01-19T18:22:21.808Z] 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-19T18:22:25.116Z] 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-19T18:22:26.449Z] using credential edgex-jenkins-ssh [2021-01-19T18:22:26.542Z] Cloning the remote Git repository [2021-01-19T18:22:26.612Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-19T18:22:26.715Z] > git init /w/workspace/edgex-go/14 # timeout=10 [2021-01-19T18:22:26.788Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T18:22:26.789Z] > git --version # timeout=10 [2021-01-19T18:22:26.809Z] > git --version # 'git version 2.17.1' [2021-01-19T18:22:26.810Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T18:22:26.889Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T18:22:33.326Z] 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-19T18:22:33.326Z] 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-19T18:22:34.742Z] 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-19T18:22:35.005Z] 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-19T18:22:36.391Z] 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-19T18:22:37.810Z] 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-19T18:22:38.756Z] 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-19T18:22:40.146Z] 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-19T18:22:41.101Z] 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-19T18:22:42.045Z] 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-19T18:22:43.045Z] $ docker stop --time=1 197beaaa3d39f08d880963fa11bcab732e4c3c7853411beaf6156a38adbae6ec [2021-01-19T18:22:44.655Z] $ docker rm -f 197beaaa3d39f08d880963fa11bcab732e4c3c7853411beaf6156a38adbae6ec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T18:22:46.450Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T18:22:46.450Z] [2021-01-19T18:22:46.450Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T18:22:46.851Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T18:22:46.851Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-19T18:22:46.851Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-19T18:22:46.851Z] ca9280d653b3: Pulling fs layer [2021-01-19T18:22:46.851Z] 7e9c9ca2126c: Pulling fs layer [2021-01-19T18:22:47.113Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-19T18:22:47.113Z] cbdbe7a5bc2a: Download complete [2021-01-19T18:22:47.375Z] cbdbe7a5bc2a: Pull complete [2021-01-19T18:22:47.637Z] ca9280d653b3: Verifying Checksum [2021-01-19T18:22:47.637Z] ca9280d653b3: Download complete [2021-01-19T18:22:48.594Z] ca9280d653b3: Pull complete [2021-01-19T18:22:48.854Z] 7e9c9ca2126c: Verifying Checksum [2021-01-19T18:22:48.854Z] 7e9c9ca2126c: Download complete [2021-01-19T18:22:51.366Z] Merging remotes/origin/master commit afbeca7a1f2fb6f639bd3a1f3a358734ab321017 into PR head commit 3e67698cbb810023419c359c80ab6fd84a40332c [2021-01-19T18:22:51.874Z] Merge succeeded, producing 3e67698cbb810023419c359c80ab6fd84a40332c [2021-01-19T18:22:51.875Z] Checking out Revision 3e67698cbb810023419c359c80ab6fd84a40332c (PR-3027) [2021-01-19T18:22:50.677Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T18:22:50.695Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T18:22:50.729Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T18:22:50.762Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T18:22:50.763Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T18:22:50.776Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3027/head:refs/remotes/origin/PR-3027 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T18:22:51.387Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T18:22:51.440Z] > git checkout -f 3e67698cbb810023419c359c80ab6fd84a40332c # timeout=10 [2021-01-19T18:22:51.781Z] > git remote # timeout=10 [2021-01-19T18:22:51.801Z] > git config --get remote.origin.url # timeout=10 [2021-01-19T18:22:51.817Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T18:22:51.828Z] > git merge afbeca7a1f2fb6f639bd3a1f3a358734ab321017 # timeout=10 [2021-01-19T18:22:51.861Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-19T18:22:51.882Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T18:22:51.904Z] > git checkout -f 3e67698cbb810023419c359c80ab6fd84a40332c # timeout=10 [2021-01-19T18:22:56.299Z] Commit message: "build(deps): Bump github.com/stretchr/testify from 1.6.1 to 1.7.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2021-01-19T18:22:57.020Z] 7e9c9ca2126c: Pull complete [2021-01-19T18:22:57.020Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-19T18:22:57.020Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T18:22:57.020Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-19T18:22:57.193Z] prd-centos7-docker-4c-2g-21263 does not seem to be running inside a container [2021-01-19T18:22:57.240Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-19T18:22:58.824Z] $ docker top 9c49b7fd0cfbdc84e674b2df3f5b637c6903fe6bbb484e2ab231a035786d2099 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T18:22:59.321Z] + docker-compose build --help [2021-01-19T18:22:59.321Z] + grep parallel [2021-01-19T18:23:00.045Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-19T18:23:00.265Z] --parallel Build images in parallel. [Pipeline] } [2021-01-19T18:23:00.324Z] $ docker stop --time=1 9c49b7fd0cfbdc84e674b2df3f5b637c6903fe6bbb484e2ab231a035786d2099 [2021-01-19T18:23:00.497Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [2021-01-19T18:23:01.731Z] $ docker rm -f 9c49b7fd0cfbdc84e674b2df3f5b637c6903fe6bbb484e2ab231a035786d2099 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T18:23:02.240Z] + true [2021-01-19T18:23:02.240Z] + sudo service docker restart [2021-01-19T18:23:02.448Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T18:23:02.448Z] . [Pipeline] withDockerContainer [2021-01-19T18:23:02.547Z] prd-centos7-docker-4c-2g-21263 does not seem to be running inside a container [2021-01-19T18:23:02.597Z] $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-19T18:23:03.303Z] $ docker top 85f71f3f10c37efd8556b5894048477cf1b64b1c2b6baf0d51bbc141232fc421 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T18:23:03.800Z] + docker-compose -f ./docker-compose-build.yml build --parallel [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T18:23:04.293Z] provisioning config files... [2021-01-19T18:23:04.334Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/14@tmp/config2015946889989149521tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T18:23:04.740Z] ---> docker-login.sh [2021-01-19T18:23:04.740Z] nexus3.edgexfoundry.org:10001 [2021-01-19T18:23:04.745Z] Building docker-core-command-go ... [2021-01-19T18:23:04.745Z] Building docker-core-data-go ... [2021-01-19T18:23:04.745Z] Building docker-core-metadata-go ... [2021-01-19T18:23:04.745Z] Building docker-security-bootstrap-redis-go ... [2021-01-19T18:23:04.745Z] Building docker-security-proxy-setup-go ... [2021-01-19T18:23:04.745Z] Building docker-security-secretstore-setup-go ... [2021-01-19T18:23:04.745Z] Building docker-support-notifications-go ... [2021-01-19T18:23:04.745Z] Building docker-support-scheduler-go ... [2021-01-19T18:23:04.745Z] Building docker-sys-mgmt-agent-go ... [2021-01-19T18:23:04.745Z] Building docker-sys-mgmt-agent-go [2021-01-19T18:23:04.745Z] Building docker-support-scheduler-go [2021-01-19T18:23:04.745Z] Building docker-security-bootstrap-redis-go [2021-01-19T18:23:04.745Z] Building docker-core-data-go [2021-01-19T18:23:04.745Z] Building docker-support-notifications-go [2021-01-19T18:23:05.725Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T18:23:06.000Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T18:23:06.000Z] Configure a credential helper to remove this warning. See [2021-01-19T18:23:06.000Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T18:23:06.000Z] [2021-01-19T18:23:06.000Z] Login Succeeded [2021-01-19T18:23:06.000Z] nexus3.edgexfoundry.org:10002 [2021-01-19T18:23:06.272Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T18:23:06.549Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T18:23:06.549Z] Configure a credential helper to remove this warning. See [2021-01-19T18:23:06.549Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T18:23:06.549Z] [2021-01-19T18:23:06.549Z] Login Succeeded [2021-01-19T18:23:06.549Z] nexus3.edgexfoundry.org:10003 [2021-01-19T18:23:06.823Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T18:23:07.098Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T18:23:07.098Z] Configure a credential helper to remove this warning. See [2021-01-19T18:23:07.098Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T18:23:07.098Z] [2021-01-19T18:23:07.098Z] Login Succeeded [2021-01-19T18:23:07.098Z] nexus3.edgexfoundry.org:10004 [2021-01-19T18:23:07.372Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T18:23:07.372Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T18:23:07.372Z] Configure a credential helper to remove this warning. See [2021-01-19T18:23:07.372Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T18:23:07.372Z] [2021-01-19T18:23:07.372Z] Login Succeeded [2021-01-19T18:23:07.372Z] docker.io [2021-01-19T18:23:07.967Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T18:23:08.237Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T18:23:08.237Z] Configure a credential helper to remove this warning. See [2021-01-19T18:23:08.237Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T18:23:08.237Z] [2021-01-19T18:23:08.237Z] Login Succeeded [2021-01-19T18:23:08.237Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T18:23:08.253Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-19T18:23:08.650Z] ========================================================= [2021-01-19T18:23:08.650Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-19T18:23:08.650Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T18:23:09.020Z] + 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-19T18:23:11.649Z] Sending build context to Docker daemon 165.5MB [2021-01-19T18:23:11.649Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T18:23:11.649Z] Step 2/6 : FROM ${BASE} [2021-01-19T18:23:11.649Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-19T18:23:11.649Z] 5f621e34cdf4: Pulling fs layer [2021-01-19T18:23:11.649Z] a4357932f1b6: Pulling fs layer [2021-01-19T18:23:11.649Z] 18c013af1878: Pulling fs layer [2021-01-19T18:23:11.649Z] 00ac8860ef70: Pulling fs layer [2021-01-19T18:23:11.649Z] 63d7cb157983: Pulling fs layer [2021-01-19T18:23:11.649Z] b116817d02f9: Pulling fs layer [2021-01-19T18:23:11.649Z] 745a02a5169b: Pulling fs layer [2021-01-19T18:23:11.649Z] 63d7cb157983: Waiting [2021-01-19T18:23:11.649Z] b116817d02f9: Waiting [2021-01-19T18:23:11.649Z] 745a02a5169b: Waiting [2021-01-19T18:23:11.649Z] 00ac8860ef70: Waiting [2021-01-19T18:23:11.649Z] 18c013af1878: Verifying Checksum [2021-01-19T18:23:11.649Z] 18c013af1878: Download complete [2021-01-19T18:23:11.649Z] a4357932f1b6: Verifying Checksum [2021-01-19T18:23:11.649Z] a4357932f1b6: Download complete [2021-01-19T18:23:11.649Z] 63d7cb157983: Download complete [2021-01-19T18:23:11.649Z] b116817d02f9: Verifying Checksum [2021-01-19T18:23:11.649Z] b116817d02f9: Download complete [2021-01-19T18:23:11.923Z] 5f621e34cdf4: Verifying Checksum [2021-01-19T18:23:11.923Z] 5f621e34cdf4: Download complete [2021-01-19T18:23:12.522Z] 5f621e34cdf4: Pull complete [2021-01-19T18:23:13.139Z] a4357932f1b6: Pull complete [2021-01-19T18:23:13.414Z] 18c013af1878: Pull complete [2021-01-19T18:23:14.397Z] 745a02a5169b: Verifying Checksum [2021-01-19T18:23:14.397Z] 745a02a5169b: Download complete [2021-01-19T18:23:16.372Z] 00ac8860ef70: Verifying Checksum [2021-01-19T18:23:16.372Z] 00ac8860ef70: Download complete [2021-01-19T18:23:26.582Z] 00ac8860ef70: Pull complete [2021-01-19T18:23:26.859Z] 63d7cb157983: Pull complete [2021-01-19T18:23:27.454Z] b116817d02f9: Pull complete [2021-01-19T18:23:31.774Z] 745a02a5169b: Pull complete [2021-01-19T18:23:31.774Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-19T18:23:31.774Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-19T18:23:31.774Z] ---> b7e6874047d6 [2021-01-19T18:23:31.774Z] 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-19T18:23:35.165Z] ---> Running in 5ed64079a46d [2021-01-19T18:23:35.765Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T18:23:37.136Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T18:23:37.136Z] [2021-01-19T18:23:37.136Z] Step 2/23 : FROM ${BUILDER_BASE} AS builderStep 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T18:23:37.136Z] [2021-01-19T18:23:37.136Z] ---> 6313ef97ad76 [2021-01-19T18:23:37.136Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T18:23:37.136Z] ---> 6313ef97ad76 [2021-01-19T18:23:37.136Z] Step 3/23 : WORKDIR /edgex-go [2021-01-19T18:23:37.136Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T18:23:37.136Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-19T18:23:37.136Z] ---> 6313ef97ad76 [2021-01-19T18:23:37.136Z] Step 3/26 : WORKDIR /edgex-go [2021-01-19T18:23:37.136Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T18:23:37.136Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T18:23:37.136Z] ---> 6313ef97ad76 [2021-01-19T18:23:37.136Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T18:23:37.136Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T18:23:37.136Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T18:23:37.136Z] ---> 6313ef97ad76 [2021-01-19T18:23:37.136Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T18:23:37.136Z] ---> Running in d843af31a039 [2021-01-19T18:23:37.136Z] ---> Running in f1184926eeae [2021-01-19T18:23:37.136Z] ---> Running in f9461a20aabf [2021-01-19T18:23:37.136Z] ---> Running in bb9aa1080c33 [2021-01-19T18:23:37.136Z] ---> Running in 40ced873f5a8 [2021-01-19T18:23:37.136Z] Removing intermediate container bb9aa1080c33 [2021-01-19T18:23:37.136Z] ---> af5bee529a40 [2021-01-19T18:23:37.136Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T18:23:37.136Z] Removing intermediate container 40ced873f5a8 [2021-01-19T18:23:37.136Z] ---> 2f5ed8713e66 [2021-01-19T18:23:37.136Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T18:23:37.136Z] Removing intermediate container d843af31a039 [2021-01-19T18:23:37.136Z] ---> 6a096c91ecc4 [2021-01-19T18:23:37.136Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T18:23:37.136Z] Removing intermediate container f1184926eeae [2021-01-19T18:23:37.136Z] ---> 9c4ee8c5b520 [2021-01-19T18:23:37.136Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T18:23:37.136Z] Removing intermediate container f9461a20aabf [2021-01-19T18:23:37.136Z] ---> 21fa919f7440 [2021-01-19T18:23:37.136Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T18:23:37.136Z] ---> Running in 331ea90b0d99 [2021-01-19T18:23:37.136Z] ---> Running in 8e98dc549ffb [2021-01-19T18:23:37.136Z] ---> Running in 6c524072d16d [2021-01-19T18:23:37.136Z] ---> Running in bd404e1cee76 [2021-01-19T18:23:37.136Z] ---> Running in b997c5d51262 [2021-01-19T18:23:37.136Z] Removing intermediate container 331ea90b0d99 [2021-01-19T18:23:37.136Z] ---> ecc9a8bae509 [2021-01-19T18:23:37.136Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-19T18:23:37.136Z] Removing intermediate container 6c524072d16d [2021-01-19T18:23:37.136Z] ---> 6a21fd22bc58 [2021-01-19T18:23:37.136Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-19T18:23:37.199Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T18:23:37.398Z] ---> Running in e315f9ab7c24 [2021-01-19T18:23:37.398Z] Removing intermediate container 8e98dc549ffb [2021-01-19T18:23:37.398Z] ---> 48ccb61847d8 [2021-01-19T18:23:37.398Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-19T18:23:37.398Z] ---> Running in 9afc0b71c6d4 [2021-01-19T18:23:37.398Z] Removing intermediate container bd404e1cee76 [2021-01-19T18:23:37.398Z] ---> 3c6caab6034a [2021-01-19T18:23:37.398Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T18:23:37.398Z] ---> Running in f8ab83eabc2c [2021-01-19T18:23:37.660Z] ---> Running in df93b0b43f54 [2021-01-19T18:23:37.660Z] Removing intermediate container b997c5d51262 [2021-01-19T18:23:37.660Z] ---> 8517e32907f9 [2021-01-19T18:23:37.660Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T18:23:37.930Z] ---> Running in 06378e3c56d9 [2021-01-19T18:23:38.521Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T18:23:38.521Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T18:23:38.626Z] (1/12) Installing libmagic (5.38-r0) [2021-01-19T18:23:38.785Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T18:23:38.785Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T18:23:38.785Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T18:23:39.221Z] (2/12) Installing file (5.38-r0) [2021-01-19T18:23:39.221Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-19T18:23:39.221Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-19T18:23:39.360Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T18:23:39.622Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T18:23:39.885Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T18:23:39.885Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T18:23:39.885Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T18:23:40.490Z] OK: 233 MiB in 51 packages [2021-01-19T18:23:40.491Z] OK: 233 MiB in 51 packages [2021-01-19T18:23:40.757Z] OK: 233 MiB in 51 packages [2021-01-19T18:23:40.757Z] OK: 233 MiB in 51 packages [2021-01-19T18:23:41.018Z] Removing intermediate container e315f9ab7c24 [2021-01-19T18:23:41.018Z] ---> 8f5a4a46c6eb [2021-01-19T18:23:41.018Z] Step 6/26 : COPY go.mod . [2021-01-19T18:23:41.307Z] Removing intermediate container 9afc0b71c6d4 [2021-01-19T18:23:41.307Z] ---> 1a9063f32b4b [2021-01-19T18:23:41.307Z] Step 6/24 : COPY go.mod . [2021-01-19T18:23:41.569Z] ---> f99ebbd68d3a [2021-01-19T18:23:41.569Z] Step 7/26 : RUN go mod download [2021-01-19T18:23:41.569Z] ---> Running in 3a5e4bb283ce [2021-01-19T18:23:41.569Z] ---> f44186168e65 [2021-01-19T18:23:41.569Z] Step 7/24 : RUN go mod download [2021-01-19T18:23:41.841Z] ---> Running in 6ab247ab816e [2021-01-19T18:23:41.841Z] Removing intermediate container df93b0b43f54 [2021-01-19T18:23:41.841Z] ---> 54a032a00308 [2021-01-19T18:23:41.841Z] Step 6/22 : COPY go.mod . [2021-01-19T18:23:41.841Z] Removing intermediate container f8ab83eabc2c [2021-01-19T18:23:41.841Z] ---> da279a7c6924 [2021-01-19T18:23:41.841Z] Step 6/23 : COPY go.mod . [2021-01-19T18:23:42.109Z] OK: 233 MiB in 51 packages [2021-01-19T18:23:42.109Z] ---> 242f1a42841b [2021-01-19T18:23:42.109Z] Step 7/22 : RUN go mod download [2021-01-19T18:23:42.372Z] ---> e932bb45406d [2021-01-19T18:23:42.372Z] Step 7/23 : RUN go mod download [2021-01-19T18:23:42.372Z] ---> Running in 051ac6eb85d0 [2021-01-19T18:23:42.633Z] ---> Running in 6c496f7e535d [2021-01-19T18:23:43.224Z] Removing intermediate container 06378e3c56d9 [2021-01-19T18:23:43.224Z] ---> 7403785ac44a [2021-01-19T18:23:43.224Z] Step 6/21 : COPY go.mod . [2021-01-19T18:23:43.499Z] ---> a23f4bf7aeff [2021-01-19T18:23:43.499Z] Step 7/21 : RUN go mod download [2021-01-19T18:23:43.499Z] ---> Running in 1187bdcec927 [2021-01-19T18:23:44.083Z] Removing intermediate container 6ab247ab816e [2021-01-19T18:23:44.083Z] ---> e526d7eef040 [2021-01-19T18:23:44.083Z] Step 8/24 : COPY . . [2021-01-19T18:23:44.347Z] Removing intermediate container 3a5e4bb283ce [2021-01-19T18:23:44.347Z] ---> 2573181d0433 [2021-01-19T18:23:44.347Z] Step 8/26 : COPY . . [2021-01-19T18:23:47.686Z] Removing intermediate container 051ac6eb85d0 [2021-01-19T18:23:47.686Z] ---> 1678831a01b1 [2021-01-19T18:23:47.686Z] Step 8/22 : COPY . . [2021-01-19T18:23:47.686Z] Removing intermediate container 6c496f7e535d [2021-01-19T18:23:47.686Z] ---> 09d8e2193fe2 [2021-01-19T18:23:47.686Z] Step 8/23 : COPY . . [2021-01-19T18:23:54.273Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-19T18:23:54.274Z] (6/12) Installing patch (2.7.6-r6) [2021-01-19T18:23:54.274Z] (7/12) Installing build-base (0.5-r2) [2021-01-19T18:23:54.274Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-19T18:23:54.274Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-19T18:23:54.274Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-19T18:23:54.274Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-19T18:23:54.314Z] Removing intermediate container 1187bdcec927 [2021-01-19T18:23:54.314Z] ---> feb947dee0aa [2021-01-19T18:23:54.314Z] Step 8/21 : COPY . . [2021-01-19T18:23:54.548Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-19T18:23:54.548Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T18:23:54.548Z] OK: 217 MiB in 51 packages [2021-01-19T18:23:58.870Z] Removing intermediate container 5ed64079a46d [2021-01-19T18:23:58.870Z] ---> b9496b2256aa [2021-01-19T18:23:58.870Z] Step 4/6 : WORKDIR /edgex-go [2021-01-19T18:23:58.870Z] ---> Running in 8df768c4eee9 [2021-01-19T18:23:59.144Z] Removing intermediate container 8df768c4eee9 [2021-01-19T18:23:59.144Z] ---> 8ba2ece7d55f [2021-01-19T18:23:59.144Z] Step 5/6 : COPY go.mod . [2021-01-19T18:23:59.737Z] ---> 29c04fbf1b85 [2021-01-19T18:23:59.737Z] Step 6/6 : RUN go mod download [2021-01-19T18:24:00.010Z] ---> Running in 3bba898fd6c7 [2021-01-19T18:24:26.987Z] ---> ad6f92884495 [2021-01-19T18:24:26.988Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-19T18:24:26.988Z] ---> 7def61872071 [2021-01-19T18:24:26.988Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-19T18:24:26.988Z] ---> a6198c6da68d [2021-01-19T18:24:26.988Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-19T18:24:26.988Z] ---> 463c04fb37ca [2021-01-19T18:24:26.988Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-19T18:24:26.988Z] ---> Running in ec5914475138 [2021-01-19T18:24:26.988Z] ---> Running in 747a265d3888 [2021-01-19T18:24:26.988Z] ---> f07b4322a883 [2021-01-19T18:24:26.988Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-19T18:24:26.988Z] ---> Running in f4a29c502598 [2021-01-19T18:24:26.988Z] ---> Running in d14df2d0c045 [2021-01-19T18:24:26.988Z] ---> Running in d58d5cc0d345 [2021-01-19T18:24:27.219Z] Removing intermediate container 3bba898fd6c7 [2021-01-19T18:24:27.219Z] ---> 1f115ba8cbbc [2021-01-19T18:24:27.219Z] Successfully built 1f115ba8cbbc [2021-01-19T18:24:27.219Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T18:24:27.258Z] 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-19T18:24:27.258Z] 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-19T18:24:27.258Z] 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-19T18:24:27.258Z] 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-19T18:24:27.258Z] 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-19T18:24:27.563Z] + docker inspect -f . ci-base-image-arm64 [2021-01-19T18:24:27.563Z] . [Pipeline] withDockerContainer [2021-01-19T18:24:27.841Z] prd-ubuntu18.04-docker-arm64-4c-16g-21267 does not seem to be running inside a container [2021-01-19T18:24:27.923Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-19T18:24:29.350Z] $ docker top 4b55725c33be11c8e11c4732bc8e95e573899cf99a390e11b261b34b30f37a02 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T18:24:30.349Z] + go version [2021-01-19T18:24:30.350Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-19T18:24:30.373Z] $ docker stop --time=1 4b55725c33be11c8e11c4732bc8e95e573899cf99a390e11b261b34b30f37a02 [2021-01-19T18:24:32.215Z] $ docker rm -f 4b55725c33be11c8e11c4732bc8e95e573899cf99a390e11b261b34b30f37a02 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T18:24:33.258Z] + docker inspect -f . ci-base-image-arm64 [2021-01-19T18:24:33.258Z] . [Pipeline] withDockerContainer [2021-01-19T18:24:33.477Z] prd-ubuntu18.04-docker-arm64-4c-16g-21267 does not seem to be running inside a container [2021-01-19T18:24:33.553Z] $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-19T18:24:34.861Z] $ docker top 2c15fca3709c73626aa150902199be2c4a6cb6aa1647720a7fd63049092c7611 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-19T18:24:35.210Z] ========================================================= [2021-01-19T18:24:35.210Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-19T18:24:35.210Z] ========================================================= [Pipeline] sh [2021-01-19T18:24:35.853Z] + make test [2021-01-19T18:24:35.853Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-19T18:24:58.025Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-19T18:24:59.493Z] Removing intermediate container f4a29c502598 [2021-01-19T18:24:59.493Z] ---> b973301ac3f2 [2021-01-19T18:24:59.493Z] [2021-01-19T18:24:59.493Z] Step 10/22 : FROM alpine:3.12 [2021-01-19T18:24:59.493Z] 3.12: Pulling from library/alpine [2021-01-19T18:24:59.493Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-19T18:24:59.493Z] Status: Downloaded newer image for alpine:3.12 [2021-01-19T18:24:59.493Z] ---> 389fef711851 [2021-01-19T18:24:59.493Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T18:25:03.721Z] ---> Running in 3d528f92a54e [2021-01-19T18:25:03.721Z] Removing intermediate container d58d5cc0d345 [2021-01-19T18:25:03.721Z] ---> 895d6fc999c1 [2021-01-19T18:25:03.721Z] [2021-01-19T18:25:03.721Z] Step 10/21 : FROM scratch [2021-01-19T18:25:03.721Z] ---> [2021-01-19T18:25:03.721Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T18:25:03.721Z] Removing intermediate container 747a265d3888 [2021-01-19T18:25:03.721Z] ---> 4133d6e06e39 [2021-01-19T18:25:03.721Z] [2021-01-19T18:25:03.721Z] Step 10/24 : FROM scratch [2021-01-19T18:25:03.721Z] ---> [2021-01-19T18:25:03.721Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-19T18:25:03.721Z] Removing intermediate container ec5914475138 [2021-01-19T18:25:03.721Z] ---> 258069af5af7 [2021-01-19T18:25:03.721Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-19T18:25:03.721Z] ---> Running in 5fb112e9e058 [2021-01-19T18:25:03.721Z] ---> Running in c9b7b0102afc [2021-01-19T18:25:03.721Z] ---> Running in 49dc5cbc2eb3 [2021-01-19T18:25:04.296Z] Removing intermediate container 49dc5cbc2eb3 [2021-01-19T18:25:04.296Z] ---> 204b74ce52de [2021-01-19T18:25:04.296Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-19T18:25:04.296Z] Removing intermediate container 5fb112e9e058 [2021-01-19T18:25:04.296Z] ---> e88f5e495a03 [2021-01-19T18:25:04.296Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-19T18:25:04.296Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T18:25:04.296Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T18:25:04.559Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-19T18:25:04.559Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T18:25:04.559Z] 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-19T18:25:04.559Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-19T18:25:04.559Z] (4/5) Installing curl (7.69.1-r3) [2021-01-19T18:25:04.559Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-19T18:25:04.559Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T18:25:04.559Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T18:25:04.559Z] OK: 7 MiB in 19 packages [2021-01-19T18:25:05.522Z] ---> Running in e2c1201017f2 [2021-01-19T18:25:05.522Z] ---> Running in 8d1ef8977c8b [2021-01-19T18:25:06.466Z] Removing intermediate container d14df2d0c045 [2021-01-19T18:25:06.466Z] ---> fef60dd95ecd [2021-01-19T18:25:06.466Z] [2021-01-19T18:25:06.466Z] Step 10/23 : FROM alpine:3.12 [2021-01-19T18:25:06.466Z] ---> 389fef711851 [2021-01-19T18:25:06.466Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T18:25:06.466Z] Removing intermediate container 8d1ef8977c8b [2021-01-19T18:25:06.466Z] ---> f25df113ee1d [2021-01-19T18:25:06.466Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-19T18:25:06.466Z] Removing intermediate container e2c1201017f2 [2021-01-19T18:25:06.466Z] ---> 3b8dc2417f70 [2021-01-19T18:25:06.466Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-19T18:25:07.410Z] ---> Running in 87b4a2f9d67f [2021-01-19T18:25:07.410Z] ---> Running in 7be5aea5e304 [2021-01-19T18:25:07.410Z] ---> Running in 8af7e07ed896 [2021-01-19T18:25:08.355Z] Removing intermediate container 7be5aea5e304 [2021-01-19T18:25:08.355Z] Removing intermediate container 87b4a2f9d67f [2021-01-19T18:25:08.355Z] ---> 874a217b7e23 [2021-01-19T18:25:08.355Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-19T18:25:08.355Z] ---> 53cd1ac50abf [2021-01-19T18:25:08.355Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-19T18:25:08.355Z] Removing intermediate container 8af7e07ed896 [2021-01-19T18:25:08.355Z] ---> 748b0662dfa5 [2021-01-19T18:25:08.355Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T18:25:08.355Z] Removing intermediate container 3d528f92a54e [2021-01-19T18:25:08.355Z] ---> 837dfb112501 [2021-01-19T18:25:08.355Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-19T18:25:08.355Z] Removing intermediate container c9b7b0102afc [2021-01-19T18:25:08.355Z] ---> 3b9b4528dbe2 [2021-01-19T18:25:08.355Z] [2021-01-19T18:25:08.355Z] Step 11/26 : FROM docker:20.10.0 [2021-01-19T18:25:08.355Z] ---> Running in b0c0d824cce8 [2021-01-19T18:25:08.355Z] 20.10.0: Pulling from library/docker [2021-01-19T18:25:08.355Z] ---> Running in ceab0662135d [2021-01-19T18:25:08.628Z] ---> dd9edccb3951 [2021-01-19T18:25:08.628Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-19T18:25:08.628Z] ---> c88168126eaf [2021-01-19T18:25:08.628Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-19T18:25:08.628Z] Removing intermediate container b0c0d824cce8 [2021-01-19T18:25:08.628Z] ---> 43f5da64ef29 [2021-01-19T18:25:08.628Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-19T18:25:08.628Z] Removing intermediate container ceab0662135d [2021-01-19T18:25:08.628Z] ---> 6bb4c12750aa [2021-01-19T18:25:08.628Z] Step 13/22 : WORKDIR / [2021-01-19T18:25:08.903Z] ---> Running in 36420c079b78 [2021-01-19T18:25:09.164Z] ---> Running in 838f1c076179 [2021-01-19T18:25:10.555Z] Removing intermediate container 36420c079b78 [2021-01-19T18:25:10.555Z] ---> e510a96e69a1 [2021-01-19T18:25:10.555Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T18:25:10.555Z] ---> 068f8fb4baad [2021-01-19T18:25:10.555Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-19T18:25:10.555Z] ---> 43e1a79beda6 [2021-01-19T18:25:10.555Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-19T18:25:10.555Z] Removing intermediate container 838f1c076179 [2021-01-19T18:25:10.555Z] ---> 226f1fbc8145 [2021-01-19T18:25:10.555Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T18:25:10.555Z] ---> Running in 61934ae087f3 [2021-01-19T18:25:11.509Z] ---> 57d4586966c5 [2021-01-19T18:25:11.509Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-19T18:25:11.773Z] ---> Running in a4ded2ae669d [2021-01-19T18:25:11.773Z] ---> 3e8aeac6f211 [2021-01-19T18:25:11.773Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-19T18:25:11.773Z] ---> 8556fad23476 [2021-01-19T18:25:11.773Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T18:25:12.034Z] Removing intermediate container a4ded2ae669d [2021-01-19T18:25:12.034Z] ---> 0e4d09c26d84 [2021-01-19T18:25:12.034Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T18:25:12.296Z] ---> Running in 1fdd6e1628e1 [2021-01-19T18:25:12.296Z] ---> 5109f3d3401e [2021-01-19T18:25:12.296Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-19T18:25:12.296Z] Removing intermediate container 61934ae087f3 [2021-01-19T18:25:12.296Z] ---> ed86f7abe97a [2021-01-19T18:25:12.296Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-19T18:25:12.565Z] ---> c63959b74273 [2021-01-19T18:25:12.565Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-19T18:25:13.208Z] ---> Running in cfd7e9f4a7c0 [2021-01-19T18:25:13.208Z] Removing intermediate container 1fdd6e1628e1 [2021-01-19T18:25:13.208Z] ---> b10482a854e2 [2021-01-19T18:25:13.208Z] Step 19/21 : LABEL arch=x86_64 [2021-01-19T18:25:13.208Z] ---> 6351f6269623 [2021-01-19T18:25:13.208Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-19T18:25:13.538Z] ---> Running in af8de202b9ea [2021-01-19T18:25:13.538Z] ---> 140ed89140d3 [2021-01-19T18:25:13.538Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-19T18:25:13.803Z] Removing intermediate container af8de202b9ea [2021-01-19T18:25:13.803Z] ---> d658028cae40 [2021-01-19T18:25:13.803Z] Step 20/21 : LABEL git_sha=3e67698cbb810023419c359c80ab6fd84a40332c [2021-01-19T18:25:13.803Z] ---> 1a8c2eb1c7a6 [2021-01-19T18:25:13.803Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-19T18:25:13.803Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T18:25:13.803Z] ---> 78025439faa4 [2021-01-19T18:25:13.803Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-19T18:25:13.803Z] ---> Running in 001423d4aca0 [2021-01-19T18:25:14.069Z] ---> Running in 0ec7ec9d6bf9 [2021-01-19T18:25:14.069Z] ---> Running in e0d88ea5d09a [2021-01-19T18:25:14.341Z] Removing intermediate container 001423d4aca0 [2021-01-19T18:25:14.341Z] ---> 73abef7627c7 [2021-01-19T18:25:14.341Z] Step 21/21 : LABEL version=0.0.0 [2021-01-19T18:25:14.606Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T18:25:15.181Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-19T18:25:15.181Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-19T18:25:15.447Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-19T18:25:15.447Z] Removing intermediate container e0d88ea5d09a [2021-01-19T18:25:15.447Z] ---> 1a63640ff834 [2021-01-19T18:25:15.447Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T18:25:15.447Z] ---> Running in 69d064bb3a2c [2021-01-19T18:25:15.710Z] ---> Running in bfafab089d3d [2021-01-19T18:25:15.710Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-19T18:25:15.710Z] Removing intermediate container 69d064bb3a2c [2021-01-19T18:25:15.710Z] ---> 5110ef82bf4f [2021-01-19T18:25:15.710Z] [2021-01-19T18:25:15.973Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-19T18:25:15.973Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T18:25:15.973Z] OK: 8 MiB in 19 packages [2021-01-19T18:25:15.973Z] Removing intermediate container bfafab089d3d [2021-01-19T18:25:15.973Z] ---> 888c78c2245d [2021-01-19T18:25:15.973Z] Step 22/24 : LABEL arch=x86_64 [2021-01-19T18:25:15.973Z] Successfully built 5110ef82bf4f [2021-01-19T18:25:16.236Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-19T18:25:16.236Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2021-01-19T18:25:16.236Z] ---> Running in d3e3cd549558 [2021-01-19T18:25:16.498Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-19T18:25:16.498Z] Removing intermediate container 0ec7ec9d6bf9 [2021-01-19T18:25:16.498Z] ---> 294c83972550 [2021-01-19T18:25:16.498Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-19T18:25:16.498Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-19T18:25:16.498Z] ---> aefe523efa57 [2021-01-19T18:25:16.498Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-19T18:25:16.498Z] Removing intermediate container d3e3cd549558 [2021-01-19T18:25:16.498Z] ---> e849f6d76de6 [2021-01-19T18:25:16.498Z] Step 23/24 : LABEL git_sha=3e67698cbb810023419c359c80ab6fd84a40332c [2021-01-19T18:25:16.765Z] ---> Running in 6f24bc499115 [2021-01-19T18:25:16.765Z] ---> Running in 1054db0152be [2021-01-19T18:25:18.686Z] ---> Running in d68ae76b7700 [2021-01-19T18:25:18.952Z] Removing intermediate container cfd7e9f4a7c0 [2021-01-19T18:25:18.952Z] ---> 8d0db6c82e93 [2021-01-19T18:25:18.952Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T18:25:20.883Z] Removing intermediate container 1054db0152be [2021-01-19T18:25:20.883Z] ---> 93671cf52397 [2021-01-19T18:25:20.883Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T18:25:20.883Z] Removing intermediate container d68ae76b7700 [2021-01-19T18:25:20.883Z] ---> a73d7ef58722 [2021-01-19T18:25:20.883Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T18:25:20.883Z] ---> Running in ac7dc14799c2 [2021-01-19T18:25:20.883Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T18:25:20.883Z] ---> Running in c0ff5c1796e6 [2021-01-19T18:25:20.883Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T18:25:20.883Z] ---> 94ac210a7c8d [2021-01-19T18:25:20.883Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-19T18:25:21.147Z] (1/2) Installing readline (8.0.4-r0) [2021-01-19T18:25:21.147Z] (2/2) Installing bash (5.0.17-r0) [2021-01-19T18:25:21.147Z] Executing bash-5.0.17-r0.post-install [2021-01-19T18:25:21.414Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T18:25:21.414Z] OK: 12 MiB in 22 packages [2021-01-19T18:25:23.358Z] Removing intermediate container ac7dc14799c2 [2021-01-19T18:25:23.358Z] ---> cc2c8fc8b595 [2021-01-19T18:25:23.358Z] Step 21/22 : LABEL git_sha=3e67698cbb810023419c359c80ab6fd84a40332c [2021-01-19T18:25:23.358Z] Removing intermediate container c0ff5c1796e6 [2021-01-19T18:25:23.358Z] ---> bc099c27fd82 [2021-01-19T18:25:23.358Z] [2021-01-19T18:25:24.319Z] Successfully built bc099c27fd82 [2021-01-19T18:25:24.319Z] ---> 73ad5d8f7d13 [2021-01-19T18:25:24.319Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-19T18:25:24.319Z] Successfully tagged docker-support-notifications-go:latest [2021-01-19T18:25:24.319Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2021-01-19T18:25:24.583Z] ---> Running in f0a7f46e8985 [2021-01-19T18:25:26.516Z] Removing intermediate container f0a7f46e8985 [2021-01-19T18:25:26.516Z] ---> a986656936de [2021-01-19T18:25:26.516Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T18:25:27.468Z] ---> 6e7385a8f2c4 [2021-01-19T18:25:27.468Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-19T18:25:27.468Z] Removing intermediate container 6f24bc499115 [2021-01-19T18:25:27.468Z] ---> 13bb8a6e3a3a [2021-01-19T18:25:27.468Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-19T18:25:29.400Z] ---> Running in d1c0a527902f [2021-01-19T18:25:29.662Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T18:25:29.662Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T18:25:29.662Z] ---> 6313ef97ad76 [2021-01-19T18:25:29.662Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T18:25:29.662Z] ---> Using cache [2021-01-19T18:25:29.662Z] ---> 21fa919f7440 [2021-01-19T18:25:29.662Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T18:25:29.662Z] ---> Using cache [2021-01-19T18:25:29.662Z] ---> 8517e32907f9 [2021-01-19T18:25:29.662Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-19T18:25:29.662Z] ---> Using cache [2021-01-19T18:25:29.662Z] ---> 7403785ac44a [2021-01-19T18:25:29.662Z] Step 6/24 : COPY go.mod . [2021-01-19T18:25:29.662Z] ---> Using cache [2021-01-19T18:25:29.662Z] ---> a23f4bf7aeff [2021-01-19T18:25:29.662Z] Step 7/24 : RUN go mod download [2021-01-19T18:25:29.662Z] ---> Using cache [2021-01-19T18:25:29.662Z] ---> feb947dee0aa [2021-01-19T18:25:29.662Z] Step 8/24 : COPY . . [2021-01-19T18:25:29.662Z] ---> Using cache [2021-01-19T18:25:29.662Z] ---> f07b4322a883 [2021-01-19T18:25:29.662Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-19T18:25:31.078Z] ---> Running in 4a49ef06c3cc [2021-01-19T18:25:31.078Z] ---> Running in 536194cacb84 [2021-01-19T18:25:31.078Z] ---> Running in c7ecc63a217a [2021-01-19T18:25:31.078Z] Removing intermediate container d1c0a527902f [2021-01-19T18:25:31.078Z] ---> 8941cb7a8af1 [2021-01-19T18:25:31.078Z] [2021-01-19T18:25:31.078Z] Successfully built 8941cb7a8af1 [2021-01-19T18:25:31.349Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-19T18:25:31.349Z] Removing intermediate container 536194cacb84 [2021-01-19T18:25:31.349Z] ---> ef7c94acea88 [2021-01-19T18:25:31.349Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T18:25:31.349Z]  Building docker-security-bootstrap-redis-go ... done Building docker-security-proxy-setup-go [2021-01-19T18:25:31.349Z] Removing intermediate container 4a49ef06c3cc [2021-01-19T18:25:31.349Z] ---> 7c5a3ae5c4de [2021-01-19T18:25:31.349Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-19T18:25:31.611Z] ---> Running in 915e2857c490 [2021-01-19T18:25:31.612Z] ---> Running in 5ffc1acd8fc6 [2021-01-19T18:25:32.575Z] 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-19T18:25:34.506Z] Removing intermediate container 5ffc1acd8fc6 [2021-01-19T18:25:34.506Z] ---> 6758234f623c [2021-01-19T18:25:34.506Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-19T18:25:34.506Z] Removing intermediate container 915e2857c490 [2021-01-19T18:25:34.506Z] ---> 2432f4cfb62d [2021-01-19T18:25:34.506Z] Step 21/23 : LABEL arch=x86_64 [2021-01-19T18:25:35.929Z] ---> Running in eb77050e90f7 [2021-01-19T18:25:35.929Z] ---> Running in 6a915e8bcdfd [2021-01-19T18:25:37.101Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-19T18:25:37.905Z] Removing intermediate container eb77050e90f7 [2021-01-19T18:25:37.905Z] ---> ab1041db844b [2021-01-19T18:25:37.905Z] Step 22/23 : LABEL git_sha=3e67698cbb810023419c359c80ab6fd84a40332c [2021-01-19T18:25:38.176Z] Removing intermediate container 6a915e8bcdfd [2021-01-19T18:25:38.176Z] ---> 16d3e038ba22 [2021-01-19T18:25:38.176Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-19T18:25:38.762Z] ---> Running in 3520f6602280 [2021-01-19T18:25:39.732Z] Removing intermediate container 3520f6602280 [2021-01-19T18:25:39.732Z] ---> 6d27b54c3c66 [2021-01-19T18:25:39.732Z] Step 23/23 : LABEL version=0.0.0 [2021-01-19T18:25:41.159Z] ---> ffab500f634d [2021-01-19T18:25:41.159Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-19T18:25:41.159Z] ---> Running in 2858f877a234 [2021-01-19T18:25:41.761Z] Removing intermediate container 2858f877a234 [2021-01-19T18:25:41.761Z] ---> dc29a44a7661 [2021-01-19T18:25:41.761Z] [2021-01-19T18:25:41.761Z] ---> 41a3f792b581 [2021-01-19T18:25:41.761Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-19T18:25:42.035Z] Successfully built dc29a44a7661 [2021-01-19T18:25:42.035Z] Successfully tagged docker-core-data-go:latest [2021-01-19T18:25:42.035Z]  Building docker-core-data-go ... done Building docker-core-command-go [2021-01-19T18:25:42.627Z] ---> eb3dd3f17039 [2021-01-19T18:25:42.627Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-19T18:25:44.625Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T18:25:44.625Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T18:25:44.625Z] ---> 6313ef97ad76 [2021-01-19T18:25:44.625Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T18:25:44.625Z] ---> Using cache [2021-01-19T18:25:44.625Z] ---> 21fa919f7440 [2021-01-19T18:25:44.625Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T18:25:44.625Z] ---> Using cache [2021-01-19T18:25:44.625Z] ---> 8517e32907f9 [2021-01-19T18:25:44.625Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T18:25:44.625Z] ---> Using cache [2021-01-19T18:25:44.625Z] ---> 7403785ac44a [2021-01-19T18:25:44.625Z] Step 6/22 : COPY go.mod . [2021-01-19T18:25:44.625Z] ---> Using cache [2021-01-19T18:25:44.625Z] ---> a23f4bf7aeff [2021-01-19T18:25:44.625Z] Step 7/22 : RUN go mod download [2021-01-19T18:25:44.625Z] ---> Using cache [2021-01-19T18:25:44.625Z] ---> feb947dee0aa [2021-01-19T18:25:44.625Z] Step 8/22 : COPY . . [2021-01-19T18:25:44.625Z] ---> Using cache [2021-01-19T18:25:44.625Z] ---> f07b4322a883 [2021-01-19T18:25:44.625Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-19T18:25:45.690Z] ---> Running in 05ed583672cb [2021-01-19T18:25:45.690Z] ---> Running in 7861dd4631f8 [2021-01-19T18:25:49.937Z] 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-19T18:25:49.937Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T18:25:49.937Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T18:25:50.208Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-19T18:25:50.208Z] (2/33) Installing expat (2.2.9-r1) [2021-01-19T18:25:50.208Z] (3/33) Installing libffi (3.3-r2) [2021-01-19T18:25:50.208Z] (4/33) Installing gdbm (1.13-r1) [2021-01-19T18:25:50.471Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-19T18:25:50.471Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-19T18:25:50.471Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-19T18:25:51.432Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T18:25:51.432Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T18:25:51.432Z] ---> 6313ef97ad76 [2021-01-19T18:25:51.432Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T18:25:51.432Z] ---> Using cache [2021-01-19T18:25:51.432Z] ---> 21fa919f7440 [2021-01-19T18:25:51.432Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T18:25:51.432Z] ---> Using cache [2021-01-19T18:25:51.432Z] ---> 8517e32907f9 [2021-01-19T18:25:51.432Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T18:25:51.432Z] ---> Using cache [2021-01-19T18:25:51.432Z] ---> 7403785ac44a [2021-01-19T18:25:51.432Z] Step 6/21 : COPY go.mod . [2021-01-19T18:25:51.432Z] ---> Using cache [2021-01-19T18:25:51.432Z] ---> a23f4bf7aeff [2021-01-19T18:25:51.432Z] Step 7/21 : RUN go mod download [2021-01-19T18:25:51.432Z] ---> Using cache [2021-01-19T18:25:51.432Z] ---> feb947dee0aa [2021-01-19T18:25:51.432Z] Step 8/21 : COPY . . [2021-01-19T18:25:51.432Z] ---> Using cache [2021-01-19T18:25:51.432Z] ---> f07b4322a883 [2021-01-19T18:25:51.432Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-19T18:25:54.770Z] 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-19T18:25:54.770Z] ---> Running in 60939474cb4e [2021-01-19T18:25:54.770Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-19T18:25:54.770Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-19T18:25:54.770Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-19T18:25:54.770Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-19T18:25:54.770Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-19T18:25:54.770Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-19T18:25:55.034Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-19T18:25:55.034Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-19T18:25:55.034Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-19T18:25:55.034Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-19T18:25:55.298Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-19T18:25:55.298Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-19T18:25:55.298Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-19T18:25:55.298Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-19T18:25:55.298Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-19T18:25:55.298Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-19T18:25:55.298Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-19T18:25:55.298Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-19T18:25:55.298Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-19T18:25:55.562Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-19T18:25:55.562Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-19T18:25:55.562Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-19T18:25:55.562Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-19T18:25:55.562Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-19T18:25:56.147Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-19T18:25:56.147Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-19T18:25:57.111Z] 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-19T18:25:57.111Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T18:25:58.506Z] OK: 71 MiB in 55 packages [2021-01-19T18:25:59.510Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-19T18:25:59.510Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-19T18:25:59.510Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-19T18:25:59.510Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-19T18:25:59.510Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-19T18:25:59.510Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-19T18:25:59.510Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-19T18:25:59.510Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-19T18:25:59.510Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-19T18:26:04.935Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-19T18:26:04.935Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-19T18:26:04.935Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-19T18:26:05.181Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T18:26:05.181Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T18:26:05.181Z] ---> 6313ef97ad76 [2021-01-19T18:26:05.181Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T18:26:05.181Z] ---> Using cache [2021-01-19T18:26:05.181Z] ---> 21fa919f7440 [2021-01-19T18:26:05.181Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T18:26:05.181Z] ---> Using cache [2021-01-19T18:26:05.181Z] ---> 8517e32907f9 [2021-01-19T18:26:05.181Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T18:26:05.181Z] ---> Using cache [2021-01-19T18:26:05.181Z] ---> 7403785ac44a [2021-01-19T18:26:05.181Z] Step 6/22 : COPY go.mod . [2021-01-19T18:26:05.181Z] ---> Using cache [2021-01-19T18:26:05.181Z] ---> a23f4bf7aeff [2021-01-19T18:26:05.181Z] Step 7/22 : RUN go mod download [2021-01-19T18:26:05.181Z] ---> Using cache [2021-01-19T18:26:05.181Z] ---> feb947dee0aa [2021-01-19T18:26:05.181Z] Step 8/22 : COPY . . [2021-01-19T18:26:05.181Z] ---> Using cache [2021-01-19T18:26:05.181Z] ---> f07b4322a883 [2021-01-19T18:26:05.181Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-19T18:26:07.140Z] ---> Running in 684ce56c0d6e [2021-01-19T18:26:07.414Z] Removing intermediate container c7ecc63a217a [2021-01-19T18:26:07.414Z] ---> 39b62722e1f0 [2021-01-19T18:26:07.414Z] [2021-01-19T18:26:07.414Z] Step 10/24 : FROM alpine:3.12 [2021-01-19T18:26:07.414Z] ---> 389fef711851 [2021-01-19T18:26:07.414Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T18:26:07.414Z] ---> Using cache [2021-01-19T18:26:07.414Z] ---> 837dfb112501 [2021-01-19T18:26:07.414Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T18:26:08.384Z] ---> Running in 3cb124b717ee [2021-01-19T18:26:08.384Z] 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-19T18:26:08.960Z] Removing intermediate container 3cb124b717ee [2021-01-19T18:26:08.960Z] ---> 8c3fec103d8d [2021-01-19T18:26:08.960Z] Step 13/24 : WORKDIR / [2021-01-19T18:26:10.381Z] ---> Running in 43470745c0d7 [2021-01-19T18:26:10.389Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.232s coverage: 46.6% of statements [2021-01-19T18:26:10.389Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-19T18:26:10.389Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-19T18:26:10.389Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-19T18:26:10.389Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-19T18:26:10.389Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-19T18:26:12.349Z] Removing intermediate container 43470745c0d7 [2021-01-19T18:26:12.349Z] ---> 2c22bc2cdf94 [2021-01-19T18:26:12.349Z] 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-19T18:26:14.301Z] ---> 9c6b4a5fa46d [2021-01-19T18:26:14.301Z] 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-19T18:26:14.887Z] ---> a7c22b2805e1 [2021-01-19T18:26:14.887Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-19T18:26:14.887Z] Removing intermediate container 05ed583672cb [2021-01-19T18:26:14.887Z] ---> 26284247b998 [2021-01-19T18:26:14.887Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-19T18:26:15.156Z] ---> Running in efb3dbb28bff [2021-01-19T18:26:15.429Z] ---> f899eda95e2a [2021-01-19T18:26:15.429Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-19T18:26:16.404Z] ---> d5cf1a79b2b9 [2021-01-19T18:26:16.404Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-19T18:26:16.994Z] 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-19T18:26:17.159Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.496s coverage: 27.0% of statements [2021-01-19T18:26:17.159Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-19T18:26:17.159Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-19T18:26:17.159Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-19T18:26:17.159Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-19T18:26:17.159Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-19T18:26:17.159Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-19T18:26:17.159Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.079s coverage: 100.0% of statements [2021-01-19T18:26:17.159Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-19T18:26:17.159Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.108s coverage: 100.0% of statements [2021-01-19T18:26:17.159Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-19T18:26:17.159Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-19T18:26:17.159Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.272s coverage: 67.9% of statements [2021-01-19T18:26:17.159Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-19T18:26:17.159Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-19T18:26:17.266Z] ---> 09c4c5baef80 [2021-01-19T18:26:17.266Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-19T18:26:17.536Z] Collecting docker-compose==1.23.2 [2021-01-19T18:26:17.764Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.694s coverage: 82.3% of statements [2021-01-19T18:26:17.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-19T18:26:17.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T18:26:17.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-19T18:26:17.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-19T18:26:17.806Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-19T18:26:17.806Z] ---> bd22468092f4 [2021-01-19T18:26:17.806Z] 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-19T18:26:17.806Z] ---> Running in 1f6d9a652d36 [2021-01-19T18:26:17.806Z] Collecting cached-property<2,>=1.2.0 [2021-01-19T18:26:17.806Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-19T18:26:18.076Z] Collecting docker<4.0,>=3.6.0 [2021-01-19T18:26:18.076Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-19T18:26:18.365Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-19T18:26:18.365Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-19T18:26:18.977Z] 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-19T18:26:18.977Z] Collecting jsonschema<3,>=2.5.1 [2021-01-19T18:26:18.977Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-19T18:26:19.565Z] Collecting texttable<0.10,>=0.9.0 [2021-01-19T18:26:19.565Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-19T18:26:20.975Z] Collecting docopt<0.7,>=0.6.1 [2021-01-19T18:26:20.975Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-19T18:26:21.253Z] Removing intermediate container 1f6d9a652d36 [2021-01-19T18:26:21.253Z] ---> e57afe77a41f [2021-01-19T18:26:21.253Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-19T18:26:21.521Z] ---> Running in 01fb177a896f [2021-01-19T18:26:22.119Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-19T18:26:22.119Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-19T18:26:22.119Z] Removing intermediate container 01fb177a896f [2021-01-19T18:26:22.119Z] ---> 6942d5c876ff [2021-01-19T18:26:22.119Z] Step 22/24 : LABEL arch=x86_64 [2021-01-19T18:26:22.119Z] Collecting PyYAML<4,>=3.10 [2021-01-19T18:26:22.384Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-19T18:26:22.384Z] ---> Running in 876d7d188d03 [2021-01-19T18:26:23.872Z] Removing intermediate container 876d7d188d03 [2021-01-19T18:26:23.872Z] ---> 7a454f8554d0 [2021-01-19T18:26:23.872Z] Step 23/24 : LABEL git_sha=3e67698cbb810023419c359c80ab6fd84a40332c [2021-01-19T18:26:23.872Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-19T18:26:23.872Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-19T18:26:25.806Z] Collecting docker-pycreds>=0.4.0 [2021-01-19T18:26:25.806Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-19T18:26:25.806Z] ---> Running in 640a2694184b [2021-01-19T18:26:25.806Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-19T18:26:25.806Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-19T18:26:26.067Z] 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-19T18:26:26.103Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.127s coverage: 28.6% of statements [2021-01-19T18:26:26.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-19T18:26:26.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-19T18:26:26.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-19T18:26:26.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-19T18:26:26.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-19T18:26:26.103Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.145s coverage: 100.0% of statements [2021-01-19T18:26:26.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-19T18:26:26.103Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.084s coverage: 100.0% of statements [2021-01-19T18:26:26.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-19T18:26:26.104Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.289s coverage: 86.7% of statements [2021-01-19T18:26:26.104Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-19T18:26:26.327Z] Removing intermediate container 7861dd4631f8 [2021-01-19T18:26:26.327Z] ---> f038fc95743d [2021-01-19T18:26:26.327Z] [2021-01-19T18:26:26.327Z] Step 10/22 : FROM scratch [2021-01-19T18:26:26.327Z] ---> [2021-01-19T18:26:26.327Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T18:26:26.327Z] Removing intermediate container 60939474cb4e [2021-01-19T18:26:26.327Z] ---> fa09effd6c8d [2021-01-19T18:26:26.327Z] [2021-01-19T18:26:26.327Z] Step 10/21 : FROM alpine:3.12 [2021-01-19T18:26:26.327Z] ---> 389fef711851 [2021-01-19T18:26:26.327Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-19T18:26:26.327Z] Collecting idna<2.8,>=2.5 [2021-01-19T18:26:26.327Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-19T18:26:26.327Z] 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-19T18:26:26.327Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-19T18:26:26.327Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-19T18:26:26.327Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-19T18:26:26.327Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-19T18:26:26.387Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.331s coverage: 97.5% of statements [2021-01-19T18:26:26.387Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-19T18:26:26.588Z] Installing collected packages: cached-property, docker-pycreds, websocket-client, urllib3, idna, requests, docker, dockerpty, jsonschema, texttable, docopt, PyYAML, docker-compose [2021-01-19T18:26:26.588Z] ---> Using cache [2021-01-19T18:26:26.588Z] ---> e88f5e495a03 [2021-01-19T18:26:26.588Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-19T18:26:26.666Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.164s coverage: 78.3% of statements [2021-01-19T18:26:26.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-19T18:26:26.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-19T18:26:26.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-19T18:26:26.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-19T18:26:26.849Z] Removing intermediate container 640a2694184b [2021-01-19T18:26:26.849Z] ---> 4118273056c6 [2021-01-19T18:26:26.849Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T18:26:27.110Z] ---> Running in d728491da702 [2021-01-19T18:26:27.110Z] ---> Running in a8dde1372bf6 [2021-01-19T18:26:27.373Z] Attempting uninstall: urllib3 [2021-01-19T18:26:27.373Z] Found existing installation: urllib3 1.25.9 [2021-01-19T18:26:27.373Z] Uninstalling urllib3-1.25.9: [2021-01-19T18:26:27.373Z] ---> Running in 77740f81f2fa [2021-01-19T18:26:27.373Z] Successfully uninstalled urllib3-1.25.9 [2021-01-19T18:26:27.954Z] Removing intermediate container a8dde1372bf6 [2021-01-19T18:26:27.954Z] ---> 33289fbf8f73 [2021-01-19T18:26:27.954Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T18:26:28.216Z] Attempting uninstall: idna [2021-01-19T18:26:28.216Z] Found existing installation: idna 2.9 [2021-01-19T18:26:28.216Z] Uninstalling idna-2.9: [2021-01-19T18:26:28.216Z] Successfully uninstalled idna-2.9 [2021-01-19T18:26:28.477Z] Attempting uninstall: requests [2021-01-19T18:26:28.477Z] Found existing installation: requests 2.23.0 [2021-01-19T18:26:28.477Z] Uninstalling requests-2.23.0: [2021-01-19T18:26:28.477Z] Removing intermediate container 77740f81f2fa [2021-01-19T18:26:28.477Z] ---> abe2a382cf40 [2021-01-19T18:26:28.477Z] [2021-01-19T18:26:28.477Z] Successfully uninstalled requests-2.23.0 [2021-01-19T18:26:28.738Z] ---> Running in e2715347b330 [2021-01-19T18:26:29.310Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T18:26:29.310Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T18:26:29.571Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-19T18:26:30.519Z] Successfully built abe2a382cf40 [2021-01-19T18:26:30.519Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T18:26:30.519Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-19T18:26:30.519Z] (4/4) Installing curl (7.69.1-r3) [2021-01-19T18:26:30.519Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T18:26:30.519Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T18:26:30.519Z] OK: 7 MiB in 18 packages [2021-01-19T18:26:30.519Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-19T18:26:31.092Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container e2715347b330 [2021-01-19T18:26:31.092Z] ---> bc3c4ad53643 [2021-01-19T18:26:31.092Z] Step 14/22 : WORKDIR / [2021-01-19T18:26:32.037Z] Running setup.py install for dockerpty: started [2021-01-19T18:26:32.297Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-19T18:26:32.881Z] ---> Running in b1ddd8f4e23d [2021-01-19T18:26:33.146Z] Running setup.py install for texttable: started [2021-01-19T18:26:33.146Z] Removing intermediate container 684ce56c0d6e [2021-01-19T18:26:33.146Z] ---> 9378ebf6bc85 [2021-01-19T18:26:33.146Z] [2021-01-19T18:26:33.146Z] Step 10/22 : FROM scratch [2021-01-19T18:26:33.146Z] ---> [2021-01-19T18:26:33.146Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T18:26:33.146Z] ---> Using cache [2021-01-19T18:26:33.146Z] ---> e88f5e495a03 [2021-01-19T18:26:33.146Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-19T18:26:33.406Z] Running setup.py install for texttable: finished with status 'done' [2021-01-19T18:26:33.406Z] Running setup.py install for docopt: started [2021-01-19T18:26:33.674Z] Removing intermediate container b1ddd8f4e23d [2021-01-19T18:26:33.674Z] ---> f6f9d69176ba [2021-01-19T18:26:33.674Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T18:26:33.674Z] ---> Running in 8d7ea8c0fa3b [2021-01-19T18:26:33.938Z] Removing intermediate container d728491da702 [2021-01-19T18:26:33.938Z] ---> 89f97e40d36e [2021-01-19T18:26:33.938Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T18:26:33.938Z] ---> Running in 74fe53095e7c [2021-01-19T18:26:33.938Z] Running setup.py install for docopt: finished with status 'done' [2021-01-19T18:26:33.938Z] Running setup.py install for PyYAML: started [2021-01-19T18:26:33.938Z] Removing intermediate container 8d7ea8c0fa3b [2021-01-19T18:26:33.938Z] ---> 712e8b8fe34d [2021-01-19T18:26:33.938Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T18:26:33.938Z] ---> 8355730f89de [2021-01-19T18:26:33.938Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-19T18:26:34.199Z] ---> Running in 505bb95980b2 [2021-01-19T18:26:34.199Z] Removing intermediate container 74fe53095e7c [2021-01-19T18:26:34.199Z] ---> 5125c85e7bf0 [2021-01-19T18:26:34.199Z] Step 13/21 : WORKDIR /edgex [2021-01-19T18:26:34.199Z] ---> Running in c4b252fdd79e [2021-01-19T18:26:34.469Z] Removing intermediate container 505bb95980b2 [2021-01-19T18:26:34.469Z] ---> 6538f90f029b [2021-01-19T18:26:34.469Z] Step 14/22 : WORKDIR / [2021-01-19T18:26:34.469Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-19T18:26:34.469Z] ---> Running in a4f15c4eb0a7 [2021-01-19T18:26:34.730Z] Removing intermediate container c4b252fdd79e [2021-01-19T18:26:34.730Z] ---> 34bb88b3f936 [2021-01-19T18:26:34.730Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-19T18:26:34.991Z] ---> be7c2d1a3347 [2021-01-19T18:26:34.991Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-19T18:26:34.991Z] 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-19T18:26:35.001Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.266s coverage: 92.8% of statements [2021-01-19T18:26:35.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-19T18:26:35.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T18:26:35.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-19T18:26:35.001Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-19T18:26:35.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-19T18:26:35.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-19T18:26:35.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-19T18:26:35.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-19T18:26:35.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-19T18:26:35.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-19T18:26:35.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-19T18:26:35.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-19T18:26:35.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-19T18:26:35.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-19T18:26:35.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-19T18:26:35.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-19T18:26:35.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-19T18:26:35.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-19T18:26:35.001Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.073s coverage: 58.8% of statements [2021-01-19T18:26:35.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-19T18:26:35.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-19T18:26:35.001Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.208s coverage: 0.1% of statements [2021-01-19T18:26:35.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-19T18:26:35.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-19T18:26:35.001Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-19T18:26:35.001Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-19T18:26:35.001Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.049s coverage: 100.0% of statements [2021-01-19T18:26:35.001Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-19T18:26:35.001Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 75.5% of statements [2021-01-19T18:26:35.001Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-19T18:26:35.001Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.072s coverage: 80.8% of statements [2021-01-19T18:26:35.001Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.152s coverage: 87.2% of statements [2021-01-19T18:26:35.254Z] Removing intermediate container a4f15c4eb0a7 [2021-01-19T18:26:35.254Z] ---> 0468c13a4258 [2021-01-19T18:26:35.254Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T18:26:35.254Z] ---> 923f9418b364 [2021-01-19T18:26:35.254Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-19T18:26:35.254Z] ---> 62ba1daaa30e [2021-01-19T18:26:35.254Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-19T18:26:35.524Z] ---> Running in 09f5d7948e3b [2021-01-19T18:26:35.524Z] ---> 378185fc82ee [2021-01-19T18:26:35.524Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-19T18:26:35.984Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.161s coverage: 84.2% of statements [2021-01-19T18:26:36.476Z] Removing intermediate container 09f5d7948e3b [2021-01-19T18:26:36.476Z] ---> 09c85604c4b2 [2021-01-19T18:26:36.476Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T18:26:36.476Z] ---> c58a1daca544 [2021-01-19T18:26:36.476Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-19T18:26:36.476Z] ---> 941e3e878d08 [2021-01-19T18:26:36.476Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-19T18:26:36.476Z] ---> Running in 2bb2611cc9f3 [2021-01-19T18:26:37.871Z] Removing intermediate container 2bb2611cc9f3 [2021-01-19T18:26:37.871Z] ---> 1f520d8a7240 [2021-01-19T18:26:37.871Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T18:26:37.980Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.192s coverage: 91.4% of statements [2021-01-19T18:26:37.980Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-19T18:26:38.133Z] ---> ac06f06c2c35 [2021-01-19T18:26:38.133Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-19T18:26:38.133Z] ---> Running in dc140ab62267 [2021-01-19T18:26:38.133Z] ---> Running in 3253d38d3b3b [2021-01-19T18:26:38.133Z] ---> 1dda2c1fab63 [2021-01-19T18:26:38.133Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-19T18:26:38.133Z] Removing intermediate container efb3dbb28bff [2021-01-19T18:26:38.133Z] ---> 81bc6227f4ce [2021-01-19T18:26:38.133Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-19T18:26:38.397Z] ---> Running in d3be14eac14b [2021-01-19T18:26:38.397Z] ---> Running in 3fa9bff48fea [2021-01-19T18:26:38.659Z] Removing intermediate container dc140ab62267 [2021-01-19T18:26:38.659Z] ---> d87d46d2eaf7 [2021-01-19T18:26:38.659Z] Step 21/22 : LABEL git_sha=3e67698cbb810023419c359c80ab6fd84a40332c [2021-01-19T18:26:38.659Z] Removing intermediate container 3253d38d3b3b [2021-01-19T18:26:38.659Z] ---> adbae36e1b16 [2021-01-19T18:26:38.659Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T18:26:39.231Z] ---> Running in 496428db6a74 [2021-01-19T18:26:39.231Z] ---> Running in ecc3ae150c3c [2021-01-19T18:26:39.231Z] Removing intermediate container d3be14eac14b [2021-01-19T18:26:39.231Z] ---> b82d0dc65b97 [2021-01-19T18:26:39.231Z] Step 18/21 : CMD ["--init=true"] [2021-01-19T18:26:39.231Z] ---> Running in 3eb23b3aceb9 [2021-01-19T18:26:39.432Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.576s coverage: 63.5% of statements [2021-01-19T18:26:39.432Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-19T18:26:39.432Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-19T18:26:39.432Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.069s coverage: 100.0% of statements [2021-01-19T18:26:39.432Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.077s coverage: 91.3% of statements [2021-01-19T18:26:39.498Z] Removing intermediate container 496428db6a74 [2021-01-19T18:26:39.498Z] ---> 8e63bcfd964a [2021-01-19T18:26:39.498Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T18:26:39.498Z] Removing intermediate container ecc3ae150c3c [2021-01-19T18:26:39.498Z] ---> 7f9a077d9817 [2021-01-19T18:26:39.498Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T18:26:39.498Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T18:26:39.498Z] ---> Running in 08e4b8da9a45 [2021-01-19T18:26:39.499Z] ---> Running in 8d4a5b1249e9 [2021-01-19T18:26:39.499Z] Removing intermediate container 3eb23b3aceb9 [2021-01-19T18:26:39.499Z] ---> 06749a1ba936 [2021-01-19T18:26:39.499Z] Step 19/21 : LABEL arch=x86_64 [2021-01-19T18:26:39.767Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T18:26:39.767Z] ---> Running in 7650b8ec3105 [2021-01-19T18:26:39.767Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T18:26:39.767Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-19T18:26:39.767Z] (3/3) Installing curl (7.69.1-r3) [2021-01-19T18:26:39.767Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T18:26:39.767Z] Removing intermediate container 08e4b8da9a45 [2021-01-19T18:26:39.767Z] ---> b759d877ba88 [2021-01-19T18:26:39.767Z] [2021-01-19T18:26:39.767Z] OK: 72 MiB in 58 packages [2021-01-19T18:26:39.767Z] Removing intermediate container 8d4a5b1249e9 [2021-01-19T18:26:39.767Z] ---> c7b7a415de37 [2021-01-19T18:26:39.767Z] Step 21/22 : LABEL git_sha=3e67698cbb810023419c359c80ab6fd84a40332c [2021-01-19T18:26:40.029Z] Successfully built b759d877ba88 [2021-01-19T18:26:40.029Z] Successfully tagged docker-core-metadata-go:latest [2021-01-19T18:26:40.029Z]  Building docker-core-metadata-go ... done Removing intermediate container 7650b8ec3105 [2021-01-19T18:26:40.029Z] ---> f68c15d5ad82 [2021-01-19T18:26:40.029Z] Step 20/21 : LABEL git_sha=3e67698cbb810023419c359c80ab6fd84a40332c [2021-01-19T18:26:40.029Z] ---> Running in 312282c9364d [2021-01-19T18:26:40.036Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.072s coverage: 100.0% of statements [2021-01-19T18:26:40.290Z] ---> Running in f2cdd948599c [2021-01-19T18:26:40.290Z] Removing intermediate container 312282c9364d [2021-01-19T18:26:40.290Z] ---> 923e0bd2061c [2021-01-19T18:26:40.290Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T18:26:40.863Z] Removing intermediate container f2cdd948599c [2021-01-19T18:26:40.863Z] ---> 7f2dd0701b93 [2021-01-19T18:26:40.863Z] Step 21/21 : LABEL version=0.0.0 [2021-01-19T18:26:40.863Z] ---> Running in d09a0ce8b59c [2021-01-19T18:26:41.027Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.077s coverage: 73.7% of statements [2021-01-19T18:26:41.125Z] ---> Running in e8c2fa3e2ce2 [2021-01-19T18:26:41.125Z] Removing intermediate container 3fa9bff48fea [2021-01-19T18:26:41.125Z] ---> eb181262e1ff [2021-01-19T18:26:41.125Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-19T18:26:41.125Z] ---> Running in fcf306c3df19 [2021-01-19T18:26:41.125Z] Removing intermediate container d09a0ce8b59c [2021-01-19T18:26:41.125Z] ---> fa9397e2b595 [2021-01-19T18:26:41.125Z] [2021-01-19T18:26:41.388Z] Removing intermediate container e8c2fa3e2ce2 [2021-01-19T18:26:41.388Z] ---> d31b1aead6b3 [2021-01-19T18:26:41.388Z] [2021-01-19T18:26:41.388Z] Successfully built fa9397e2b595 [2021-01-19T18:26:41.388Z] Successfully built d31b1aead6b3 [2021-01-19T18:26:41.388Z] Successfully tagged docker-core-command-go:latest [2021-01-19T18:26:41.388Z]  Building docker-core-command-go ... done Removing intermediate container fcf306c3df19 [2021-01-19T18:26:41.388Z] ---> fbd80d490a8c [2021-01-19T18:26:41.388Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T18:26:41.388Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-19T18:26:41.388Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 3752976ea3b3 [2021-01-19T18:26:41.635Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.064s coverage: 100.0% of statements [2021-01-19T18:26:41.649Z] Removing intermediate container 3752976ea3b3 [2021-01-19T18:26:41.649Z] ---> ee9f30d09a18 [2021-01-19T18:26:41.649Z] Step 24/26 : LABEL arch=x86_64 [2021-01-19T18:26:41.909Z] ---> Running in cd42f2a5132f [2021-01-19T18:26:41.909Z] Removing intermediate container cd42f2a5132f [2021-01-19T18:26:41.909Z] ---> a71f91ca4fc8 [2021-01-19T18:26:41.909Z] Step 25/26 : LABEL git_sha=3e67698cbb810023419c359c80ab6fd84a40332c [2021-01-19T18:26:41.909Z] ---> Running in 96c174a9c077 [2021-01-19T18:26:42.170Z] Removing intermediate container 96c174a9c077 [2021-01-19T18:26:42.170Z] ---> 624be6ae540c [2021-01-19T18:26:42.170Z] Step 26/26 : LABEL version=0.0.0 [2021-01-19T18:26:42.170Z] ---> Running in 546c29d1c95f [2021-01-19T18:26:42.433Z] Removing intermediate container 546c29d1c95f [2021-01-19T18:26:42.433Z] ---> a397bce7e2c2 [2021-01-19T18:26:42.433Z] [2021-01-19T18:26:42.694Z] Successfully built a397bce7e2c2 [2021-01-19T18:26:42.694Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-19T18:26:42.963Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-19T18:26:42.970Z] $ docker stop --time=1 85f71f3f10c37efd8556b5894048477cf1b64b1c2b6baf0d51bbc141232fc421 [2021-01-19T18:26:44.542Z] $ docker rm -f 85f71f3f10c37efd8556b5894048477cf1b64b1c2b6baf0d51bbc141232fc421 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T18:26:45.051Z] + docker images [2021-01-19T18:26:45.051Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.782s coverage: 68.9% of statements [2021-01-19T18:26:45.051Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-19T18:26:45.051Z] + grep docker [2021-01-19T18:26:45.051Z] docker-sys-mgmt-agent-go latest a397bce7e2c2 2 seconds ago 313MB [2021-01-19T18:26:45.051Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-19T18:26:45.051Z] docker-security-proxy-setup-go latest d31b1aead6b3 3 seconds ago 24.4MB [2021-01-19T18:26:45.051Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-19T18:26:45.051Z] docker-core-command-go latest fa9397e2b595 3 seconds ago 10.6MB [2021-01-19T18:26:45.051Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-19T18:26:45.051Z] docker-core-metadata-go latest b759d877ba88 5 seconds ago 13.1MB [2021-01-19T18:26:45.051Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-19T18:26:45.051Z] docker-security-secretstore-setup-go latest abe2a382cf40 17 seconds ago 24.6MB [2021-01-19T18:26:45.051Z] docker-core-data-go latest dc29a44a7661 About a minute ago 22.3MB [2021-01-19T18:26:45.052Z] docker-security-bootstrap-redis-go latest 8941cb7a8af1 About a minute ago 15.8MB [2021-01-19T18:26:45.052Z] docker-support-notifications-go latest bc099c27fd82 About a minute ago 12MB [2021-01-19T18:26:45.052Z] docker-support-scheduler-go latest 5110ef82bf4f About a minute ago 10.7MB [2021-01-19T18:26:45.052Z] 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-19T18:26:46.505Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.455s coverage: 37.0% of statements [2021-01-19T18:26:46.505Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-19T18:26:46.505Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-19T18:26:46.783Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.533s coverage: 84.0% of statements [2021-01-19T18:26:46.783Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.076s coverage: 100.0% of statements [2021-01-19T18:26:53.551Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.339s coverage: 47.1% of statements [2021-01-19T18:26:53.551Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-19T18:26:53.551Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-19T18:26:53.551Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-19T18:26:53.551Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-19T18:26:53.551Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-19T18:26:53.551Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.124s coverage: 100.0% of statements [2021-01-19T18:26:53.551Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-19T18:26:53.551Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.141s coverage: 100.0% of statements [2021-01-19T18:26:53.551Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-19T18:26:57.865Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.100s coverage: 29.1% of statements [2021-01-19T18:26:57.865Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-19T18:26:57.865Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-19T18:26:57.865Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-19T18:26:57.865Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-19T18:26:57.865Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-19T18:26:57.865Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.178s coverage: 99.0% of statements [2021-01-19T18:26:57.865Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-19T18:26:57.865Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.093s coverage: 100.0% of statements [2021-01-19T18:26:57.865Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-19T18:26:57.865Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.058s coverage: 0.0% of statements [2021-01-19T18:26:57.865Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-19T18:26:57.865Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.048s coverage: 100.0% of statements [2021-01-19T18:26:57.865Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-19T18:26:57.865Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-19T18:26:57.865Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-19T18:26:57.865Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-19T18:26:58.138Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.128s coverage: 87.9% of statements [2021-01-19T18:26:58.138Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-19T18:26:58.138Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-19T18:26:58.138Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.079s coverage: 100.0% of statements [2021-01-19T18:26:59.577Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements [2021-01-19T18:27:00.552Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-01-19T18:27:00.709Z] Still waiting to schedule task [2021-01-19T18:27:00.709Z] ‘prd-ubuntu18.04-docker-8c-8g-21269’ is offline [2021-01-19T18:27:01.147Z] GO111MODULE=on go vet ./... [2021-01-19T18:27:47.750Z] Running on prd-ubuntu18.04-docker-8c-8g-21270 in /w/workspace/edgexfoundry_edgex-go_PR-3027 [Pipeline] { [Pipeline] ws [2021-01-19T18:27:47.819Z] Running in /w/workspace/edgex-go/14 [Pipeline] { [Pipeline] checkout [2021-01-19T18:27:49.742Z] using credential edgex-jenkins-ssh [2021-01-19T18:27:49.794Z] Cloning the remote Git repository [2021-01-19T18:27:49.810Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-19T18:27:49.872Z] > git init /w/workspace/edgex-go/14 # timeout=10 [2021-01-19T18:27:49.896Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T18:27:49.896Z] > git --version # timeout=10 [2021-01-19T18:27:49.902Z] > git --version # 'git version 2.17.1' [2021-01-19T18:27:49.903Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T18:27:49.926Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T18:28:09.182Z] gofmt -l . [2021-01-19T18:28:09.182Z] [ "`gofmt -l .`" = "" ] [2021-01-19T18:28:10.156Z] ./bin/test-go-mod-tidy.sh [2021-01-19T18:28:10.752Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-19T18:28:12.842Z] + ls -al . [2021-01-19T18:28:12.843Z] total 684 [2021-01-19T18:28:12.843Z] drwxrwxr-x 9 1001 1001 4096 Jan 19 18:28 . [2021-01-19T18:28:12.843Z] drwxr-xr-x 4 root root 4096 Jan 19 18:24 .. [2021-01-19T18:28:12.843Z] -rw-rw-r-- 1 1001 1001 11 Jan 19 18:22 .dockerignore [2021-01-19T18:28:12.843Z] drwxrwxr-x 8 1001 1001 4096 Jan 19 18:22 .git [2021-01-19T18:28:12.843Z] drwxrwxr-x 3 1001 1001 4096 Jan 19 18:22 .github [2021-01-19T18:28:12.843Z] -rw-rw-r-- 1 1001 1001 824 Jan 19 18:22 .gitignore [2021-01-19T18:28:12.843Z] -rw-rw-r-- 1 1001 1001 166 Jan 19 18:22 .sonarcloud.properties [2021-01-19T18:28:12.843Z] -rw-rw-r-- 1 1001 1001 7744 Jan 19 18:22 Attribution.txt [2021-01-19T18:28:12.843Z] -rw-rw-r-- 1 1001 1001 3804 Jan 19 18:22 CONTRIBUTING.md [2021-01-19T18:28:12.843Z] -rw-rw-r-- 1 1001 1001 931 Jan 19 18:22 Dockerfile.build [2021-01-19T18:28:12.843Z] -rw-rw-r-- 1 1001 1001 863 Jan 19 18:22 Jenkinsfile [2021-01-19T18:28:12.843Z] -rw-rw-r-- 1 1001 1001 10775 Jan 19 18:22 LICENSE [2021-01-19T18:28:12.843Z] -rw-rw-r-- 1 1001 1001 5750 Jan 19 18:22 Makefile [2021-01-19T18:28:12.843Z] -rw-rw-r-- 1 1001 1001 6524 Jan 19 18:22 README.md [2021-01-19T18:28:12.843Z] -rw-rw-r-- 1 1001 1001 6744 Jan 19 18:22 SECURITY.md [2021-01-19T18:28:12.843Z] -rw-rw-r-- 1 1001 1001 5 Jan 19 18:20 VERSION [2021-01-19T18:28:12.843Z] -rw-rw-r-- 1 1001 1001 4131 Jan 19 18:22 ZMQWindows.md [2021-01-19T18:28:12.843Z] drwxrwxr-x 2 1001 1001 4096 Jan 19 18:22 bin [2021-01-19T18:28:12.843Z] drwxrwxr-x 14 1001 1001 4096 Jan 19 18:22 cmd [2021-01-19T18:28:12.843Z] -rw-r--r-- 1 root root 550280 Jan 19 18:27 coverage.out [2021-01-19T18:28:12.843Z] -rw-r--r-- 1 root root 981 Jan 19 18:28 go.mod [2021-01-19T18:28:12.843Z] -rw-r--r-- 1 root root 19526 Jan 19 18:28 go.sum [2021-01-19T18:28:12.843Z] drwxrwxr-x 8 1001 1001 4096 Jan 19 18:22 internal [2021-01-19T18:28:12.843Z] drwxrwxr-x 4 1001 1001 4096 Jan 19 18:22 openapi [2021-01-19T18:28:12.843Z] drwxrwxr-x 4 1001 1001 4096 Jan 19 18:22 snap [2021-01-19T18:28:12.843Z] -rw-rw-r-- 1 1001 1001 168 Jan 19 18:22 version.go [Pipeline] sh [2021-01-19T18:28:13.495Z] + '[' -e coverage.out ] [2021-01-19T18:28:13.495Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-19T18:28:13.555Z] Warning: overwriting stash ‘coverage-report’ [2021-01-19T18:28:14.711Z] Stashed 1 file(s) [Pipeline] sh [2021-01-19T18:28:15.407Z] + make build [2021-01-19T18:28:15.407Z] 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-19T18:28:18.367Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T18:28:18.374Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T18:28:18.383Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T18:28:18.393Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T18:28:18.393Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T18:28:18.396Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3027/head:refs/remotes/origin/PR-3027 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T18:28:18.903Z] Merging remotes/origin/master commit afbeca7a1f2fb6f639bd3a1f3a358734ab321017 into PR head commit 3e67698cbb810023419c359c80ab6fd84a40332c [2021-01-19T18:28:19.023Z] Merge succeeded, producing 3e67698cbb810023419c359c80ab6fd84a40332c [2021-01-19T18:28:19.024Z] Checking out Revision 3e67698cbb810023419c359c80ab6fd84a40332c (PR-3027) [2021-01-19T18:28:18.914Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T18:28:18.920Z] > git checkout -f 3e67698cbb810023419c359c80ab6fd84a40332c # timeout=10 [2021-01-19T18:28:18.990Z] > git remote # timeout=10 [2021-01-19T18:28:19.005Z] > git config --get remote.origin.url # timeout=10 [2021-01-19T18:28:19.010Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T18:28:19.014Z] > git merge afbeca7a1f2fb6f639bd3a1f3a358734ab321017 # timeout=10 [2021-01-19T18:28:19.022Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-19T18:28:19.030Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T18:28:19.033Z] > git checkout -f 3e67698cbb810023419c359c80ab6fd84a40332c # timeout=10 [2021-01-19T18:28:22.647Z] Commit message: "build(deps): Bump github.com/stretchr/testify from 1.6.1 to 1.7.0" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T18:28:24.081Z] + echo snap-build.sh [2021-01-19T18:28:24.081Z] snap-build.sh [2021-01-19T18:28:24.081Z] + SNAP_BASE_DIR=. [2021-01-19T18:28:24.081Z] + '[' '!' -z /w/workspace/edgex-go/14 ']' [2021-01-19T18:28:24.081Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/14 [2021-01-19T18:28:24.081Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/14]' [2021-01-19T18:28:24.081Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/14] [2021-01-19T18:28:24.081Z] + cd /w/workspace/edgex-go/14 [2021-01-19T18:28:24.081Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-19T18:28:24.081Z] Reading package lists... [2021-01-19T18:28:24.081Z] Building dependency tree... [2021-01-19T18:28:24.081Z] Reading state information... [2021-01-19T18:28:24.342Z] The following packages were automatically installed and are no longer required: [2021-01-19T18:28:24.342Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-19T18:28:24.342Z] uidmap xdelta3 [2021-01-19T18:28:24.342Z] Use 'sudo apt autoremove' to remove them. [2021-01-19T18:28:24.342Z] The following packages will be REMOVED: [2021-01-19T18:28:24.342Z] lxd* lxd-client* [2021-01-19T18:28:24.603Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-19T18:28:24.603Z] After this operation, 31.7 MB disk space will be freed. [2021-01-19T18:28:25.618Z] 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-19T18:28:25.647Z] (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-19T18:28:25.647Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-19T18:28:26.588Z] Removing lxd dnsmasq configuration [2021-01-19T18:28:26.588Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-19T18:28:26.848Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-19T18:28:27.792Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-19T18:28:27.792Z] (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-19T18:28:27.792Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-19T18:28:29.176Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-19T18:28:29.176Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-19T18:28:30.117Z] + sudo snap remove --purge lxd [2021-01-19T18:28:30.376Z] snap "lxd" is not installed [2021-01-19T18:28:30.376Z] + sudo groupadd --force --system lxd [2021-01-19T18:28:30.376Z] ++ whoami [2021-01-19T18:28:30.376Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-19T18:28:30.376Z] + newgrp - lxd [2021-01-19T18:28:30.376Z] + sudo snap install lxd [2021-01-19T18:28:38.512Z] 2021-01-19T18:28:35Z INFO Waiting for automatic snapd restart... [2021-01-19T18:28:47.789Z] 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-19T18:28:52.101Z] 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-19T18:28:56.430Z] 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-19T18:28:56.690Z] lxd 4.10 from Canonical* installed [2021-01-19T18:28:56.690Z] + sudo lxd init --auto [2021-01-19T18:28:57.861Z] 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-19T18:29:03.285Z] 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-19T18:29:04.843Z] + sudo snap install --classic snapcraft [2021-01-19T18:29:07.590Z] 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-19T18:29:10.971Z] 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-19T18:29:14.373Z] 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-19T18:29:17.070Z] snapcraft 4.4.4 from Canonical* installed [2021-01-19T18:29:17.070Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-19T18:29:17.070Z] + patch --verbose -p1 [2021-01-19T18:29:17.070Z] Hmm... Looks like a unified diff to me... [2021-01-19T18:29:17.070Z] The text leading up to this was: [2021-01-19T18:29:17.070Z] -------------------------- [2021-01-19T18:29:17.070Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-19T18:29:17.070Z] |From: Tony Espy [2021-01-19T18:29:17.070Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-19T18:29:17.070Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-19T18:29:17.070Z] | [2021-01-19T18:29:17.070Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-19T18:29:17.070Z] |optimize the snap CI check run for pull requests. When [2021-01-19T18:29:17.070Z] |applied, it essentially strips out everything (apps and [2021-01-19T18:29:17.070Z] |parts) from the snapcraft.yaml file except those required [2021-01-19T18:29:17.070Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-19T18:29:17.070Z] |catch changes to edgex-go that break the snap build. [2021-01-19T18:29:17.070Z] | [2021-01-19T18:29:17.070Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-19T18:29:17.070Z] |to update this patch file, otherwise it may fail to apply, [2021-01-19T18:29:17.070Z] |resulting in a failed snap build CI check in the associated [2021-01-19T18:29:17.070Z] |pull request. [2021-01-19T18:29:17.070Z] | [2021-01-19T18:29:17.070Z] |Note - in addition to applying this patch, the pipeline also [2021-01-19T18:29:17.070Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-19T18:29:17.070Z] |need to build the finally binary .snap file (and it won't [2021-01-19T18:29:17.070Z] |work with the patch applied). This further reduces the build [2021-01-19T18:29:17.070Z] |time. [2021-01-19T18:29:17.070Z] |--- [2021-01-19T18:29:17.070Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-19T18:29:17.070Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-19T18:29:17.070Z] | [2021-01-19T18:29:17.070Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-19T18:29:17.070Z] |index 1e537489..faf42425 100644 [2021-01-19T18:29:17.070Z] |--- a/snap/snapcraft.yaml [2021-01-19T18:29:17.070Z] |+++ b/snap/snapcraft.yaml [2021-01-19T18:29:17.070Z] -------------------------- [2021-01-19T18:29:17.070Z] patching file snap/snapcraft.yaml [2021-01-19T18:29:17.070Z] Using Plan A... [2021-01-19T18:29:17.070Z] Hunk #1 succeeded at 73. [2021-01-19T18:29:17.070Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-19T18:29:17.070Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-19T18:29:17.070Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-01-19T18:29:17.070Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-01-19T18:29:17.070Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-01-19T18:29:17.070Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-01-19T18:29:17.070Z] Hunk #8 succeeded at 342. [2021-01-19T18:29:17.070Z] Hmm... Ignoring the trailing garbage. [2021-01-19T18:29:17.070Z] done [2021-01-19T18:29:17.070Z] + sudo snapcraft prime --use-lxd [2021-01-19T18:29:17.070Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-19T18:29:17.070Z] 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-19T18:29:17.070Z] - README.md [2021-01-19T18:29:17.070Z] - snapcraft.yaml.orig [2021-01-19T18:29:17.070Z] [2021-01-19T18:29:17.070Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-19T18:29:17.330Z] Launching a container. [2021-01-19T18:29:17.766Z] 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-19T18:29:21.165Z] 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-19T18:29:25.486Z] $ docker stop --time=1 2c15fca3709c73626aa150902199be2c4a6cb6aa1647720a7fd63049092c7611 [2021-01-19T18:29:28.127Z] $ docker rm -f 2c15fca3709c73626aa150902199be2c4a6cb6aa1647720a7fd63049092c7611 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [2021-01-19T18:29:29.561Z] Waiting for container to be ready [2021-01-19T18:29:29.562Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-19T18:29:29.562Z] [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T18:29:29.985Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T18:29:29.985Z] [2021-01-19T18:29:29.985Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T18:29:30.628Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T18:29:30.628Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-19T18:29:30.628Z] 29e5d40040c1: Pulling fs layer [2021-01-19T18:29:30.628Z] 1ce36da41761: Pulling fs layer [2021-01-19T18:29:30.628Z] 25b303627fd3: Pulling fs layer [2021-01-19T18:29:30.901Z] 29e5d40040c1: Verifying Checksum [2021-01-19T18:29:30.901Z] 29e5d40040c1: Download complete [2021-01-19T18:29:31.497Z] 29e5d40040c1: Pull complete [2021-01-19T18:29:31.497Z] 1ce36da41761: Verifying Checksum [2021-01-19T18:29:31.497Z] 1ce36da41761: Download complete [2021-01-19T18:29:32.865Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-19T18:29:32.948Z] 1ce36da41761: Pull complete [2021-01-19T18:29:33.126Z] Waiting for network to be ready... [2021-01-19T18:29:33.220Z] 25b303627fd3: Verifying Checksum [2021-01-19T18:29:33.220Z] 25b303627fd3: Download complete [2021-01-19T18:29:33.698Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-19T18:29:33.698Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-19T18:29:34.272Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-19T18:29:34.272Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-19T18:29:34.272Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-19T18:29:34.533Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-19T18:29:34.533Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-19T18:29:34.533Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-19T18:29:34.533Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-19T18:29:34.533Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-19T18:29:34.533Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-19T18:29:34.533Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-19T18:29:34.533Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-19T18:29:34.533Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-19T18:29:34.533Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-19T18:29:34.533Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-19T18:29:34.533Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-19T18:29:34.533Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-19T18:29:34.793Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-19T18:29:35.054Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1844 kB] [2021-01-19T18:29:35.054Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-19T18:29:35.054Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-19T18:29:35.054Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-19T18:29:35.054Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-19T18:29:35.054Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-19T18:29:35.054Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1706 kB] [2021-01-19T18:29:35.315Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] [2021-01-19T18:29:37.861Z] Fetched 23.8 MB in 4s (5557 kB/s) [2021-01-19T18:29:38.442Z] Reading package lists... [2021-01-19T18:29:38.703Z] Reading package lists... [2021-01-19T18:29:38.703Z] Building dependency tree... [2021-01-19T18:29:38.703Z] Reading state information... [2021-01-19T18:29:38.963Z] The following additional packages will be installed: [2021-01-19T18:29:38.963Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-19T18:29:38.963Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-19T18:29:38.963Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-19T18:29:38.963Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-19T18:29:38.963Z] Suggested packages: [2021-01-19T18:29:38.963Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-19T18:29:38.963Z] Recommended packages: [2021-01-19T18:29:38.963Z] gnupg libsasl2-modules [2021-01-19T18:29:38.963Z] The following NEW packages will be installed: [2021-01-19T18:29:38.963Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-19T18:29:38.963Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-19T18:29:38.963Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-19T18:29:38.963Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-19T18:29:38.963Z] The following packages will be upgraded: [2021-01-19T18:29:38.963Z] gpg gpg-agent gpgconf libudev1 [2021-01-19T18:29:39.223Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-19T18:29:39.223Z] Need to get 3533 kB of archives. [2021-01-19T18:29:39.223Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-19T18:29:39.223Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-19T18:29:39.223Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-19T18:29:39.484Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-19T18:29:39.745Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-19T18:29:39.745Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-19T18:29:39.745Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-01-19T18:29:39.745Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-19T18:29:39.745Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-19T18:29:39.745Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-19T18:29:39.745Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-19T18:29:39.745Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-19T18:29:40.005Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-19T18:29:40.005Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-19T18:29:40.005Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-19T18:29:40.005Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-19T18:29:40.005Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-19T18:29:40.005Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-19T18:29:40.005Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-19T18:29:40.005Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-19T18:29:40.005Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-19T18:29:40.005Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-19T18:29:40.005Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-19T18:29:40.265Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-19T18:29:40.265Z] Fetched 3533 kB in 1s (3143 kB/s) [2021-01-19T18:29:40.265Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-19T18:29:40.265Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-19T18:29:40.265Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-19T18:29:40.265Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-19T18:29:40.525Z] Selecting previously unselected package udev. [2021-01-19T18:29:40.525Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-19T18:29:40.525Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-19T18:29:40.525Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-19T18:29:40.786Z] Selecting previously unselected package libfuse2:amd64. [2021-01-19T18:29:40.786Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-19T18:29:40.786Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-19T18:29:40.786Z] Selecting previously unselected package fuse. [2021-01-19T18:29:40.786Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-19T18:29:40.786Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-19T18:29:41.047Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-19T18:29:41.047Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-19T18:29:41.047Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-19T18:29:41.047Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-19T18:29:41.308Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-19T18:29:41.308Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-19T18:29:41.308Z] Selecting previously unselected package libksba8:amd64. [2021-01-19T18:29:41.308Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-19T18:29:41.308Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-19T18:29:41.568Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-19T18:29:41.568Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T18:29:41.568Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T18:29:41.569Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-19T18:29:41.569Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T18:29:41.569Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T18:29:41.834Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-19T18:29:41.834Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T18:29:41.834Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T18:29:41.834Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-19T18:29:41.834Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T18:29:41.834Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T18:29:41.834Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-19T18:29:41.834Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T18:29:41.834Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T18:29:42.095Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-19T18:29:42.095Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T18:29:42.095Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T18:29:42.095Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-19T18:29:42.095Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T18:29:42.095Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T18:29:42.355Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-19T18:29:42.355Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T18:29:42.355Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T18:29:42.355Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-19T18:29:42.355Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T18:29:42.355Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T18:29:42.616Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-19T18:29:42.616Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-19T18:29:42.616Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-19T18:29:42.616Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-19T18:29:42.616Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-19T18:29:42.616Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-19T18:29:42.616Z] Selecting previously unselected package libldap-common. [2021-01-19T18:29:42.616Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-19T18:29:42.616Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-19T18:29:42.877Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-19T18:29:42.877Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-19T18:29:42.877Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-19T18:29:42.877Z] Selecting previously unselected package dirmngr. [2021-01-19T18:29:42.877Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-19T18:29:42.877Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-19T18:29:42.877Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-19T18:29:43.138Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-19T18:29:43.138Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-19T18:29:43.138Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-19T18:29:43.138Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-19T18:29:43.138Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-19T18:29:43.138Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T18:29:43.138Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-19T18:29:43.374Z] 25b303627fd3: Pull complete [2021-01-19T18:29:43.374Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-19T18:29:43.374Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T18:29:43.374Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-19T18:29:43.399Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-19T18:29:43.399Z] Setting up udev (237-3ubuntu10.44) ... [2021-01-19T18:29:43.639Z] prd-ubuntu18.04-docker-arm64-4c-16g-21267 does not seem to be running inside a container [2021-01-19T18:29:43.660Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-19T18:29:43.660Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T18:29:43.715Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-19T18:29:43.921Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-19T18:29:43.922Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-19T18:29:43.922Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-19T18:29:43.922Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T18:29:43.922Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T18:29:43.922Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T18:29:44.183Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T18:29:44.183Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T18:29:44.183Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T18:29:44.183Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T18:29:44.183Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-19T18:29:44.183Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-19T18:29:44.183Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-19T18:29:44.755Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-19T18:29:44.755Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-19T18:29:44.755Z] This means they are not meant to be enabled using systemctl. [2021-01-19T18:29:44.755Z] Possible reasons for having this kind of units are: [2021-01-19T18:29:44.755Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-19T18:29:44.755Z] .wants/ or .requires/ directory. [2021-01-19T18:29:44.755Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-19T18:29:44.755Z] a requirement dependency on it. [2021-01-19T18:29:44.755Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-19T18:29:44.755Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-19T18:29:44.755Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-19T18:29:44.755Z] instance name specified. [2021-01-19T18:29:45.016Z] Reading package lists... [2021-01-19T18:29:45.016Z] Building dependency tree... [2021-01-19T18:29:45.016Z] Reading state information... [2021-01-19T18:29:45.278Z] The following additional packages will be installed: [2021-01-19T18:29:45.278Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-19T18:29:45.278Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-19T18:29:45.278Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-19T18:29:45.278Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-19T18:29:45.278Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-19T18:29:45.278Z] Suggested packages: [2021-01-19T18:29:45.278Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-19T18:29:45.278Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-19T18:29:45.278Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-19T18:29:45.278Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-19T18:29:45.278Z] systemd-container policykit-1 [2021-01-19T18:29:45.278Z] Recommended packages: [2021-01-19T18:29:45.278Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-19T18:29:45.278Z] The following NEW packages will be installed: [2021-01-19T18:29:45.278Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-19T18:29:45.278Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-19T18:29:45.278Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-19T18:29:45.278Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-19T18:29:45.278Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-19T18:29:45.278Z] The following packages will be upgraded: [2021-01-19T18:29:45.278Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-19T18:29:45.539Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-19T18:29:45.539Z] Need to get 35.2 MB of archives. [2021-01-19T18:29:45.539Z] After this operation, 141 MB of additional disk space will be used. [2021-01-19T18:29:45.539Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-19T18:29:45.539Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-19T18:29:46.110Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-19T18:29:46.110Z] 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-19T18:29:46.110Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-19T18:29:46.371Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-19T18:29:46.371Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-19T18:29:46.371Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-19T18:29:46.371Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-19T18:29:46.371Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-19T18:29:46.371Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-19T18:29:46.371Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-19T18:29:46.371Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-19T18:29:46.371Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-19T18:29:46.371Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-19T18:29:46.371Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-19T18:29:46.371Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-19T18:29:46.371Z] 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-19T18:29:46.371Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-19T18:29:46.371Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-19T18:29:46.371Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-19T18:29:46.630Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-19T18:29:46.630Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-19T18:29:46.630Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-19T18:29:46.630Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-19T18:29:46.630Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-19T18:29:46.630Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-19T18:29:46.630Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-19T18:29:46.630Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-19T18:29:46.630Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-19T18:29:46.639Z] $ docker top 5b581353f20bcc689ea1e607713d68750b62eddcf469dadff2e5463d4fcaece0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T18:29:47.652Z] + docker-compose build --help [2021-01-19T18:29:47.653Z] + grep parallel [2021-01-19T18:29:48.014Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-19T18:29:48.014Z] Fetched 35.2 MB in 2s (14.2 MB/s) [2021-01-19T18:29:48.014Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-19T18:29:48.014Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-19T18:29:48.014Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-19T18:29:48.585Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-19T18:29:48.585Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-19T18:29:48.847Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-19T18:29:49.108Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-19T18:29:49.108Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-19T18:29:49.108Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-19T18:29:49.366Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-19T18:29:49.366Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-19T18:29:49.366Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-19T18:29:49.366Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-19T18:29:49.938Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-19T18:29:49.938Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-19T18:29:50.199Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-19T18:29:50.458Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-19T18:29:50.458Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-19T18:29:50.458Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-19T18:29:50.458Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-19T18:29:50.458Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-19T18:29:50.458Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T18:29:50.718Z] Selecting previously unselected package libexpat1:amd64. [2021-01-19T18:29:50.718Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-19T18:29:50.718Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-19T18:29:50.718Z] Selecting previously unselected package python3.6-minimal. [2021-01-19T18:29:50.718Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-19T18:29:50.718Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T18:29:50.980Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-19T18:29:51.025Z] --parallel Build images in parallel. [2021-01-19T18:29:51.241Z] Checking for services that may need to be restarted...done. [2021-01-19T18:29:51.241Z] Checking for services that may need to be restarted...done. [2021-01-19T18:29:51.241Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T18:29:51.241Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-19T18:29:51.241Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [Pipeline] } [2021-01-19T18:29:51.317Z] $ docker stop --time=1 5b581353f20bcc689ea1e607713d68750b62eddcf469dadff2e5463d4fcaece0 [2021-01-19T18:29:51.818Z] Selecting previously unselected package python3-minimal. [2021-01-19T18:29:51.818Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-19T18:29:51.818Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-19T18:29:51.818Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-19T18:29:51.818Z] Selecting previously unselected package mime-support. [2021-01-19T18:29:51.818Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-19T18:29:51.818Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-19T18:29:51.818Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-19T18:29:51.818Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-19T18:29:51.818Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-19T18:29:52.079Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-19T18:29:52.079Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-19T18:29:52.079Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T18:29:52.079Z] Selecting previously unselected package python3.6. [2021-01-19T18:29:52.341Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-19T18:29:52.341Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T18:29:52.341Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-19T18:29:52.341Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-19T18:29:52.341Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-19T18:29:52.341Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-19T18:29:52.602Z] Selecting previously unselected package python3. [2021-01-19T18:29:52.602Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-19T18:29:52.602Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-19T18:29:52.602Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-19T18:29:52.602Z] Selecting previously unselected package multiarch-support. [2021-01-19T18:29:52.602Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-19T18:29:52.602Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-19T18:29:52.864Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-19T18:29:52.864Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-19T18:29:52.864Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-19T18:29:52.864Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-19T18:29:52.864Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-19T18:29:52.864Z] Selecting previously unselected package libbsd0:amd64. [2021-01-19T18:29:52.864Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-19T18:29:52.864Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-19T18:29:53.123Z] Selecting previously unselected package sudo. [2021-01-19T18:29:53.123Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-19T18:29:53.123Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-19T18:29:53.123Z] Selecting previously unselected package apparmor. [2021-01-19T18:29:53.124Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-19T18:29:53.124Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-19T18:29:53.294Z] $ docker rm -f 5b581353f20bcc689ea1e607713d68750b62eddcf469dadff2e5463d4fcaece0 [2021-01-19T18:29:53.385Z] Selecting previously unselected package libedit2:amd64. [2021-01-19T18:29:53.385Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-19T18:29:53.385Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-19T18:29:53.385Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-19T18:29:53.385Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [Pipeline] // withDockerContainer [2021-01-19T18:29:53.646Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T18:29:53.646Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-19T18:29:53.646Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-19T18:29:53.646Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T18:29:53.646Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-19T18:29:53.646Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-19T18:29:53.646Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T18:29:53.909Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-19T18:29:53.909Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-19T18:29:53.909Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T18:29:53.909Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-19T18:29:53.909Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-19T18:29:53.909Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T18:29:54.157Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T18:29:54.157Z] . [2021-01-19T18:29:54.175Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-19T18:29:54.175Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-19T18:29:54.175Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [Pipeline] withDockerContainer [2021-01-19T18:29:54.437Z] Selecting previously unselected package openssh-client. [2021-01-19T18:29:54.437Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-19T18:29:54.437Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-19T18:29:54.487Z] prd-ubuntu18.04-docker-arm64-4c-16g-21267 does not seem to be running inside a container [2021-01-19T18:29:54.601Z] $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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-19T18:29:54.698Z] Selecting previously unselected package squashfs-tools. [2021-01-19T18:29:54.698Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-19T18:29:54.698Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-19T18:29:54.698Z] Selecting previously unselected package snapd. [2021-01-19T18:29:54.698Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-19T18:29:54.698Z] Unpacking snapd (2.48+18.04) ... [2021-01-19T18:29:56.000Z] $ docker top 38bf8546895fe231d10e6f17bb95d082b5e7ea9b2e9209bf88943e717e74bb21 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T18:29:56.617Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-19T18:29:56.617Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-19T18:29:56.879Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-19T18:29:56.879Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-19T18:29:56.879Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-19T18:29:56.879Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T18:29:56.879Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-19T18:29:56.879Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-19T18:29:56.879Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-19T18:29:57.071Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-19T18:29:57.821Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-19T18:29:57.821Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-19T18:29:57.821Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-19T18:29:57.821Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T18:29:57.821Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T18:29:57.821Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T18:29:58.391Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-19T18:29:58.391Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T18:29:58.391Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-19T18:29:58.391Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-19T18:29:58.391Z] running python rtupdate hooks for python3.6... [2021-01-19T18:29:58.391Z] running python post-rtupdate hooks for python3.6... [2021-01-19T18:29:58.391Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-19T18:30:00.935Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-19T18:30:00.935Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T18:30:00.935Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-19T18:30:00.935Z] Setting up snapd (2.48+18.04) ... [2021-01-19T18:30:01.195Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-19T18:30:01.358Z] Building docker-core-command-go ... [2021-01-19T18:30:01.359Z] Building docker-core-data-go ... [2021-01-19T18:30:01.359Z] Building docker-core-metadata-go ... [2021-01-19T18:30:01.359Z] Building docker-security-bootstrap-redis-go ... [2021-01-19T18:30:01.359Z] Building docker-security-proxy-setup-go ... [2021-01-19T18:30:01.359Z] Building docker-security-secretstore-setup-go ... [2021-01-19T18:30:01.359Z] Building docker-support-notifications-go ... [2021-01-19T18:30:01.359Z] Building docker-support-scheduler-go ... [2021-01-19T18:30:01.359Z] Building docker-sys-mgmt-agent-go ... [2021-01-19T18:30:01.359Z] Building docker-support-notifications-go [2021-01-19T18:30:01.359Z] Building docker-support-scheduler-go [2021-01-19T18:30:01.359Z] Building docker-core-metadata-go [2021-01-19T18:30:01.359Z] Building docker-security-secretstore-setup-go [2021-01-19T18:30:01.359Z] Building docker-security-proxy-setup-go [2021-01-19T18:30:01.459Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-19T18:30:01.722Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-19T18:30:01.722Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-19T18:30:01.986Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-19T18:30:01.986Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-19T18:30:02.248Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-19T18:30:02.248Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-19T18:30:02.512Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-19T18:30:02.775Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-19T18:30:02.775Z] /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-19T18:30:02.775Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-19T18:30:02.775Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-19T18:30:03.717Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-19T18:30:03.977Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-19T18:30:03.977Z] Hit:3 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-19T18:30:05.183Z] Reading package lists... [2021-01-19T18:30:05.183Z] Reading package lists... [2021-01-19T18:30:05.444Z] Building dependency tree... [2021-01-19T18:30:05.444Z] Reading state information... [2021-01-19T18:30:05.444Z] Calculating upgrade... [2021-01-19T18:30:05.706Z] The following packages will be upgraded: [2021-01-19T18:30:05.706Z] advancecomp base-files bash binutils binutils-common [2021-01-19T18:30:05.706Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-19T18:30:05.706Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-19T18:30:05.706Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-19T18:30:05.706Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-19T18:30:05.706Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-19T18:30:05.706Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-19T18:30:05.706Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-19T18:30:05.706Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-19T18:30:05.706Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-19T18:30:05.706Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-19T18:30:05.706Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-19T18:30:05.706Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-19T18:30:05.706Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-19T18:30:05.706Z] ubuntu-keyring util-linux [2021-01-19T18:30:05.706Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-19T18:30:05.706Z] Need to get 63.7 MB of archives. [2021-01-19T18:30:05.706Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-19T18:30:05.706Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] [2021-01-19T18:30:05.706Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-19T18:30:05.706Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-19T18:30:05.706Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-19T18:30:05.706Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-19T18:30:05.706Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-19T18:30:05.706Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-19T18:30:05.967Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-19T18:30:05.967Z] 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-19T18:30:05.967Z] 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-19T18:30:05.967Z] 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-19T18:30:05.967Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-19T18:30:05.967Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-19T18:30:05.967Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-19T18:30:05.967Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-19T18:30:05.967Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-19T18:30:05.967Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-19T18:30:05.967Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-19T18:30:05.967Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-19T18:30:05.967Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-19T18:30:05.967Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-19T18:30:05.967Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-19T18:30:05.967Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-19T18:30:05.967Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-19T18:30:05.967Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-19T18:30:05.968Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-19T18:30:05.968Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-19T18:30:05.968Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-19T18:30:05.968Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-19T18:30:05.968Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-19T18:30:05.968Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-19T18:30:05.968Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-19T18:30:05.968Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-19T18:30:05.968Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-19T18:30:05.968Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-19T18:30:05.968Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-19T18:30:05.968Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-19T18:30:05.968Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-19T18:30:05.968Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-19T18:30:05.968Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-19T18:30:05.968Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-19T18:30:06.229Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-19T18:30:06.229Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-19T18:30:06.229Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-19T18:30:06.229Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-19T18:30:06.229Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-19T18:30:06.229Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-19T18:30:06.229Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-19T18:30:06.229Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-01-19T18:30:06.229Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-19T18:30:06.229Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-19T18:30:06.229Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-19T18:30:06.229Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-19T18:30:06.229Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-19T18:30:06.229Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-19T18:30:06.229Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-19T18:30:06.490Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-19T18:30:06.490Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-19T18:30:06.490Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-19T18:30:06.490Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-19T18:30:06.750Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-19T18:30:06.750Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-19T18:30:06.750Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-19T18:30:06.750Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-19T18:30:06.750Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-19T18:30:06.750Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-19T18:30:06.750Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-19T18:30:07.010Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-19T18:30:07.010Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-19T18:30:07.010Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-19T18:30:07.010Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-19T18:30:07.010Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-19T18:30:07.010Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-19T18:30:07.010Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-19T18:30:07.010Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-19T18:30:07.010Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-19T18:30:07.010Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-19T18:30:07.010Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-19T18:30:07.269Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-19T18:30:07.269Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-19T18:30:07.269Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-01-19T18:30:07.269Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-19T18:30:07.269Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-19T18:30:07.269Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-01-19T18:30:07.269Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-19T18:30:07.269Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-19T18:30:07.269Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-19T18:30:07.269Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-19T18:30:07.269Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-19T18:30:07.269Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-19T18:30:07.531Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-01-19T18:30:07.531Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-19T18:30:07.531Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-19T18:30:07.531Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-19T18:30:07.531Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-19T18:30:07.531Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-19T18:30:07.531Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-19T18:30:07.531Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-19T18:30:07.792Z] Fetched 63.7 MB in 2s (33.5 MB/s) [2021-01-19T18:30:07.792Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:30:07.792Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-19T18:30:07.792Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-19T18:30:08.367Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-19T18:30:08.367Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-19T18:30:08.630Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... [2021-01-19T18:30:08.630Z] Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... [2021-01-19T18:30:09.206Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T18:30:09.469Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T18:30:09.469Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T18:30:09.469Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T18:30:09.731Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T18:30:09.732Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T18:30:09.732Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T18:30:09.732Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T18:30:09.993Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T18:30:09.993Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T18:30:09.993Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T18:30:09.993Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T18:30:10.255Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T18:30:10.255Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T18:30:10.255Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T18:30:10.518Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-19T18:30:10.518Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T18:30:10.518Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-19T18:30:10.787Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-19T18:30:10.787Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-19T18:30:10.787Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T18:30:10.787Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T18:30:11.048Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T18:30:11.048Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T18:30:11.048Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T18:30:11.309Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T18:30:11.309Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T18:30:11.570Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-19T18:30:11.570Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-19T18:30:11.570Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-19T18:30:12.142Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-19T18:30:12.402Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-19T18:30:12.402Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-19T18:30:12.402Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-19T18:30:12.402Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-19T18:30:12.402Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-19T18:30:12.665Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-19T18:30:12.665Z] Installing new version of config file /etc/issue ... [2021-01-19T18:30:12.665Z] Installing new version of config file /etc/issue.net ... [2021-01-19T18:30:12.665Z] Installing new version of config file /etc/lsb-release ... [2021-01-19T18:30:12.665Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-19T18:30:12.928Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-19T18:30:13.193Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-19T18:30:13.193Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-19T18:30:13.193Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:30:13.193Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-19T18:30:13.193Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-19T18:30:13.466Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-19T18:30:13.466Z] 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-19T18:30:13.467Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:30:13.467Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T18:30:13.467Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-19T18:30:13.730Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-19T18:30:13.730Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:30:13.730Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-19T18:30:13.730Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-19T18:30:13.994Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-19T18:30:13.994Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:30:13.994Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-19T18:30:13.994Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-19T18:30:14.255Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-19T18:30:14.521Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:30:14.521Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-19T18:30:14.521Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-19T18:30:14.521Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-19T18:30:14.783Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:30:14.783Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-19T18:30:14.783Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-19T18:30:14.783Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-19T18:30:15.044Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:30:15.044Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-19T18:30:15.044Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-19T18:30:15.044Z] Setting up grep (3.1-2build1) ... [2021-01-19T18:30:15.044Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:30:15.044Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-19T18:30:15.044Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-19T18:30:15.308Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-19T18:30:15.308Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:30:15.308Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-19T18:30:15.308Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-19T18:30:15.571Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-19T18:30:15.571Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:30:15.571Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-19T18:30:15.571Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-19T18:30:16.147Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-19T18:30:16.147Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-19T18:30:16.147Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-19T18:30:16.147Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-19T18:30:16.734Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-19T18:30:16.995Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:30:16.995Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-19T18:30:16.995Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-19T18:30:17.936Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-19T18:30:17.936Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-19T18:30:18.196Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-19T18:30:18.196Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-19T18:30:18.196Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-19T18:30:18.196Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:30:18.196Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-19T18:30:18.196Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-19T18:30:18.458Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-19T18:30:18.458Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:30:18.458Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T18:30:18.724Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T18:30:18.724Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-19T18:30:18.724Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:30:18.724Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T18:30:18.724Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T18:30:18.990Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-19T18:30:18.990Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:30:18.990Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T18:30:18.990Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T18:30:18.990Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-19T18:30:19.252Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:30:19.252Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T18:30:19.252Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T18:30:19.252Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-19T18:30:19.517Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:30:19.517Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-19T18:30:19.517Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-19T18:30:19.517Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-19T18:30:19.517Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-19T18:30:19.779Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-19T18:30:19.779Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:30:19.779Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-19T18:30:19.779Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-19T18:30:20.043Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-19T18:30:20.043Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:30:20.043Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T18:30:20.043Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T18:30:20.043Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-19T18:30:20.304Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:30:20.304Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T18:30:20.304Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T18:30:20.304Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-19T18:30:20.567Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:30:20.567Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T18:30:20.567Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T18:30:21.174Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-19T18:30:21.436Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-19T18:30:21.697Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-19T18:30:21.958Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:30:21.958Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-19T18:30:21.958Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-19T18:30:22.218Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-19T18:30:22.218Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:30:22.218Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-19T18:30:22.218Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-19T18:30:22.478Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-19T18:30:22.478Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T18:30:22.478Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-19T18:30:22.478Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-19T18:30:22.738Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-19T18:30:22.998Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T18:30:22.998Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-19T18:30:22.998Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-19T18:30:22.998Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-19T18:30:23.259Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T18:30:23.259Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-19T18:30:23.259Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-19T18:30:23.259Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-19T18:30:23.521Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T18:30:23.521Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-19T18:30:23.521Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-19T18:30:23.521Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-19T18:30:23.781Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T18:30:23.781Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T18:30:23.781Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T18:30:24.043Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-19T18:30:24.043Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-19T18:30:24.043Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-19T18:30:24.043Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-19T18:30:24.043Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-19T18:30:24.304Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T18:30:24.304Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-19T18:30:24.304Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-19T18:30:24.304Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-19T18:30:24.565Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T18:30:24.565Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-19T18:30:24.565Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-19T18:30:24.565Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-19T18:30:24.827Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T18:30:24.827Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-19T18:30:25.088Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-19T18:30:25.088Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-19T18:30:25.088Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T18:30:25.088Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-19T18:30:25.348Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-19T18:30:25.348Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-19T18:30:25.609Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T18:30:25.609Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-19T18:30:25.609Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-19T18:30:25.871Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-19T18:30:26.134Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T18:30:26.134Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-19T18:30:26.134Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-19T18:30:26.134Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-19T18:30:26.134Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T18:30:26.134Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-19T18:30:26.394Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-19T18:30:26.394Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-19T18:30:26.655Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T18:30:26.655Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-19T18:30:26.655Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-19T18:30:26.655Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-19T18:30:26.655Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T18:30:26.655Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-19T18:30:26.655Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-19T18:30:26.916Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-19T18:30:26.916Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T18:30:26.916Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-19T18:30:26.916Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-19T18:30:27.177Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-19T18:30:27.177Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T18:30:27.177Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-19T18:30:27.177Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-19T18:30:27.438Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-19T18:30:27.438Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T18:30:27.438Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-19T18:30:27.438Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-19T18:30:27.438Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-19T18:30:27.697Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-19T18:30:27.697Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-19T18:30:27.697Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-19T18:30:27.697Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-19T18:30:27.697Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-19T18:30:27.957Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-19T18:30:27.957Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-19T18:30:27.957Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-19T18:30:27.957Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-19T18:30:28.218Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-19T18:30:28.218Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-19T18:30:28.218Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-19T18:30:28.218Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-19T18:30:28.479Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-19T18:30:28.479Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-19T18:30:28.479Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-19T18:30:28.479Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-19T18:30:28.740Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-19T18:30:28.740Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-19T18:30:28.740Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-19T18:30:28.740Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-19T18:30:28.740Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-19T18:30:29.001Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-19T18:30:29.001Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-19T18:30:29.001Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-19T18:30:29.948Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-19T18:30:29.948Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-19T18:30:29.948Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-19T18:30:29.948Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-19T18:30:30.207Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-19T18:30:30.207Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-19T18:30:30.467Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-19T18:30:30.467Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-19T18:30:30.728Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-19T18:30:30.728Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-19T18:30:30.728Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-19T18:30:30.728Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-19T18:30:30.988Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T18:30:30.989Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T18:30:30.989Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T18:30:30.989Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T18:30:31.371Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T18:30:31.371Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T18:30:31.634Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T18:30:31.634Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T18:30:32.573Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T18:30:32.573Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T18:30:33.512Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T18:30:33.512Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T18:30:34.085Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T18:30:34.347Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T18:30:34.607Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T18:30:34.607Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T18:30:35.545Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T18:30:35.545Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T18:30:35.545Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-19T18:30:35.545Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-19T18:30:35.545Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-19T18:30:35.545Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-19T18:30:35.808Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-19T18:30:35.808Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-19T18:30:36.091Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-19T18:30:36.091Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-19T18:30:36.091Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-19T18:30:36.091Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-19T18:30:36.091Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-19T18:30:36.357Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-19T18:30:36.357Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-19T18:30:36.357Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-19T18:30:36.670Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T18:30:36.670Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-19T18:30:36.670Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T18:30:36.670Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T18:30:36.670Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T18:30:36.988Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-19T18:30:36.988Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-19T18:30:36.988Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-19T18:30:36.988Z] [2021-01-19T18:30:36.988Z] Current default time zone: 'Etc/UTC' [2021-01-19T18:30:36.988Z] Local time is now: Tue Jan 19 18:30:36 UTC 2021. [2021-01-19T18:30:36.988Z] Universal Time is now: Tue Jan 19 18:30:36 UTC 2021. [2021-01-19T18:30:36.988Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-19T18:30:36.988Z] [2021-01-19T18:30:36.988Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-19T18:30:36.988Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T18:30:36.988Z] Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... [2021-01-19T18:30:37.293Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-19T18:30:37.293Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-19T18:30:37.293Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-19T18:30:37.293Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-19T18:30:37.293Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-19T18:30:37.293Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-19T18:30:37.293Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-19T18:30:37.293Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T18:30:37.562Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-19T18:30:37.562Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T18:30:37.562Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-19T18:30:37.880Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T18:30:37.880Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-19T18:30:37.880Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-19T18:30:37.880Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-19T18:30:37.880Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-19T18:30:37.880Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-19T18:30:37.880Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-19T18:30:37.880Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-19T18:30:37.880Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-19T18:30:39.802Z] Updating certificates in /etc/ssl/certs... [2021-01-19T18:30:40.373Z] 22 added, 17 removed; done. [2021-01-19T18:30:40.635Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-19T18:30:40.635Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T18:30:40.635Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-19T18:30:40.635Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-19T18:30:40.635Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-19T18:30:40.635Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T18:30:40.635Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-19T18:30:40.635Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T18:30:40.635Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T18:30:40.906Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T18:30:40.906Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T18:30:40.906Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T18:30:40.906Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-19T18:30:40.906Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-19T18:30:40.906Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-19T18:30:40.906Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-19T18:30:40.906Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-19T18:30:41.167Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T18:30:41.167Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T18:30:41.167Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-19T18:30:41.167Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-19T18:30:41.167Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-19T18:30:41.428Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-19T18:30:41.428Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-19T18:30:41.428Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-19T18:30:41.428Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-19T18:30:41.428Z] Updating certificates in /etc/ssl/certs... [2021-01-19T18:30:42.000Z] 0 added, 0 removed; done. [2021-01-19T18:30:42.000Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-19T18:30:42.000Z] done. [2021-01-19T18:30:42.570Z] Reading package lists... [2021-01-19T18:30:42.571Z] Building dependency tree... [2021-01-19T18:30:42.571Z] Reading state information... [2021-01-19T18:30:42.830Z] The following NEW packages will be installed: [2021-01-19T18:30:42.831Z] apt-transport-https [2021-01-19T18:30:42.831Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-19T18:30:42.831Z] Need to get 1696 B of archives. [2021-01-19T18:30:42.831Z] After this operation, 153 kB of additional disk space will be used. [2021-01-19T18:30:42.831Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-19T18:30:42.831Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-19T18:30:42.831Z] Fetched 1696 B in 0s (19.7 kB/s) [2021-01-19T18:30:42.831Z] Selecting previously unselected package apt-transport-https. [2021-01-19T18:30:42.831Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-19T18:30:42.831Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-19T18:30:43.090Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-19T18:30:43.090Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-19T18:30:43.350Z] Waiting for network to be ready... [2021-01-19T18:30:48.643Z] 2021-01-19T18:30:46Z INFO Waiting for automatic snapd restart... [2021-01-19T18:30:48.903Z] snapd 2.48.2 from Canonical* installed [2021-01-19T18:30:49.844Z] "snapd" switched to the "latest/stable" channel [2021-01-19T18:30:49.844Z] [2021-01-19T18:30:52.385Z] core18 20201210 from Canonical* installed [2021-01-19T18:30:52.385Z] "core18" switched to the "latest/stable" channel [2021-01-19T18:30:52.385Z] [2021-01-19T18:30:55.688Z] snapcraft 4.4.4 from Canonical* installed [2021-01-19T18:30:55.688Z] "snapcraft" switched to the "latest/stable" channel [2021-01-19T18:30:55.688Z] [2021-01-19T18:30:58.985Z] 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-19T18:30:58.985Z] - README.md [2021-01-19T18:30:58.985Z] - snapcraft.yaml.orig [2021-01-19T18:30:58.985Z] [2021-01-19T18:30:58.985Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-19T18:31:05.477Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-19T18:31:05.477Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-19T18:31:05.477Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-19T18:31:05.477Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-19T18:31:06.048Z] Fetched 177 kB in 1s (271 kB/s) [2021-01-19T18:31:06.618Z] Reading package lists... [2021-01-19T18:31:07.189Z] 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-19T18:31:09.376Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T18:31:09.376Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T18:31:09.376Z] ---> 1f115ba8cbbc [2021-01-19T18:31:09.376Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T18:31:09.376Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T18:31:09.376Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T18:31:09.376Z] ---> 1f115ba8cbbc [2021-01-19T18:31:09.376Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T18:31:09.376Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T18:31:09.376Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T18:31:09.376Z] ---> 1f115ba8cbbc [2021-01-19T18:31:09.376Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T18:31:09.376Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T18:31:09.376Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T18:31:09.376Z] ---> 1f115ba8cbbc [2021-01-19T18:31:09.376Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T18:31:09.376Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T18:31:09.376Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T18:31:09.376Z] ---> 1f115ba8cbbc [2021-01-19T18:31:09.376Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T18:31:13.687Z] ---> Running in bc79d0bb9bab [2021-01-19T18:31:13.687Z] ---> Running in 430887df7da2 [2021-01-19T18:31:13.687Z] ---> Running in a8f02ffbf183 [2021-01-19T18:31:13.687Z] ---> Running in adf7f1e29322 [2021-01-19T18:31:13.687Z] ---> Running in 233b22755eb8 [2021-01-19T18:31:13.687Z] Removing intermediate container 233b22755eb8 [2021-01-19T18:31:13.687Z] ---> de3eb4fabae7 [2021-01-19T18:31:13.687Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T18:31:13.687Z] Removing intermediate container bc79d0bb9bab [2021-01-19T18:31:13.687Z] ---> 8e819950a78a [2021-01-19T18:31:13.687Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T18:31:13.687Z] Removing intermediate container adf7f1e29322 [2021-01-19T18:31:13.687Z] ---> de7d6c64d5a8 [2021-01-19T18:31:13.687Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T18:31:13.773Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-19T18:31:13.773Z] Reading package lists... [2021-01-19T18:31:13.773Z] Building dependency tree... [2021-01-19T18:31:13.773Z] Reading state information... [2021-01-19T18:31:13.773Z] Suggested packages: [2021-01-19T18:31:13.773Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-19T18:31:13.773Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-19T18:31:13.773Z] Recommended packages: [2021-01-19T18:31:13.773Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-19T18:31:13.773Z] The following NEW packages will be installed: [2021-01-19T18:31:13.773Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-19T18:31:13.773Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-19T18:31:13.773Z] pkg-config zip [2021-01-19T18:31:13.773Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-19T18:31:13.773Z] Need to get 7655 kB of archives. [2021-01-19T18:31:13.773Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-19T18:31:13.773Z] 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-19T18:31:13.773Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-19T18:31:13.773Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-19T18:31:13.773Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-19T18:31:13.773Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-19T18:31:13.773Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-19T18:31:13.773Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-19T18:31:13.773Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-19T18:31:13.974Z] Removing intermediate container 430887df7da2 [2021-01-19T18:31:13.975Z] ---> 21a6b3bb0757 [2021-01-19T18:31:13.975Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T18:31:13.975Z] Removing intermediate container a8f02ffbf183 [2021-01-19T18:31:13.975Z] ---> cdcded710585 [2021-01-19T18:31:13.975Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T18:31:13.975Z] ---> Running in e5acb430a723 [2021-01-19T18:31:13.975Z] ---> Running in 03f26645d9c9 [2021-01-19T18:31:13.975Z] ---> Running in 0e92b0da5d1b [2021-01-19T18:31:13.975Z] ---> Running in 30198884d9a1 [2021-01-19T18:31:13.975Z] ---> Running in 1ad965b1eee9 [2021-01-19T18:31:14.032Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-19T18:31:14.033Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-19T18:31:14.033Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-19T18:31:14.033Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-19T18:31:14.293Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-19T18:31:14.293Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-19T18:31:14.293Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-19T18:31:14.293Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-19T18:31:14.293Z] Fetched 7655 kB in 1s (9882 kB/s) [2021-01-19T18:31:14.293Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-19T18:31:14.293Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-19T18:31:14.293Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-19T18:31:14.553Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-19T18:31:14.553Z] Selecting previously unselected package libpsl5:amd64. [2021-01-19T18:31:14.553Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-19T18:31:14.553Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-19T18:31:14.553Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-19T18:31:14.553Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-19T18:31:14.814Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-19T18:31:14.814Z] Selecting previously unselected package librtmp1:amd64. [2021-01-19T18:31:14.814Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-19T18:31:14.814Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-19T18:31:14.814Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-19T18:31:14.814Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-19T18:31:14.814Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-19T18:31:14.814Z] Selecting previously unselected package liberror-perl. [2021-01-19T18:31:14.814Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-19T18:31:14.814Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-19T18:31:15.073Z] Selecting previously unselected package git-man. [2021-01-19T18:31:15.073Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-19T18:31:15.073Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-19T18:31:15.073Z] Selecting previously unselected package git. [2021-01-19T18:31:15.073Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-19T18:31:15.073Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-19T18:31:16.015Z] Selecting previously unselected package libnorm1:amd64. [2021-01-19T18:31:16.015Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-19T18:31:16.015Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-19T18:31:16.015Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-19T18:31:16.015Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-19T18:31:16.015Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-19T18:31:16.275Z] Selecting previously unselected package libsodium23:amd64. [2021-01-19T18:31:16.275Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-19T18:31:16.275Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-19T18:31:16.275Z] Selecting previously unselected package libzmq5:amd64. [2021-01-19T18:31:16.275Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-19T18:31:16.275Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-19T18:31:16.275Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-19T18:31:16.275Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-19T18:31:16.275Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-19T18:31:16.535Z] Selecting previously unselected package pkg-config. [2021-01-19T18:31:16.535Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-19T18:31:16.535Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-19T18:31:16.535Z] Selecting previously unselected package zip. [2021-01-19T18:31:16.535Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-19T18:31:16.535Z] Unpacking zip (3.0-11build1) ... [2021-01-19T18:31:16.535Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-19T18:31:16.796Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-19T18:31:16.796Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-19T18:31:16.796Z] Setting up liberror-perl (0.17025-1) ... [2021-01-19T18:31:16.796Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-19T18:31:16.796Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-19T18:31:16.796Z] No schema files found: doing nothing. [2021-01-19T18:31:16.796Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-19T18:31:16.796Z] Setting up zip (3.0-11build1) ... [2021-01-19T18:31:16.796Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-19T18:31:16.796Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-19T18:31:17.055Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-19T18:31:17.055Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-19T18:31:17.055Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-19T18:31:17.055Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-19T18:31:17.055Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-19T18:31:17.055Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-19T18:31:18.322Z] Removing intermediate container e5acb430a723 [2021-01-19T18:31:18.322Z] ---> 385b80f6cb36 [2021-01-19T18:31:18.322Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T18:31:18.322Z] Removing intermediate container 03f26645d9c9 [2021-01-19T18:31:18.322Z] ---> 146680694642 [2021-01-19T18:31:18.322Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T18:31:18.322Z] ---> Running in b017155461a1 [2021-01-19T18:31:18.322Z] Removing intermediate container 1ad965b1eee9 [2021-01-19T18:31:18.322Z] ---> 1f69f89ca9a8 [2021-01-19T18:31:18.322Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-19T18:31:18.322Z] ---> Running in e510a705ff37 [2021-01-19T18:31:18.322Z] ---> Running in f11a0e9fb3f5 [2021-01-19T18:31:18.322Z] Removing intermediate container 0e92b0da5d1b [2021-01-19T18:31:18.322Z] ---> 52df92ed8b1c [2021-01-19T18:31:18.322Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T18:31:18.322Z] Removing intermediate container 30198884d9a1 [2021-01-19T18:31:18.322Z] ---> 4476caefdc9e [2021-01-19T18:31:18.322Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-19T18:31:18.599Z] ---> Running in 2e181fdb70e6 [2021-01-19T18:31:18.883Z] ---> Running in 5425bdfccf39 [2021-01-19T18:31:19.865Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T18:31:20.139Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T18:31:20.412Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T18:31:20.412Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T18:31:20.412Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T18:31:21.006Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T18:31:21.006Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T18:31:21.277Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T18:31:21.277Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T18:31:21.551Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T18:31:21.826Z] OK: 217 MiB in 51 packages [2021-01-19T18:31:22.101Z] OK: 217 MiB in 51 packages [2021-01-19T18:31:22.373Z] OK: 217 MiB in 51 packages [2021-01-19T18:31:22.374Z] OK: 217 MiB in 51 packages [2021-01-19T18:31:22.650Z] OK: 217 MiB in 51 packages [2021-01-19T18:31:23.644Z] Removing intermediate container b017155461a1 [2021-01-19T18:31:23.644Z] ---> e413e63e1041 [2021-01-19T18:31:23.644Z] Step 6/22 : COPY go.mod . [2021-01-19T18:31:23.650Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-19T18:31:23.650Z] git set to automatically installed. [2021-01-19T18:31:23.650Z] git-man set to automatically installed. [2021-01-19T18:31:23.650Z] libcurl3-gnutls set to automatically installed. [2021-01-19T18:31:23.650Z] liberror-perl set to automatically installed. [2021-01-19T18:31:23.650Z] libglib2.0-0 set to automatically installed. [2021-01-19T18:31:23.650Z] libnghttp2-14 set to automatically installed. [2021-01-19T18:31:23.650Z] libnorm1 set to automatically installed. [2021-01-19T18:31:23.650Z] libpgm-5.2-0 set to automatically installed. [2021-01-19T18:31:23.650Z] libpsl5 set to automatically installed. [2021-01-19T18:31:23.650Z] librtmp1 set to automatically installed. [2021-01-19T18:31:23.650Z] libsodium23 set to automatically installed. [2021-01-19T18:31:23.650Z] libzmq3-dev set to automatically installed. [2021-01-19T18:31:23.650Z] libzmq5 set to automatically installed. [2021-01-19T18:31:23.650Z] pkg-config set to automatically installed. [2021-01-19T18:31:23.650Z] zip set to automatically installed. [2021-01-19T18:31:23.931Z] Removing intermediate container e510a705ff37 [2021-01-19T18:31:23.931Z] ---> b50336fc7b76 [2021-01-19T18:31:23.932Z] Step 6/21 : COPY go.mod . [2021-01-19T18:31:24.207Z] Removing intermediate container f11a0e9fb3f5 [2021-01-19T18:31:24.207Z] ---> ff3246a9ce33 [2021-01-19T18:31:24.207Z] Step 6/24 : COPY go.mod . [2021-01-19T18:31:24.497Z] Removing intermediate container 2e181fdb70e6 [2021-01-19T18:31:24.497Z] ---> 57cc479498fa [2021-01-19T18:31:24.497Z] Step 6/21 : COPY go.mod . [2021-01-19T18:31:24.497Z] Removing intermediate container 5425bdfccf39 [2021-01-19T18:31:24.497Z] ---> 25d1b3963390 [2021-01-19T18:31:24.497Z] Step 6/24 : COPY go.mod . [2021-01-19T18:31:24.774Z] ---> 58918c4149fb [2021-01-19T18:31:24.774Z] Step 7/22 : RUN go mod download [2021-01-19T18:31:24.774Z] ---> 29cab812dcbc [2021-01-19T18:31:24.774Z] Step 7/21 : RUN go mod download [2021-01-19T18:31:24.774Z] ---> Running in acbcbb66695c [2021-01-19T18:31:25.050Z] ---> Running in 4d480e1961d6 [2021-01-19T18:31:25.323Z] ---> 4fec7b21b067 [2021-01-19T18:31:25.323Z] Step 7/24 : RUN go mod download [2021-01-19T18:31:25.585Z] snapd is not logged in, snap install commands will use sudo [2021-01-19T18:31:25.605Z] ---> Running in 47f5d30b6c60 [2021-01-19T18:31:25.605Z] ---> dedbed486edf [2021-01-19T18:31:25.605Z] Step 7/21 : RUN go mod download [2021-01-19T18:31:25.883Z] ---> e987462f5b0f [2021-01-19T18:31:25.883Z] Step 7/24 : RUN go mod download [2021-01-19T18:31:25.883Z] ---> Running in 49c89ed47de1 [2021-01-19T18:31:26.163Z] ---> Running in 448bf5ce13b9 [2021-01-19T18:31:29.584Z] Removing intermediate container acbcbb66695c [2021-01-19T18:31:29.584Z] ---> b50aaab15255 [2021-01-19T18:31:29.584Z] Step 8/22 : COPY . . [2021-01-19T18:31:29.584Z] Removing intermediate container 4d480e1961d6 [2021-01-19T18:31:29.584Z] ---> 538d5f5c39fd [2021-01-19T18:31:29.584Z] Step 8/21 : COPY . . [2021-01-19T18:31:30.184Z] Removing intermediate container 47f5d30b6c60 [2021-01-19T18:31:30.184Z] ---> 1ba40cf4b99a [2021-01-19T18:31:30.184Z] Step 8/24 : COPY . . [2021-01-19T18:31:30.460Z] Removing intermediate container 49c89ed47de1 [2021-01-19T18:31:30.460Z] ---> e4b76bcd0f45 [2021-01-19T18:31:30.460Z] Step 8/21 : COPY . . [2021-01-19T18:31:30.728Z] Removing intermediate container 448bf5ce13b9 [2021-01-19T18:31:30.728Z] ---> ee1aa1ab7858 [2021-01-19T18:31:30.728Z] Step 8/24 : COPY . . [2021-01-19T18:31:32.191Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-19T18:31:32.191Z] snap "core18" has no updates available [2021-01-19T18:31:33.131Z] Pulling config-common [2021-01-19T18:31:34.074Z] Pulling go-build-helper [2021-01-19T18:31:56.035Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-19T18:31:56.035Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-19T18:31:56.035Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-19T18:31:56.035Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-19T18:31:56.035Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-19T18:31:56.035Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-19T18:31:56.035Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-19T18:31:56.035Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-19T18:31:56.035Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-19T18:31:56.035Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-19T18:31:56.035Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-19T18:31:56.035Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-19T18:31:56.035Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-19T18:31:56.035Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-19T18:31:56.035Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-19T18:31:56.035Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-19T18:31:56.035Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-19T18:31:56.035Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-19T18:31:56.035Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-19T18:31:56.035Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1844 kB] [2021-01-19T18:31:56.035Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-19T18:31:56.035Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-19T18:31:56.035Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-19T18:31:56.035Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-19T18:31:56.035Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-19T18:31:56.035Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1706 kB] [2021-01-19T18:31:56.035Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] [2021-01-19T18:31:56.035Z] Fetched 23.8 MB in 0s (0 B/s) [2021-01-19T18:31:56.035Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-19T18:31:56.035Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-19T18:31:56.035Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-19T18:31:56.035Z] Fetched 279 kB in 0s (0 B/s) [2021-01-19T18:31:56.035Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-19T18:31:56.035Z] Fetched 122 kB in 0s (0 B/s) [2021-01-19T18:31:56.035Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-19T18:31:56.035Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-19T18:31:56.035Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-19T18:31:56.035Z] Fetched 8848 B in 0s (0 B/s) [2021-01-19T18:31:56.035Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-19T18:31:56.035Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-19T18:31:56.035Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-19T18:31:56.035Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-19T18:31:56.035Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-19T18:31:56.035Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-19T18:31:56.035Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-19T18:31:56.035Z] Fetched 214 kB in 0s (0 B/s) [2021-01-19T18:31:56.035Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-19T18:31:56.035Z] Fetched 155 kB in 0s (0 B/s) [2021-01-19T18:31:56.035Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-19T18:31:56.035Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-19T18:31:56.035Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-19T18:31:56.035Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-19T18:31:56.035Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-19T18:31:56.035Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-19T18:31:56.035Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-19T18:31:56.035Z] Fetched 499 kB in 0s (0 B/s) [2021-01-19T18:31:56.035Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-19T18:31:56.035Z] Fetched 111 kB in 0s (0 B/s) [2021-01-19T18:31:56.035Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-19T18:31:56.035Z] Fetched 240 kB in 0s (0 B/s) [2021-01-19T18:31:56.035Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-19T18:31:56.035Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-19T18:31:56.035Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-19T18:31:56.035Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-19T18:31:56.035Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-19T18:31:56.035Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-19T18:31:56.035Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-19T18:31:56.035Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-19T18:31:56.035Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-19T18:31:56.035Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-19T18:31:56.035Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-19T18:31:56.035Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-19T18:31:56.036Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-19T18:31:56.036Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-19T18:31:56.036Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-19T18:31:56.036Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-19T18:31:56.036Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-19T18:31:56.036Z] Fetched 8720 B in 0s (0 B/s) [2021-01-19T18:31:56.036Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-19T18:31:56.036Z] Fetched 137 kB in 0s (0 B/s) [2021-01-19T18:31:56.036Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-19T18:31:56.036Z] Fetched 119 kB in 0s (0 B/s) [2021-01-19T18:31:56.036Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-19T18:31:56.036Z] Fetched 109 kB in 0s (0 B/s) [2021-01-19T18:31:56.036Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-19T18:31:56.036Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-19T18:31:56.036Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-19T18:31:56.036Z] Fetched 645 kB in 0s (0 B/s) [2021-01-19T18:31:56.036Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-19T18:31:56.036Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-19T18:31:56.036Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-19T18:31:56.036Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-19T18:31:56.036Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-19T18:31:56.036Z] Fetched 368 kB in 0s (0 B/s) [2021-01-19T18:31:56.036Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-19T18:31:56.036Z] Fetched 187 kB in 0s (0 B/s) [2021-01-19T18:31:56.036Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-19T18:31:56.036Z] Fetched 175 kB in 0s (0 B/s) [2021-01-19T18:31:56.036Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-19T18:31:57.536Z] ---> 6dc9e1208c1a [2021-01-19T18:31:57.536Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-19T18:31:57.536Z] ---> 45aa8415bbad [2021-01-19T18:31:57.536Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-19T18:31:57.536Z] ---> fb2671e03001 [2021-01-19T18:31:57.536Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-19T18:31:57.536Z] ---> 69e59c3a04b6 [2021-01-19T18:31:57.536Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-19T18:31:57.536Z] ---> 8215026ff970 [2021-01-19T18:31:57.536Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-19T18:31:57.536Z] ---> Running in 28cf2b060eca [2021-01-19T18:31:57.536Z] ---> Running in 5b81a19bb4bc [2021-01-19T18:31:57.536Z] ---> Running in 921ec4f007de [2021-01-19T18:31:57.536Z] ---> Running in ac43347db4e0 [2021-01-19T18:31:57.536Z] ---> Running in 38593bfab27f [2021-01-19T18:31:57.536Z] 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-19T18:31:57.536Z] 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-19T18:31:57.536Z] 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-19T18:31:57.536Z] 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-19T18:31:57.536Z] 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-19T18:32:01.322Z] Fetched 206 kB in 0s (0 B/s) [2021-01-19T18:32:01.322Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-19T18:32:01.322Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-19T18:32:01.322Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-19T18:32:01.322Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-19T18:32:01.323Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-19T18:32:01.323Z] Fetched 159 kB in 0s (0 B/s) [2021-01-19T18:32:01.323Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-19T18:32:01.323Z] Fetched 107 kB in 0s (0 B/s) [2021-01-19T18:32:01.323Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-19T18:32:01.323Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-19T18:32:01.323Z] Pulling static-packages [2021-01-19T18:32:01.903Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-01-19T18:32:01.903Z] Skipping pull go-build-helper (already ran) [2021-01-19T18:32:01.903Z] Skipping pull static-packages (already ran) [2021-01-19T18:32:01.903Z] Building go-build-helper [2021-01-19T18:32:05.203Z] Building static-packages [2021-01-19T18:32:07.115Z] Staging go-build-helper [2021-01-19T18:32:08.055Z] Staging static-packages [2021-01-19T18:32:08.999Z] Pulling go115 [2021-01-19T18:32:10.040Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-19T18:32:10.040Z] Skipping pull go115 (already ran) [2021-01-19T18:32:10.040Z] Building go115 [2021-01-19T18:32:10.040Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T18:32:10.040Z] Dload Upload Total Spent Left Speed [2021-01-19T18:32:15.151Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 16 115M 16 19.0M 0 0 20.6M 0 0:00:05 --:--:-- 0:00:05 20.6M 42 115M 42 48.9M 0 0 25.4M 0 0:00:04 0:00:01 0:00:03 25.4M 61 115M 61 71.0M 0 0 24.1M 0 0:00:04 0:00:02 0:00:02 24.1M 78 115M 78 90.5M 0 0 23.0M 0 0:00:05 0:00:03 0:00:02 23.0M 96 115M 96 111M 0 0 22.6M 0 0:00:05 0:00:04 0:00:01 22.6M 100 115M 100 115M 0 0 22.5M 0 0:00:05 0:00:05 --:--:-- 22.9M [2021-01-19T18:32:15.723Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-19T18:32:19.924Z] Staging go115 [2021-01-19T18:32:25.207Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-19T18:32:25.207Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-19T18:32:25.207Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-19T18:32:25.207Z] Fetched 0 B in 0s (0 B/s) [2021-01-19T18:32:25.207Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-19T18:32:25.207Z] Fetched 224 kB in 0s (0 B/s) [2021-01-19T18:32:25.207Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-19T18:32:25.207Z] Fetched 157 kB in 0s (0 B/s) [2021-01-19T18:32:25.207Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-19T18:32:25.207Z] Fetched 221 kB in 0s (0 B/s) [2021-01-19T18:32:25.207Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-19T18:32:25.207Z] Fetched 143 kB in 0s (0 B/s) [2021-01-19T18:32:25.207Z] Pulling edgex-go [2021-01-19T18:32:26.591Z] Pulling version [2021-01-19T18:32:27.531Z] Building config-common [2021-01-19T18:32:29.441Z] Skipping build go-build-helper (already ran) [2021-01-19T18:32:29.441Z] Skipping build static-packages (already ran) [2021-01-19T18:32:29.441Z] Skipping build go115 (already ran) [2021-01-19T18:32:29.441Z] Building edgex-go [2021-01-19T18:32:29.702Z] 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-19T18:32:31.096Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-19T18:32:31.097Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 [2021-01-19T18:32:31.097Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.149 [2021-01-19T18:32:31.097Z] go: downloading github.com/google/uuid v1.1.5 [2021-01-19T18:32:31.097Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-19T18:32:31.097Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 [2021-01-19T18:32:31.097Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-19T18:32:31.097Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.33 [2021-01-19T18:32:31.097Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-19T18:32:31.097Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0 [2021-01-19T18:32:31.097Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-19T18:32:31.097Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-19T18:32:31.097Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-19T18:32:31.097Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-19T18:32:31.097Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-19T18:32:31.097Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-19T18:32:31.097Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-19T18:32:31.097Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-19T18:32:31.097Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-19T18:32:31.097Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-19T18:32:31.097Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-19T18:32:31.097Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-19T18:32:31.097Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-19T18:32:31.097Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-19T18:32:31.097Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-19T18:32:31.097Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-19T18:32:31.097Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-19T18:32:31.097Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-19T18:32:31.097Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-19T18:32:31.097Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-19T18:32:31.097Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-19T18:32:31.097Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-19T18:32:31.097Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-19T18:32:31.097Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-19T18:32:31.097Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-19T18:32:31.097Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-19T18:32:31.097Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-19T18:32:31.097Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-19T18:32:31.356Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-19T18:32:31.356Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-19T18:32:31.616Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-19T18:32:38.187Z] 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-19T18:32:41.480Z] 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-19T18:32:42.418Z] 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-19T18:32:43.356Z] 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-19T18:32:43.927Z] 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-19T18:32:43.927Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-01-19T18:32:44.188Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-19T18:32:44.188Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-19T18:32:44.188Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-19T18:32:45.569Z] 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-19T18:32:45.569Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-19T18:32:45.569Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-19T18:32:46.949Z] 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-19T18:32:47.520Z] 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-19T18:32:47.520Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-19T18:32:48.904Z] 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-19T18:32:49.473Z] 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-19T18:32:50.412Z] 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-19T18:32:50.412Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-19T18:32:52.953Z] Building version [2021-01-19T18:32:54.336Z] Staging config-common [2021-01-19T18:32:55.277Z] Skipping stage go-build-helper (already ran) [2021-01-19T18:32:55.277Z] Skipping stage static-packages (already ran) [2021-01-19T18:32:55.277Z] Skipping stage go115 (already ran) [2021-01-19T18:32:55.278Z] Staging edgex-go [2021-01-19T18:32:56.227Z] Staging version [2021-01-19T18:32:57.180Z] Priming config-common [2021-01-19T18:32:58.121Z] Priming go-build-helper [2021-01-19T18:32:59.062Z] Priming static-packages [2021-01-19T18:33:00.979Z] Priming go115 [2021-01-19T18:33:01.920Z] Priming edgex-go [2021-01-19T18:33:03.306Z] Priming version [2021-01-19T18:33:04.247Z] 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-19T18:33:19.333Z] 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-19T18:33:19.334Z] 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-19T18:33:29.522Z] Removing intermediate container 38593bfab27f [2021-01-19T18:33:29.522Z] ---> 774461b5c7d7 [2021-01-19T18:33:29.522Z] [2021-01-19T18:33:29.522Z] Step 10/24 : FROM alpine:3.12 [2021-01-19T18:33:29.522Z] 3.12: Pulling from library/alpine [2021-01-19T18:33:30.506Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-19T18:33:30.506Z] Status: Downloaded newer image for alpine:3.12 [2021-01-19T18:33:30.506Z] ---> afeebe901d6b [2021-01-19T18:33:30.506Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T18:33:31.954Z] ---> Running in 18224fa3bdbe [2021-01-19T18:33:32.558Z] Removing intermediate container ac43347db4e0 [2021-01-19T18:33:32.558Z] ---> eaa2dd8564ee [2021-01-19T18:33:32.558Z] [2021-01-19T18:33:32.558Z] Step 10/24 : FROM scratch [2021-01-19T18:33:32.558Z] ---> [2021-01-19T18:33:32.558Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-19T18:33:32.558Z] Removing intermediate container 5b81a19bb4bc [2021-01-19T18:33:32.558Z] ---> bfd1de171ec5 [2021-01-19T18:33:32.558Z] [2021-01-19T18:33:32.558Z] Step 10/21 : FROM scratch [2021-01-19T18:33:32.558Z] ---> [2021-01-19T18:33:32.558Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T18:33:32.558Z] Removing intermediate container 921ec4f007de [2021-01-19T18:33:32.558Z] ---> f9087e90dbae [2021-01-19T18:33:32.558Z] [2021-01-19T18:33:32.558Z] Step 10/21 : FROM alpine:3.12 [2021-01-19T18:33:32.558Z] ---> afeebe901d6b [2021-01-19T18:33:32.834Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-19T18:33:33.108Z] ---> Running in c6b83970dd46 [2021-01-19T18:33:33.109Z] ---> Running in 294b38f48b43 [2021-01-19T18:33:33.109Z] ---> Running in 066a6d94e875 [2021-01-19T18:33:34.092Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T18:33:34.092Z] Removing intermediate container 294b38f48b43 [2021-01-19T18:33:34.092Z] ---> 8763b0f15f31 [2021-01-19T18:33:34.092Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-19T18:33:34.092Z] Removing intermediate container 066a6d94e875 [2021-01-19T18:33:34.092Z] ---> 71bde93d2bb2 [2021-01-19T18:33:34.092Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-19T18:33:34.092Z] ---> Running in 06ca5ec5a4ee [2021-01-19T18:33:34.092Z] ---> Running in 57fb4d6402cb [2021-01-19T18:33:34.092Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T18:33:34.688Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T18:33:34.688Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-19T18:33:34.966Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T18:33:34.966Z] Removing intermediate container 06ca5ec5a4ee [2021-01-19T18:33:34.966Z] ---> eb67e971a149 [2021-01-19T18:33:34.966Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-19T18:33:34.966Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T18:33:34.966Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-19T18:33:34.966Z] (4/5) Installing curl (7.69.1-r3) [2021-01-19T18:33:34.966Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-19T18:33:34.966Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T18:33:34.966Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T18:33:34.966Z] Removing intermediate container 57fb4d6402cb [2021-01-19T18:33:34.966Z] ---> 5e2645c84b25 [2021-01-19T18:33:34.966Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-19T18:33:34.966Z] ---> Running in 04659420dd71 [2021-01-19T18:33:35.243Z] OK: 7 MiB in 19 packages [2021-01-19T18:33:35.243Z] ---> Running in 44840de231ac [2021-01-19T18:33:35.527Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-19T18:33:35.527Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T18:33:35.527Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-19T18:33:35.527Z] (4/4) Installing curl (7.69.1-r3) [2021-01-19T18:33:35.527Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T18:33:35.527Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T18:33:35.805Z] OK: 7 MiB in 18 packages [2021-01-19T18:33:36.082Z] Removing intermediate container 04659420dd71 [2021-01-19T18:33:36.082Z] ---> 5811731a53fa [2021-01-19T18:33:36.082Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T18:33:36.361Z] Removing intermediate container 44840de231ac [2021-01-19T18:33:36.361Z] ---> 87361db605fe [2021-01-19T18:33:36.361Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-19T18:33:37.348Z] ---> 2ab4d080779b [2021-01-19T18:33:37.348Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-19T18:33:37.964Z] ---> 564c9a778050 [2021-01-19T18:33:37.964Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-19T18:33:38.570Z] Removing intermediate container 18224fa3bdbe [2021-01-19T18:33:38.570Z] ---> 6072cc8676d4 [2021-01-19T18:33:38.570Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T18:33:38.844Z] Removing intermediate container c6b83970dd46 [2021-01-19T18:33:38.844Z] ---> 41e88c054b87 [2021-01-19T18:33:38.844Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T18:33:39.116Z] ---> Running in e20091a0edfc [2021-01-19T18:33:39.116Z] ---> 5f10f1fe88a1 [2021-01-19T18:33:39.116Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-19T18:33:39.116Z] ---> Running in a837b5de5d4a [2021-01-19T18:33:39.388Z] ---> 1300216a2707 [2021-01-19T18:33:39.388Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-19T18:33:39.663Z] Removing intermediate container e20091a0edfc [2021-01-19T18:33:39.663Z] ---> e985ab485ed6 [2021-01-19T18:33:39.663Z] Step 13/24 : WORKDIR / [2021-01-19T18:33:40.259Z] ---> Running in 395d25507b63 [2021-01-19T18:33:40.553Z] Removing intermediate container a837b5de5d4a [2021-01-19T18:33:40.553Z] ---> c1e1aef3fe26 [2021-01-19T18:33:40.553Z] Step 13/21 : WORKDIR /edgex [2021-01-19T18:33:40.863Z] ---> bd66bb09bf4d [2021-01-19T18:33:40.863Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-19T18:33:40.863Z] ---> Running in 9d31b09538c4 [2021-01-19T18:33:41.147Z] ---> Running in df96d0e61858 [2021-01-19T18:33:41.459Z] ---> 2563d8d2b574 [2021-01-19T18:33:41.459Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T18:33:41.459Z] Removing intermediate container 395d25507b63 [2021-01-19T18:33:41.459Z] ---> 1db62d8b658f [2021-01-19T18:33:41.459Z] 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-19T18:33:42.086Z] Removing intermediate container 9d31b09538c4 [2021-01-19T18:33:42.086Z] ---> f8f8d4413cf3 [2021-01-19T18:33:42.086Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-19T18:33:42.086Z] Removing intermediate container df96d0e61858 [2021-01-19T18:33:42.086Z] ---> b33a74014af5 [2021-01-19T18:33:42.086Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T18:33:42.381Z] ---> Running in 586f49de408e [2021-01-19T18:33:42.660Z] Removing intermediate container 28cf2b060eca [2021-01-19T18:33:42.660Z] ---> b2d9dbc44b01 [2021-01-19T18:33:42.660Z] [2021-01-19T18:33:42.660Z] Step 10/22 : FROM scratch [2021-01-19T18:33:42.660Z] ---> [2021-01-19T18:33:42.660Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T18:33:42.660Z] ---> 3afe72515a8c [2021-01-19T18:33:42.660Z] 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-19T18:33:42.958Z] ---> Using cache [2021-01-19T18:33:42.958Z] ---> 8763b0f15f31 [2021-01-19T18:33:42.958Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-19T18:33:42.958Z] ---> c027a73d872f [2021-01-19T18:33:42.958Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-19T18:33:42.958Z] ---> Running in 10d6d6499f61 [2021-01-19T18:33:43.299Z] Removing intermediate container 586f49de408e [2021-01-19T18:33:43.299Z] ---> a43ee0fafeb5 [2021-01-19T18:33:43.299Z] Step 19/21 : LABEL arch=arm64 [2021-01-19T18:33:43.299Z] ---> 4d78054f6f3a [2021-01-19T18:33:43.299Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-19T18:33:43.299Z] ---> Running in dcfe710f5652 [2021-01-19T18:33:43.892Z] ---> 9baaf71a38a9 [2021-01-19T18:33:43.892Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-19T18:33:43.892Z] Removing intermediate container 10d6d6499f61 [2021-01-19T18:33:43.892Z] ---> 6ba19b3380e4 [2021-01-19T18:33:43.892Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T18:33:43.892Z] Removing intermediate container dcfe710f5652 [2021-01-19T18:33:43.892Z] ---> a606ad27ef25 [2021-01-19T18:33:43.892Z] Step 20/21 : LABEL git_sha=3e67698cbb810023419c359c80ab6fd84a40332c [2021-01-19T18:33:43.892Z] ---> Running in be257faa4d22 [2021-01-19T18:33:44.486Z] ---> Running in 50e285d4cadb [2021-01-19T18:33:44.758Z] ---> 67cdd67d0bcf [2021-01-19T18:33:44.758Z] ---> c1160a88b33f [2021-01-19T18:33:44.758Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-19T18:33:44.758Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-19T18:33:44.758Z] ---> 8665d195bfd1 [2021-01-19T18:33:44.758Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-19T18:33:44.758Z] Removing intermediate container be257faa4d22 [2021-01-19T18:33:44.758Z] ---> 483c5ef83943 [2021-01-19T18:33:44.758Z] Step 14/22 : WORKDIR / [2021-01-19T18:33:45.028Z] ---> Running in 0476ddf3292c [2021-01-19T18:33:45.028Z] Removing intermediate container 50e285d4cadb [2021-01-19T18:33:45.028Z] ---> da2fd39bf743 [2021-01-19T18:33:45.028Z] Step 21/21 : LABEL version=0.0.0 [2021-01-19T18:33:45.304Z] ---> Running in 248fce578335 [2021-01-19T18:33:45.904Z] ---> cde5579b639f [2021-01-19T18:33:45.904Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-19T18:33:45.904Z] Removing intermediate container 0476ddf3292c [2021-01-19T18:33:45.904Z] ---> fbe4591d79d0 [2021-01-19T18:33:45.904Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T18:33:46.177Z] ---> Running in e987a3efed4c [2021-01-19T18:33:46.177Z] Removing intermediate container 248fce578335 [2021-01-19T18:33:46.177Z] ---> 697b0e52e4fc [2021-01-19T18:33:46.177Z] [2021-01-19T18:33:46.452Z] ---> 2cbe587a3f53 [2021-01-19T18:33:46.452Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-19T18:33:46.452Z] ---> 2ca87124444b [2021-01-19T18:33:46.452Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-19T18:33:46.728Z] ---> Running in 428cec5f62f4 [2021-01-19T18:33:46.728Z] Successfully built 697b0e52e4fc [2021-01-19T18:33:46.728Z] ---> 54baa84a1f4e [2021-01-19T18:33:46.728Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-19T18:33:46.728Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-19T18:33:46.728Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-01-19T18:33:47.004Z] Removing intermediate container e987a3efed4c [2021-01-19T18:33:47.005Z] ---> 8f2aed0affc9 [2021-01-19T18:33:47.005Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T18:33:47.607Z] ---> Running in 3e140f46d01c [2021-01-19T18:33:47.607Z] Removing intermediate container 428cec5f62f4 [2021-01-19T18:33:47.607Z] ---> 2bb94e08f59a [2021-01-19T18:33:47.607Z] Step 18/21 : CMD ["--init=true"] [2021-01-19T18:33:48.589Z] ---> Running in 414882ddb132 [2021-01-19T18:33:49.565Z] ---> 7e32f70df5e4 [2021-01-19T18:33:49.565Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-19T18:33:49.565Z] Removing intermediate container 3e140f46d01c [2021-01-19T18:33:49.565Z] ---> ed80d20067f1 [2021-01-19T18:33:49.565Z] Step 22/24 : LABEL arch=arm64 [2021-01-19T18:33:49.837Z] ---> ecd5d837bede [2021-01-19T18:33:49.837Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-19T18:33:50.106Z] ---> Running in faee7c632f5d [2021-01-19T18:33:50.106Z] Removing intermediate container 414882ddb132 [2021-01-19T18:33:50.106Z] ---> 74f551ead367 [2021-01-19T18:33:50.106Z] Step 19/21 : LABEL arch=arm64 [2021-01-19T18:33:50.376Z] ---> Running in 5557e0dd5516 [2021-01-19T18:33:51.377Z] ---> 6c2d7c912448 [2021-01-19T18:33:51.377Z] 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-19T18:33:51.377Z] Removing intermediate container faee7c632f5d [2021-01-19T18:33:51.377Z] ---> 7ead05b719f6 [2021-01-19T18:33:51.377Z] Step 23/24 : LABEL git_sha=3e67698cbb810023419c359c80ab6fd84a40332c [2021-01-19T18:33:51.650Z] ---> 81ef310ecff9 [2021-01-19T18:33:51.650Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-19T18:33:51.922Z] ---> Running in a91855a535b3 [2021-01-19T18:33:51.922Z] ---> Running in 7b0ef2032ab8 [2021-01-19T18:33:51.922Z] Removing intermediate container 5557e0dd5516 [2021-01-19T18:33:51.922Z] ---> 8de347a3e6d1 [2021-01-19T18:33:51.922Z] Step 20/21 : LABEL git_sha=3e67698cbb810023419c359c80ab6fd84a40332c [2021-01-19T18:33:52.196Z] ---> Running in 8fdff430ddbf [2021-01-19T18:33:52.196Z] ---> Running in ca6ea73f8f95 [2021-01-19T18:33:52.469Z] Removing intermediate container 7b0ef2032ab8 [2021-01-19T18:33:52.469Z] ---> d0db01fb3a8a [2021-01-19T18:33:52.469Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T18:33:52.753Z] ---> Running in c6b0f9cad4e8 [2021-01-19T18:33:52.753Z] Removing intermediate container 8fdff430ddbf [2021-01-19T18:33:52.753Z] ---> 867962cf7734 [2021-01-19T18:33:52.753Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T18:33:53.032Z] Removing intermediate container ca6ea73f8f95 [2021-01-19T18:33:53.033Z] ---> 9f0abe75bcd4 [2021-01-19T18:33:53.033Z] Step 21/21 : LABEL version=0.0.0 [2021-01-19T18:33:53.033Z] ---> Running in 217634c08aaa [2021-01-19T18:33:53.325Z] ---> Running in 5ed3ba2aa2bc [2021-01-19T18:33:53.325Z] Removing intermediate container c6b0f9cad4e8 [2021-01-19T18:33:53.325Z] ---> 9276b8c0ee9d [2021-01-19T18:33:53.325Z] [2021-01-19T18:33:53.927Z] Removing intermediate container 217634c08aaa [2021-01-19T18:33:53.927Z] ---> aab0c4b34cc5 [2021-01-19T18:33:53.927Z] Step 20/22 : LABEL arch=arm64 [2021-01-19T18:33:53.927Z] Successfully built 9276b8c0ee9d [2021-01-19T18:33:53.927Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-19T18:33:53.927Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2021-01-19T18:33:54.206Z] Removing intermediate container 5ed3ba2aa2bc [2021-01-19T18:33:54.206Z] ---> d22a5d1ee11e [2021-01-19T18:33:54.206Z] [2021-01-19T18:33:54.206Z] ---> Running in 212228180cf8 [2021-01-19T18:33:54.483Z] Successfully built d22a5d1ee11e [2021-01-19T18:33:54.760Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-19T18:33:54.760Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2021-01-19T18:33:54.760Z] Removing intermediate container 212228180cf8 [2021-01-19T18:33:54.760Z] ---> f351c98fe0c5 [2021-01-19T18:33:54.760Z] Step 21/22 : LABEL git_sha=3e67698cbb810023419c359c80ab6fd84a40332c [2021-01-19T18:33:55.042Z] ---> Running in 622b831eda19 [2021-01-19T18:33:55.042Z] Removing intermediate container a91855a535b3 [2021-01-19T18:33:55.042Z] ---> a39260c4d3ba [2021-01-19T18:33:55.042Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-19T18:33:55.319Z] ---> Running in 583a1b096acf [2021-01-19T18:33:55.594Z] Removing intermediate container 622b831eda19 [2021-01-19T18:33:55.594Z] ---> 458796538b30 [2021-01-19T18:33:55.594Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T18:33:55.876Z] ---> Running in 0a77348c45be [2021-01-19T18:33:55.876Z] Removing intermediate container 583a1b096acf [2021-01-19T18:33:55.876Z] ---> 985953dacff4 [2021-01-19T18:33:55.876Z] Step 22/24 : LABEL arch=arm64 [2021-01-19T18:33:56.469Z] ---> Running in 4c45bf2c3e44 [2021-01-19T18:33:56.469Z] Removing intermediate container 0a77348c45be [2021-01-19T18:33:56.469Z] ---> 9f5128e4c7c3 [2021-01-19T18:33:56.469Z] [2021-01-19T18:33:57.067Z] Successfully built 9f5128e4c7c3 [2021-01-19T18:33:57.338Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-19T18:33:57.338Z] Building docker-security-bootstrap-redis-go [2021-01-19T18:33:57.338Z]  Building docker-core-metadata-go ... done Removing intermediate container 4c45bf2c3e44 [2021-01-19T18:33:57.338Z] ---> a56239653fdf [2021-01-19T18:33:57.338Z] Step 23/24 : LABEL git_sha=3e67698cbb810023419c359c80ab6fd84a40332c [2021-01-19T18:33:57.928Z] ---> Running in e30b4d2948d8 [2021-01-19T18:33:58.526Z] Removing intermediate container e30b4d2948d8 [2021-01-19T18:33:58.526Z] ---> 2dc6ac16807a [2021-01-19T18:33:58.526Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T18:33:58.806Z] ---> Running in a5b2babe54d0 [2021-01-19T18:33:59.788Z] Removing intermediate container a5b2babe54d0 [2021-01-19T18:33:59.788Z] ---> 6a509703bc57 [2021-01-19T18:33:59.788Z] [2021-01-19T18:34:00.379Z] Successfully built 6a509703bc57 [2021-01-19T18:34:00.380Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-19T18:34:32.697Z]  Building docker-security-secretstore-setup-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T18:34:32.697Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-19T18:34:32.697Z] ---> 1f115ba8cbbc [2021-01-19T18:34:32.697Z] Step 3/26 : WORKDIR /edgex-go [2021-01-19T18:34:32.697Z] ---> Using cache [2021-01-19T18:34:32.697Z] ---> cdcded710585 [2021-01-19T18:34:32.697Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T18:34:32.697Z] ---> Using cache [2021-01-19T18:34:32.697Z] ---> 1f69f89ca9a8 [2021-01-19T18:34:32.697Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-19T18:34:37.038Z] ---> Running in 09c4436a2bc3 [2021-01-19T18:34:37.636Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T18:34:38.613Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T18:34:40.047Z] OK: 217 MiB in 51 packages [2021-01-19T18:34:41.043Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T18:34:41.320Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T18:34:41.320Z] ---> 1f115ba8cbbc [2021-01-19T18:34:41.320Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T18:34:41.320Z] ---> Using cache [2021-01-19T18:34:41.320Z] ---> cdcded710585 [2021-01-19T18:34:41.320Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T18:34:41.320Z] ---> Using cache [2021-01-19T18:34:41.320Z] ---> 1f69f89ca9a8 [2021-01-19T18:34:41.320Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T18:34:41.598Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T18:34:41.598Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-19T18:34:41.598Z] ---> 1f115ba8cbbc [2021-01-19T18:34:41.598Z] Step 3/23 : WORKDIR /edgex-go [2021-01-19T18:34:41.598Z] ---> Using cache [2021-01-19T18:34:41.598Z] ---> cdcded710585 [2021-01-19T18:34:41.598Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T18:34:41.598Z] ---> Using cache [2021-01-19T18:34:41.598Z] ---> 1f69f89ca9a8 [2021-01-19T18:34:41.598Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-19T18:34:42.195Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T18:34:42.195Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T18:34:42.195Z] ---> 1f115ba8cbbc [2021-01-19T18:34:42.195Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T18:34:42.195Z] ---> Using cache [2021-01-19T18:34:42.195Z] ---> cdcded710585 [2021-01-19T18:34:42.195Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T18:34:42.195Z] ---> Using cache [2021-01-19T18:34:42.195Z] ---> 1f69f89ca9a8 [2021-01-19T18:34:42.195Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T18:34:42.195Z] ---> Running in 85a17857fbb5 [2021-01-19T18:34:42.195Z] ---> Running in 2dae5eee9e84 [2021-01-19T18:34:42.195Z] ---> Running in 8c1273a1ac81 [2021-01-19T18:34:42.798Z] Removing intermediate container 09c4436a2bc3 [2021-01-19T18:34:42.798Z] ---> b8124c22827a [2021-01-19T18:34:42.798Z] Step 6/26 : COPY go.mod . [2021-01-19T18:34:44.249Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T18:34:44.249Z] ---> e51560386005 [2021-01-19T18:34:44.249Z] Step 7/26 : RUN go mod download [2021-01-19T18:34:44.249Z] ---> Running in bcd8ed640f2d [2021-01-19T18:34:44.522Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T18:34:44.522Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T18:34:44.794Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T18:34:45.391Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T18:34:45.391Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T18:34:46.372Z] OK: 217 MiB in 51 packages [2021-01-19T18:34:46.648Z] Removing intermediate container bcd8ed640f2d [2021-01-19T18:34:46.648Z] ---> 64b6fb0b4fea [2021-01-19T18:34:46.648Z] Step 8/26 : COPY . . [2021-01-19T18:34:47.255Z] OK: 217 MiB in 51 packages [2021-01-19T18:34:47.255Z] OK: 217 MiB in 51 packages [2021-01-19T18:34:47.877Z] Removing intermediate container 2dae5eee9e84 [2021-01-19T18:34:47.877Z] ---> 750340253d6e [2021-01-19T18:34:47.877Z] Step 6/23 : COPY go.mod . [2021-01-19T18:34:49.323Z] ---> fc87f3645b26 [2021-01-19T18:34:49.323Z] Step 7/23 : RUN go mod download [2021-01-19T18:34:50.315Z] ---> Running in b54a2166c5ab [2021-01-19T18:34:50.315Z] Removing intermediate container 85a17857fbb5 [2021-01-19T18:34:50.315Z] ---> 199dbf27da01 [2021-01-19T18:34:50.315Z] Step 6/22 : COPY go.mod . [2021-01-19T18:34:50.915Z] Removing intermediate container 8c1273a1ac81 [2021-01-19T18:34:50.915Z] ---> 888ce57965f5 [2021-01-19T18:34:50.915Z] Step 6/22 : COPY go.mod . [2021-01-19T18:34:51.188Z] ---> 13a971563045 [2021-01-19T18:34:51.188Z] Step 7/22 : RUN go mod download [2021-01-19T18:34:51.462Z] ---> Running in ee69fd0065c4 [2021-01-19T18:34:51.734Z] ---> 20215c5194e2 [2021-01-19T18:34:51.734Z] Step 7/22 : RUN go mod download [2021-01-19T18:34:52.326Z] ---> Running in a1fddf873f6e [2021-01-19T18:34:54.965Z] Removing intermediate container b54a2166c5ab [2021-01-19T18:34:54.965Z] ---> ff001d06766e [2021-01-19T18:34:54.965Z] Step 8/23 : COPY . . [2021-01-19T18:34:55.561Z] Removing intermediate container ee69fd0065c4 [2021-01-19T18:34:55.561Z] ---> 6c37f4c017bd [2021-01-19T18:34:55.561Z] Step 8/22 : COPY . . [2021-01-19T18:34:56.168Z] Removing intermediate container a1fddf873f6e [2021-01-19T18:34:56.168Z] ---> 89c15d684036 [2021-01-19T18:34:56.168Z] Step 8/22 : COPY . . [2021-01-19T18:35:04.493Z] ---> 4abcfb82222e [2021-01-19T18:35:04.493Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-19T18:35:07.155Z] ---> Running in f7e4948d4b4e [2021-01-19T18:35:08.602Z] 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-19T18:35:14.016Z] ---> 64bcb404eabd [2021-01-19T18:35:14.016Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-19T18:35:14.016Z] ---> Running in 5bd8f4724aca [2021-01-19T18:35:14.016Z] ---> 1a3d2b0e38de [2021-01-19T18:35:14.016Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-19T18:35:14.531Z] ---> Running in 0595dd862ea0 [2021-01-19T18:35:14.873Z] ---> 6464b9999949 [2021-01-19T18:35:14.873Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-19T18:35:15.502Z] ---> Running in 079b87001282 [2021-01-19T18:35:16.518Z] 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-19T18:35:17.147Z] 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-19T18:35:17.750Z] 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-19T18:36:25.803Z] Removing intermediate container f7e4948d4b4e [2021-01-19T18:36:25.803Z] ---> aed4b4cbd50e [2021-01-19T18:36:25.803Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-19T18:36:25.803Z] ---> Running in 73974f5f13e3 [2021-01-19T18:36:25.803Z] 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-19T18:36:25.803Z] Removing intermediate container 73974f5f13e3 [2021-01-19T18:36:25.803Z] ---> 36ebd4cc4216 [2021-01-19T18:36:25.803Z] [2021-01-19T18:36:25.803Z] Step 11/26 : FROM docker:20.10.0 [2021-01-19T18:36:25.803Z] 20.10.0: Pulling from library/docker [2021-01-19T18:36:32.567Z] Removing intermediate container 0595dd862ea0 [2021-01-19T18:36:32.567Z] ---> 782a08f829ad [2021-01-19T18:36:32.567Z] [2021-01-19T18:36:32.567Z] Step 10/22 : FROM alpine:3.12 [2021-01-19T18:36:32.567Z] ---> afeebe901d6b [2021-01-19T18:36:32.567Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T18:36:32.567Z] ---> Using cache [2021-01-19T18:36:32.567Z] ---> 6072cc8676d4 [2021-01-19T18:36:32.567Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-19T18:36:32.567Z] ---> Running in 40a943f9d7ac [2021-01-19T18:36:33.178Z] Removing intermediate container 40a943f9d7ac [2021-01-19T18:36:33.178Z] ---> 0a95318b6430 [2021-01-19T18:36:33.178Z] Step 13/22 : WORKDIR / [2021-01-19T18:36:33.777Z] ---> Running in d67f4981b663 [2021-01-19T18:36:35.224Z] Removing intermediate container d67f4981b663 [2021-01-19T18:36:35.224Z] ---> 93f67b7d0e06 [2021-01-19T18:36:35.224Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T18:36:37.201Z] ---> a24a9d0311bf [2021-01-19T18:36:37.201Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-19T18:36:37.476Z] Removing intermediate container 079b87001282 [2021-01-19T18:36:37.748Z] ---> ef8105dbfcda [2021-01-19T18:36:37.749Z] [2021-01-19T18:36:37.749Z] Step 10/22 : FROM scratch [2021-01-19T18:36:37.749Z] ---> [2021-01-19T18:36:37.749Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T18:36:37.749Z] ---> Using cache [2021-01-19T18:36:37.749Z] ---> 8763b0f15f31 [2021-01-19T18:36:37.749Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-19T18:36:38.345Z] ---> Running in 17b371179e0d [2021-01-19T18:36:38.947Z] Removing intermediate container 17b371179e0d [2021-01-19T18:36:38.947Z] ---> afac4fe2ed6d [2021-01-19T18:36:38.947Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T18:36:38.947Z] ---> 720114e47bc4 [2021-01-19T18:36:38.947Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-19T18:36:39.223Z] ---> Running in 2f9121c90410 [2021-01-19T18:36:40.227Z] Removing intermediate container 2f9121c90410 [2021-01-19T18:36:40.227Z] ---> 00abe11578f2 [2021-01-19T18:36:40.227Z] Step 14/22 : WORKDIR / [2021-01-19T18:36:40.227Z] ---> 522f20c7fcc6 [2021-01-19T18:36:40.227Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-19T18:36:40.227Z] ---> Running in b094d0d3ccd1 [2021-01-19T18:36:41.660Z] Removing intermediate container b094d0d3ccd1 [2021-01-19T18:36:41.660Z] ---> 451630c04383 [2021-01-19T18:36:41.660Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T18:36:41.937Z] ---> bfea0d78a3b2 [2021-01-19T18:36:41.937Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-19T18:36:42.211Z] ---> Running in 2eeecfa8adb4 [2021-01-19T18:36:42.820Z] ---> 90c17096cdb2 [2021-01-19T18:36:42.820Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-19T18:36:43.807Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-19T18:36:43.807Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-19T18:36:43.807Z] ---> eeaf43b92773 [2021-01-19T18:36:43.807Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-19T18:36:44.411Z] ---> Running in e77d0826573c [2021-01-19T18:36:44.691Z] ---> 416228e1f8e9 [2021-01-19T18:36:44.691Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-19T18:36:45.697Z] Removing intermediate container 2eeecfa8adb4 [2021-01-19T18:36:45.697Z] ---> 30bc96059744 [2021-01-19T18:36:45.697Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-19T18:36:45.697Z] ---> 06486b28e126 [2021-01-19T18:36:45.697Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-19T18:36:45.972Z] ---> Running in 1668660b61e4 [2021-01-19T18:36:45.972Z] ---> Running in 968d23069af2 [2021-01-19T18:36:45.972Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T18:36:46.247Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T18:36:46.519Z] Removing intermediate container 968d23069af2 [2021-01-19T18:36:46.519Z] ---> 0265a554b630 [2021-01-19T18:36:46.519Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"]Removing intermediate container 1668660b61e4 [2021-01-19T18:36:46.519Z] ---> e3f570321b8a [2021-01-19T18:36:46.519Z] Step 20/22 : LABEL arch=arm64 [2021-01-19T18:36:46.519Z] [2021-01-19T18:36:46.795Z] ---> Running in 516b1b2eea4f [2021-01-19T18:36:46.795Z] ---> Running in 28dc717db1ef [2021-01-19T18:36:46.795Z] (1/2) Installing readline (8.0.4-r0) [2021-01-19T18:36:46.795Z] (2/2) Installing bash (5.0.17-r0) [2021-01-19T18:36:46.795Z] Executing bash-5.0.17-r0.post-install [2021-01-19T18:36:46.795Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T18:36:46.795Z] OK: 12 MiB in 22 packages [2021-01-19T18:36:47.399Z] Removing intermediate container 28dc717db1ef [2021-01-19T18:36:47.399Z] ---> 2ebca813905d [2021-01-19T18:36:47.399Z] Step 20/22 : LABEL arch=arm64 [2021-01-19T18:36:47.399Z] Removing intermediate container 516b1b2eea4f [2021-01-19T18:36:47.399Z] ---> cf73474276a6 [2021-01-19T18:36:47.399Z] Step 21/22 : LABEL git_sha=3e67698cbb810023419c359c80ab6fd84a40332c [2021-01-19T18:36:47.690Z] ---> Running in 4d8ade328cc5 [2021-01-19T18:36:47.690Z] ---> Running in 9a1ed8f31eb7 [2021-01-19T18:36:48.286Z] Removing intermediate container 9a1ed8f31eb7 [2021-01-19T18:36:48.286Z] ---> a65003381186 [2021-01-19T18:36:48.286Z] Step 21/22 : LABEL git_sha=3e67698cbb810023419c359c80ab6fd84a40332c [2021-01-19T18:36:48.286Z] Removing intermediate container 4d8ade328cc5 [2021-01-19T18:36:48.286Z] ---> 6a8880516674 [2021-01-19T18:36:48.286Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T18:36:48.561Z] ---> Running in acc1ed1b9ed8 [2021-01-19T18:36:48.561Z] ---> Running in 31a32a893d03 [2021-01-19T18:36:48.833Z] Removing intermediate container e77d0826573c [2021-01-19T18:36:48.833Z] ---> a950edc9d262 [2021-01-19T18:36:48.833Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-19T18:36:48.833Z] ---> Running in 7d00a9983e2d [2021-01-19T18:36:49.432Z] Removing intermediate container acc1ed1b9ed8 [2021-01-19T18:36:49.432Z] Removing intermediate container 31a32a893d03 [2021-01-19T18:36:49.432Z] ---> 1239ad6b4369 [2021-01-19T18:36:49.432Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T18:36:49.432Z] ---> b3ed6ecc38b9 [2021-01-19T18:36:49.432Z] [2021-01-19T18:36:49.703Z] Removing intermediate container 7d00a9983e2d [2021-01-19T18:36:49.703Z] ---> 27d0cf0c2d8a [2021-01-19T18:36:49.703Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-19T18:36:49.703Z] Successfully built b3ed6ecc38b9 [2021-01-19T18:36:49.973Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-19T18:36:49.973Z]  Building docker-security-bootstrap-redis-go ... done  ---> Running in e6e14076d028 [2021-01-19T18:36:49.973Z] ---> Running in db9897c5c591 [2021-01-19T18:36:50.571Z] Removing intermediate container e6e14076d028 [2021-01-19T18:36:50.571Z] ---> 1d015785fc2a [2021-01-19T18:36:50.571Z] [2021-01-19T18:36:50.842Z] Successfully built 1d015785fc2a [2021-01-19T18:36:50.842Z] Removing intermediate container db9897c5c591 [2021-01-19T18:36:50.842Z] ---> 726f7f896c89 [2021-01-19T18:36:50.842Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-19T18:36:50.842Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-19T18:36:51.118Z]  Building docker-core-command-go ... done Removing intermediate container 5bd8f4724aca [2021-01-19T18:36:51.118Z] ---> 4afd983f0f43 [2021-01-19T18:36:51.118Z] [2021-01-19T18:36:51.118Z] Step 10/23 : FROM alpine:3.12 [2021-01-19T18:36:51.118Z] ---> afeebe901d6b [2021-01-19T18:36:51.118Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T18:36:51.389Z] ---> Running in 1528c632a031 [2021-01-19T18:36:51.389Z] ---> Running in 108f234e1bb6 [2021-01-19T18:36:51.659Z] Removing intermediate container 1528c632a031 [2021-01-19T18:36:51.659Z] ---> 9460e05e5d18 [2021-01-19T18:36:51.659Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-19T18:36:51.929Z] Removing intermediate container 108f234e1bb6 [2021-01-19T18:36:51.929Z] ---> 455c303595d7 [2021-01-19T18:36:51.929Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-19T18:36:52.201Z] ---> Running in 66e6790d62cf [2021-01-19T18:36:52.478Z] Removing intermediate container 66e6790d62cf [2021-01-19T18:36:52.478Z] ---> eec904e0c34f [2021-01-19T18:36:52.478Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-19T18:36:53.077Z] ---> Running in 20ff19155aa4 [2021-01-19T18:36:53.077Z] ---> 7c0e6ce73534 [2021-01-19T18:36:53.077Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-19T18:36:53.351Z] Removing intermediate container 20ff19155aa4 [2021-01-19T18:36:53.351Z] ---> 850900391698 [2021-01-19T18:36:53.351Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T18:36:53.633Z] ---> Running in c4be1a663ae3 [2021-01-19T18:36:53.633Z] ---> 3fa22caaf8ad [2021-01-19T18:36:53.633Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-19T18:36:54.613Z] ---> f6e20471dda4 [2021-01-19T18:36:54.613Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-19T18:36:54.889Z] ---> Running in 98c6a1aa106e [2021-01-19T18:36:56.322Z] Removing intermediate container c4be1a663ae3 [2021-01-19T18:36:56.322Z] ---> e28c81fd90d0 [2021-01-19T18:36:56.322Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-19T18:36:56.322Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T18:36:56.322Z] ---> Running in 6be62f61ff53 [2021-01-19T18:36:56.322Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T18:36:56.913Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-19T18:36:56.913Z] (2/33) Installing expat (2.2.9-r1) [2021-01-19T18:36:56.913Z] (3/33) Installing libffi (3.3-r2) [2021-01-19T18:36:56.913Z] (4/33) Installing gdbm (1.13-r1) [2021-01-19T18:36:56.913Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-19T18:36:56.913Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-19T18:36:56.913Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-19T18:36:57.186Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T18:36:58.160Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T18:36:58.753Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-19T18:36:58.753Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-19T18:36:58.753Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-19T18:36:58.753Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-19T18:36:58.753Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-19T18:36:58.753Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-19T18:36:58.753Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-19T18:36:58.753Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-19T18:36:58.753Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-19T18:36:58.753Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-19T18:36:59.025Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-19T18:36:59.025Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-19T18:36:59.025Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-19T18:36:59.025Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-19T18:36:59.025Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-19T18:36:59.025Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-19T18:36:59.025Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-19T18:36:59.025Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-19T18:36:59.025Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-19T18:36:59.295Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-19T18:36:59.295Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-19T18:36:59.295Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-19T18:36:59.295Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-19T18:36:59.295Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-19T18:36:59.295Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-19T18:36:59.295Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-19T18:36:59.295Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-19T18:36:59.295Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-19T18:36:59.295Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T18:36:59.569Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-19T18:36:59.569Z] OK: 71 MiB in 55 packages [2021-01-19T18:36:59.841Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-19T18:36:59.841Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-19T18:37:00.115Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T18:37:00.115Z] OK: 8 MiB in 19 packages [2021-01-19T18:37:02.092Z] Removing intermediate container 6be62f61ff53 [2021-01-19T18:37:02.092Z] ---> e92832be1954 [2021-01-19T18:37:02.092Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T18:37:02.687Z] ---> 2ea19d23d376 [2021-01-19T18:37:02.687Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-19T18:37:04.651Z] ---> 2255c0eaa92f [2021-01-19T18:37:04.651Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-19T18:37:05.246Z] ---> b9f6e03f67ba [2021-01-19T18:37:05.246Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-19T18:37:05.520Z] ---> Running in 06b61100e8bc [2021-01-19T18:37:06.120Z] Removing intermediate container 06b61100e8bc [2021-01-19T18:37:06.120Z] ---> 057134074113 [2021-01-19T18:37:06.120Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T18:37:06.120Z] Removing intermediate container 98c6a1aa106e [2021-01-19T18:37:06.120Z] ---> 2bee0c010707 [2021-01-19T18:37:06.120Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-19T18:37:06.120Z] ---> Running in 8fd88ed6c696 [2021-01-19T18:37:06.120Z] ---> Running in 6593c92a5169 [2021-01-19T18:37:06.716Z] Removing intermediate container 8fd88ed6c696 [2021-01-19T18:37:06.716Z] ---> 7a1271f80eb0 [2021-01-19T18:37:06.716Z] Step 21/23 : LABEL arch=arm64 [2021-01-19T18:37:06.988Z] ---> Running in 7b377ca8b24a [2021-01-19T18:37:07.581Z] Removing intermediate container 7b377ca8b24a [2021-01-19T18:37:07.581Z] ---> 802fba38edfb [2021-01-19T18:37:07.581Z] Step 22/23 : LABEL git_sha=3e67698cbb810023419c359c80ab6fd84a40332c [2021-01-19T18:37:07.581Z] ---> Running in 5a94d690074d [2021-01-19T18:37:08.176Z] Removing intermediate container 5a94d690074d [2021-01-19T18:37:08.176Z] ---> 5797dcdc198e [2021-01-19T18:37:08.176Z] Step 23/23 : LABEL version=0.0.0 [2021-01-19T18:37:08.176Z] ---> Running in ba4b98dce2d4 [2021-01-19T18:37:08.778Z] Removing intermediate container ba4b98dce2d4 [2021-01-19T18:37:08.778Z] ---> 607f2780264b [2021-01-19T18:37:08.778Z] [2021-01-19T18:37:09.048Z] Successfully built 607f2780264b [2021-01-19T18:37:09.048Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-19T18:37:11.650Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-01-19T18:37:11.650Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-19T18:37:11.920Z] Collecting docopt<0.7,>=0.6.1 [2021-01-19T18:37:11.920Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-19T18:37:14.518Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-19T18:37:14.518Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-19T18:37:15.134Z] Collecting texttable<0.10,>=0.9.0 [2021-01-19T18:37:15.134Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-19T18:37:17.802Z] Collecting docker<4.0,>=3.6.0 [2021-01-19T18:37:17.802Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-19T18:37:18.076Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-19T18:37:18.076Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-19T18:37:20.036Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-19T18:37:20.036Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-19T18:37:20.307Z] 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-19T18:37:20.578Z] Collecting jsonschema<3,>=2.5.1 [2021-01-19T18:37:20.578Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-19T18:37:20.847Z] Collecting cached-property<2,>=1.2.0 [2021-01-19T18:37:21.118Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-19T18:37:21.708Z] Collecting PyYAML<4,>=3.10 [2021-01-19T18:37:21.708Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-19T18:37:24.308Z] 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-19T18:37:24.308Z] 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-19T18:37:24.577Z] Collecting idna<2.8,>=2.5 [2021-01-19T18:37:24.577Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-19T18:37:25.166Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-19T18:37:25.166Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-19T18:37:25.437Z] Collecting docker-pycreds>=0.4.0 [2021-01-19T18:37:25.437Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-19T18:37:25.437Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-19T18:37:25.437Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-19T18:37:25.437Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-19T18:37:25.437Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-19T18:37:26.434Z] Installing collected packages: docopt, idna, urllib3, requests, texttable, websocket-client, docker-pycreds, docker, dockerpty, jsonschema, cached-property, PyYAML, docker-compose [2021-01-19T18:37:26.434Z] Running setup.py install for docopt: started [2021-01-19T18:37:28.395Z] Running setup.py install for docopt: finished with status 'done' [2021-01-19T18:37:28.395Z] Attempting uninstall: idna [2021-01-19T18:37:28.395Z] Found existing installation: idna 2.9 [2021-01-19T18:37:28.395Z] Uninstalling idna-2.9: [2021-01-19T18:37:28.395Z] Successfully uninstalled idna-2.9 [2021-01-19T18:37:28.666Z] Attempting uninstall: urllib3 [2021-01-19T18:37:28.666Z] Found existing installation: urllib3 1.25.9 [2021-01-19T18:37:28.666Z] Uninstalling urllib3-1.25.9: [2021-01-19T18:37:28.938Z] Successfully uninstalled urllib3-1.25.9 [2021-01-19T18:37:29.527Z] Attempting uninstall: requests [2021-01-19T18:37:29.527Z] Found existing installation: requests 2.23.0 [2021-01-19T18:37:29.527Z] Uninstalling requests-2.23.0: [2021-01-19T18:37:29.527Z] Successfully uninstalled requests-2.23.0 [2021-01-19T18:37:29.797Z] Running setup.py install for texttable: started [2021-01-19T18:37:31.760Z] Running setup.py install for texttable: finished with status 'done' [2021-01-19T18:37:32.727Z] Running setup.py install for dockerpty: started [2021-01-19T18:37:34.688Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-19T18:37:34.688Z] Running setup.py install for PyYAML: started [2021-01-19T18:37:37.292Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-19T18:37:37.563Z] 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-19T18:37:41.846Z] Removing intermediate container 6593c92a5169 [2021-01-19T18:37:41.846Z] ---> 427491a47b10 [2021-01-19T18:37:41.846Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-19T18:37:41.846Z] ---> Running in a0be6deac1c4 [2021-01-19T18:37:42.821Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T18:37:42.821Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T18:37:43.413Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T18:37:43.413Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-19T18:37:43.413Z] (3/3) Installing curl (7.69.1-r3) [2021-01-19T18:37:43.413Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T18:37:43.684Z] OK: 71 MiB in 58 packages [2021-01-19T18:37:44.659Z] Removing intermediate container a0be6deac1c4 [2021-01-19T18:37:44.659Z] ---> 23a5f8507f6b [2021-01-19T18:37:44.659Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-19T18:37:44.930Z] ---> Running in 0e0a4639fa8b [2021-01-19T18:37:45.200Z] Removing intermediate container 0e0a4639fa8b [2021-01-19T18:37:45.200Z] ---> 75e3184fd96d [2021-01-19T18:37:45.200Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T18:37:45.473Z] ---> Running in 6c6c985c32c6 [2021-01-19T18:37:45.748Z] Removing intermediate container 6c6c985c32c6 [2021-01-19T18:37:45.748Z] ---> 35d197171de8 [2021-01-19T18:37:45.748Z] Step 24/26 : LABEL arch=arm64 [2021-01-19T18:37:46.020Z] ---> Running in 59a53da20a8e [2021-01-19T18:37:46.614Z] Removing intermediate container 59a53da20a8e [2021-01-19T18:37:46.614Z] ---> b55fc8f0b125 [2021-01-19T18:37:46.614Z] Step 25/26 : LABEL git_sha=3e67698cbb810023419c359c80ab6fd84a40332c [2021-01-19T18:37:46.614Z] ---> Running in d1663f418df1 [2021-01-19T18:37:47.204Z] Removing intermediate container d1663f418df1 [2021-01-19T18:37:47.204Z] ---> 08d9c2441a15 [2021-01-19T18:37:47.204Z] Step 26/26 : LABEL version=0.0.0 [2021-01-19T18:37:47.204Z] ---> Running in f4ce14212572 [2021-01-19T18:37:47.793Z] Removing intermediate container f4ce14212572 [2021-01-19T18:37:47.793Z] ---> 8fa09e8f1b8e [2021-01-19T18:37:47.793Z] [2021-01-19T18:37:48.064Z] Successfully built 8fa09e8f1b8e [2021-01-19T18:37:48.064Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-19T18:37:48.346Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-19T18:37:48.346Z] $ docker stop --time=1 38bf8546895fe231d10e6f17bb95d082b5e7ea9b2e9209bf88943e717e74bb21 [2021-01-19T18:37:50.189Z] $ docker rm -f 38bf8546895fe231d10e6f17bb95d082b5e7ea9b2e9209bf88943e717e74bb21 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T18:37:50.832Z] + docker images [2021-01-19T18:37:50.832Z] + grep docker [2021-01-19T18:37:51.102Z] docker-sys-mgmt-agent-go-arm64 latest 8fa09e8f1b8e 3 seconds ago 300MB [2021-01-19T18:37:51.102Z] docker-core-data-go-arm64 latest 607f2780264b 42 seconds ago 21MB [2021-01-19T18:37:51.102Z] docker-core-command-go-arm64 latest 1d015785fc2a About a minute ago 9.98MB [2021-01-19T18:37:51.102Z] docker-security-bootstrap-redis-go-arm64 latest b3ed6ecc38b9 About a minute ago 15.1MB [2021-01-19T18:37:51.102Z] docker-security-secretstore-setup-go-arm64 latest 6a509703bc57 3 minutes ago 23.4MB [2021-01-19T18:37:51.102Z] docker-core-metadata-go-arm64 latest 9f5128e4c7c3 3 minutes ago 12.3MB [2021-01-19T18:37:51.102Z] docker-support-notifications-go-arm64 latest 9276b8c0ee9d 3 minutes ago 11.4MB [2021-01-19T18:37:51.102Z] docker-security-proxy-setup-go-arm64 latest d22a5d1ee11e 3 minutes ago 23.2MB [2021-01-19T18:37:51.102Z] docker-support-scheduler-go-arm64 latest 697b0e52e4fc 4 minutes ago 10MB [2021-01-19T18:37:51.102Z] 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-19T18:37:52.710Z] provisioning config files... [2021-01-19T18:37:52.721Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/14@tmp/config2574600299626088181tmp [Pipeline] { [Pipeline] sh [2021-01-19T18:37:53.105Z] + set +x [2021-01-19T18:37:53.105Z] + curl -s https://codecov.io/bash [2021-01-19T18:37:53.105Z] + bash -s -- [2021-01-19T18:37:53.366Z] [2021-01-19T18:37:53.366Z] _____ _ [2021-01-19T18:37:53.366Z] / ____| | | [2021-01-19T18:37:53.366Z] | | ___ __| | ___ ___ _____ __ [2021-01-19T18:37:53.366Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-19T18:37:53.366Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-19T18:37:53.366Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-19T18:37:53.366Z] Bash-20210115-cec3c92 [2021-01-19T18:37:53.366Z] [2021-01-19T18:37:53.366Z] [2021-01-19T18:37:53.366Z] ==> git version 2.24.3 found [2021-01-19T18:37:53.626Z] ==> 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-19T18:37:53.626Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-19T18:37:53.626Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-19T18:37:53.626Z] ==> Jenkins CI detected. [2021-01-19T18:37:53.626Z] project root: . [2021-01-19T18:37:53.626Z] --> token set from env [2021-01-19T18:37:53.626Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-19T18:37:53.626Z] ==> Running gcov in . (disable via -X gcov) [2021-01-19T18:37:53.626Z] ==> Python coveragepy not found [2021-01-19T18:37:53.626Z] ==> Searching for coverage reports in: [2021-01-19T18:37:53.626Z] + . [2021-01-19T18:37:53.626Z] -> Found 1 reports [2021-01-19T18:37:53.626Z] ==> Detecting git/mercurial file structure [2021-01-19T18:37:53.626Z] ==> Reading reports [2021-01-19T18:37:53.626Z] + ./coverage.out bytes=550280 [2021-01-19T18:37:53.626Z] ==> Appending adjustments [2021-01-19T18:37:53.626Z] https://docs.codecov.io/docs/fixing-reports [2021-01-19T18:37:56.937Z] + Found adjustments [2021-01-19T18:37:56.937Z] ==> Gzipping contents [2021-01-19T18:37:56.937Z] 84K /tmp/codecov.NECezM.gz [2021-01-19T18:37:56.937Z] ==> Uploading reports [2021-01-19T18:37:56.937Z] url: https://codecov.io [2021-01-19T18:37:56.937Z] query: branch=PR-3027&commit=3e67698cbb810023419c359c80ab6fd84a40332c&build=14&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3027%2F14%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3027&job=&cmd_args= [2021-01-19T18:37:56.937Z] -> Pinging Codecov [2021-01-19T18:37:56.937Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3027&commit=3e67698cbb810023419c359c80ab6fd84a40332c&build=14&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3027%2F14%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3027&job=&cmd_args= [2021-01-19T18:37:57.199Z] -> Uploading to [2021-01-19T18:37:57.199Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-19/00271124DB129430A58F1EEE437C3FCB/3e67698cbb810023419c359c80ab6fd84a40332c/52fccad3-15a4-4f01-b1c8-3d4062103604.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210119T183757Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=db0be028eac18598908d623a5f7e64aebc912f3dcf7a7b3fb4c10b1e9630fbec [2021-01-19T18:37:57.199Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T18:37:57.199Z] Dload Upload Total Spent Left Speed [2021-01-19T18:37:57.772Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83274 0 0 100 83274 0 129k --:--:-- --:--:-- --:--:-- 129k [2021-01-19T18:37:57.772Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/3e67698cbb810023419c359c80ab6fd84a40332c [Pipeline] } [2021-01-19T18:37:57.782Z] 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-19T18:37:59.512Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T18:38:00.389Z] ---> package-listing.sh [2021-01-19T18:38:00.389Z] ++ facter osfamily [2021-01-19T18:38:00.389Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-19T18:38:00.389Z] + OS_FAMILY=redhat [2021-01-19T18:38:00.389Z] + workspace=/w/workspace/edgex-go/14 [2021-01-19T18:38:00.389Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-19T18:38:00.389Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-19T18:38:00.389Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-19T18:38:00.389Z] + PACKAGES=/tmp/packages_start.txt [2021-01-19T18:38:00.389Z] + '[' /w/workspace/edgex-go/14 ']' [2021-01-19T18:38:00.389Z] + PACKAGES=/tmp/packages_end.txt [2021-01-19T18:38:00.389Z] + case "${OS_FAMILY}" in [2021-01-19T18:38:00.389Z] + rpm -qa [2021-01-19T18:38:00.389Z] + sort [2021-01-19T18:38:05.721Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-19T18:38:05.721Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-19T18:38:05.721Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-19T18:38:05.721Z] + '[' /w/workspace/edgex-go/14 ']' [2021-01-19T18:38:05.721Z] + mkdir -p /w/workspace/edgex-go/14/archives/ [2021-01-19T18:38:05.721Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/14/archives/ [Pipeline] echo [2021-01-19T18:38:05.733Z] 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/14/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-19T18:38:06.020Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-19T18:38:06.322Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T18:38:06.322Z] [2021-01-19T18:38:06.322Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-19T18:38:06.665Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T18:38:06.665Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-19T18:38:06.665Z] df20fa9351a1: Pulling fs layer [2021-01-19T18:38:06.665Z] 36b3adc4ff6f: Pulling fs layer [2021-01-19T18:38:06.665Z] 8ad3a11d3b57: Pulling fs layer [2021-01-19T18:38:06.665Z] 46f8f816bc3b: Pulling fs layer [2021-01-19T18:38:06.665Z] 93b61091891f: Pulling fs layer [2021-01-19T18:38:06.665Z] 93b9cdb0e59b: Pulling fs layer [2021-01-19T18:38:06.665Z] 5e14af77c1be: Pulling fs layer [2021-01-19T18:38:06.665Z] 01666e4c0597: Pulling fs layer [2021-01-19T18:38:06.665Z] aa168da1d23b: Pulling fs layer [2021-01-19T18:38:06.665Z] 93b9cdb0e59b: Waiting [2021-01-19T18:38:06.665Z] 46f8f816bc3b: Waiting [2021-01-19T18:38:06.665Z] 93b61091891f: Waiting [2021-01-19T18:38:06.665Z] 5e14af77c1be: Waiting [2021-01-19T18:38:06.665Z] 01666e4c0597: Waiting [2021-01-19T18:38:06.665Z] aa168da1d23b: Waiting [2021-01-19T18:38:06.665Z] 36b3adc4ff6f: Verifying Checksum [2021-01-19T18:38:06.665Z] 36b3adc4ff6f: Download complete [2021-01-19T18:38:06.665Z] 46f8f816bc3b: Verifying Checksum [2021-01-19T18:38:06.665Z] 46f8f816bc3b: Download complete [2021-01-19T18:38:06.665Z] df20fa9351a1: Verifying Checksum [2021-01-19T18:38:06.665Z] df20fa9351a1: Download complete [2021-01-19T18:38:06.937Z] 93b9cdb0e59b: Verifying Checksum [2021-01-19T18:38:06.937Z] 93b9cdb0e59b: Download complete [2021-01-19T18:38:06.937Z] 93b61091891f: Download complete [2021-01-19T18:38:06.937Z] 5e14af77c1be: Download complete [2021-01-19T18:38:06.937Z] 01666e4c0597: Verifying Checksum [2021-01-19T18:38:06.937Z] 01666e4c0597: Download complete [2021-01-19T18:38:06.937Z] 8ad3a11d3b57: Verifying Checksum [2021-01-19T18:38:06.937Z] 8ad3a11d3b57: Download complete [2021-01-19T18:38:07.202Z] df20fa9351a1: Pull complete [2021-01-19T18:38:07.202Z] 36b3adc4ff6f: Pull complete [2021-01-19T18:38:08.174Z] 8ad3a11d3b57: Pull complete [2021-01-19T18:38:08.174Z] 46f8f816bc3b: Pull complete [2021-01-19T18:38:08.747Z] aa168da1d23b: Verifying Checksum [2021-01-19T18:38:08.747Z] aa168da1d23b: Download complete [2021-01-19T18:38:10.134Z] 93b61091891f: Pull complete [2021-01-19T18:38:10.134Z] 93b9cdb0e59b: Pull complete [2021-01-19T18:38:10.134Z] 5e14af77c1be: Pull complete [2021-01-19T18:38:10.398Z] 01666e4c0597: Pull complete [2021-01-19T18:38:28.542Z] aa168da1d23b: Pull complete [2021-01-19T18:38:28.542Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-19T18:38:28.542Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T18:38:28.542Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-19T18:38:28.816Z] prd-centos7-docker-4c-2g-21263 does not seem to be running inside a container [2021-01-19T18:38:28.891Z] $ 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/14/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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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:10003/edgex-lftools-log-publisher:alpine cat [2021-01-19T18:38:31.811Z] $ docker top 5439ef0aff8d81d36fb33b401f413475ce8b9b613b6bf37b05ddd195b0324c3a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T18:38:32.312Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-19T18:38:32.606Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-19T18:38:32.899Z] + ls /var/log/sa-host [2021-01-19T18:38:32.899Z] + sadf -c /var/log/sa-host/sa19 [2021-01-19T18:38:32.899Z] file_magic: OK [2021-01-19T18:38:32.899Z] HZ: Using current value: 100 [2021-01-19T18:38:32.899Z] file_header: OK [2021-01-19T18:38:32.899Z] 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-19T18:38:32.899Z] Statistics: [2021-01-19T18:38:32.899Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-19T18:38:32.899Z] File successfully converted to sysstat format version 12.2.1 [2021-01-19T18:38:32.899Z] + sadf -c /var/log/sa-host/sa23 [2021-01-19T18:38:32.899Z] file_magic: OK [2021-01-19T18:38:32.900Z] HZ: Using current value: 100 [2021-01-19T18:38:32.900Z] file_header: OK [2021-01-19T18:38:32.900Z] 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-19T18:38:32.900Z] Statistics: [2021-01-19T18:38:32.900Z] Hnuu...uuuununununu... [2021-01-19T18:38:32.900Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-19T18:38:33.092Z] provisioning config files... [2021-01-19T18:38:33.106Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/14@tmp/config4597760531718590214tmp [Pipeline] { [Pipeline] echo [2021-01-19T18:38:33.235Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T18:38:33.530Z] ---> create-netrc.sh [Pipeline] } [2021-01-19T18:38:33.540Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-19T18:38:33.646Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T18:38:33.938Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-19T18:38:33.949Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T18:38:34.242Z] ---> sudo-logs.sh [2021-01-19T18:38:34.242Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-19T18:38:34.253Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T18:38:34.554Z] ---> job-cost.sh [2021-01-19T18:38:34.555Z] lf-activate-venv: SKIPPING [2021-01-19T18:38:34.555Z] INFO: No Stack... [2021-01-19T18:38:35.937Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-19T18:38:36.526Z] INFO: Archiving Costs [Pipeline] echo [2021-01-19T18:38:36.539Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T18:38:36.831Z] ---> logs-deploy.sh [2021-01-19T18:38:36.831Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3027/14 [2021-01-19T18:38:36.831Z] INFO: archiving workspace using pattern(s): [2021-01-19T18:38:38.214Z] Archives upload complete. [2021-01-19T18:38:38.214Z] INFO: archiving logs to Nexus