Pull request #2956 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 8825629fed540149d98780d83199692e7d178fa1+1cb94389de1e39608b319f278621c386c44601c6 (2a1bf0c18aa26671ef6891bd09a2a1ad0af762ac) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-16385 in /w/workspace/edgexfoundry_edgex-go_PR-2956 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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/2956/head:refs/remotes/origin/PR-2956 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 1cb94389de1e39608b319f278621c386c44601c6 into PR head commit 8825629fed540149d98780d83199692e7d178fa1 > git config core.sparsecheckout # timeout=10 > git checkout -f 8825629fed540149d98780d83199692e7d178fa1 # timeout=10 Merge succeeded, producing 8825629fed540149d98780d83199692e7d178fa1 Checking out Revision 8825629fed540149d98780d83199692e7d178fa1 (PR-2956) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 1cb94389de1e39608b319f278621c386c44601c6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8825629fed540149d98780d83199692e7d178fa1 # timeout=10 Commit message: "feat: Remove deprecated Mongo code." First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk ad7df7fdb937c1764f05f3465bc66378632466b3 # timeout=10 [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-16T21:41:10.476Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-16T21:41:10.835Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-16T21:41:10.962Z] ========================================================= [2020-12-16T21:41:10.962Z] EdgeX Global Pipelines Version Info [2020-12-16T21:41:10.962Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-16T21:41:12.436Z] ------------------- [2020-12-16T21:41:12.436Z] stable info: [2020-12-16T21:41:12.436Z] ------------------- [2020-12-16T21:41:12.436Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-16T21:41:12.436Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-16T21:41:12.436Z] Message: update stable to v1.0.173 [2020-12-16T21:41:13.383Z] ------------------- [2020-12-16T21:41:13.383Z] experimental info: [2020-12-16T21:41:13.383Z] ------------------- [2020-12-16T21:41:13.383Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-16T21:41:13.383Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-16T21:41:13.383Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-16T21:41:13.651Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-16T21:41:13.758Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-16T21:41:13.857Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-16T21:41:13.957Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-16T21:41:14.070Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-16T21:41:14.165Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-16T21:41:14.262Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-16T21:41:14.357Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-16T21:41:14.464Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-16T21:41:14.559Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-16T21:41:14.674Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-16T21:41:14.782Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-16T21:41:14.879Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-16T21:41:14.972Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-16T21:41:15.064Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-16T21:41:15.157Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-16T21:41:15.276Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-16T21:41:15.371Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-16T21:41:15.467Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-16T21:41:15.562Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-16T21:41:15.660Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-16T21:41:15.758Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-16T21:41:15.862Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2020-12-16T21:41:15.961Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2956 [Pipeline] echo [2020-12-16T21:41:16.059Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2956 [Pipeline] echo [2020-12-16T21:41:16.154Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2956 [Pipeline] echo [2020-12-16T21:41:16.294Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8825629fed540149d98780d83199692e7d178fa1 [Pipeline] echo [2020-12-16T21:41:16.644Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8825629 [Pipeline] echo [2020-12-16T21:41:16.745Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-16T21:41:16.992Z] provisioning config files... [2020-12-16T21:41:17.020Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config8849737743764256891tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-16T21:41:17.387Z] ---> docker-login.sh [2020-12-16T21:41:17.387Z] nexus3.edgexfoundry.org:10001 [2020-12-16T21:41:17.650Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T21:41:17.912Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T21:41:17.912Z] Configure a credential helper to remove this warning. See [2020-12-16T21:41:17.912Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T21:41:17.912Z] [2020-12-16T21:41:17.912Z] Login Succeeded [2020-12-16T21:41:17.912Z] nexus3.edgexfoundry.org:10002 [2020-12-16T21:41:18.177Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T21:41:18.177Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T21:41:18.177Z] Configure a credential helper to remove this warning. See [2020-12-16T21:41:18.177Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T21:41:18.177Z] [2020-12-16T21:41:18.177Z] Login Succeeded [2020-12-16T21:41:18.177Z] nexus3.edgexfoundry.org:10003 [2020-12-16T21:41:18.439Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T21:41:18.439Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T21:41:18.439Z] Configure a credential helper to remove this warning. See [2020-12-16T21:41:18.439Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T21:41:18.439Z] [2020-12-16T21:41:18.439Z] Login Succeeded [2020-12-16T21:41:18.439Z] nexus3.edgexfoundry.org:10004 [2020-12-16T21:41:18.439Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T21:41:18.702Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T21:41:18.702Z] Configure a credential helper to remove this warning. See [2020-12-16T21:41:18.702Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T21:41:18.702Z] [2020-12-16T21:41:18.702Z] Login Succeeded [2020-12-16T21:41:18.702Z] docker.io [2020-12-16T21:41:18.702Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T21:41:18.964Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T21:41:18.964Z] Configure a credential helper to remove this warning. See [2020-12-16T21:41:18.964Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T21:41:18.964Z] [2020-12-16T21:41:18.964Z] Login Succeeded [2020-12-16T21:41:18.964Z] ---> docker-login.sh ends [Pipeline] } [2020-12-16T21:41:18.975Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-16T21:41:19.526Z] ++ 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-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-12-16T21:41:19.527Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T21:41:19.527Z] ++ dirname cmd/core-command/Dockerfile [2020-12-16T21:41:19.527Z] ++ cut -d/ -f2 [2020-12-16T21:41:19.527Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-16T21:41:19.527Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T21:41:19.527Z] ++ dirname cmd/core-data/Dockerfile [2020-12-16T21:41:19.527Z] ++ cut -d/ -f2 [2020-12-16T21:41:19.527Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-16T21:41:19.527Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T21:41:19.527Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-16T21:41:19.527Z] ++ cut -d/ -f2 [2020-12-16T21:41:19.527Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-16T21:41:19.527Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T21:41:19.527Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-16T21:41:19.527Z] ++ cut -d/ -f2 [2020-12-16T21:41:19.527Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-16T21:41:19.527Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T21:41:19.527Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-16T21:41:19.527Z] ++ cut -d/ -f2 [2020-12-16T21:41:19.527Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-16T21:41:19.527Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T21:41:19.527Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-12-16T21:41:19.527Z] ++ cut -d/ -f2 [2020-12-16T21:41:19.527Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-12-16T21:41:19.527Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T21:41:19.527Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-16T21:41:19.527Z] ++ cut -d/ -f2 [2020-12-16T21:41:19.527Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-16T21:41:19.527Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T21:41:19.527Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-16T21:41:19.527Z] ++ cut -d/ -f2 [2020-12-16T21:41:19.527Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-16T21:41:19.527Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T21:41:19.527Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-16T21:41:19.527Z] ++ cut -d/ -f2 [2020-12-16T21:41:19.527Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-16T21:41:19.527Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T21:41:19.527Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-16T21:41:19.527Z] ++ cut -d/ -f2 [2020-12-16T21:41:19.527Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-16T21:41:19.594Z] 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-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-12-16T21:41:21.197Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-16T21:41:21.197Z] [2020-12-16T21:41:21.197Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-16T21:41:21.552Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-16T21:41:21.552Z] latest: Pulling from edgex-devops/git-semver [2020-12-16T21:41:21.552Z] 31603596830f: Pulling fs layer [2020-12-16T21:41:21.552Z] 2a8b12db71e7: Pulling fs layer [2020-12-16T21:41:21.552Z] 6ca5941a6612: Pulling fs layer [2020-12-16T21:41:21.552Z] ecc8261a40a4: Pulling fs layer [2020-12-16T21:41:21.552Z] ecc8261a40a4: Waiting [2020-12-16T21:41:21.552Z] 2a8b12db71e7: Verifying Checksum [2020-12-16T21:41:21.552Z] 2a8b12db71e7: Download complete [2020-12-16T21:41:21.552Z] 31603596830f: Verifying Checksum [2020-12-16T21:41:21.552Z] 31603596830f: Download complete [2020-12-16T21:41:21.818Z] 6ca5941a6612: Verifying Checksum [2020-12-16T21:41:21.818Z] 6ca5941a6612: Download complete [2020-12-16T21:41:21.818Z] ecc8261a40a4: Verifying Checksum [2020-12-16T21:41:21.818Z] ecc8261a40a4: Download complete [2020-12-16T21:41:22.080Z] 31603596830f: Pull complete [2020-12-16T21:41:22.080Z] 2a8b12db71e7: Pull complete [2020-12-16T21:41:23.032Z] 6ca5941a6612: Pull complete [2020-12-16T21:41:23.032Z] ecc8261a40a4: Pull complete [2020-12-16T21:41:23.032Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-16T21:41:23.032Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-16T21:41:23.032Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-16T21:41:23.132Z] prd-centos7-docker-4c-2g-16385 does not seem to be running inside a container [2020-12-16T21:41:23.184Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-16T21:41:25.632Z] $ docker top 7f3bdb1bcf18923603d4c36c45f5c0516af9405e03133cc104fe18f402932399 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-16T21:41:25.973Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-16T21:41:25.973Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-16T21:41:26.178Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-16T21:41:26.183Z] $ docker exec 7f3bdb1bcf18923603d4c36c45f5c0516af9405e03133cc104fe18f402932399 ssh-agent [2020-12-16T21:41:26.344Z] SSH_AUTH_SOCK=/tmp/ssh-wHr0GVKJKf2T/agent.12 [2020-12-16T21:41:26.344Z] SSH_AGENT_PID=17 [2020-12-16T21:41:26.354Z] Running ssh-add (command line suppressed) [2020-12-16T21:41:26.471Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_7136309737308461479.key (/w/workspace/edgex-go/3@tmp/private_key_7136309737308461479.key) [2020-12-16T21:41:26.518Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-16T21:41:26.854Z] + git tag --points-at HEAD [Pipeline] } [2020-12-16T21:41:26.878Z] $ docker exec --env ******** --env ******** 7f3bdb1bcf18923603d4c36c45f5c0516af9405e03133cc104fe18f402932399 ssh-agent -k [2020-12-16T21:41:26.988Z] unset SSH_AUTH_SOCK; [2020-12-16T21:41:26.988Z] unset SSH_AGENT_PID; [2020-12-16T21:41:26.988Z] echo Agent pid 17 killed; [2020-12-16T21:41:27.031Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-16T21:41:27.190Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-16T21:41:27.190Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-16T21:41:27.351Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-16T21:41:27.357Z] $ docker exec 7f3bdb1bcf18923603d4c36c45f5c0516af9405e03133cc104fe18f402932399 ssh-agent [2020-12-16T21:41:27.513Z] SSH_AUTH_SOCK=/tmp/ssh-D0Kp55zH4Sr2/agent.46 [2020-12-16T21:41:27.513Z] SSH_AGENT_PID=51 [2020-12-16T21:41:27.519Z] Running ssh-add (command line suppressed) [2020-12-16T21:41:27.633Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_1836665237136796752.key (/w/workspace/edgex-go/3@tmp/private_key_1836665237136796752.key) [2020-12-16T21:41:27.683Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-16T21:41:28.020Z] + git semver init [2020-12-16T21:41:28.020Z] # -> Open(): unable to determine branch for HEAD [2020-12-16T21:41:28.020Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2020-12-16T21:41:28.020Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2020-12-16T21:41:28.020Z] # $SEMVER_REMOTE_NAME = origin [2020-12-16T21:41:28.020Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-16T21:41:28.020Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-16T21:41:28.020Z] # $SEMVER_BRANCH = PR-2956 [2020-12-16T21:41:28.020Z] # $SEMVER_TEMP = /tmp/semver-174800450 [2020-12-16T21:41:28.020Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-16T21:41:46.230Z] # '/tmp/semver-174800450' -> '/w/workspace/edgex-go/3/.semver' [2020-12-16T21:41:46.230Z] # -> Force: false [2020-12-16T21:41:46.230Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2020-12-16T21:41:46.247Z] $ docker exec --env ******** --env ******** 7f3bdb1bcf18923603d4c36c45f5c0516af9405e03133cc104fe18f402932399 ssh-agent -k [2020-12-16T21:41:46.504Z] unset SSH_AUTH_SOCK; [2020-12-16T21:41:46.504Z] unset SSH_AGENT_PID; [2020-12-16T21:41:46.504Z] echo Agent pid 51 killed; [2020-12-16T21:41:46.600Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-16T21:41:47.123Z] + git semver [Pipeline] } [2020-12-16T21:41:47.144Z] $ docker stop --time=1 7f3bdb1bcf18923603d4c36c45f5c0516af9405e03133cc104fe18f402932399 [2020-12-16T21:41:48.735Z] $ docker rm -f 7f3bdb1bcf18923603d4c36c45f5c0516af9405e03133cc104fe18f402932399 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-16T21:41:49.241Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-16T21:41:49.730Z] Stashed 1 file(s) [Pipeline] echo [2020-12-16T21:41:49.733Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-16T21:41:50.599Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-16T21:41:50.900Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-16T21:41:51.197Z] + sudo service docker restart [2020-12-16T21:41:51.197Z] + true [2020-12-16T21:41:51.197Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-16T21:41:51.785Z] ========================================================= [2020-12-16T21:41:51.785Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-16T21:41:51.785Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-16T21:41:52.124Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-12-16T21:41:55.441Z] Sending build context to Docker daemon 326.4MB [2020-12-16T21:41:55.441Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-16T21:41:55.441Z] Step 2/7 : FROM ${BASE} [2020-12-16T21:41:55.441Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-16T21:41:55.441Z] 188c0c94c7c5: Pulling fs layer [2020-12-16T21:41:55.441Z] 0ef7d3d256c8: Pulling fs layer [2020-12-16T21:41:55.441Z] de9db76c5a1d: Pulling fs layer [2020-12-16T21:41:55.441Z] bca2f99d35d6: Pulling fs layer [2020-12-16T21:41:55.441Z] 93359f2a8cfa: Pulling fs layer [2020-12-16T21:41:55.441Z] 7c6f9722023f: Pulling fs layer [2020-12-16T21:41:55.441Z] a35cf1a2eb13: Pulling fs layer [2020-12-16T21:41:55.441Z] 93359f2a8cfa: Waiting [2020-12-16T21:41:55.441Z] 7c6f9722023f: Waiting [2020-12-16T21:41:55.441Z] a35cf1a2eb13: Waiting [2020-12-16T21:41:55.441Z] bca2f99d35d6: Waiting [2020-12-16T21:41:55.441Z] de9db76c5a1d: Verifying Checksum [2020-12-16T21:41:55.441Z] de9db76c5a1d: Download complete [2020-12-16T21:41:55.441Z] 0ef7d3d256c8: Verifying Checksum [2020-12-16T21:41:55.441Z] 0ef7d3d256c8: Download complete [2020-12-16T21:41:55.441Z] 93359f2a8cfa: Verifying Checksum [2020-12-16T21:41:55.441Z] 93359f2a8cfa: Download complete [2020-12-16T21:41:55.441Z] 188c0c94c7c5: Verifying Checksum [2020-12-16T21:41:55.441Z] 188c0c94c7c5: Download complete [2020-12-16T21:41:55.441Z] 7c6f9722023f: Verifying Checksum [2020-12-16T21:41:55.441Z] 7c6f9722023f: Download complete [2020-12-16T21:41:55.704Z] 188c0c94c7c5: Pull complete [2020-12-16T21:41:55.967Z] 0ef7d3d256c8: Pull complete [2020-12-16T21:41:55.967Z] de9db76c5a1d: Pull complete [2020-12-16T21:41:57.889Z] a35cf1a2eb13: Verifying Checksum [2020-12-16T21:41:57.889Z] a35cf1a2eb13: Download complete [2020-12-16T21:41:58.155Z] bca2f99d35d6: Download complete [2020-12-16T21:42:03.487Z] bca2f99d35d6: Pull complete [2020-12-16T21:42:03.487Z] 93359f2a8cfa: Pull complete [2020-12-16T21:42:03.487Z] 7c6f9722023f: Pull complete [2020-12-16T21:42:05.087Z] Still waiting to schedule task [2020-12-16T21:42:05.088Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-16383’ is offline [2020-12-16T21:42:08.804Z] a35cf1a2eb13: Pull complete [2020-12-16T21:42:08.804Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-16T21:42:08.804Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-16T21:42:08.804Z] ---> a62c8e92a672 [2020-12-16T21:42:08.804Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-16T21:42:08.804Z] ---> Running in a840cd66c432 [2020-12-16T21:42:08.804Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T21:42:09.749Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T21:42:10.697Z] (1/12) Installing libmagic (5.38-r0) [2020-12-16T21:42:10.958Z] (2/12) Installing file (5.38-r0) [2020-12-16T21:42:10.958Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-16T21:42:10.958Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-16T21:42:17.560Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-16T21:42:17.560Z] (6/12) Installing patch (2.7.6-r6) [2020-12-16T21:42:17.560Z] (7/12) Installing build-base (0.5-r2) [2020-12-16T21:42:17.560Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-16T21:42:17.560Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-16T21:42:18.505Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-16T21:42:18.505Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-16T21:42:18.768Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-16T21:42:18.768Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T21:42:18.768Z] OK: 233 MiB in 51 packages [2020-12-16T21:42:22.082Z] Removing intermediate container a840cd66c432 [2020-12-16T21:42:22.082Z] ---> 9dc13215b59c [2020-12-16T21:42:22.082Z] Step 4/7 : WORKDIR /edgex-go [2020-12-16T21:42:22.083Z] ---> Running in 22ea2540fd7c [2020-12-16T21:42:22.346Z] Removing intermediate container 22ea2540fd7c [2020-12-16T21:42:22.346Z] ---> 2f6b689f0591 [2020-12-16T21:42:22.346Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-16T21:42:22.922Z] latest: Pulling from library/docker [2020-12-16T21:42:22.922Z] 05e7bc50f07f: Pulling fs layer [2020-12-16T21:42:22.922Z] 6db28d0fdbf6: Pulling fs layer [2020-12-16T21:42:22.922Z] 292df0bc6bf3: Pulling fs layer [2020-12-16T21:42:22.922Z] a3104fdc50d0: Pulling fs layer [2020-12-16T21:42:22.922Z] a8e67d69e12c: Pulling fs layer [2020-12-16T21:42:22.922Z] 1ede2b221ee4: Pulling fs layer [2020-12-16T21:42:22.922Z] fc74c0d5b799: Pulling fs layer [2020-12-16T21:42:22.922Z] a3104fdc50d0: Waiting [2020-12-16T21:42:22.922Z] a8e67d69e12c: Waiting [2020-12-16T21:42:22.922Z] fc74c0d5b799: Waiting [2020-12-16T21:42:22.922Z] 1ede2b221ee4: Waiting [2020-12-16T21:42:23.186Z] 292df0bc6bf3: Verifying Checksum [2020-12-16T21:42:23.186Z] 292df0bc6bf3: Download complete [2020-12-16T21:42:23.186Z] 05e7bc50f07f: Verifying Checksum [2020-12-16T21:42:23.186Z] 05e7bc50f07f: Download complete [2020-12-16T21:42:23.186Z] 6db28d0fdbf6: Verifying Checksum [2020-12-16T21:42:23.186Z] 6db28d0fdbf6: Download complete [2020-12-16T21:42:23.186Z] a8e67d69e12c: Verifying Checksum [2020-12-16T21:42:23.186Z] a8e67d69e12c: Download complete [2020-12-16T21:42:23.186Z] 1ede2b221ee4: Verifying Checksum [2020-12-16T21:42:23.186Z] 1ede2b221ee4: Download complete [2020-12-16T21:42:23.449Z] fc74c0d5b799: Verifying Checksum [2020-12-16T21:42:23.449Z] fc74c0d5b799: Download complete [2020-12-16T21:42:23.449Z] 05e7bc50f07f: Pull complete [2020-12-16T21:42:23.712Z] 6db28d0fdbf6: Pull complete [2020-12-16T21:42:23.712Z] 292df0bc6bf3: Pull complete [2020-12-16T21:42:24.286Z] a3104fdc50d0: Verifying Checksum [2020-12-16T21:42:24.286Z] a3104fdc50d0: Download complete [2020-12-16T21:42:26.865Z] a3104fdc50d0: Pull complete [2020-12-16T21:42:26.865Z] a8e67d69e12c: Pull complete [2020-12-16T21:42:27.133Z] 1ede2b221ee4: Pull complete [2020-12-16T21:42:27.133Z] fc74c0d5b799: Pull complete [2020-12-16T21:42:27.133Z] Digest: sha256:2150209ece9a657dd6d7572b659b2eace81e78d15289a9e69bd26d0f8098dde0 [2020-12-16T21:42:27.133Z] Status: Downloaded newer image for docker:latest [2020-12-16T21:42:29.054Z] ---> 3cb7f64911fa [2020-12-16T21:42:29.054Z] Step 6/7 : COPY go.mod . [2020-12-16T21:42:29.054Z] ---> ca37ad4109c0 [2020-12-16T21:42:29.054Z] Step 7/7 : RUN go mod download [2020-12-16T21:42:29.054Z] ---> Running in fb61facb9f76 [2020-12-16T21:42:51.071Z] Removing intermediate container fb61facb9f76 [2020-12-16T21:42:51.071Z] ---> 5699f1cbde2d [2020-12-16T21:42:51.071Z] Successfully built 5699f1cbde2d [2020-12-16T21:42:51.071Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-16T21:42:51.388Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-16T21:42:51.389Z] . [Pipeline] withDockerContainer [2020-12-16T21:42:51.488Z] prd-centos7-docker-4c-2g-16385 does not seem to be running inside a container [2020-12-16T21:42:51.607Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-16T21:42:52.511Z] $ docker top 4e89b33d19b9023446caef773eea4a7c114a9c25a20a489c74c127e5a129fa8d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T21:42:53.031Z] + go version [2020-12-16T21:42:53.032Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-16T21:42:53.050Z] $ docker stop --time=1 4e89b33d19b9023446caef773eea4a7c114a9c25a20a489c74c127e5a129fa8d [2020-12-16T21:42:54.388Z] $ docker rm -f 4e89b33d19b9023446caef773eea4a7c114a9c25a20a489c74c127e5a129fa8d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T21:42:55.170Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-16T21:42:55.170Z] . [Pipeline] withDockerContainer [2020-12-16T21:42:55.267Z] prd-centos7-docker-4c-2g-16385 does not seem to be running inside a container [2020-12-16T21:42:55.319Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-16T21:42:55.949Z] $ docker top 6091e71854b1c63aa7fd42979a1d7b0106275cec2fa7d3b474fa55a6d8e12dff -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-16T21:42:56.133Z] ========================================================= [2020-12-16T21:42:56.133Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-16T21:42:56.133Z] ========================================================= [Pipeline] sh [2020-12-16T21:42:56.424Z] + make test [2020-12-16T21:42:56.425Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-16T21:43:04.625Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-16T21:43:19.672Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-16T21:43:26.334Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-16T21:43:26.334Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-16T21:43:26.334Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-16T21:43:26.334Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-16T21:43:26.334Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-16T21:43:26.334Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-16T21:43:27.749Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.025s [2020-12-16T21:43:27.749Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-16T21:43:27.749Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-16T21:43:28.723Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-16T21:43:28.723Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-16T21:43:28.723Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-16T21:43:28.723Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-16T21:43:31.314Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.096s coverage: 46.6% of statements [2020-12-16T21:43:31.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-16T21:43:31.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-16T21:43:31.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-16T21:43:31.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-16T21:43:31.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-16T21:43:36.660Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.158s coverage: 27.1% of statements [2020-12-16T21:43:36.660Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-16T21:43:36.660Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-16T21:43:36.660Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-16T21:43:36.660Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-16T21:43:36.660Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-16T21:43:36.660Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-16T21:43:36.660Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.050s coverage: 100.0% of statements [2020-12-16T21:43:36.660Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-16T21:43:36.660Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.043s coverage: 100.0% of statements [2020-12-16T21:43:36.660Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-16T21:43:36.660Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-16T21:43:36.660Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.379s coverage: 71.3% of statements [2020-12-16T21:43:36.660Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-16T21:43:36.660Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-16T21:43:36.660Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.109s coverage: 83.7% of statements [2020-12-16T21:43:36.660Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-16T21:43:36.660Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-16T21:43:36.660Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-16T21:43:36.660Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-16T21:43:37.619Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.373s coverage: 28.6% of statements [2020-12-16T21:43:37.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-16T21:43:37.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-16T21:43:37.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-16T21:43:37.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-16T21:43:37.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-16T21:43:37.619Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.091s coverage: 100.0% of statements [2020-12-16T21:43:37.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-16T21:43:37.619Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.074s coverage: 100.0% of statements [2020-12-16T21:43:37.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-16T21:43:37.619Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.104s coverage: 86.7% of statements [2020-12-16T21:43:37.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-16T21:43:38.577Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.113s coverage: 97.5% of statements [2020-12-16T21:43:38.578Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-16T21:43:38.578Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.066s coverage: 78.3% of statements [2020-12-16T21:43:38.578Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-16T21:43:38.578Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-16T21:43:38.578Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-16T21:43:38.578Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-16T21:43:40.539Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.286s coverage: 93.8% of statements [2020-12-16T21:43:40.539Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-16T21:43:40.539Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-16T21:43:40.539Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-16T21:43:40.539Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-16T21:43:40.539Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-16T21:43:40.539Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-16T21:43:40.539Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-16T21:43:40.539Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-16T21:43:40.539Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-16T21:43:40.539Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-16T21:43:40.539Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-16T21:43:40.539Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-16T21:43:40.539Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-16T21:43:40.539Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-16T21:43:40.539Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-16T21:43:40.539Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-16T21:43:40.539Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-16T21:43:40.539Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-16T21:43:40.539Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.045s coverage: 58.8% of statements [2020-12-16T21:43:40.539Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-16T21:43:40.539Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-16T21:43:40.539Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.069s coverage: 0.1% of statements [2020-12-16T21:43:40.539Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-16T21:43:40.539Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-16T21:43:40.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-16T21:43:40.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-16T21:43:40.539Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.034s coverage: 100.0% of statements [2020-12-16T21:43:40.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-16T21:43:40.539Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 75.5% of statements [2020-12-16T21:43:40.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-16T21:43:40.539Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.038s coverage: 80.8% of statements [2020-12-16T21:43:40.539Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.093s coverage: 87.2% of statements [2020-12-16T21:43:40.815Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.056s coverage: 84.2% of statements [2020-12-16T21:43:41.083Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.103s coverage: 91.4% of statements [2020-12-16T21:43:41.083Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-16T21:43:41.673Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.179s coverage: 63.5% of statements [2020-12-16T21:43:41.673Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-16T21:43:41.673Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-16T21:43:41.673Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements [2020-12-16T21:43:41.673Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 91.3% of statements [2020-12-16T21:43:41.937Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.040s coverage: 100.0% of statements [2020-12-16T21:43:41.937Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements [2020-12-16T21:43:42.525Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements [2020-12-16T21:43:43.481Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.323s coverage: 55.9% of statements [2020-12-16T21:43:43.481Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-16T21:43:43.481Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-16T21:43:43.481Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-16T21:43:43.481Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-16T21:43:43.481Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-16T21:43:43.481Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-16T21:43:53.962Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 10.922s coverage: 86.3% of statements [2020-12-16T21:43:53.962Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-16T21:43:53.962Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.042s coverage: 72.2% of statements [2020-12-16T21:43:53.962Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.395s coverage: 72.1% of statements [2020-12-16T21:43:53.962Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.060s coverage: 82.4% of statements [2020-12-16T21:43:53.962Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.044s coverage: 48.4% of statements [2020-12-16T21:43:53.962Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-16T21:43:53.962Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-16T21:43:53.962Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-16T21:43:53.962Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.030s coverage: 28.8% of statements [2020-12-16T21:43:53.962Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-16T21:43:53.962Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.044s coverage: 96.8% of statements [2020-12-16T21:43:53.962Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-16T21:43:53.962Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.095s coverage: 37.0% of statements [2020-12-16T21:43:53.962Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-16T21:43:53.962Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-16T21:43:53.962Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.314s coverage: 84.0% of statements [2020-12-16T21:43:53.962Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.045s coverage: 100.0% of statements [2020-12-16T21:43:53.962Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.116s coverage: 47.1% of statements [2020-12-16T21:43:53.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-16T21:43:53.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-16T21:43:53.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-16T21:43:53.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-16T21:43:53.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-16T21:43:53.962Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.046s coverage: 100.0% of statements [2020-12-16T21:43:53.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-16T21:43:53.962Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.066s coverage: 100.0% of statements [2020-12-16T21:43:53.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-16T21:43:53.962Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.696s coverage: 29.1% of statements [2020-12-16T21:43:53.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-16T21:43:53.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-16T21:43:53.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-16T21:43:53.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-16T21:43:53.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-16T21:43:53.962Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.060s coverage: 99.0% of statements [2020-12-16T21:43:53.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-16T21:43:53.962Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.068s coverage: 100.0% of statements [2020-12-16T21:43:53.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-16T21:43:53.962Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements [2020-12-16T21:43:53.962Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-16T21:43:53.962Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.041s coverage: 100.0% of statements [2020-12-16T21:43:53.962Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-16T21:43:53.962Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-16T21:43:53.962Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-16T21:43:53.962Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-16T21:43:53.962Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.033s coverage: 87.9% of statements [2020-12-16T21:43:53.963Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-16T21:43:53.963Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-16T21:43:53.963Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.050s coverage: 100.0% of statements [2020-12-16T21:43:53.963Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2020-12-16T21:43:53.963Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2020-12-16T21:43:54.250Z] GO111MODULE=on go vet ./... [2020-12-16T21:43:57.184Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-16386 in /w/workspace/edgexfoundry_edgex-go_PR-2956 [Pipeline] { [Pipeline] ws [2020-12-16T21:43:57.251Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2020-12-16T21:44:02.520Z] using credential edgex-jenkins-ssh [2020-12-16T21:44:02.630Z] Cloning the remote Git repository [2020-12-16T21:44:02.682Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-16T21:44:02.806Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2020-12-16T21:44:02.878Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-16T21:44:02.878Z] > git --version # timeout=10 [2020-12-16T21:44:02.898Z] > git --version # 'git version 2.17.1' [2020-12-16T21:44:02.899Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T21:44:02.990Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-16T21:44:16.542Z] gofmt -l . [2020-12-16T21:44:16.542Z] [ "`gofmt -l .`" = "" ] [2020-12-16T21:44:16.808Z] ./bin/test-go-mod-tidy.sh [2020-12-16T21:44:17.383Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-16T21:44:19.534Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-16T21:44:19.559Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-16T21:44:19.619Z] + ls -al . [2020-12-16T21:44:19.619Z] total 664 [2020-12-16T21:44:19.619Z] drwxrwxr-x 10 1001 1001 4096 Dec 16 21:44 . [2020-12-16T21:44:19.619Z] drwxr-xr-x 4 root root 28 Dec 16 21:42 .. [2020-12-16T21:44:19.619Z] -rw-rw-r-- 1 1001 1001 11 Dec 16 21:41 .dockerignore [2020-12-16T21:44:19.619Z] drwxrwxr-x 8 1001 1001 179 Dec 16 21:41 .git [2020-12-16T21:44:19.619Z] drwxrwxr-x 3 1001 1001 125 Dec 16 21:41 .github [2020-12-16T21:44:19.620Z] -rw-rw-r-- 1 1001 1001 943 Dec 16 21:41 .gitignore [2020-12-16T21:44:19.620Z] drwx------ 3 1001 1001 47 Dec 16 21:41 .semver [2020-12-16T21:44:19.620Z] -rw-rw-r-- 1 1001 1001 166 Dec 16 21:41 .sonarcloud.properties [2020-12-16T21:44:19.620Z] -rw-rw-r-- 1 1001 1001 3804 Dec 16 21:41 CONTRIBUTING.md [2020-12-16T21:44:19.620Z] -rw-rw-r-- 1 1001 1001 1035 Dec 16 21:41 Dockerfile.build [2020-12-16T21:44:19.620Z] -rw-rw-r-- 1 1001 1001 863 Dec 16 21:41 Jenkinsfile [2020-12-16T21:44:19.620Z] -rw-rw-r-- 1 1001 1001 10775 Dec 16 21:41 LICENSE [2020-12-16T21:44:19.620Z] -rw-rw-r-- 1 1001 1001 6318 Dec 16 21:41 Makefile [2020-12-16T21:44:19.620Z] -rw-rw-r-- 1 1001 1001 6361 Dec 16 21:41 README.md [2020-12-16T21:44:19.620Z] -rw-rw-r-- 1 1001 1001 7286 Dec 16 21:41 SECURITY.md [2020-12-16T21:44:19.620Z] -rw-rw-r-- 1 1001 1001 5 Dec 16 21:41 VERSION [2020-12-16T21:44:19.620Z] -rw-rw-r-- 1 1001 1001 4131 Dec 16 21:41 ZMQWindows.md [2020-12-16T21:44:19.620Z] drwxrwxr-x 2 1001 1001 117 Dec 16 21:41 bin [2020-12-16T21:44:19.620Z] drwxrwxr-x 15 1001 1001 4096 Dec 16 21:41 cmd [2020-12-16T21:44:19.620Z] -rw-r--r-- 1 root root 567417 Dec 16 21:43 coverage.out [2020-12-16T21:44:19.620Z] -rw-r--r-- 1 root root 979 Dec 16 21:44 go.mod [2020-12-16T21:44:19.620Z] -rw-r--r-- 1 root root 18631 Dec 16 21:44 go.sum [2020-12-16T21:44:19.620Z] drwxrwxr-x 8 1001 1001 127 Dec 16 21:41 internal [2020-12-16T21:44:19.620Z] drwxrwxr-x 4 1001 1001 26 Dec 16 21:41 openapi [2020-12-16T21:44:19.620Z] drwxrwxr-x 4 1001 1001 71 Dec 16 21:41 snap [2020-12-16T21:44:19.620Z] -rw-rw-r-- 1 1001 1001 168 Dec 16 21:41 version.go [Pipeline] sh [2020-12-16T21:44:19.924Z] + '[' -e coverage.out ] [2020-12-16T21:44:19.924Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-16T21:44:20.123Z] Stashed 1 file(s) [Pipeline] sh [2020-12-16T21:44:20.414Z] + make build [2020-12-16T21:44:20.415Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-16T21:44:20.418Z] Merging remotes/origin/master commit 1cb94389de1e39608b319f278621c386c44601c6 into PR head commit 8825629fed540149d98780d83199692e7d178fa1 [2020-12-16T21:44:20.875Z] Merge succeeded, producing 8825629fed540149d98780d83199692e7d178fa1 [2020-12-16T21:44:20.876Z] Checking out Revision 8825629fed540149d98780d83199692e7d178fa1 (PR-2956) [2020-12-16T21:44:19.595Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-16T21:44:19.644Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-16T21:44:19.645Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T21:44:19.656Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2956/head:refs/remotes/origin/PR-2956 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-16T21:44:20.439Z] > git config core.sparsecheckout # timeout=10 [2020-12-16T21:44:20.460Z] > git checkout -f 8825629fed540149d98780d83199692e7d178fa1 # timeout=10 [2020-12-16T21:44:20.780Z] > git remote # timeout=10 [2020-12-16T21:44:20.803Z] > git config --get remote.origin.url # timeout=10 [2020-12-16T21:44:20.824Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T21:44:20.834Z] > git merge 1cb94389de1e39608b319f278621c386c44601c6 # timeout=10 [2020-12-16T21:44:20.858Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-16T21:44:20.881Z] > git config core.sparsecheckout # timeout=10 [2020-12-16T21:44:20.904Z] > git checkout -f 8825629fed540149d98780d83199692e7d178fa1 # timeout=10 [2020-12-16T21:44:23.725Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-16T21:44:25.552Z] Commit message: "feat: Remove deprecated Mongo code." [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-16T21:44:27.259Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-16T21:44:27.676Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-16T21:44:28.020Z] + true [2020-12-16T21:44:28.020Z] + sudo service docker restart [2020-12-16T21:44:30.432Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-16T21:44:30.731Z] provisioning config files... [2020-12-16T21:44:30.785Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config7401170197663665628tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-16T21:44:31.207Z] ---> docker-login.sh [2020-12-16T21:44:31.207Z] nexus3.edgexfoundry.org:10001 [2020-12-16T21:44:31.824Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-16T21:44:32.195Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T21:44:32.468Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T21:44:32.468Z] Configure a credential helper to remove this warning. See [2020-12-16T21:44:32.468Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T21:44:32.468Z] [2020-12-16T21:44:32.468Z] Login Succeeded [2020-12-16T21:44:32.468Z] nexus3.edgexfoundry.org:10002 [2020-12-16T21:44:32.751Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T21:44:33.025Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T21:44:33.025Z] Configure a credential helper to remove this warning. See [2020-12-16T21:44:33.025Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T21:44:33.025Z] [2020-12-16T21:44:33.025Z] Login Succeeded [2020-12-16T21:44:33.025Z] nexus3.edgexfoundry.org:10003 [2020-12-16T21:44:33.215Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-16T21:44:33.301Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T21:44:33.301Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T21:44:33.301Z] Configure a credential helper to remove this warning. See [2020-12-16T21:44:33.301Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T21:44:33.301Z] [2020-12-16T21:44:33.301Z] Login Succeeded [2020-12-16T21:44:33.301Z] nexus3.edgexfoundry.org:10004 [2020-12-16T21:44:33.478Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-16T21:44:33.904Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T21:44:33.904Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T21:44:33.904Z] Configure a credential helper to remove this warning. See [2020-12-16T21:44:33.904Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T21:44:33.904Z] [2020-12-16T21:44:33.904Z] Login Succeeded [2020-12-16T21:44:33.904Z] docker.io [2020-12-16T21:44:34.499Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T21:44:34.771Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T21:44:34.771Z] Configure a credential helper to remove this warning. See [2020-12-16T21:44:34.771Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T21:44:34.771Z] [2020-12-16T21:44:34.771Z] Login Succeeded [2020-12-16T21:44:34.771Z] ---> docker-login.sh ends [Pipeline] } [2020-12-16T21:44:34.788Z] Deleting 1 temporary files [Pipeline] // wrap [2020-12-16T21:44:34.889Z] 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 [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-16T21:44:35.607Z] ========================================================= [2020-12-16T21:44:35.607Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-16T21:44:35.607Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-16T21:44:36.009Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-12-16T21:44:36.279Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-16T21:44:36.853Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-16T21:44:38.250Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-16T21:44:38.637Z] Sending build context to Docker daemon 165.6MB [2020-12-16T21:44:38.637Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-16T21:44:38.637Z] Step 2/7 : FROM ${BASE} [2020-12-16T21:44:38.637Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-16T21:44:38.637Z] 5f621e34cdf4: Pulling fs layer [2020-12-16T21:44:38.637Z] a4357932f1b6: Pulling fs layer [2020-12-16T21:44:38.637Z] 18c013af1878: Pulling fs layer [2020-12-16T21:44:38.637Z] 00ac8860ef70: Pulling fs layer [2020-12-16T21:44:38.637Z] 63d7cb157983: Pulling fs layer [2020-12-16T21:44:38.637Z] b116817d02f9: Pulling fs layer [2020-12-16T21:44:38.637Z] 745a02a5169b: Pulling fs layer [2020-12-16T21:44:38.637Z] 00ac8860ef70: Waiting [2020-12-16T21:44:38.637Z] 63d7cb157983: Waiting [2020-12-16T21:44:38.637Z] b116817d02f9: Waiting [2020-12-16T21:44:38.637Z] 745a02a5169b: Waiting [2020-12-16T21:44:38.637Z] 18c013af1878: Verifying Checksum [2020-12-16T21:44:38.637Z] 18c013af1878: Download complete [2020-12-16T21:44:38.637Z] a4357932f1b6: Verifying Checksum [2020-12-16T21:44:38.637Z] a4357932f1b6: Download complete [2020-12-16T21:44:38.637Z] 63d7cb157983: Download complete [2020-12-16T21:44:39.203Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-16T21:44:39.243Z] 5f621e34cdf4: Verifying Checksum [2020-12-16T21:44:39.243Z] 5f621e34cdf4: Download complete [2020-12-16T21:44:39.243Z] b116817d02f9: Verifying Checksum [2020-12-16T21:44:39.243Z] b116817d02f9: Download complete [2020-12-16T21:44:40.151Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-16T21:44:40.231Z] 5f621e34cdf4: Pull complete [2020-12-16T21:44:40.855Z] a4357932f1b6: Pull complete [2020-12-16T21:44:41.143Z] 18c013af1878: Pull complete [2020-12-16T21:44:41.548Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-16T21:44:41.737Z] 745a02a5169b: Verifying Checksum [2020-12-16T21:44:41.737Z] 745a02a5169b: Download complete [Pipeline] } [2020-12-16T21:44:42.517Z] $ docker stop --time=1 6091e71854b1c63aa7fd42979a1d7b0106275cec2fa7d3b474fa55a6d8e12dff [2020-12-16T21:44:42.716Z] 00ac8860ef70: Verifying Checksum [2020-12-16T21:44:42.716Z] 00ac8860ef70: Download complete [2020-12-16T21:44:44.125Z] $ docker rm -f 6091e71854b1c63aa7fd42979a1d7b0106275cec2fa7d3b474fa55a6d8e12dff [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T21:44:47.752Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-16T21:44:47.752Z] [2020-12-16T21:44:47.752Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-12-16T21:44:48.104Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-16T21:44:48.104Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-16T21:44:48.104Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-16T21:44:48.104Z] ca9280d653b3: Pulling fs layer [2020-12-16T21:44:48.104Z] 7e9c9ca2126c: Pulling fs layer [2020-12-16T21:44:48.374Z] cbdbe7a5bc2a: Download complete [2020-12-16T21:44:48.639Z] cbdbe7a5bc2a: Pull complete [2020-12-16T21:44:48.639Z] ca9280d653b3: Verifying Checksum [2020-12-16T21:44:48.639Z] ca9280d653b3: Download complete [2020-12-16T21:44:49.589Z] 7e9c9ca2126c: Verifying Checksum [2020-12-16T21:44:49.589Z] 7e9c9ca2126c: Download complete [2020-12-16T21:44:49.855Z] ca9280d653b3: Pull complete [2020-12-16T21:44:52.891Z] 00ac8860ef70: Pull complete [2020-12-16T21:44:53.164Z] 63d7cb157983: Pull complete [2020-12-16T21:44:53.436Z] b116817d02f9: Pull complete [2020-12-16T21:44:57.750Z] 745a02a5169b: Pull complete [2020-12-16T21:44:57.750Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-16T21:44:57.750Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-16T21:44:57.750Z] ---> b7e6874047d6 [2020-12-16T21:44:57.750Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-16T21:44:58.032Z] 7e9c9ca2126c: Pull complete [2020-12-16T21:44:58.032Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-16T21:44:58.032Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-16T21:44:58.032Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-12-16T21:44:58.227Z] prd-centos7-docker-4c-2g-16385 does not seem to be running inside a container [2020-12-16T21:44:58.276Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-16T21:45:00.237Z] $ docker top 15dfc0e9039eccc03dd0971dbb293d9e2b4707460dd822a4bad0746a993c1e81 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T21:45:00.749Z] + docker-compose build --help [2020-12-16T21:45:00.750Z] + grep parallel [2020-12-16T21:45:01.129Z] ---> Running in c7ef66b3d12a [2020-12-16T21:45:01.699Z] --parallel Build images in parallel. [Pipeline] } [2020-12-16T21:45:01.720Z] $ docker stop --time=1 15dfc0e9039eccc03dd0971dbb293d9e2b4707460dd822a4bad0746a993c1e81 [2020-12-16T21:45:01.732Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T21:45:02.721Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T21:45:03.103Z] $ docker rm -f 15dfc0e9039eccc03dd0971dbb293d9e2b4707460dd822a4bad0746a993c1e81 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T21:45:03.691Z] (1/12) Installing libmagic (5.38-r0) [2020-12-16T21:45:03.691Z] (2/12) Installing file (5.38-r0) [2020-12-16T21:45:03.921Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-16T21:45:03.921Z] . [Pipeline] withDockerContainer [2020-12-16T21:45:03.960Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-16T21:45:03.960Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-16T21:45:04.015Z] prd-centos7-docker-4c-2g-16385 does not seem to be running inside a container [2020-12-16T21:45:04.062Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-16T21:45:04.776Z] $ docker top cf2e88ec9de59ccbd71f112a8b826a92233c2676421366bc4397d42072f34350 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T21:45:05.286Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-16T21:45:06.232Z] Building docker-core-command-go ... [2020-12-16T21:45:06.232Z] Building docker-core-data-go ... [2020-12-16T21:45:06.232Z] Building docker-core-metadata-go ... [2020-12-16T21:45:06.232Z] Building docker-security-bootstrap-redis-go ... [2020-12-16T21:45:06.232Z] Building docker-security-proxy-setup-go ... [2020-12-16T21:45:06.232Z] Building docker-security-secrets-setup-go ... [2020-12-16T21:45:06.232Z] Building docker-security-secretstore-setup-go ... [2020-12-16T21:45:06.232Z] Building docker-support-notifications-go ... [2020-12-16T21:45:06.232Z] Building docker-support-scheduler-go ... [2020-12-16T21:45:06.232Z] Building docker-sys-mgmt-agent-go ... [2020-12-16T21:45:06.232Z] Building docker-core-data-go [2020-12-16T21:45:06.232Z] Building docker-support-scheduler-go [2020-12-16T21:45:06.232Z] Building docker-core-metadata-go [2020-12-16T21:45:06.232Z] Building docker-security-bootstrap-redis-go [2020-12-16T21:45:06.232Z] Building docker-security-secretstore-setup-go [2020-12-16T21:45:07.343Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-16T21:45:07.343Z] (6/12) Installing patch (2.7.6-r6) [2020-12-16T21:45:07.343Z] (7/12) Installing build-base (0.5-r2) [2020-12-16T21:45:07.343Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-16T21:45:07.343Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-16T21:45:07.343Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-16T21:45:07.343Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-16T21:45:07.343Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-16T21:45:07.615Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T21:45:07.615Z] OK: 217 MiB in 51 packages [2020-12-16T21:45:11.937Z] Removing intermediate container c7ef66b3d12a [2020-12-16T21:45:11.937Z] ---> 0c2e38048a94 [2020-12-16T21:45:11.937Z] Step 4/7 : WORKDIR /edgex-go [2020-12-16T21:45:11.937Z] ---> Running in 06d1fdc833fe [2020-12-16T21:45:12.208Z] Removing intermediate container 06d1fdc833fe [2020-12-16T21:45:12.208Z] ---> 7ed859d06eb8 [2020-12-16T21:45:12.208Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-16T21:45:12.477Z] latest: Pulling from library/docker [2020-12-16T21:45:12.751Z] a3cc7d3b244e: Pulling fs layer [2020-12-16T21:45:12.751Z] 02a3295e0d61: Pulling fs layer [2020-12-16T21:45:12.751Z] 0f4f2e6d8100: Pulling fs layer [2020-12-16T21:45:12.751Z] 065c9533d613: Pulling fs layer [2020-12-16T21:45:12.751Z] 9fce0df16b8b: Pulling fs layer [2020-12-16T21:45:12.751Z] e3faa53604c1: Pulling fs layer [2020-12-16T21:45:12.751Z] 04b5adaa2053: Pulling fs layer [2020-12-16T21:45:12.751Z] 065c9533d613: Waiting [2020-12-16T21:45:12.751Z] 9fce0df16b8b: Waiting [2020-12-16T21:45:12.751Z] 04b5adaa2053: Waiting [2020-12-16T21:45:12.751Z] e3faa53604c1: Waiting [2020-12-16T21:45:12.751Z] 0f4f2e6d8100: Download complete [2020-12-16T21:45:13.025Z] 02a3295e0d61: Verifying Checksum [2020-12-16T21:45:13.026Z] 02a3295e0d61: Download complete [2020-12-16T21:45:13.026Z] a3cc7d3b244e: Verifying Checksum [2020-12-16T21:45:13.026Z] a3cc7d3b244e: Download complete [2020-12-16T21:45:13.026Z] 9fce0df16b8b: Verifying Checksum [2020-12-16T21:45:13.026Z] 9fce0df16b8b: Download complete [2020-12-16T21:45:13.026Z] e3faa53604c1: Verifying Checksum [2020-12-16T21:45:13.026Z] e3faa53604c1: Download complete [2020-12-16T21:45:13.300Z] 04b5adaa2053: Download complete [2020-12-16T21:45:13.576Z] a3cc7d3b244e: Pull complete [2020-12-16T21:45:14.170Z] 02a3295e0d61: Pull complete [2020-12-16T21:45:14.449Z] 065c9533d613: Verifying Checksum [2020-12-16T21:45:14.449Z] 065c9533d613: Download complete [2020-12-16T21:45:14.722Z] 0f4f2e6d8100: Pull complete [2020-12-16T21:45:18.145Z] 065c9533d613: Pull complete [2020-12-16T21:45:18.420Z] 9fce0df16b8b: Pull complete [2020-12-16T21:45:18.711Z] e3faa53604c1: Pull complete [2020-12-16T21:45:18.984Z] 04b5adaa2053: Pull complete [2020-12-16T21:45:19.259Z] Digest: sha256:2150209ece9a657dd6d7572b659b2eace81e78d15289a9e69bd26d0f8098dde0 [2020-12-16T21:45:19.259Z] Status: Downloaded newer image for docker:latest [2020-12-16T21:45:22.658Z] ---> d9d5789c2631 [2020-12-16T21:45:22.658Z] Step 6/7 : COPY go.mod . [2020-12-16T21:45:23.248Z] ---> 5dd1ed3244f3 [2020-12-16T21:45:23.248Z] Step 7/7 : RUN go mod download [2020-12-16T21:45:23.248Z] ---> Running in 78b10699703a [2020-12-16T21:45:38.526Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T21:45:38.526Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-16T21:45:38.526Z] ---> 5699f1cbde2d [2020-12-16T21:45:38.527Z] Step 3/22 : WORKDIR /edgex-go [2020-12-16T21:45:38.527Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T21:45:38.527Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-16T21:45:38.527Z] ---> 5699f1cbde2d [2020-12-16T21:45:38.527Z] Step 3/21 : WORKDIR /edgex-go [2020-12-16T21:45:38.527Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T21:45:38.527Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-16T21:45:38.527Z] ---> 5699f1cbde2d [2020-12-16T21:45:38.527Z] Step 3/23 : WORKDIR /edgex-go [2020-12-16T21:45:38.527Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T21:45:38.527Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-16T21:45:38.527Z] ---> 5699f1cbde2d [2020-12-16T21:45:38.527Z] Step 3/22 : WORKDIR /edgex-go [2020-12-16T21:45:38.527Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T21:45:38.789Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-16T21:45:38.789Z] ---> 5699f1cbde2d [2020-12-16T21:45:38.789Z] Step 3/24 : WORKDIR /edgex-go [2020-12-16T21:45:39.061Z] ---> Running in 65104d79074f [2020-12-16T21:45:39.062Z] ---> Running in a4ee4195ef36 [2020-12-16T21:45:39.062Z] ---> Running in 22a8bebac361 [2020-12-16T21:45:39.062Z] ---> Running in 8b4ec9cb1a27 [2020-12-16T21:45:39.062Z] ---> Running in b62efb7ceb67 [2020-12-16T21:45:39.650Z] Removing intermediate container 8b4ec9cb1a27 [2020-12-16T21:45:39.650Z] ---> b99703e73530 [2020-12-16T21:45:39.650Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T21:45:39.650Z] Removing intermediate container 22a8bebac361 [2020-12-16T21:45:39.650Z] ---> 3e70c4074482 [2020-12-16T21:45:39.650Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T21:45:39.650Z] Removing intermediate container a4ee4195ef36 [2020-12-16T21:45:39.650Z] ---> 419488974e8b [2020-12-16T21:45:39.650Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T21:45:39.650Z] Removing intermediate container 65104d79074f [2020-12-16T21:45:39.650Z] ---> 4f1c114e6e44 [2020-12-16T21:45:39.650Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T21:45:39.650Z] Removing intermediate container b62efb7ceb67 [2020-12-16T21:45:39.650Z] ---> d247ccff49bb [2020-12-16T21:45:39.650Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T21:45:39.650Z] ---> Running in 9e4a9ae83250 [2020-12-16T21:45:39.650Z] ---> Running in 361b23ccf012 [2020-12-16T21:45:39.650Z] ---> Running in 3512762b2177 [2020-12-16T21:45:39.650Z] ---> Running in 1ba191b2765d [2020-12-16T21:45:39.650Z] ---> Running in 8282dcec70e2 [2020-12-16T21:45:41.744Z] Removing intermediate container 9e4a9ae83250 [2020-12-16T21:45:41.744Z] ---> 153f525dd587 [2020-12-16T21:45:41.744Z] Step 5/22 : RUN apk update && apk add make git [2020-12-16T21:45:42.034Z] Removing intermediate container 361b23ccf012 [2020-12-16T21:45:42.034Z] ---> b93cbb2f9d75 [2020-12-16T21:45:42.034Z] Step 5/21 : RUN apk update && apk add make git [2020-12-16T21:45:42.034Z] ---> Running in d56ea92d26e0 [2020-12-16T21:45:42.034Z] Removing intermediate container 3512762b2177 [2020-12-16T21:45:42.034Z] ---> cb8001086a77 [2020-12-16T21:45:42.034Z] Step 5/22 : RUN apk update && apk add make git [2020-12-16T21:45:42.334Z] ---> Running in 4c9ddbb1d12d [2020-12-16T21:45:42.605Z] ---> Running in 6131c6b70305 [2020-12-16T21:45:42.605Z] Removing intermediate container 1ba191b2765d [2020-12-16T21:45:42.605Z] ---> 475a3685c309 [2020-12-16T21:45:42.605Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-16T21:45:42.605Z] Removing intermediate container 8282dcec70e2 [2020-12-16T21:45:42.605Z] ---> 5c12e01d2b91 [2020-12-16T21:45:42.605Z] Step 5/24 : RUN apk update && apk add make git [2020-12-16T21:45:42.868Z] ---> Running in af39e050a971 [2020-12-16T21:45:42.868Z] ---> Running in db9dd7a55152 [2020-12-16T21:45:42.868Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T21:45:43.447Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T21:45:43.447Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T21:45:43.709Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T21:45:43.709Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T21:45:43.709Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T21:45:44.285Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T21:45:44.285Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T21:45:44.285Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T21:45:44.285Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T21:45:44.285Z] OK: 12750 distinct packages available [2020-12-16T21:45:44.285Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T21:45:44.548Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T21:45:44.548Z] OK: 233 MiB in 51 packages [2020-12-16T21:45:44.834Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T21:45:44.834Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T21:45:44.834Z] OK: 12750 distinct packages available [2020-12-16T21:45:44.834Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T21:45:44.834Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T21:45:44.834Z] OK: 12750 distinct packages available [2020-12-16T21:45:44.834Z] OK: 233 MiB in 51 packages [2020-12-16T21:45:45.099Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T21:45:45.099Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T21:45:45.099Z] OK: 12750 distinct packages available [2020-12-16T21:45:45.099Z] Removing intermediate container d56ea92d26e0 [2020-12-16T21:45:45.099Z] ---> 6710c8e0b5da [2020-12-16T21:45:45.099Z] Step 6/22 : COPY go.mod . [2020-12-16T21:45:45.099Z] OK: 233 MiB in 51 packages [2020-12-16T21:45:45.099Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T21:45:45.099Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T21:45:45.099Z] OK: 12750 distinct packages available [2020-12-16T21:45:45.362Z] OK: 233 MiB in 51 packages [2020-12-16T21:45:45.362Z] OK: 233 MiB in 51 packages [2020-12-16T21:45:45.362Z] ---> 2742b9bb4582 [2020-12-16T21:45:45.362Z] Step 7/22 : RUN go mod download [2020-12-16T21:45:45.628Z] ---> Running in 7ba8d14c9792 [2020-12-16T21:45:45.628Z] Removing intermediate container 4c9ddbb1d12d [2020-12-16T21:45:45.628Z] ---> 541bb9a521c4 [2020-12-16T21:45:45.628Z] Step 6/21 : COPY go.mod . [2020-12-16T21:45:46.203Z] ---> 6bda1a0f1d8c [2020-12-16T21:45:46.203Z] Step 7/21 : RUN go mod download [2020-12-16T21:45:46.203Z] Removing intermediate container af39e050a971 [2020-12-16T21:45:46.203Z] ---> e5638225fb8e [2020-12-16T21:45:46.203Z] Step 6/23 : COPY go.mod . [2020-12-16T21:45:46.471Z] ---> Running in 10e3775c237e [2020-12-16T21:45:46.471Z] Removing intermediate container db9dd7a55152 [2020-12-16T21:45:46.471Z] ---> 54de4eb75d04 [2020-12-16T21:45:46.471Z] Step 6/24 : COPY go.mod . [2020-12-16T21:45:46.734Z] Removing intermediate container 6131c6b70305 [2020-12-16T21:45:46.734Z] ---> 39cbd9047217 [2020-12-16T21:45:46.734Z] Step 6/22 : COPY go.mod . [2020-12-16T21:45:46.734Z] ---> 59e50c7fd58c [2020-12-16T21:45:46.734Z] Step 7/23 : RUN go mod download [2020-12-16T21:45:46.734Z] ---> 5a2e0afbaa0a [2020-12-16T21:45:46.734Z] Step 7/24 : RUN go mod download [2020-12-16T21:45:46.998Z] ---> Running in c0cab4b78968 [2020-12-16T21:45:46.998Z] ---> Running in 25276f59ff9b [2020-12-16T21:45:46.998Z] ---> f0072a4a5105 [2020-12-16T21:45:46.998Z] Step 7/22 : RUN go mod download [2020-12-16T21:45:47.268Z] ---> Running in ae7add3aec13 [2020-12-16T21:45:48.223Z] Removing intermediate container 10e3775c237e [2020-12-16T21:45:48.223Z] ---> 0ac4b21221ed [2020-12-16T21:45:48.223Z] Step 8/21 : COPY . . [2020-12-16T21:45:48.223Z] Removing intermediate container 7ba8d14c9792 [2020-12-16T21:45:48.223Z] ---> 75f54798f5d8 [2020-12-16T21:45:48.223Z] Step 8/22 : COPY . . [2020-12-16T21:45:50.054Z] Removing intermediate container 78b10699703a [2020-12-16T21:45:50.054Z] ---> 5416c149ecc2 [2020-12-16T21:45:50.054Z] Successfully built 5416c149ecc2 [2020-12-16T21:45:50.054Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-16T21:45:50.405Z] + docker inspect -f . ci-base-image-arm64 [2020-12-16T21:45:50.405Z] . [Pipeline] withDockerContainer [2020-12-16T21:45:50.677Z] prd-ubuntu18.04-docker-arm64-4c-16g-16386 does not seem to be running inside a container [2020-12-16T21:45:50.772Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-16T21:45:52.338Z] $ docker top f784eec0715999b9d2d95fbd372a987277d763bfd8181ec4ddea408d4ec215f0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T21:45:53.379Z] + go version [2020-12-16T21:45:53.379Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-16T21:45:53.409Z] $ docker stop --time=1 f784eec0715999b9d2d95fbd372a987277d763bfd8181ec4ddea408d4ec215f0 [2020-12-16T21:45:55.360Z] $ docker rm -f f784eec0715999b9d2d95fbd372a987277d763bfd8181ec4ddea408d4ec215f0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T21:45:56.436Z] Removing intermediate container c0cab4b78968 [2020-12-16T21:45:56.436Z] ---> ac78c4e61caa [2020-12-16T21:45:56.436Z] Step 8/24 : COPY . . [2020-12-16T21:45:56.465Z] + docker inspect -f . ci-base-image-arm64 [2020-12-16T21:45:56.465Z] . [Pipeline] withDockerContainer [2020-12-16T21:45:56.727Z] prd-ubuntu18.04-docker-arm64-4c-16g-16386 does not seem to be running inside a container [2020-12-16T21:45:56.823Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-16T21:45:58.246Z] $ docker top 8d9ebc55f6ac7f52df0102fdb815d922ba4eb23fbe58121d1e59f41e200a998d -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-16T21:45:58.643Z] ========================================================= [2020-12-16T21:45:58.643Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-16T21:45:58.643Z] ========================================================= [Pipeline] sh [2020-12-16T21:45:59.299Z] + make test [2020-12-16T21:45:59.299Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-16T21:46:00.671Z] Removing intermediate container ae7add3aec13 [2020-12-16T21:46:00.671Z] ---> e9d6ebe87876 [2020-12-16T21:46:00.671Z] Step 8/22 : COPY . . [2020-12-16T21:46:00.671Z] Removing intermediate container 25276f59ff9b [2020-12-16T21:46:00.671Z] ---> 56fc4122d89b [2020-12-16T21:46:00.671Z] Step 8/23 : COPY . . [2020-12-16T21:46:21.474Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-16T21:46:27.390Z] ---> 267babf77b0f [2020-12-16T21:46:27.390Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-16T21:46:27.390Z] ---> dbb0a0909729 [2020-12-16T21:46:27.390Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-16T21:46:28.985Z] ---> Running in 9f3519d4a4d0 [2020-12-16T21:46:28.985Z] ---> Running in 6b8b4a6b37ad [2020-12-16T21:46:34.331Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-16T21:46:34.331Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-16T21:46:34.927Z] ---> 0c8992d149df [2020-12-16T21:46:34.927Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-16T21:46:34.927Z] ---> 5ebd968d3bab [2020-12-16T21:46:34.927Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-16T21:46:34.927Z] ---> 29aa04328fa4 [2020-12-16T21:46:34.927Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-16T21:46:34.927Z] ---> Running in 7512cb0f579d [2020-12-16T21:46:34.927Z] ---> Running in a5352fac2c7b [2020-12-16T21:46:34.927Z] ---> Running in d25b30429cb5 [2020-12-16T21:46:36.364Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-16T21:46:36.364Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-16T21:46:36.631Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-16T21:47:00.549Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-16T21:47:03.322Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-16T21:47:04.743Z] Removing intermediate container 9f3519d4a4d0 [2020-12-16T21:47:04.743Z] ---> 2401ba7f9dee [2020-12-16T21:47:04.743Z] [2020-12-16T21:47:04.743Z] Step 10/21 : FROM scratch [2020-12-16T21:47:04.743Z] ---> [2020-12-16T21:47:04.743Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-16T21:47:05.008Z] ---> Running in 2a37d602647e [2020-12-16T21:47:05.274Z] Removing intermediate container 2a37d602647e [2020-12-16T21:47:05.274Z] ---> d4779dfa9f9b [2020-12-16T21:47:05.274Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-16T21:47:05.274Z] ---> Running in ce9f58291cfa [2020-12-16T21:47:05.891Z] Removing intermediate container ce9f58291cfa [2020-12-16T21:47:05.891Z] ---> 45247a45f8f4 [2020-12-16T21:47:05.891Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-16T21:47:06.500Z] ---> Running in 87da275cc6f3 [2020-12-16T21:47:07.461Z] Removing intermediate container 87da275cc6f3 [2020-12-16T21:47:07.461Z] ---> 70587296721c [2020-12-16T21:47:07.461Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-16T21:47:07.461Z] Removing intermediate container 7512cb0f579d [2020-12-16T21:47:07.461Z] ---> b835d7833246 [2020-12-16T21:47:07.461Z] [2020-12-16T21:47:07.461Z] Step 10/22 : FROM alpine:3.10 [2020-12-16T21:47:07.736Z] 3.10: Pulling from library/alpine [2020-12-16T21:47:07.736Z] ---> 8737cafe060f [2020-12-16T21:47:07.736Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-16T21:47:08.332Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-16T21:47:08.332Z] Status: Downloaded newer image for alpine:3.10 [2020-12-16T21:47:08.332Z] ---> be4e4bea2c2e [2020-12-16T21:47:08.332Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-16T21:47:12.581Z] ---> ef5c86162668 [2020-12-16T21:47:12.581Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-16T21:47:12.846Z] ---> Running in 5d12c1fbc392 [2020-12-16T21:47:13.108Z] Removing intermediate container d25b30429cb5 [2020-12-16T21:47:13.108Z] ---> 97c818395e1f [2020-12-16T21:47:13.108Z] [2020-12-16T21:47:13.108Z] Step 10/24 : FROM alpine:3.10 [2020-12-16T21:47:13.108Z] ---> be4e4bea2c2e [2020-12-16T21:47:13.108Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-16T21:47:13.108Z] Removing intermediate container 6b8b4a6b37ad [2020-12-16T21:47:13.108Z] ---> 449284f9665c [2020-12-16T21:47:13.108Z] [2020-12-16T21:47:13.108Z] Step 10/22 : FROM scratch [2020-12-16T21:47:13.108Z] ---> [2020-12-16T21:47:13.108Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-16T21:47:13.377Z] ---> Running in 9403765b2d8f [2020-12-16T21:47:13.377Z] ---> Using cache [2020-12-16T21:47:13.377Z] ---> d4779dfa9f9b [2020-12-16T21:47:13.377Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-16T21:47:13.377Z] ---> c6414ea15197 [2020-12-16T21:47:13.377Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-16T21:47:13.377Z] ---> Running in 15f804f2081e [2020-12-16T21:47:13.643Z] ---> Running in 33f0ddd263d1 [2020-12-16T21:47:13.910Z] Removing intermediate container 15f804f2081e [2020-12-16T21:47:13.910Z] ---> ea61c13f44df [2020-12-16T21:47:13.910Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-16T21:47:13.910Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-16T21:47:13.910Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-16T21:47:14.302Z] ---> Running in e62b6871937e [2020-12-16T21:47:14.302Z] v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-16T21:47:14.302Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-16T21:47:14.302Z] OK: 10350 distinct packages available [2020-12-16T21:47:14.570Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-16T21:47:14.570Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-16T21:47:14.570Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-16T21:47:14.570Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-16T21:47:14.570Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-16T21:47:14.570Z] (4/5) Installing curl (7.66.0-r3) [2020-12-16T21:47:14.570Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-16T21:47:14.570Z] Executing busybox-1.30.1-r3.trigger [2020-12-16T21:47:14.570Z] Executing ca-certificates-20191127-r2.trigger [2020-12-16T21:47:14.570Z] v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-16T21:47:14.570Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-16T21:47:14.570Z] OK: 10350 distinct packages available [2020-12-16T21:47:14.570Z] OK: 7 MiB in 19 packages [2020-12-16T21:47:14.570Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-16T21:47:14.834Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-16T21:47:14.834Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-16T21:47:14.834Z] (4/5) Installing curl (7.66.0-r3) [2020-12-16T21:47:14.834Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-16T21:47:14.834Z] Executing busybox-1.30.1-r3.trigger [2020-12-16T21:47:14.834Z] Executing ca-certificates-20191127-r2.trigger [2020-12-16T21:47:14.834Z] OK: 7 MiB in 19 packages [2020-12-16T21:47:14.834Z] Removing intermediate container 33f0ddd263d1 [2020-12-16T21:47:14.834Z] ---> deedcf43c19d [2020-12-16T21:47:14.834Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T21:47:16.233Z] Removing intermediate container e62b6871937e [2020-12-16T21:47:16.233Z] ---> 575dc364fd21 [2020-12-16T21:47:16.233Z] Step 14/22 : WORKDIR / [2020-12-16T21:47:16.233Z] ---> Running in 1200c9f31c02 [2020-12-16T21:47:16.497Z] Removing intermediate container a5352fac2c7b [2020-12-16T21:47:16.497Z] ---> c9b31b364196 [2020-12-16T21:47:16.497Z] [2020-12-16T21:47:16.497Z] Step 10/23 : FROM alpine [2020-12-16T21:47:16.497Z] latest: Pulling from library/alpine [2020-12-16T21:47:16.497Z] ---> Running in a4a888633e29 [2020-12-16T21:47:17.889Z] Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 [2020-12-16T21:47:18.152Z] Status: Downloaded newer image for alpine:latest [2020-12-16T21:47:18.152Z] Removing intermediate container 1200c9f31c02 [2020-12-16T21:47:18.152Z] ---> 8c7ff128c875 [2020-12-16T21:47:18.152Z] Step 19/21 : LABEL arch=x86_64 [2020-12-16T21:47:18.426Z] ---> b14afc6dfb98 [2020-12-16T21:47:18.426Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-16T21:47:18.426Z] Removing intermediate container 5d12c1fbc392 [2020-12-16T21:47:18.426Z] ---> 953465bec631 [2020-12-16T21:47:18.426Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-16T21:47:18.426Z] Removing intermediate container a4a888633e29 [2020-12-16T21:47:18.426Z] ---> a4e91a1a5b36 [2020-12-16T21:47:18.426Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-16T21:47:18.426Z] Removing intermediate container 9403765b2d8f [2020-12-16T21:47:18.426Z] ---> 0d5ffc8e07e5 [2020-12-16T21:47:18.426Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-16T21:47:18.426Z] ---> Running in 296ff001af1f [2020-12-16T21:47:18.426Z] ---> Running in a8275cf6a9b5 [2020-12-16T21:47:18.426Z] ---> Running in 8058fe257d60 [2020-12-16T21:47:18.693Z] ---> Running in 5ed55df667a2 [2020-12-16T21:47:18.693Z] ---> 5810d0b7feb2 [2020-12-16T21:47:18.693Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-16T21:47:18.955Z] Removing intermediate container 296ff001af1f [2020-12-16T21:47:18.955Z] ---> 4a0e40590726 [2020-12-16T21:47:18.955Z] Step 20/21 : LABEL git_sha=8825629fed540149d98780d83199692e7d178fa1 [2020-12-16T21:47:19.902Z] Removing intermediate container a8275cf6a9b5 [2020-12-16T21:47:19.902Z] ---> ae2f0b53d0a9 [2020-12-16T21:47:19.902Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-16T21:47:19.902Z] Removing intermediate container 5ed55df667a2 [2020-12-16T21:47:19.902Z] ---> aeb64a494ba9 [2020-12-16T21:47:19.902Z] Step 13/24 : WORKDIR / [2020-12-16T21:47:19.902Z] Removing intermediate container 8058fe257d60 [2020-12-16T21:47:19.902Z] ---> 76019b55af44 [2020-12-16T21:47:19.902Z] Step 13/22 : WORKDIR / [2020-12-16T21:47:20.165Z] ---> Running in 6ae075e51980 [2020-12-16T21:47:20.165Z] ---> Running in defed07ec32a [2020-12-16T21:47:20.165Z] ---> Running in 8abda5416040 [2020-12-16T21:47:20.165Z] ---> Running in 3e32fbc5c884 [2020-12-16T21:47:20.165Z] ---> 149dc826bf93 [2020-12-16T21:47:20.165Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-16T21:47:20.427Z] Removing intermediate container 6ae075e51980 [2020-12-16T21:47:20.427Z] ---> c6fe029a664f [2020-12-16T21:47:20.427Z] Step 21/21 : LABEL version=0.0.0 [2020-12-16T21:47:20.427Z] Removing intermediate container defed07ec32a [2020-12-16T21:47:20.427Z] ---> f5714ea3c4ef [2020-12-16T21:47:20.427Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-16T21:47:20.427Z] Removing intermediate container 8abda5416040 [2020-12-16T21:47:20.427Z] ---> 96f1615c4269 [2020-12-16T21:47:20.427Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-16T21:47:20.689Z] ---> Running in ee0118ba7373 [2020-12-16T21:47:20.689Z] Removing intermediate container 3e32fbc5c884 [2020-12-16T21:47:20.689Z] ---> 45ba9300795f [2020-12-16T21:47:20.689Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-16T21:47:20.689Z] ---> Running in 350dc8b884cd [2020-12-16T21:47:20.689Z] ---> 56affe91aa40 [2020-12-16T21:47:20.689Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-16T21:47:20.950Z] ---> Running in 7dd18f78f689 [2020-12-16T21:47:20.950Z] Removing intermediate container ee0118ba7373 [2020-12-16T21:47:20.950Z] ---> e76c4880013c [2020-12-16T21:47:20.950Z] [2020-12-16T21:47:20.950Z] ---> 3f5dac78e93a [2020-12-16T21:47:20.950Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-16T21:47:20.950Z] Removing intermediate container 350dc8b884cd [2020-12-16T21:47:20.950Z] ---> 05fb3851adf1 [2020-12-16T21:47:20.950Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T21:47:21.214Z] ---> a640380406e8 [2020-12-16T21:47:21.214Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-16T21:47:21.214Z] Removing intermediate container 7dd18f78f689 [2020-12-16T21:47:21.214Z] ---> e0edf7d4035e [2020-12-16T21:47:21.214Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T21:47:21.214Z] ---> Running in 1bbb92ddfe28 [2020-12-16T21:47:21.214Z] Successfully built e76c4880013c [2020-12-16T21:47:21.479Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-16T21:47:21.479Z] ---> Running in 9e9ee3f52ac0 [2020-12-16T21:47:21.479Z] Building docker-support-notifications-go [2020-12-16T21:47:21.754Z]  Building docker-support-scheduler-go ... done  ---> 4b49aa989732 [2020-12-16T21:47:21.754Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-16T21:47:21.754Z] Removing intermediate container 9e9ee3f52ac0 [2020-12-16T21:47:21.754Z] ---> eb0e704561c3 [2020-12-16T21:47:21.754Z] Step 20/22 : LABEL arch=x86_64 [2020-12-16T21:47:21.754Z] ---> 0d2987a8ee69 [2020-12-16T21:47:21.754Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-16T21:47:21.754Z] ---> Running in 43ee1bb26312 [2020-12-16T21:47:22.020Z] ---> 5f4f9f6a81b7 [2020-12-16T21:47:22.020Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-16T21:47:22.020Z] Removing intermediate container 43ee1bb26312 [2020-12-16T21:47:22.020Z] ---> 4a8649ff4b26 [2020-12-16T21:47:22.020Z] Step 21/22 : LABEL git_sha=8825629fed540149d98780d83199692e7d178fa1 [2020-12-16T21:47:22.286Z] ---> Running in 67acea6e4d85 [2020-12-16T21:47:22.557Z] ---> c9913207c01f [2020-12-16T21:47:22.557Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-16T21:47:22.822Z] Removing intermediate container 67acea6e4d85 [2020-12-16T21:47:22.822Z] ---> 390b9640eea8 [2020-12-16T21:47:22.822Z] Step 22/22 : LABEL version=0.0.0 [2020-12-16T21:47:23.050Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-16T21:47:23.050Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-16T21:47:23.050Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-16T21:47:23.050Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-16T21:47:23.050Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-16T21:47:23.050Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-16T21:47:23.050Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.080s [2020-12-16T21:47:23.050Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-16T21:47:23.050Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-16T21:47:23.088Z] ---> 5db552f27406 [2020-12-16T21:47:23.088Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-16T21:47:23.088Z] ---> fc659dba7b69 [2020-12-16T21:47:23.088Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-16T21:47:23.088Z] ---> Running in a9eb7755f5b9 [2020-12-16T21:47:23.088Z] ---> Running in 64606f0f3574 [2020-12-16T21:47:23.088Z] Removing intermediate container 1bbb92ddfe28 [2020-12-16T21:47:23.088Z] ---> 720d2f38b746 [2020-12-16T21:47:23.088Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-16T21:47:24.499Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-16T21:47:24.499Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-16T21:47:24.499Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-16T21:47:24.499Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-16T21:47:25.653Z] ---> Running in 138ddf5b4940 [2020-12-16T21:47:25.916Z] Removing intermediate container a9eb7755f5b9 [2020-12-16T21:47:25.917Z] ---> e7a49d8d3b16 [2020-12-16T21:47:25.917Z] [2020-12-16T21:47:26.180Z] Successfully built e7a49d8d3b16 [2020-12-16T21:47:26.459Z] Successfully tagged docker-core-metadata-go:latest [2020-12-16T21:47:26.459Z] Building docker-sys-mgmt-agent-go [2020-12-16T21:47:26.459Z]  Building docker-core-metadata-go ... done  ---> 146c4504a5f2 [2020-12-16T21:47:26.459Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-16T21:47:27.415Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T21:47:27.993Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T21:47:28.577Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-16T21:47:28.841Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-16T21:47:28.841Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-16T21:47:28.841Z] ---> abebf3fd452f [2020-12-16T21:47:28.841Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-16T21:47:29.106Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-16T21:47:29.370Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-16T21:47:29.632Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T21:47:30.211Z] OK: 8 MiB in 19 packages [2020-12-16T21:47:31.618Z] ---> Running in 712aa6442526 [2020-12-16T21:47:31.884Z] Removing intermediate container 64606f0f3574 [2020-12-16T21:47:31.884Z] ---> c038e16fbc0e [2020-12-16T21:47:31.884Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-16T21:47:32.801Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.237s coverage: 46.6% of statements [2020-12-16T21:47:32.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-16T21:47:32.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-16T21:47:32.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-16T21:47:32.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-16T21:47:32.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-16T21:47:33.299Z] ---> Running in d73ae7136559 [2020-12-16T21:47:34.263Z] Removing intermediate container 138ddf5b4940 [2020-12-16T21:47:34.263Z] ---> 7bc407f572ce [2020-12-16T21:47:34.263Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-16T21:47:34.263Z] Removing intermediate container d73ae7136559 [2020-12-16T21:47:34.263Z] ---> 062f0d523ffb [2020-12-16T21:47:34.263Z] Step 20/22 : LABEL arch=x86_64 [2020-12-16T21:47:34.530Z] ---> Running in 56fed15516fd [2020-12-16T21:47:35.482Z] ---> 89ceca01cdea [2020-12-16T21:47:35.482Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-16T21:47:36.460Z] Removing intermediate container 56fed15516fd [2020-12-16T21:47:36.460Z] ---> 8f30e02329ca [2020-12-16T21:47:36.460Z] Step 21/22 : LABEL git_sha=8825629fed540149d98780d83199692e7d178fa1 [2020-12-16T21:47:38.433Z] ---> Running in fe71202b3544 [2020-12-16T21:47:38.433Z] Removing intermediate container 712aa6442526 [2020-12-16T21:47:38.433Z] ---> d8fc94dc3b24 [2020-12-16T21:47:38.433Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-16T21:47:39.033Z] ---> 24cd58355366 [2020-12-16T21:47:39.033Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-16T21:47:39.034Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T21:47:39.034Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-16T21:47:39.034Z] ---> 5699f1cbde2d [2020-12-16T21:47:39.034Z] Step 3/24 : WORKDIR /edgex-go [2020-12-16T21:47:39.034Z] ---> Using cache [2020-12-16T21:47:39.034Z] ---> d247ccff49bb [2020-12-16T21:47:39.034Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T21:47:39.034Z] ---> Using cache [2020-12-16T21:47:39.034Z] ---> 5c12e01d2b91 [2020-12-16T21:47:39.034Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-16T21:47:39.575Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.533s coverage: 27.1% of statements [2020-12-16T21:47:39.575Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-16T21:47:39.575Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-16T21:47:39.575Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-16T21:47:39.575Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-16T21:47:39.575Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-16T21:47:39.575Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-16T21:47:39.575Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.098s coverage: 100.0% of statements [2020-12-16T21:47:39.575Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-16T21:47:39.575Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.063s coverage: 100.0% of statements [2020-12-16T21:47:39.575Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-16T21:47:39.575Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-16T21:47:39.575Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.289s coverage: 70.5% of statements [2020-12-16T21:47:39.575Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-16T21:47:39.575Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-16T21:47:39.613Z] ---> Running in 906ac890842b [2020-12-16T21:47:39.855Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.604s coverage: 83.7% of statements [2020-12-16T21:47:39.855Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-16T21:47:39.855Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-16T21:47:39.855Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-16T21:47:39.855Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-16T21:47:40.190Z] Removing intermediate container fe71202b3544 [2020-12-16T21:47:40.190Z] ---> 0065ca9fe9c0 [2020-12-16T21:47:40.190Z] Step 22/22 : LABEL version=0.0.0 [2020-12-16T21:47:40.463Z] ---> Running in 613cf387f776 [2020-12-16T21:47:40.463Z] ---> bdb1c006498c [2020-12-16T21:47:40.463Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-16T21:47:40.463Z] ---> Running in 47c8d65acdb6 [2020-12-16T21:47:40.463Z] Removing intermediate container 906ac890842b [2020-12-16T21:47:40.463Z] ---> d0e3f145d495 [2020-12-16T21:47:40.463Z] Step 22/24 : LABEL arch=x86_64 [2020-12-16T21:47:41.057Z] ---> Running in 2b578715ed9b [2020-12-16T21:47:41.057Z] ---> Running in d2a465ff33d7 [2020-12-16T21:47:41.057Z] Removing intermediate container 47c8d65acdb6 [2020-12-16T21:47:41.057Z] ---> 568b0cade8d0 [2020-12-16T21:47:41.057Z] [2020-12-16T21:47:41.322Z] Successfully built 568b0cade8d0 [2020-12-16T21:47:42.273Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-16T21:47:42.273Z]  Building docker-security-bootstrap-redis-go ... done Building docker-security-proxy-setup-go [2020-12-16T21:47:42.273Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T21:47:42.273Z] Removing intermediate container 2b578715ed9b [2020-12-16T21:47:42.273Z] ---> 5a9abe794b7f [2020-12-16T21:47:42.273Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T21:47:42.853Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T21:47:43.121Z] Removing intermediate container d2a465ff33d7 [2020-12-16T21:47:43.121Z] ---> 453debc7027c [2020-12-16T21:47:43.121Z] Step 23/24 : LABEL git_sha=8825629fed540149d98780d83199692e7d178fa1 [2020-12-16T21:47:43.698Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T21:47:43.698Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T21:47:43.698Z] OK: 12750 distinct packages available [2020-12-16T21:47:43.698Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T21:47:43.698Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-16T21:47:43.698Z] ---> 5699f1cbde2d [2020-12-16T21:47:43.698Z] Step 3/27 : WORKDIR /edgex-go [2020-12-16T21:47:43.698Z] ---> Using cache [2020-12-16T21:47:43.698Z] ---> d247ccff49bb [2020-12-16T21:47:43.698Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T21:47:43.698Z] ---> Using cache [2020-12-16T21:47:43.698Z] ---> 5c12e01d2b91 [2020-12-16T21:47:43.698Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-16T21:47:43.961Z] OK: 233 MiB in 51 packages [2020-12-16T21:47:45.358Z] ---> Running in fa4997fb92f6 [2020-12-16T21:47:45.632Z] ---> Running in 1b2f85e0b63f [2020-12-16T21:47:45.632Z] ---> Running in 083e02a99de9 [2020-12-16T21:47:46.591Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.120s coverage: 28.6% of statements [2020-12-16T21:47:46.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-16T21:47:46.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-16T21:47:46.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-16T21:47:46.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-16T21:47:46.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-16T21:47:46.591Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.158s coverage: 100.0% of statements [2020-12-16T21:47:46.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-16T21:47:46.591Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.075s coverage: 100.0% of statements [2020-12-16T21:47:46.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-16T21:47:46.591Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.302s coverage: 86.7% of statements [2020-12-16T21:47:46.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-16T21:47:48.206Z] Removing intermediate container 083e02a99de9 [2020-12-16T21:47:48.206Z] ---> d4e4a9e21cf1 [2020-12-16T21:47:48.206Z] Step 24/24 : LABEL version=0.0.0 [2020-12-16T21:47:48.206Z] Removing intermediate container fa4997fb92f6 [2020-12-16T21:47:48.206Z] ---> 8e26d9caebd2 [2020-12-16T21:47:48.206Z] Step 21/23 : LABEL arch=x86_64 [2020-12-16T21:47:48.206Z] ---> Running in 6cfc48225ac8 [2020-12-16T21:47:48.206Z] ---> Running in a299489d6172 [2020-12-16T21:47:48.206Z] Removing intermediate container 613cf387f776 [2020-12-16T21:47:48.206Z] ---> a859e9f982db [2020-12-16T21:47:48.206Z] Step 6/24 : COPY go.mod . [2020-12-16T21:47:48.783Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T21:47:49.053Z] ---> b4d1f759d0a6 [2020-12-16T21:47:49.053Z] Step 7/24 : RUN go mod download [2020-12-16T21:47:49.630Z] Removing intermediate container a299489d6172 [2020-12-16T21:47:49.630Z] ---> 099e7521a9f1 [2020-12-16T21:47:49.630Z] Step 22/23 : LABEL git_sha=8825629fed540149d98780d83199692e7d178fa1 [2020-12-16T21:47:49.630Z] Removing intermediate container 6cfc48225ac8 [2020-12-16T21:47:49.630Z] ---> b07315ff7008 [2020-12-16T21:47:49.630Z] [2020-12-16T21:47:49.630Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T21:47:50.017Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.380s coverage: 97.5% of statements [2020-12-16T21:47:50.017Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-16T21:47:50.017Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.162s coverage: 78.3% of statements [2020-12-16T21:47:50.017Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-16T21:47:50.017Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-16T21:47:50.017Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-16T21:47:50.017Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-16T21:47:50.222Z] Successfully built b07315ff7008 [2020-12-16T21:47:50.222Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T21:47:50.222Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T21:47:50.222Z] OK: 12750 distinct packages available [2020-12-16T21:47:50.222Z] ---> Running in e979696afbb5 [2020-12-16T21:47:50.222Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-16T21:47:50.222Z] Building docker-core-command-go [2020-12-16T21:47:50.222Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 3e977913d715 [2020-12-16T21:47:50.821Z] OK: 233 MiB in 51 packages [2020-12-16T21:47:51.092Z] Removing intermediate container 3e977913d715 [2020-12-16T21:47:51.092Z] ---> 71600ff42323 [2020-12-16T21:47:51.092Z] Step 23/23 : LABEL version=0.0.0 [2020-12-16T21:47:52.521Z] ---> Running in 99f5e87e6234 [2020-12-16T21:47:53.110Z] Removing intermediate container 99f5e87e6234 [2020-12-16T21:47:53.110Z] ---> 6e245f09c570 [2020-12-16T21:47:53.110Z] [2020-12-16T21:47:53.110Z] Removing intermediate container 1b2f85e0b63f [2020-12-16T21:47:53.110Z] ---> 73a6d9ea4ed7 [2020-12-16T21:47:53.110Z] Step 6/27 : COPY go.mod . [2020-12-16T21:47:53.377Z] Successfully built 6e245f09c570 [2020-12-16T21:47:53.377Z] Successfully tagged docker-core-data-go:latest [2020-12-16T21:47:53.377Z]  Building docker-core-data-go ... done Building docker-security-secrets-setup-go [2020-12-16T21:47:54.788Z] ---> 035459e49469 [2020-12-16T21:47:54.788Z] Step 7/27 : RUN go mod download [2020-12-16T21:47:55.475Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.065s coverage: 93.8% of statements [2020-12-16T21:47:55.475Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-16T21:47:55.475Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-16T21:47:55.475Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-16T21:47:55.475Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-16T21:47:55.475Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-16T21:47:55.475Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-16T21:47:55.475Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-16T21:47:55.475Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-16T21:47:55.475Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-16T21:47:55.475Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-16T21:47:55.475Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-16T21:47:55.475Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-16T21:47:55.475Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-16T21:47:55.475Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-16T21:47:55.475Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-16T21:47:55.475Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-16T21:47:55.475Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-16T21:47:55.475Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-16T21:47:55.475Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.068s coverage: 58.8% of statements [2020-12-16T21:47:55.475Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-16T21:47:55.475Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-16T21:47:55.475Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.190s coverage: 0.1% of statements [2020-12-16T21:47:55.475Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-16T21:47:55.475Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-16T21:47:55.475Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-16T21:47:55.475Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-16T21:47:55.475Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements [2020-12-16T21:47:55.475Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-16T21:47:55.475Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.150s coverage: 75.5% of statements [2020-12-16T21:47:55.475Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-16T21:47:55.475Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.077s coverage: 80.8% of statements [2020-12-16T21:47:55.758Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.159s coverage: 87.2% of statements [2020-12-16T21:47:55.900Z] ---> Running in dce2e445fc7a [2020-12-16T21:47:56.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.146s coverage: 84.2% of statements [2020-12-16T21:47:57.815Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.185s coverage: 91.4% of statements [2020-12-16T21:47:57.815Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-16T21:47:58.596Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T21:47:58.596Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-16T21:47:58.596Z] ---> 5699f1cbde2d [2020-12-16T21:47:58.596Z] Step 3/21 : WORKDIR /edgex-go [2020-12-16T21:47:58.596Z] ---> Using cache [2020-12-16T21:47:58.596Z] ---> d247ccff49bb [2020-12-16T21:47:58.596Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T21:47:58.596Z] ---> Using cache [2020-12-16T21:47:58.596Z] ---> 5c12e01d2b91 [2020-12-16T21:47:58.596Z] Step 5/21 : RUN apk update && apk add make git [2020-12-16T21:47:58.596Z] ---> Using cache [2020-12-16T21:47:58.596Z] ---> 54de4eb75d04 [2020-12-16T21:47:58.596Z] Step 6/21 : COPY go.mod . [2020-12-16T21:47:58.596Z] ---> Using cache [2020-12-16T21:47:58.596Z] ---> 5a2e0afbaa0a [2020-12-16T21:47:58.596Z] Step 7/21 : RUN go mod download [2020-12-16T21:47:58.949Z] ---> Using cache [2020-12-16T21:47:58.949Z] ---> ac78c4e61caa [2020-12-16T21:47:58.949Z] Step 8/21 : COPY . . [2020-12-16T21:47:59.218Z] ---> Using cache [2020-12-16T21:47:59.218Z] ---> 29aa04328fa4 [2020-12-16T21:47:59.218Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-16T21:48:00.625Z] ---> Running in 5bcdb5226198 [2020-12-16T21:48:00.625Z] Removing intermediate container e979696afbb5 [2020-12-16T21:48:00.625Z] ---> adedf3fcf325 [2020-12-16T21:48:00.625Z] Step 8/24 : COPY . . [2020-12-16T21:48:01.225Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.559s coverage: 63.5% of statements [2020-12-16T21:48:01.225Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-16T21:48:01.225Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-16T21:48:01.225Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.081s coverage: 100.0% of statements [2020-12-16T21:48:01.225Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.118s coverage: 91.3% of statements [2020-12-16T21:48:01.225Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.059s coverage: 100.0% of statements [2020-12-16T21:48:01.501Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.121s coverage: 73.7% of statements [2020-12-16T21:48:01.597Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-16T21:48:01.781Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.056s coverage: 100.0% of statements [2020-12-16T21:48:07.230Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.842s coverage: 55.9% of statements [2020-12-16T21:48:07.230Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-16T21:48:07.230Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-16T21:48:07.230Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-16T21:48:07.230Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-16T21:48:07.230Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-16T21:48:07.230Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-16T21:48:07.263Z] Removing intermediate container dce2e445fc7a [2020-12-16T21:48:07.264Z] ---> f0ba6d5107fd [2020-12-16T21:48:07.264Z] Step 8/27 : COPY . . [2020-12-16T21:48:15.516Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T21:48:15.516Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-16T21:48:15.516Z] ---> 5699f1cbde2d [2020-12-16T21:48:15.516Z] Step 3/22 : WORKDIR /edgex-go [2020-12-16T21:48:15.516Z] ---> Using cache [2020-12-16T21:48:15.516Z] ---> d247ccff49bb [2020-12-16T21:48:15.516Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T21:48:15.516Z] ---> Using cache [2020-12-16T21:48:15.516Z] ---> 5c12e01d2b91 [2020-12-16T21:48:15.516Z] Step 5/22 : RUN apk update && apk add make git [2020-12-16T21:48:15.516Z] ---> Using cache [2020-12-16T21:48:15.516Z] ---> 54de4eb75d04 [2020-12-16T21:48:15.516Z] Step 6/22 : COPY go.mod . [2020-12-16T21:48:15.516Z] ---> Using cache [2020-12-16T21:48:15.516Z] ---> 5a2e0afbaa0a [2020-12-16T21:48:15.516Z] Step 7/22 : RUN go mod download [2020-12-16T21:48:15.516Z] ---> Using cache [2020-12-16T21:48:15.516Z] ---> ac78c4e61caa [2020-12-16T21:48:15.516Z] Step 8/22 : COPY . . [2020-12-16T21:48:15.516Z] ---> Using cache [2020-12-16T21:48:15.516Z] ---> 29aa04328fa4 [2020-12-16T21:48:15.516Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-16T21:48:18.121Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T21:48:18.121Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-16T21:48:18.121Z] ---> 5699f1cbde2d [2020-12-16T21:48:18.121Z] Step 3/29 : WORKDIR /edgex-go [2020-12-16T21:48:18.121Z] ---> Using cache [2020-12-16T21:48:18.121Z] ---> d247ccff49bb [2020-12-16T21:48:18.121Z] Step 4/29 : RUN apk update && apk add make git [2020-12-16T21:48:22.399Z] ---> Running in a95ef039ca4c [2020-12-16T21:48:22.399Z] ---> Running in 98711987589c [2020-12-16T21:48:26.693Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-12-16T21:48:26.693Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T21:48:27.675Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T21:48:28.257Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T21:48:28.257Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T21:48:28.257Z] OK: 12750 distinct packages available [2020-12-16T21:48:29.213Z] OK: 233 MiB in 51 packages [2020-12-16T21:48:29.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 22.777s coverage: 86.3% of statements [2020-12-16T21:48:29.419Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-16T21:48:29.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 4.231s coverage: 72.2% of statements [2020-12-16T21:48:29.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.496s coverage: 72.1% of statements [2020-12-16T21:48:29.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.086s coverage: 82.4% of statements [2020-12-16T21:48:29.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.072s coverage: 48.4% of statements [2020-12-16T21:48:29.419Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-16T21:48:29.419Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-16T21:48:29.419Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-16T21:48:29.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.056s coverage: 28.8% of statements [2020-12-16T21:48:29.419Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-16T21:48:29.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.080s coverage: 96.8% of statements [2020-12-16T21:48:29.419Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-16T21:48:29.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.386s coverage: 37.0% of statements [2020-12-16T21:48:29.419Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-16T21:48:29.419Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-16T21:48:29.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.441s coverage: 84.0% of statements [2020-12-16T21:48:29.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.098s coverage: 100.0% of statements [2020-12-16T21:48:29.419Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.343s coverage: 47.1% of statements [2020-12-16T21:48:29.419Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-16T21:48:29.419Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-16T21:48:29.419Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-16T21:48:29.419Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-16T21:48:29.419Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-16T21:48:29.419Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.138s coverage: 100.0% of statements [2020-12-16T21:48:29.419Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-16T21:48:29.419Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.091s coverage: 100.0% of statements [2020-12-16T21:48:29.419Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-16T21:48:30.642Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-16T21:48:30.867Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.026s coverage: 29.1% of statements [2020-12-16T21:48:30.867Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-16T21:48:30.867Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-16T21:48:30.867Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-16T21:48:30.867Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-16T21:48:30.867Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-16T21:48:30.867Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.215s coverage: 99.0% of statements [2020-12-16T21:48:30.867Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-16T21:48:30.867Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.081s coverage: 100.0% of statements [2020-12-16T21:48:30.867Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-16T21:48:30.867Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements [2020-12-16T21:48:30.867Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-16T21:48:30.867Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.100s coverage: 100.0% of statements [2020-12-16T21:48:30.867Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-16T21:48:30.867Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-16T21:48:30.867Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-16T21:48:30.867Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-16T21:48:30.867Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.077s coverage: 87.9% of statements [2020-12-16T21:48:30.867Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-16T21:48:30.867Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-16T21:48:30.867Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.080s coverage: 100.0% of statements [2020-12-16T21:48:31.856Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2020-12-16T21:48:32.100Z] Removing intermediate container 98711987589c [2020-12-16T21:48:32.100Z] ---> 7c30d93e03c2 [2020-12-16T21:48:32.100Z] Step 5/29 : COPY go.mod . [2020-12-16T21:48:32.453Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2020-12-16T21:48:32.700Z] ---> 7814b9def9ae [2020-12-16T21:48:32.700Z] Step 6/29 : RUN go mod download [2020-12-16T21:48:33.048Z] GO111MODULE=on go vet ./... [2020-12-16T21:48:33.680Z] ---> Running in 2d91867e96cb [2020-12-16T21:48:40.341Z] Removing intermediate container 2d91867e96cb [2020-12-16T21:48:40.341Z] ---> a6272f6ea871 [2020-12-16T21:48:40.341Z] Step 7/29 : COPY . . [2020-12-16T21:48:40.341Z] ---> c8007e7998d3 [2020-12-16T21:48:40.341Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-16T21:48:40.341Z] ---> 24eb69be6696 [2020-12-16T21:48:40.341Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-16T21:48:42.266Z] ---> Running in 71b1d31500a5 [2020-12-16T21:48:42.842Z] ---> Running in dafb827f792d [2020-12-16T21:48:47.086Z] Removing intermediate container 5bcdb5226198 [2020-12-16T21:48:47.086Z] ---> 61365e0c1848 [2020-12-16T21:48:47.086Z] [2020-12-16T21:48:47.086Z] Step 10/21 : FROM alpine [2020-12-16T21:48:47.086Z] ---> b14afc6dfb98 [2020-12-16T21:48:47.086Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-16T21:48:48.487Z] ---> Running in 772c0ac757cc [2020-12-16T21:48:48.768Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-16T21:48:48.768Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-16T21:48:50.182Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T21:48:50.182Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T21:48:50.469Z] v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-16T21:48:50.469Z] v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-16T21:48:50.469Z] OK: 12747 distinct packages available [2020-12-16T21:48:50.737Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-16T21:48:50.737Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-16T21:48:50.737Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-16T21:48:51.009Z] (4/4) Installing curl (7.69.1-r3) [2020-12-16T21:48:51.009Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T21:48:51.597Z] Executing ca-certificates-20191127-r4.trigger [2020-12-16T21:48:51.868Z] OK: 7 MiB in 18 packages [2020-12-16T21:48:58.698Z] Removing intermediate container a95ef039ca4c [2020-12-16T21:48:58.698Z] ---> e5d3d6596e85 [2020-12-16T21:48:58.698Z] [2020-12-16T21:48:58.698Z] Step 10/22 : FROM scratch [2020-12-16T21:48:58.698Z] ---> [2020-12-16T21:48:58.698Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-16T21:49:00.129Z] ---> Using cache [2020-12-16T21:49:00.129Z] ---> d4779dfa9f9b [2020-12-16T21:49:00.129Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-16T21:49:01.112Z] Removing intermediate container 772c0ac757cc [2020-12-16T21:49:01.112Z] ---> 1a357c9c960e [2020-12-16T21:49:01.112Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-16T21:49:02.072Z] ---> Running in 832afe9ad7a4 [2020-12-16T21:49:02.657Z] ---> Running in fbf751e017e2 [2020-12-16T21:49:03.241Z] Removing intermediate container 832afe9ad7a4 [2020-12-16T21:49:03.241Z] ---> be19b08a51a9 [2020-12-16T21:49:03.241Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-16T21:49:03.821Z] ---> 1954ae226fc0 [2020-12-16T21:49:03.821Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-16T21:49:03.821Z] ---> Running in 9f6d72f960ca [2020-12-16T21:49:03.821Z] Removing intermediate container fbf751e017e2 [2020-12-16T21:49:03.821Z] ---> fae8d693bbd4 [2020-12-16T21:49:03.821Z] Step 13/21 : WORKDIR /edgex [2020-12-16T21:49:04.088Z] ---> Running in d6ab94d14f06 [2020-12-16T21:49:04.353Z] ---> Running in ea7d5ffa0fc3 [2020-12-16T21:49:04.353Z] Removing intermediate container 9f6d72f960ca [2020-12-16T21:49:04.353Z] ---> 99399ca652c0 [2020-12-16T21:49:04.353Z] Step 14/22 : WORKDIR / [2020-12-16T21:49:04.620Z] ---> Running in f6502c70a8ec [2020-12-16T21:49:04.892Z] Removing intermediate container ea7d5ffa0fc3 [2020-12-16T21:49:04.892Z] ---> ef2f50c1b12d [2020-12-16T21:49:04.892Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-16T21:49:05.161Z] Removing intermediate container f6502c70a8ec [2020-12-16T21:49:05.161Z] ---> d604f84cdb64 [2020-12-16T21:49:05.161Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-16T21:49:05.430Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-16T21:49:05.705Z] ---> 41722b3d9793 [2020-12-16T21:49:05.706Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-16T21:49:05.706Z] ---> 891049e19133 [2020-12-16T21:49:05.706Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-16T21:49:07.135Z] ---> 480037acb0fe [2020-12-16T21:49:07.135Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-16T21:49:07.135Z] ---> daebdedb9a49 [2020-12-16T21:49:07.135Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-16T21:49:07.751Z] ---> 96b902d85a84 [2020-12-16T21:49:07.751Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-16T21:49:08.019Z] ---> 9380ec4fe9a9 [2020-12-16T21:49:08.019Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-16T21:49:08.019Z] ---> Running in f7759eef5c1e [2020-12-16T21:49:08.019Z] ---> Running in 7d0e354b0fae [2020-12-16T21:49:08.286Z] Removing intermediate container f7759eef5c1e [2020-12-16T21:49:08.286Z] ---> 86336fa113e4 [2020-12-16T21:49:08.286Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T21:49:08.286Z] Removing intermediate container 7d0e354b0fae [2020-12-16T21:49:08.286Z] ---> 1e4fd7f9186c [2020-12-16T21:49:08.286Z] Step 18/21 : CMD ["--init=true"] [2020-12-16T21:49:08.286Z] ---> Running in b0429eedb48f [2020-12-16T21:49:08.286Z] ---> Running in 80b7a7ee9f7b [2020-12-16T21:49:08.551Z] Removing intermediate container b0429eedb48f [2020-12-16T21:49:08.552Z] ---> 305231c218af [2020-12-16T21:49:08.552Z] Step 19/21 : LABEL arch=x86_64 [2020-12-16T21:49:08.829Z] Removing intermediate container 80b7a7ee9f7b [2020-12-16T21:49:08.829Z] ---> ab63d3df29ef [2020-12-16T21:49:08.829Z] Step 20/22 : LABEL arch=x86_64 [2020-12-16T21:49:08.829Z] ---> Running in a8d211f74bcf [2020-12-16T21:49:08.829Z] ---> Running in 21dd173a0f49 [2020-12-16T21:49:09.104Z] Removing intermediate container a8d211f74bcf [2020-12-16T21:49:09.104Z] ---> d395a259aa89 [2020-12-16T21:49:09.104Z] Step 20/21 : LABEL git_sha=8825629fed540149d98780d83199692e7d178fa1 [2020-12-16T21:49:10.065Z] Removing intermediate container 21dd173a0f49 [2020-12-16T21:49:10.065Z] ---> 2898140e4bc2 [2020-12-16T21:49:10.065Z] Step 21/22 : LABEL git_sha=8825629fed540149d98780d83199692e7d178fa1 [2020-12-16T21:49:10.332Z] ---> Running in 64aa5a2813a8 [2020-12-16T21:49:10.332Z] ---> Running in c51b2c902ab8 [2020-12-16T21:49:10.601Z] Removing intermediate container 64aa5a2813a8 [2020-12-16T21:49:10.601Z] ---> d5322eb7e593 [2020-12-16T21:49:10.601Z] Step 21/21 : LABEL version=0.0.0 [2020-12-16T21:49:10.866Z] ---> Running in 58c1a1fd5f5e [2020-12-16T21:49:11.153Z] Removing intermediate container c51b2c902ab8 [2020-12-16T21:49:11.153Z] ---> 925b520c6a8f [2020-12-16T21:49:11.153Z] Step 22/22 : LABEL version=0.0.0 [2020-12-16T21:49:11.753Z] Removing intermediate container 58c1a1fd5f5e [2020-12-16T21:49:11.754Z] ---> fe3250397068 [2020-12-16T21:49:11.754Z] [2020-12-16T21:49:13.683Z] Successfully built fe3250397068 [2020-12-16T21:49:13.683Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-12-16T21:49:13.683Z] ---> Running in fb16d9acf617 [2020-12-16T21:49:14.292Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container fb16d9acf617 [2020-12-16T21:49:14.292Z] ---> 60839dda8025 [2020-12-16T21:49:14.292Z] [2020-12-16T21:49:14.292Z] Removing intermediate container 71b1d31500a5 [2020-12-16T21:49:14.292Z] ---> bd12e709c2eb [2020-12-16T21:49:14.292Z] [2020-12-16T21:49:14.292Z] Step 10/24 : FROM scratch [2020-12-16T21:49:14.292Z] ---> [2020-12-16T21:49:14.292Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-16T21:49:14.292Z] Removing intermediate container dafb827f792d [2020-12-16T21:49:14.292Z] ---> 3ed48082208e [2020-12-16T21:49:14.292Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-16T21:49:14.564Z] ---> Running in d551c457958d [2020-12-16T21:49:14.564Z] ---> Running in a359e3095ab3 [2020-12-16T21:49:14.835Z] Successfully built 60839dda8025 [2020-12-16T21:49:14.835Z] Successfully tagged docker-core-command-go:latest [2020-12-16T21:49:15.115Z]  Building docker-core-command-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-16T21:49:15.115Z] Removing intermediate container a359e3095ab3 [2020-12-16T21:49:15.115Z] ---> be1eda4dff5f [2020-12-16T21:49:15.115Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-16T21:49:15.115Z] ---> Running in bc723e1af951 [2020-12-16T21:49:15.383Z] Removing intermediate container bc723e1af951 [2020-12-16T21:49:15.383Z] ---> 05e417793f0c [2020-12-16T21:49:15.383Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-16T21:49:15.383Z] ---> Running in ef5ac194c17b [2020-12-16T21:49:15.669Z] Removing intermediate container ef5ac194c17b [2020-12-16T21:49:15.669Z] ---> 3a7d59e5dd85 [2020-12-16T21:49:15.669Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-16T21:49:15.947Z] ---> 68beb5beb21c [2020-12-16T21:49:15.947Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-16T21:49:16.907Z] Removing intermediate container d551c457958d [2020-12-16T21:49:16.907Z] ---> b2262fc1088a [2020-12-16T21:49:16.907Z] [2020-12-16T21:49:16.907Z] Step 11/27 : FROM docker:latest [2020-12-16T21:49:16.907Z] ---> 0c995d0d3006 [2020-12-16T21:49:16.907Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-16T21:49:17.858Z] ---> Running in 4c330785b19c [2020-12-16T21:49:18.122Z] ---> 7987f49a584c [2020-12-16T21:49:18.122Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-16T21:49:18.707Z] ---> 2a95cca9e269 [2020-12-16T21:49:18.707Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-16T21:49:18.707Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T21:49:18.971Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T21:49:18.971Z] ---> f9d311da6acb [2020-12-16T21:49:18.971Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-16T21:49:18.971Z] (1/2) Installing readline (8.0.4-r0) [2020-12-16T21:49:18.971Z] (2/2) Installing bash (5.0.17-r0) [2020-12-16T21:49:19.236Z] Executing bash-5.0.17-r0.post-install [2020-12-16T21:49:19.236Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T21:49:19.236Z] OK: 12 MiB in 22 packages [2020-12-16T21:49:21.795Z] ---> a7eceb260d1b [2020-12-16T21:49:21.795Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-16T21:49:22.058Z] Removing intermediate container 4c330785b19c [2020-12-16T21:49:22.058Z] ---> 87e5cb5844b4 [2020-12-16T21:49:22.058Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-16T21:49:22.058Z] Removing intermediate container d6ab94d14f06 [2020-12-16T21:49:22.058Z] ---> 80a5f05c8e5f [2020-12-16T21:49:22.058Z] [2020-12-16T21:49:22.058Z] Step 9/29 : FROM alpine:latest [2020-12-16T21:49:22.058Z] ---> b14afc6dfb98 [2020-12-16T21:49:22.058Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-12-16T21:49:22.058Z] ---> Running in 4e599daad616 [2020-12-16T21:49:22.320Z] ---> Running in c73f9ea3798a [2020-12-16T21:49:22.321Z] ---> 74c3b9b429da [2020-12-16T21:49:22.321Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-16T21:49:22.587Z] ---> Running in 339f7ed55dc5 [2020-12-16T21:49:22.587Z] Removing intermediate container c73f9ea3798a [2020-12-16T21:49:22.587Z] ---> 4628e7c8a982 [2020-12-16T21:49:22.587Z] Step 11/29 : USER root [2020-12-16T21:49:22.587Z] ---> Running in 00e8f11e33fe [2020-12-16T21:49:22.852Z] Removing intermediate container 339f7ed55dc5 [2020-12-16T21:49:22.852Z] ---> 8d3642c4484e [2020-12-16T21:49:22.852Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T21:49:22.852Z] ---> Running in 47a849557edf [2020-12-16T21:49:22.852Z] Removing intermediate container 00e8f11e33fe [2020-12-16T21:49:22.852Z] ---> 6e8fce20df25 [2020-12-16T21:49:22.852Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-16T21:49:23.113Z] ---> Running in 2c9a340aec65 [2020-12-16T21:49:23.113Z] Removing intermediate container 47a849557edf [2020-12-16T21:49:23.113Z] ---> e9bde1156a74 [2020-12-16T21:49:23.113Z] Step 22/24 : LABEL arch=x86_64 [2020-12-16T21:49:23.376Z] ---> Running in 61a7792471e8 [2020-12-16T21:49:23.641Z] Removing intermediate container 4e599daad616 [2020-12-16T21:49:23.641Z] ---> ba77f078d0b5 [2020-12-16T21:49:23.641Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-16T21:49:23.641Z] Removing intermediate container 61a7792471e8 [2020-12-16T21:49:23.641Z] ---> 0a105bf376f9 [2020-12-16T21:49:23.641Z] Step 23/24 : LABEL git_sha=8825629fed540149d98780d83199692e7d178fa1 [2020-12-16T21:49:23.641Z] ---> Running in 0b5fe34b3604 [2020-12-16T21:49:23.641Z] ---> Running in ea50b28a8c01 [2020-12-16T21:49:23.905Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T21:49:23.905Z] Removing intermediate container 0b5fe34b3604 [2020-12-16T21:49:23.905Z] ---> 70956d29eb9e [2020-12-16T21:49:23.905Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-16T21:49:23.905Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T21:49:23.905Z] ---> Running in 45b47e44e467 [2020-12-16T21:49:23.905Z] Removing intermediate container ea50b28a8c01 [2020-12-16T21:49:23.905Z] ---> 92773bb5e6c9 [2020-12-16T21:49:23.905Z] Step 24/24 : LABEL version=0.0.0 [2020-12-16T21:49:24.168Z] ---> Running in 4db42d8bc648 [2020-12-16T21:49:24.168Z] Removing intermediate container 45b47e44e467 [2020-12-16T21:49:24.168Z] ---> ae2fb5b9f73f [2020-12-16T21:49:24.168Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-16T21:49:24.168Z] v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-16T21:49:24.168Z] v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-16T21:49:24.168Z] OK: 12747 distinct packages available [2020-12-16T21:49:24.168Z] ---> Running in 362b8fc099bc [2020-12-16T21:49:24.498Z] Removing intermediate container 4db42d8bc648 [2020-12-16T21:49:24.498Z] ---> 437c30ced45a [2020-12-16T21:49:24.498Z] [2020-12-16T21:49:24.498Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-16T21:49:24.498Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-16T21:49:24.498Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T21:49:24.498Z] Executing ca-certificates-20191127-r4.trigger [2020-12-16T21:49:24.498Z] Successfully built 437c30ced45a [2020-12-16T21:49:24.498Z] OK: 6 MiB in 16 packages [2020-12-16T21:49:24.793Z] Successfully tagged docker-support-notifications-go:latest [2020-12-16T21:49:24.793Z]  Building docker-support-notifications-go ... done Removing intermediate container 362b8fc099bc [2020-12-16T21:49:24.793Z] ---> 21a26b6a31a7 [2020-12-16T21:49:24.793Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-16T21:49:25.480Z] Removing intermediate container 2c9a340aec65 [2020-12-16T21:49:25.480Z] ---> 3050c2f076e8 [2020-12-16T21:49:25.480Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-16T21:49:25.480Z] ---> 185ebbf5ac37 [2020-12-16T21:49:25.480Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-16T21:49:25.480Z] ---> Running in 07b740a867c7 [2020-12-16T21:49:25.769Z] Removing intermediate container 07b740a867c7 [2020-12-16T21:49:25.769Z] ---> 9a359f1fbff0 [2020-12-16T21:49:25.769Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-16T21:49:25.769Z] ---> Running in 30a0fc351abe [2020-12-16T21:49:25.769Z] ---> 52f33ee6e0f9 [2020-12-16T21:49:25.769Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-16T21:49:26.044Z] Removing intermediate container 30a0fc351abe [2020-12-16T21:49:26.044Z] ---> 8a0a08b51aac [2020-12-16T21:49:26.044Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-16T21:49:26.044Z] ---> Running in 427685a41912 [2020-12-16T21:49:26.044Z] ---> cbe6f7e1f772 [2020-12-16T21:49:26.044Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-16T21:49:26.312Z] ---> Running in 0fc2af1be5e8 [2020-12-16T21:49:26.900Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T21:49:26.900Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T21:49:27.164Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-16T21:49:27.164Z] (2/33) Installing expat (2.2.9-r1) [2020-12-16T21:49:27.164Z] (3/33) Installing libffi (3.3-r2) [2020-12-16T21:49:27.164Z] Removing intermediate container 427685a41912 [2020-12-16T21:49:27.164Z] ---> 101dbccb3e85 [2020-12-16T21:49:27.164Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-16T21:49:27.164Z] (4/33) Installing gdbm (1.13-r1) [2020-12-16T21:49:27.164Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-16T21:49:27.164Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-16T21:49:27.164Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-16T21:49:31.389Z] ---> e4fc21aeedf9 [2020-12-16T21:49:31.389Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-16T21:49:31.389Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-16T21:49:31.389Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-16T21:49:31.389Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-16T21:49:31.389Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-16T21:49:31.389Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-16T21:49:31.389Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-16T21:49:31.389Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-16T21:49:31.389Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-16T21:49:31.651Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-16T21:49:31.914Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-16T21:49:32.180Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-16T21:49:32.180Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-16T21:49:32.443Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-16T21:49:32.443Z] ---> 6ef2050f27cf [2020-12-16T21:49:32.443Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-16T21:49:32.443Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-16T21:49:32.443Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-16T21:49:32.443Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-16T21:49:32.443Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-16T21:49:32.443Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-16T21:49:32.443Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-16T21:49:32.706Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-16T21:49:32.706Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-16T21:49:32.706Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-16T21:49:32.706Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-16T21:49:32.706Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-16T21:49:33.281Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-16T21:49:33.281Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-16T21:49:33.856Z] ---> 195c9ccc5d78 [2020-12-16T21:49:33.856Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-16T21:49:33.856Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T21:49:33.856Z] OK: 71 MiB in 55 packages [2020-12-16T21:49:34.122Z] ---> aab02161ed31 [2020-12-16T21:49:34.122Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-16T21:49:34.386Z] ---> 09d6cd901d40 [2020-12-16T21:49:34.386Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-16T21:49:35.349Z] ---> Running in b0144f52e59a [2020-12-16T21:49:39.582Z] Removing intermediate container 0fc2af1be5e8 [2020-12-16T21:49:39.582Z] ---> df33ecaa55ad [2020-12-16T21:49:39.582Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-16T21:49:39.582Z] ---> Running in bebb6365147a [2020-12-16T21:49:39.582Z] Removing intermediate container b0144f52e59a [2020-12-16T21:49:39.582Z] ---> 2660625c20ef [2020-12-16T21:49:39.582Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-16T21:49:39.845Z] ---> 104eba693225 [2020-12-16T21:49:39.845Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-16T21:49:40.110Z] ---> Running in c80510f37060 [2020-12-16T21:49:41.058Z] Collecting docker-compose==1.23.2 [2020-12-16T21:49:41.058Z] Removing intermediate container c80510f37060 [2020-12-16T21:49:41.058Z] ---> 08af99f07f55 [2020-12-16T21:49:41.058Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-16T21:49:41.058Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-16T21:49:41.058Z] ---> Running in 76822123fa8c [2020-12-16T21:49:41.058Z] Collecting texttable<0.10,>=0.9.0 [2020-12-16T21:49:41.058Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-16T21:49:41.092Z] gofmt -l . [2020-12-16T21:49:41.092Z] [ "`gofmt -l .`" = "" ] [2020-12-16T21:49:41.092Z] ./bin/test-go-mod-tidy.sh [2020-12-16T21:49:41.092Z] ./bin/test-attribution-txt.sh [2020-12-16T21:49:41.632Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-16T21:49:41.632Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-16T21:49:41.898Z] Collecting jsonschema<3,>=2.5.1 [2020-12-16T21:49:41.898Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-16T21:49:42.161Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-16T21:49:42.161Z] Removing intermediate container 76822123fa8c [2020-12-16T21:49:42.161Z] ---> fa8d09425912 [2020-12-16T21:49:42.161Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-16T21:49:42.161Z] ---> Running in dbdaf7d802a8 [2020-12-16T21:49:42.161Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-16T21:49:42.161Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-16T21:49:42.423Z] Removing intermediate container dbdaf7d802a8 [2020-12-16T21:49:42.423Z] ---> 437ac4538fa5 [2020-12-16T21:49:42.423Z] Step 26/29 : CMD [ "generate" ] [2020-12-16T21:49:42.423Z] ---> Running in 8950a1d5dc5a [2020-12-16T21:49:42.424Z] Collecting PyYAML<4,>=3.10 [2020-12-16T21:49:42.424Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-16T21:49:42.686Z] Removing intermediate container 8950a1d5dc5a [2020-12-16T21:49:42.686Z] ---> 9f501aba4673 [2020-12-16T21:49:42.686Z] Step 27/29 : LABEL arch=x86_64 [2020-12-16T21:49:44.078Z] ---> Running in 7f69751042a3 [2020-12-16T21:49:44.078Z] Removing intermediate container 7f69751042a3 [2020-12-16T21:49:44.078Z] ---> 68103132b4dc [2020-12-16T21:49:44.078Z] Step 28/29 : LABEL git_sha=8825629fed540149d98780d83199692e7d178fa1 [2020-12-16T21:49:44.078Z] ---> Running in 27be48aef48c [2020-12-16T21:49:44.078Z] Collecting docker<4.0,>=3.6.0 [2020-12-16T21:49:44.078Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-16T21:49:44.341Z] Removing intermediate container 27be48aef48c [2020-12-16T21:49:44.341Z] ---> 3da690add686 [2020-12-16T21:49:44.341Z] Step 29/29 : LABEL version=0.0.0 [2020-12-16T21:49:44.341Z] Collecting docopt<0.7,>=0.6.1 [2020-12-16T21:49:44.341Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-16T21:49:44.341Z] ---> Running in 6127abf8fd7f [Pipeline] sh [2020-12-16T21:49:44.603Z] Removing intermediate container 6127abf8fd7f [2020-12-16T21:49:44.603Z] ---> c130865db78b [2020-12-16T21:49:44.603Z] [2020-12-16T21:49:44.603Z] Successfully built c130865db78b [2020-12-16T21:49:44.603Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-12-16T21:49:44.865Z]  Building docker-security-secrets-setup-go ... done Collecting dockerpty<0.5,>=0.4.1 [2020-12-16T21:49:44.865Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-16T21:49:45.139Z] + ls -al . [2020-12-16T21:49:45.139Z] total 692 [2020-12-16T21:49:45.139Z] drwxrwxr-x 9 1001 1001 4096 Dec 16 21:49 . [2020-12-16T21:49:45.139Z] drwxr-xr-x 4 root root 4096 Dec 16 21:45 .. [2020-12-16T21:49:45.139Z] -rw-rw-r-- 1 1001 1001 11 Dec 16 21:44 .dockerignore [2020-12-16T21:49:45.139Z] drwxrwxr-x 8 1001 1001 4096 Dec 16 21:44 .git [2020-12-16T21:49:45.139Z] drwxrwxr-x 3 1001 1001 4096 Dec 16 21:44 .github [2020-12-16T21:49:45.139Z] -rw-rw-r-- 1 1001 1001 943 Dec 16 21:44 .gitignore [2020-12-16T21:49:45.139Z] -rw-rw-r-- 1 1001 1001 166 Dec 16 21:44 .sonarcloud.properties [2020-12-16T21:49:45.139Z] -rw-rw-r-- 1 1001 1001 3804 Dec 16 21:44 CONTRIBUTING.md [2020-12-16T21:49:45.139Z] -rw-rw-r-- 1 1001 1001 1035 Dec 16 21:44 Dockerfile.build [2020-12-16T21:49:45.139Z] -rw-rw-r-- 1 1001 1001 863 Dec 16 21:44 Jenkinsfile [2020-12-16T21:49:45.139Z] -rw-rw-r-- 1 1001 1001 10775 Dec 16 21:44 LICENSE [2020-12-16T21:49:45.139Z] -rw-rw-r-- 1 1001 1001 6318 Dec 16 21:44 Makefile [2020-12-16T21:49:45.139Z] -rw-rw-r-- 1 1001 1001 6361 Dec 16 21:44 README.md [2020-12-16T21:49:45.139Z] -rw-rw-r-- 1 1001 1001 7286 Dec 16 21:44 SECURITY.md [2020-12-16T21:49:45.139Z] -rw-rw-r-- 1 1001 1001 5 Dec 16 21:41 VERSION [2020-12-16T21:49:45.139Z] -rw-rw-r-- 1 1001 1001 4131 Dec 16 21:44 ZMQWindows.md [2020-12-16T21:49:45.139Z] drwxrwxr-x 2 1001 1001 4096 Dec 16 21:44 bin [2020-12-16T21:49:45.139Z] drwxrwxr-x 15 1001 1001 4096 Dec 16 21:44 cmd [2020-12-16T21:49:45.139Z] -rw-r--r-- 1 root root 567417 Dec 16 21:48 coverage.out [2020-12-16T21:49:45.139Z] -rw-r--r-- 1 root root 979 Dec 16 21:49 go.mod [2020-12-16T21:49:45.139Z] -rw-r--r-- 1 root root 18631 Dec 16 21:49 go.sum [2020-12-16T21:49:45.140Z] drwxrwxr-x 8 1001 1001 4096 Dec 16 21:44 internal [2020-12-16T21:49:45.140Z] drwxrwxr-x 4 1001 1001 4096 Dec 16 21:44 openapi [2020-12-16T21:49:45.140Z] drwxrwxr-x 4 1001 1001 4096 Dec 16 21:44 snap [2020-12-16T21:49:45.140Z] -rw-rw-r-- 1 1001 1001 168 Dec 16 21:44 version.go [Pipeline] sh [2020-12-16T21:49:45.438Z] Collecting cached-property<2,>=1.2.0 [2020-12-16T21:49:45.438Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-16T21:49:45.438Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-12-16T21:49:45.438Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-16T21:49:45.438Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-16T21:49:45.702Z] Collecting idna<2.8,>=2.5 [2020-12-16T21:49:45.702Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-16T21:49:45.702Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-12-16T21:49:45.702Z] Collecting docker-pycreds>=0.4.0 [2020-12-16T21:49:45.702Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-16T21:49:45.702Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-16T21:49:45.702Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-16T21:49:45.702Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-16T21:49:45.702Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-16T21:49:45.796Z] + '[' -e coverage.out ] [2020-12-16T21:49:45.796Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-16T21:49:45.820Z] Warning: overwriting stash ‘coverage-report’ [2020-12-16T21:49:45.964Z] Installing collected packages: texttable, websocket-client, jsonschema, urllib3, idna, requests, PyYAML, docker-pycreds, docker, docopt, dockerpty, cached-property, docker-compose [2020-12-16T21:49:45.964Z] Running setup.py install for texttable: started [2020-12-16T21:49:46.539Z] Running setup.py install for texttable: finished with status 'done' [2020-12-16T21:49:46.539Z] Attempting uninstall: urllib3 [2020-12-16T21:49:46.539Z] Found existing installation: urllib3 1.25.9 [2020-12-16T21:49:46.539Z] Uninstalling urllib3-1.25.9: [2020-12-16T21:49:46.539Z] Successfully uninstalled urllib3-1.25.9 [2020-12-16T21:49:46.830Z] Attempting uninstall: idna [2020-12-16T21:49:46.830Z] Found existing installation: idna 2.9 [2020-12-16T21:49:46.830Z] Uninstalling idna-2.9: [2020-12-16T21:49:46.830Z] Successfully uninstalled idna-2.9 [2020-12-16T21:49:47.091Z] Attempting uninstall: requests [2020-12-16T21:49:47.091Z] Found existing installation: requests 2.23.0 [2020-12-16T21:49:47.091Z] Uninstalling requests-2.23.0: [2020-12-16T21:49:47.091Z] Successfully uninstalled requests-2.23.0 [2020-12-16T21:49:47.092Z] Running setup.py install for PyYAML: started [2020-12-16T21:49:47.094Z] Stashed 1 file(s) [Pipeline] sh [2020-12-16T21:49:47.667Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-16T21:49:47.794Z] + make build [2020-12-16T21:49:47.795Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-16T21:49:47.928Z] Running setup.py install for docopt: started [2020-12-16T21:49:48.501Z] Running setup.py install for docopt: finished with status 'done' [2020-12-16T21:49:48.501Z] Running setup.py install for dockerpty: started [2020-12-16T21:49:48.763Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-16T21:49:49.025Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-12-16T21:49:53.242Z] Removing intermediate container bebb6365147a [2020-12-16T21:49:53.242Z] ---> ee070be938cc [2020-12-16T21:49:53.242Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-16T21:49:53.242Z] ---> Running in e7c89812852d [2020-12-16T21:49:53.818Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T21:49:53.818Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T21:49:54.080Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-16T21:49:54.080Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-16T21:49:54.080Z] (3/3) Installing curl (7.69.1-r3) [2020-12-16T21:49:54.080Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T21:49:54.080Z] OK: 72 MiB in 58 packages [2020-12-16T21:49:54.658Z] Removing intermediate container e7c89812852d [2020-12-16T21:49:54.658Z] ---> 19cd0fa8eaba [2020-12-16T21:49:54.658Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-16T21:49:54.658Z] ---> Running in c12396eda4e2 [2020-12-16T21:49:54.921Z] Removing intermediate container c12396eda4e2 [2020-12-16T21:49:54.921Z] ---> 41a605049b84 [2020-12-16T21:49:54.921Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T21:49:54.921Z] ---> Running in a8dd2f78e73a [2020-12-16T21:49:55.183Z] Removing intermediate container a8dd2f78e73a [2020-12-16T21:49:55.183Z] ---> a9d79aa5ab40 [2020-12-16T21:49:55.183Z] Step 25/27 : LABEL arch=x86_64 [2020-12-16T21:49:55.183Z] ---> Running in 1c68f0bb1367 [2020-12-16T21:49:55.446Z] Removing intermediate container 1c68f0bb1367 [2020-12-16T21:49:55.446Z] ---> cb3d57c19615 [2020-12-16T21:49:55.446Z] Step 26/27 : LABEL git_sha=8825629fed540149d98780d83199692e7d178fa1 [2020-12-16T21:49:55.446Z] ---> Running in 24620edd3c3b [2020-12-16T21:49:55.446Z] Removing intermediate container 24620edd3c3b [2020-12-16T21:49:55.446Z] ---> d16ea9d6deda [2020-12-16T21:49:55.446Z] Step 27/27 : LABEL version=0.0.0 [2020-12-16T21:49:55.708Z] ---> Running in 0024eef2b824 [2020-12-16T21:49:55.708Z] Removing intermediate container 0024eef2b824 [2020-12-16T21:49:55.708Z] ---> e829810b383e [2020-12-16T21:49:55.708Z] [2020-12-16T21:49:55.970Z] Successfully built e829810b383e [2020-12-16T21:49:55.970Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-16T21:49:56.561Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-12-16T21:49:56.577Z] $ docker stop --time=1 cf2e88ec9de59ccbd71f112a8b826a92233c2676421366bc4397d42072f34350 [2020-12-16T21:49:57.966Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-16T21:49:58.168Z] $ docker rm -f cf2e88ec9de59ccbd71f112a8b826a92233c2676421366bc4397d42072f34350 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-16T21:49:58.686Z] + docker images [2020-12-16T21:49:58.686Z] + grep docker [2020-12-16T21:49:58.686Z] docker-sys-mgmt-agent-go latest e829810b383e 3 seconds ago 313MB [2020-12-16T21:49:58.686Z] docker-security-secrets-setup-go latest c130865db78b 14 seconds ago 23.9MB [2020-12-16T21:49:58.686Z] docker-support-notifications-go latest 437c30ced45a 34 seconds ago 12.1MB [2020-12-16T21:49:58.686Z] docker-core-command-go latest 60839dda8025 44 seconds ago 10.6MB [2020-12-16T21:49:58.686Z] docker-security-proxy-setup-go latest fe3250397068 48 seconds ago 24.6MB [2020-12-16T21:49:58.686Z] docker-core-data-go latest 6e245f09c570 2 minutes ago 22.2MB [2020-12-16T21:49:58.686Z] docker-security-secretstore-setup-go latest b07315ff7008 2 minutes ago 24.7MB [2020-12-16T21:49:58.686Z] docker-security-bootstrap-redis-go latest 568b0cade8d0 2 minutes ago 15.8MB [2020-12-16T21:49:58.686Z] docker-core-metadata-go latest e7a49d8d3b16 2 minutes ago 13MB [2020-12-16T21:49:58.686Z] docker-support-scheduler-go latest e76c4880013c 2 minutes ago 10.8MB [2020-12-16T21:49:58.686Z] docker latest 0c995d0d3006 23 hours ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2020-12-16T21:50:14.521Z] Still waiting to schedule task [2020-12-16T21:50:14.522Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2020-12-16T21:50:20.138Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-12-16T21:50:23.550Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-16T21:50:27.858Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-16T21:50:29.304Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-16T21:50:33.654Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-16T21:50:37.963Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-16T21:50:41.352Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-16T21:50:44.743Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-16T21:50:49.039Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-16T21:50:52.417Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-16T21:50:55.802Z] 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] } [2020-12-16T21:50:59.238Z] $ docker stop --time=1 8d9ebc55f6ac7f52df0102fdb815d922ba4eb23fbe58121d1e59f41e200a998d [2020-12-16T21:51:01.751Z] $ docker rm -f 8d9ebc55f6ac7f52df0102fdb815d922ba4eb23fbe58121d1e59f41e200a998d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T21:51:03.868Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-16T21:51:03.868Z] [2020-12-16T21:51:03.868Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-16T21:51:04.537Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-16T21:51:04.808Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-12-16T21:51:04.808Z] 29e5d40040c1: Pulling fs layer [2020-12-16T21:51:04.808Z] 1ce36da41761: Pulling fs layer [2020-12-16T21:51:04.808Z] 25b303627fd3: Pulling fs layer [2020-12-16T21:51:05.400Z] 29e5d40040c1: Download complete [2020-12-16T21:51:05.673Z] 1ce36da41761: Verifying Checksum [2020-12-16T21:51:05.673Z] 1ce36da41761: Download complete [2020-12-16T21:51:06.272Z] 29e5d40040c1: Pull complete [2020-12-16T21:51:07.713Z] 25b303627fd3: Verifying Checksum [2020-12-16T21:51:07.713Z] 25b303627fd3: Download complete [2020-12-16T21:51:07.713Z] 1ce36da41761: Pull complete [2020-12-16T21:51:15.934Z] Running on prd-ubuntu18.04-docker-8c-8g-16387 in /w/workspace/edgexfoundry_edgex-go_PR-2956 [Pipeline] { [Pipeline] ws [2020-12-16T21:51:15.993Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2020-12-16T21:51:17.891Z] 25b303627fd3: Pull complete [2020-12-16T21:51:17.891Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-12-16T21:51:17.891Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-16T21:51:17.891Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-12-16T21:51:18.157Z] prd-ubuntu18.04-docker-arm64-4c-16g-16386 does not seem to be running inside a container [2020-12-16T21:51:18.186Z] using credential edgex-jenkins-ssh [2020-12-16T21:51:18.255Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-16T21:51:18.248Z] Cloning the remote Git repository [2020-12-16T21:51:18.275Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-16T21:51:18.346Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2020-12-16T21:51:18.373Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-16T21:51:18.373Z] > git --version # timeout=10 [2020-12-16T21:51:18.383Z] > git --version # 'git version 2.17.1' [2020-12-16T21:51:18.384Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T21:51:18.409Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-16T21:51:21.389Z] $ docker top 94bde61fff10d7f426d8d2432820240581d4fc653cb18252d9cbc5e5a5a4550b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T21:51:22.516Z] + + docker-composegrep build parallel --help [2020-12-16T21:51:22.516Z] [2020-12-16T21:51:25.801Z] Merging remotes/origin/master commit 1cb94389de1e39608b319f278621c386c44601c6 into PR head commit 8825629fed540149d98780d83199692e7d178fa1 [2020-12-16T21:51:25.884Z] --parallel Build images in parallel. [Pipeline] } [2020-12-16T21:51:25.917Z] $ docker stop --time=1 94bde61fff10d7f426d8d2432820240581d4fc653cb18252d9cbc5e5a5a4550b [2020-12-16T21:51:25.924Z] Merge succeeded, producing 8825629fed540149d98780d83199692e7d178fa1 [2020-12-16T21:51:25.925Z] Checking out Revision 8825629fed540149d98780d83199692e7d178fa1 (PR-2956) [2020-12-16T21:51:25.177Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-16T21:51:25.188Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-16T21:51:25.197Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-16T21:51:25.206Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-16T21:51:25.207Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T21:51:25.211Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2956/head:refs/remotes/origin/PR-2956 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-16T21:51:25.810Z] > git config core.sparsecheckout # timeout=10 [2020-12-16T21:51:25.815Z] > git checkout -f 8825629fed540149d98780d83199692e7d178fa1 # timeout=10 [2020-12-16T21:51:25.894Z] > git remote # timeout=10 [2020-12-16T21:51:25.901Z] > git config --get remote.origin.url # timeout=10 [2020-12-16T21:51:25.907Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T21:51:25.910Z] > git merge 1cb94389de1e39608b319f278621c386c44601c6 # timeout=10 [2020-12-16T21:51:25.919Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-16T21:51:25.927Z] > git config core.sparsecheckout # timeout=10 [2020-12-16T21:51:25.935Z] > git checkout -f 8825629fed540149d98780d83199692e7d178fa1 # timeout=10 [2020-12-16T21:51:27.915Z] $ docker rm -f 94bde61fff10d7f426d8d2432820240581d4fc653cb18252d9cbc5e5a5a4550b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T21:51:28.798Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-16T21:51:28.798Z] . [Pipeline] withDockerContainer [2020-12-16T21:51:29.043Z] prd-ubuntu18.04-docker-arm64-4c-16g-16386 does not seem to be running inside a container [2020-12-16T21:51:29.169Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-16T21:51:29.617Z] Commit message: "feat: Remove deprecated Mongo code." [2020-12-16T21:51:30.522Z] $ docker top c68d4a3e323a6421dbc9403f891eb1441fa44dab64dc244d3b371ea84f2fad25 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-16T21:51:31.559Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-16T21:51:31.905Z] + echo snap-build.sh [2020-12-16T21:51:31.905Z] snap-build.sh [2020-12-16T21:51:31.905Z] + SNAP_BASE_DIR=. [2020-12-16T21:51:31.905Z] + '[' '!' -z /w/workspace/edgex-go/3 ']' [2020-12-16T21:51:31.905Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/3 [2020-12-16T21:51:31.905Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' [2020-12-16T21:51:31.905Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/3] [2020-12-16T21:51:31.905Z] + cd /w/workspace/edgex-go/3 [2020-12-16T21:51:31.905Z] + sudo apt-get remove -qy --purge lxd lxd-client [2020-12-16T21:51:31.905Z] Reading package lists... [2020-12-16T21:51:31.905Z] Building dependency tree... [2020-12-16T21:51:31.905Z] Reading state information... [2020-12-16T21:51:32.169Z] The following packages were automatically installed and are no longer required: [2020-12-16T21:51:32.169Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2020-12-16T21:51:32.169Z] uidmap xdelta3 [2020-12-16T21:51:32.169Z] Use 'sudo apt autoremove' to remove them. [2020-12-16T21:51:32.169Z] The following packages will be REMOVED: [2020-12-16T21:51:32.169Z] lxd* lxd-client* [2020-12-16T21:51:32.430Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2020-12-16T21:51:32.430Z] After this operation, 31.7 MB disk space will be freed. [2020-12-16T21:51:33.479Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2020-12-16T21:51:33.479Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-16T21:51:34.423Z] Removing lxd dnsmasq configuration [2020-12-16T21:51:34.423Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2020-12-16T21:51:34.423Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2020-12-16T21:51:34.933Z] Building docker-core-command-go ... [2020-12-16T21:51:34.934Z] Building docker-core-data-go ... [2020-12-16T21:51:34.934Z] Building docker-core-metadata-go ... [2020-12-16T21:51:34.934Z] Building docker-security-bootstrap-redis-go ... [2020-12-16T21:51:34.934Z] Building docker-security-proxy-setup-go ... [2020-12-16T21:51:34.934Z] Building docker-security-secrets-setup-go ... [2020-12-16T21:51:34.934Z] Building docker-security-secretstore-setup-go ... [2020-12-16T21:51:34.934Z] Building docker-support-notifications-go ... [2020-12-16T21:51:34.934Z] Building docker-support-scheduler-go ... [2020-12-16T21:51:34.934Z] Building docker-sys-mgmt-agent-go ... [2020-12-16T21:51:34.934Z] Building docker-core-data-go [2020-12-16T21:51:34.934Z] Building docker-support-notifications-go [2020-12-16T21:51:34.934Z] Building docker-support-scheduler-go [2020-12-16T21:51:34.934Z] Building docker-core-metadata-go [2020-12-16T21:51:34.934Z] Building docker-security-bootstrap-redis-go [2020-12-16T21:51:35.367Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-16T21:51:35.631Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2020-12-16T21:51:35.631Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-16T21:51:37.020Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2020-12-16T21:51:37.020Z] Processing triggers for ureadahead (0.100.0-21) ... [2020-12-16T21:51:38.408Z] + sudo snap remove --purge lxd [2020-12-16T21:51:38.671Z] snap "lxd" is not installed [2020-12-16T21:51:38.671Z] + sudo groupadd --force --system lxd [2020-12-16T21:51:38.671Z] ++ whoami [2020-12-16T21:51:38.671Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2020-12-16T21:51:38.671Z] + newgrp - lxd [2020-12-16T21:51:38.671Z] + sudo snap install lxd [2020-12-16T21:51:46.837Z] 2020-12-16T21:51:44Z INFO Waiting for automatic snapd restart... [2020-12-16T21:52:01.854Z] lxd 4.9 from Canonical* installed [2020-12-16T21:52:01.854Z] + sudo lxd init --auto [2020-12-16T21:52:08.446Z] + sudo snap install --classic snapcraft [2020-12-16T21:52:16.588Z] snapcraft 4.4.4 from Canonical* installed [2020-12-16T21:52:16.588Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2020-12-16T21:52:16.588Z] + patch --verbose -p1 [2020-12-16T21:52:16.588Z] Hmm... Looks like a unified diff to me... [2020-12-16T21:52:16.588Z] The text leading up to this was: [2020-12-16T21:52:16.588Z] -------------------------- [2020-12-16T21:52:16.588Z] |From a8e6179902fe6bccada5d6ad9dd7e850ca774bef Mon Sep 17 00:00:00 2001 [2020-12-16T21:52:16.588Z] |From: Tony Espy [2020-12-16T21:52:16.588Z] |Date: Wed, 2 Dec 2020 17:38:31 -0500 [2020-12-16T21:52:16.588Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2020-12-16T21:52:16.588Z] | [2020-12-16T21:52:16.588Z] |This patch is used by the EdgeX CI pipeline builds to [2020-12-16T21:52:16.588Z] |optimize the snap CI check run for pull requests. When [2020-12-16T21:52:16.588Z] |applied, it essentially strips out everything (apps and [2020-12-16T21:52:16.588Z] |parts) from the snapcraft.yaml file except those required [2020-12-16T21:52:16.588Z] |to build edgex-go, as the whole idea of the CI check is to [2020-12-16T21:52:16.588Z] |catch changes to edgex-go that break the snap build. [2020-12-16T21:52:16.588Z] | [2020-12-16T21:52:16.588Z] |In general, anyone updating snapcraft.yaml will also need [2020-12-16T21:52:16.588Z] |to update this patch file, otherwise it may fail to apply, [2020-12-16T21:52:16.588Z] |resulting in a failed snap build CI check in the associated [2020-12-16T21:52:16.588Z] |pull request. [2020-12-16T21:52:16.588Z] | [2020-12-16T21:52:16.588Z] |Note - in addition to applying this patch, the pipeline also [2020-12-16T21:52:16.588Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2020-12-16T21:52:16.588Z] |need to build the finally binary .snap file (and it won't [2020-12-16T21:52:16.588Z] |work with the patch applied). This further reduces the build [2020-12-16T21:52:16.588Z] |time. [2020-12-16T21:52:16.588Z] |--- [2020-12-16T21:52:16.588Z] | snap/snapcraft.yaml | 466 +------------------------------------------- [2020-12-16T21:52:16.588Z] | 1 file changed, 2 insertions(+), 464 deletions(-) [2020-12-16T21:52:16.588Z] | [2020-12-16T21:52:16.588Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2020-12-16T21:52:16.588Z] |index b265277c..d7e1de37 100644 [2020-12-16T21:52:16.588Z] |--- a/snap/snapcraft.yaml [2020-12-16T21:52:16.588Z] |+++ b/snap/snapcraft.yaml [2020-12-16T21:52:16.588Z] -------------------------- [2020-12-16T21:52:16.588Z] patching file snap/snapcraft.yaml [2020-12-16T21:52:16.588Z] Using Plan A... [2020-12-16T21:52:16.588Z] Hunk #1 succeeded at 72 with fuzz 2 (offset -3 lines). [2020-12-16T21:52:16.588Z] Hunk #2 succeeded at 81 (offset -3 lines). [2020-12-16T21:52:16.588Z] Hunk #3 succeeded at 209 (offset -10 lines). [2020-12-16T21:52:16.588Z] Hunk #4 succeeded at 224 (offset -10 lines). [2020-12-16T21:52:16.588Z] Hunk #5 succeeded at 232 (offset -10 lines). [2020-12-16T21:52:16.588Z] Hunk #6 succeeded at 239 (offset -10 lines). [2020-12-16T21:52:16.588Z] Hunk #7 succeeded at 266 (offset -10 lines). [2020-12-16T21:52:16.588Z] Hunk #8 succeeded at 300 (offset -10 lines). [2020-12-16T21:52:16.588Z] Hunk #9 succeeded at 356 (offset -10 lines). [2020-12-16T21:52:16.588Z] Hmm... Ignoring the trailing garbage. [2020-12-16T21:52:16.588Z] done [2020-12-16T21:52:16.588Z] + sudo snapcraft prime --use-lxd [2020-12-16T21:52:16.852Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2020-12-16T21:52:17.122Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2020-12-16T21:52:17.122Z] - README.md [2020-12-16T21:52:17.122Z] - snapcraft.yaml.orig [2020-12-16T21:52:17.122Z] [2020-12-16T21:52:17.122Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-16T21:52:17.694Z] Launching a container. [2020-12-16T21:52:29.944Z] Waiting for container to be ready [2020-12-16T21:52:29.944Z] To start your first instance, try: lxc launch ubuntu:18.04 [2020-12-16T21:52:29.944Z] [2020-12-16T21:52:31.857Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2020-12-16T21:52:31.857Z] Waiting for network to be ready... [2020-12-16T21:52:32.432Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-16T21:52:32.432Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] [2020-12-16T21:52:32.432Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-12-16T21:52:32.693Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2020-12-16T21:52:32.693Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] [2020-12-16T21:52:32.693Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] [2020-12-16T21:52:32.693Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] [2020-12-16T21:52:32.693Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] [2020-12-16T21:52:32.693Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2020-12-16T21:52:32.693Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2020-12-16T21:52:32.954Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-16T21:52:33.215Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2020-12-16T21:52:33.476Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2020-12-16T21:52:33.476Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2020-12-16T21:52:33.476Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2020-12-16T21:52:33.476Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2020-12-16T21:52:33.476Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2020-12-16T21:52:33.476Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2020-12-16T21:52:33.736Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2020-12-16T21:52:33.996Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] [2020-12-16T21:52:33.996Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] [2020-12-16T21:52:33.996Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] [2020-12-16T21:52:33.996Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2020-12-16T21:52:33.996Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] [2020-12-16T21:52:33.996Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] [2020-12-16T21:52:33.996Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] [2020-12-16T21:52:34.257Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2020-12-16T21:52:36.176Z] Fetched 23.5 MB in 4s (6001 kB/s) [2020-12-16T21:52:37.117Z] Reading package lists... [2020-12-16T21:52:37.117Z] Reading package lists... [2020-12-16T21:52:37.377Z] Building dependency tree... [2020-12-16T21:52:37.377Z] Reading state information... [2020-12-16T21:52:37.377Z] The following additional packages will be installed: [2020-12-16T21:52:37.377Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-16T21:52:37.377Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-16T21:52:37.377Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-16T21:52:37.377Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2020-12-16T21:52:37.377Z] Suggested packages: [2020-12-16T21:52:37.377Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2020-12-16T21:52:37.377Z] Recommended packages: [2020-12-16T21:52:37.377Z] gnupg libsasl2-modules [2020-12-16T21:52:37.377Z] The following NEW packages will be installed: [2020-12-16T21:52:37.377Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-16T21:52:37.377Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-16T21:52:37.377Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-16T21:52:37.377Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2020-12-16T21:52:37.377Z] The following packages will be upgraded: [2020-12-16T21:52:37.377Z] gpg gpg-agent gpgconf libudev1 [2020-12-16T21:52:37.637Z] 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. [2020-12-16T21:52:37.637Z] Need to get 3531 kB of archives. [2020-12-16T21:52:37.637Z] After this operation, 13.3 MB of additional disk space will be used. [2020-12-16T21:52:37.637Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2020-12-16T21:52:37.637Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2020-12-16T21:52:37.898Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2020-12-16T21:52:38.158Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2020-12-16T21:52:38.158Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2020-12-16T21:52:38.158Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] [2020-12-16T21:52:38.158Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] [2020-12-16T21:52:38.158Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2020-12-16T21:52:38.158Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2020-12-16T21:52:38.158Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2020-12-16T21:52:38.420Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2020-12-16T21:52:38.420Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2020-12-16T21:52:38.420Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2020-12-16T21:52:38.420Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2020-12-16T21:52:38.420Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2020-12-16T21:52:38.420Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2020-12-16T21:52:38.420Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2020-12-16T21:52:38.420Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2020-12-16T21:52:38.420Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2020-12-16T21:52:38.420Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2020-12-16T21:52:38.420Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2020-12-16T21:52:38.420Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2020-12-16T21:52:38.681Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-16T21:52:38.681Z] Fetched 3531 kB in 1s (3231 kB/s) [2020-12-16T21:52:38.681Z] (Reading database ... 12511 files and directories currently installed.) [2020-12-16T21:52:38.681Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2020-12-16T21:52:38.681Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-16T21:52:38.681Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2020-12-16T21:52:38.942Z] Selecting previously unselected package udev. [2020-12-16T21:52:38.942Z] (Reading database ... 12511 files and directories currently installed.) [2020-12-16T21:52:38.942Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2020-12-16T21:52:38.942Z] Unpacking udev (237-3ubuntu10.43) ... [2020-12-16T21:52:39.202Z] Selecting previously unselected package libfuse2:amd64. [2020-12-16T21:52:39.202Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2020-12-16T21:52:39.202Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2020-12-16T21:52:39.202Z] Selecting previously unselected package fuse. [2020-12-16T21:52:39.202Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2020-12-16T21:52:39.202Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2020-12-16T21:52:39.202Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-16T21:52:39.202Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-16T21:52:39.462Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-16T21:52:39.462Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-16T21:52:39.462Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-16T21:52:39.462Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-16T21:52:39.723Z] Selecting previously unselected package libksba8:amd64. [2020-12-16T21:52:39.723Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2020-12-16T21:52:39.723Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2020-12-16T21:52:39.723Z] Selecting previously unselected package libroken18-heimdal:amd64. [2020-12-16T21:52:39.723Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-16T21:52:39.723Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T21:52:39.723Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2020-12-16T21:52:39.723Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-16T21:52:39.723Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T21:52:39.983Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2020-12-16T21:52:39.983Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-16T21:52:39.983Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T21:52:39.983Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2020-12-16T21:52:39.983Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-16T21:52:39.983Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T21:52:40.244Z] Selecting previously unselected package libwind0-heimdal:amd64. [2020-12-16T21:52:40.244Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-16T21:52:40.244Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T21:52:40.244Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2020-12-16T21:52:40.244Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-16T21:52:40.244Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T21:52:40.244Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2020-12-16T21:52:40.244Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-16T21:52:40.244Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T21:52:40.504Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2020-12-16T21:52:40.504Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-16T21:52:40.504Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T21:52:40.504Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2020-12-16T21:52:40.504Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-16T21:52:40.504Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T21:52:40.504Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2020-12-16T21:52:40.504Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2020-12-16T21:52:40.504Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-16T21:52:40.765Z] Selecting previously unselected package libsasl2-2:amd64. [2020-12-16T21:52:40.765Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2020-12-16T21:52:40.765Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-16T21:52:40.765Z] Selecting previously unselected package libldap-common. [2020-12-16T21:52:40.765Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2020-12-16T21:52:40.765Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-16T21:52:40.765Z] Selecting previously unselected package libldap-2.4-2:amd64. [2020-12-16T21:52:40.765Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2020-12-16T21:52:40.765Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-16T21:52:40.765Z] Selecting previously unselected package dirmngr. [2020-12-16T21:52:40.765Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-16T21:52:41.025Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-16T21:52:41.025Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-16T21:52:41.025Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2020-12-16T21:52:41.286Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2020-12-16T21:52:41.286Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-16T21:52:41.286Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-16T21:52:41.286Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2020-12-16T21:52:41.286Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T21:52:41.286Z] Setting up libksba8:amd64 (1.3.5-2) ... [2020-12-16T21:52:41.286Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-16T21:52:41.286Z] Setting up udev (237-3ubuntu10.43) ... [2020-12-16T21:52:41.547Z] invoke-rc.d: policy-rc.d denied execution of start. [2020-12-16T21:52:41.808Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T21:52:41.808Z] Processing triggers for systemd (237-3ubuntu10) ... [2020-12-16T21:52:41.808Z] Setting up fuse (2.9.7-1ubuntu1) ... [2020-12-16T21:52:41.808Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2020-12-16T21:52:42.068Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T21:52:42.068Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T21:52:42.068Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T21:52:42.068Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T21:52:42.068Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T21:52:42.068Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T21:52:42.068Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T21:52:42.068Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-16T21:52:42.068Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-16T21:52:42.068Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-16T21:52:42.643Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2020-12-16T21:52:42.643Z] settings in the [Install] section, and DefaultInstance for template units). [2020-12-16T21:52:42.643Z] This means they are not meant to be enabled using systemctl. [2020-12-16T21:52:42.643Z] Possible reasons for having this kind of units are: [2020-12-16T21:52:42.643Z] 1) A unit may be statically enabled by being symlinked from another unit's [2020-12-16T21:52:42.643Z] .wants/ or .requires/ directory. [2020-12-16T21:52:42.643Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2020-12-16T21:52:42.643Z] a requirement dependency on it. [2020-12-16T21:52:42.643Z] 3) A unit may be started when needed via activation (socket, path, timer, [2020-12-16T21:52:42.643Z] D-Bus, udev, scripted systemctl call, ...). [2020-12-16T21:52:42.644Z] 4) In case of template units, the unit is meant to be enabled with some [2020-12-16T21:52:42.644Z] instance name specified. [2020-12-16T21:52:42.904Z] Reading package lists... [2020-12-16T21:52:42.904Z] Building dependency tree... [2020-12-16T21:52:42.904Z] Reading state information... [2020-12-16T21:52:43.172Z] The following additional packages will be installed: [2020-12-16T21:52:43.172Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2020-12-16T21:52:43.172Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2020-12-16T21:52:43.172Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2020-12-16T21:52:43.172Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2020-12-16T21:52:43.172Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2020-12-16T21:52:43.172Z] Suggested packages: [2020-12-16T21:52:43.172Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2020-12-16T21:52:43.172Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2020-12-16T21:52:43.172Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2020-12-16T21:52:43.172Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2020-12-16T21:52:43.172Z] systemd-container policykit-1 [2020-12-16T21:52:43.172Z] Recommended packages: [2020-12-16T21:52:43.172Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2020-12-16T21:52:43.172Z] The following NEW packages will be installed: [2020-12-16T21:52:43.172Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2020-12-16T21:52:43.172Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2020-12-16T21:52:43.172Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2020-12-16T21:52:43.172Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2020-12-16T21:52:43.172Z] python3.6-minimal snapd squashfs-tools sudo [2020-12-16T21:52:43.172Z] The following packages will be upgraded: [2020-12-16T21:52:43.172Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2020-12-16T21:52:43.172Z] 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. [2020-12-16T21:52:43.172Z] Need to get 35.2 MB of archives. [2020-12-16T21:52:43.172Z] After this operation, 141 MB of additional disk space will be used. [2020-12-16T21:52:43.172Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2020-12-16T21:52:43.172Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2020-12-16T21:52:43.172Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2020-12-16T21:52:43.433Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2020-12-16T21:52:43.433Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2020-12-16T21:52:43.433Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2020-12-16T21:52:43.433Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2020-12-16T21:52:43.433Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2020-12-16T21:52:43.433Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2020-12-16T21:52:43.433Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2020-12-16T21:52:43.433Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2020-12-16T21:52:43.433Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2020-12-16T21:52:43.433Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2020-12-16T21:52:43.433Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2020-12-16T21:52:43.434Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2020-12-16T21:52:43.434Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2020-12-16T21:52:43.434Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2020-12-16T21:52:44.004Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2020-12-16T21:52:44.004Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2020-12-16T21:52:44.004Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2020-12-16T21:52:44.004Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2020-12-16T21:52:44.004Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2020-12-16T21:52:44.004Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2020-12-16T21:52:44.004Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2020-12-16T21:52:44.004Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2020-12-16T21:52:44.004Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2020-12-16T21:52:44.265Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2020-12-16T21:52:44.265Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2020-12-16T21:52:44.265Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2020-12-16T21:52:44.265Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2020-12-16T21:52:45.646Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-16T21:52:45.646Z] Fetched 35.2 MB in 2s (15.4 MB/s) [2020-12-16T21:52:45.646Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-16T21:52:45.646Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2020-12-16T21:52:45.646Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-16T21:52:46.217Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2020-12-16T21:52:46.217Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-16T21:52:46.478Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2020-12-16T21:52:46.478Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-16T21:52:46.478Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2020-12-16T21:52:46.478Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2020-12-16T21:52:46.741Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2020-12-16T21:52:46.741Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-16T21:52:46.741Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2020-12-16T21:52:46.741Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2020-12-16T21:52:47.313Z] Setting up apt (1.6.12ubuntu0.2) ... [2020-12-16T21:52:47.313Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2020-12-16T21:52:47.573Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2020-12-16T21:52:47.574Z] (Reading database ... 12764 files and directories currently installed.) [2020-12-16T21:52:47.574Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2020-12-16T21:52:47.574Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2020-12-16T21:52:47.835Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2020-12-16T21:52:47.835Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-16T21:52:47.835Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-16T21:52:48.096Z] Selecting previously unselected package libexpat1:amd64. [2020-12-16T21:52:48.096Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2020-12-16T21:52:48.096Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-12-16T21:52:48.096Z] Selecting previously unselected package python3.6-minimal. [2020-12-16T21:52:48.096Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-16T21:52:48.096Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2020-12-16T21:52:48.358Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2020-12-16T21:52:48.358Z] Checking for services that may need to be restarted...done. [2020-12-16T21:52:48.358Z] Checking for services that may need to be restarted...done. [2020-12-16T21:52:48.618Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-16T21:52:48.618Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-12-16T21:52:48.618Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2020-12-16T21:52:49.189Z] Selecting previously unselected package python3-minimal. [2020-12-16T21:52:49.189Z] (Reading database ... 13012 files and directories currently installed.) [2020-12-16T21:52:49.189Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2020-12-16T21:52:49.189Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2020-12-16T21:52:49.189Z] Selecting previously unselected package mime-support. [2020-12-16T21:52:49.189Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2020-12-16T21:52:49.189Z] Unpacking mime-support (3.60ubuntu1) ... [2020-12-16T21:52:49.189Z] Selecting previously unselected package libmpdec2:amd64. [2020-12-16T21:52:49.189Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2020-12-16T21:52:49.189Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2020-12-16T21:52:49.450Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2020-12-16T21:52:49.450Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-16T21:52:49.450Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-16T21:52:49.450Z] Selecting previously unselected package python3.6. [2020-12-16T21:52:49.450Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-16T21:52:49.450Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-16T21:52:49.712Z] Selecting previously unselected package libpython3-stdlib:amd64. [2020-12-16T21:52:49.712Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2020-12-16T21:52:49.712Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2020-12-16T21:52:49.712Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2020-12-16T21:52:49.973Z] Selecting previously unselected package python3. [2020-12-16T21:52:49.973Z] (Reading database ... 13442 files and directories currently installed.) [2020-12-16T21:52:49.973Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2020-12-16T21:52:49.973Z] Unpacking python3 (3.6.7-1~18.04) ... [2020-12-16T21:52:49.973Z] Selecting previously unselected package multiarch-support. [2020-12-16T21:52:49.973Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2020-12-16T21:52:49.973Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2020-12-16T21:52:49.973Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2020-12-16T21:52:50.235Z] Selecting previously unselected package liblzo2-2:amd64. [2020-12-16T21:52:50.235Z] (Reading database ... 13479 files and directories currently installed.) [2020-12-16T21:52:50.235Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2020-12-16T21:52:50.235Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2020-12-16T21:52:50.235Z] Selecting previously unselected package libbsd0:amd64. [2020-12-16T21:52:50.235Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2020-12-16T21:52:50.235Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-12-16T21:52:50.235Z] Selecting previously unselected package sudo. [2020-12-16T21:52:50.235Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2020-12-16T21:52:50.235Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-16T21:52:50.496Z] Selecting previously unselected package apparmor. [2020-12-16T21:52:50.496Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2020-12-16T21:52:50.496Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2020-12-16T21:52:50.496Z] Selecting previously unselected package libedit2:amd64. [2020-12-16T21:52:50.496Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2020-12-16T21:52:50.757Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2020-12-16T21:52:50.757Z] Selecting previously unselected package libkrb5support0:amd64. [2020-12-16T21:52:50.757Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2020-12-16T21:52:50.757Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2020-12-16T21:52:50.757Z] Selecting previously unselected package libk5crypto3:amd64. [2020-12-16T21:52:50.757Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2020-12-16T21:52:50.757Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2020-12-16T21:52:51.017Z] Selecting previously unselected package libkeyutils1:amd64. [2020-12-16T21:52:51.017Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2020-12-16T21:52:51.017Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2020-12-16T21:52:51.017Z] Selecting previously unselected package libkrb5-3:amd64. [2020-12-16T21:52:51.017Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2020-12-16T21:52:51.017Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2020-12-16T21:52:51.017Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2020-12-16T21:52:51.017Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2020-12-16T21:52:51.017Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2020-12-16T21:52:51.590Z] Selecting previously unselected package libssl1.0.0:amd64. [2020-12-16T21:52:51.590Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2020-12-16T21:52:51.590Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2020-12-16T21:52:51.590Z] Selecting previously unselected package openssh-client. [2020-12-16T21:52:51.590Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2020-12-16T21:52:51.590Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-12-16T21:52:51.850Z] Selecting previously unselected package squashfs-tools. [2020-12-16T21:52:51.850Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2020-12-16T21:52:51.851Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-16T21:52:51.851Z] Selecting previously unselected package snapd. [2020-12-16T21:52:51.851Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2020-12-16T21:52:51.851Z] Unpacking snapd (2.48+18.04) ... [2020-12-16T21:52:53.761Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2020-12-16T21:52:53.761Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2020-12-16T21:52:53.761Z] Setting up mime-support (3.60ubuntu1) ... [2020-12-16T21:52:54.023Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-16T21:52:54.023Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-12-16T21:52:54.023Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2020-12-16T21:52:54.023Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-16T21:52:54.023Z] Setting up systemd (237-3ubuntu10.43) ... [2020-12-16T21:52:54.023Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2020-12-16T21:52:54.964Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2020-12-16T21:52:54.964Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2020-12-16T21:52:54.964Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2020-12-16T21:52:54.964Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-16T21:52:54.964Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2020-12-16T21:52:54.964Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-16T21:52:55.535Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-16T21:52:55.535Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2020-12-16T21:52:55.535Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2020-12-16T21:52:55.535Z] Setting up python3 (3.6.7-1~18.04) ... [2020-12-16T21:52:55.535Z] running python rtupdate hooks for python3.6... [2020-12-16T21:52:55.535Z] running python post-rtupdate hooks for python3.6... [2020-12-16T21:52:55.797Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2020-12-16T21:52:56.703Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T21:52:56.703Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-16T21:52:56.703Z] ---> 5416c149ecc2 [2020-12-16T21:52:56.703Z] Step 3/23 : WORKDIR /edgex-go [2020-12-16T21:52:56.703Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T21:52:56.703Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-16T21:52:56.703Z] ---> 5416c149ecc2 [2020-12-16T21:52:56.703Z] Step 3/22 : WORKDIR /edgex-go [2020-12-16T21:52:56.703Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T21:52:56.703Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-16T21:52:56.703Z] ---> 5416c149ecc2 [2020-12-16T21:52:56.703Z] Step 3/22 : WORKDIR /edgex-go [2020-12-16T21:52:56.703Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T21:52:56.703Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-16T21:52:56.703Z] ---> 5416c149ecc2 [2020-12-16T21:52:56.703Z] Step 3/24 : WORKDIR /edgex-go [2020-12-16T21:52:56.703Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T21:52:56.703Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-16T21:52:56.703Z] ---> 5416c149ecc2 [2020-12-16T21:52:56.703Z] Step 3/21 : WORKDIR /edgex-go [2020-12-16T21:52:56.703Z] ---> Running in b1e346f5e70d [2020-12-16T21:52:56.703Z] ---> Running in 51a029e2d235 [2020-12-16T21:52:56.703Z] ---> Running in 3c675ade2baf [2020-12-16T21:52:56.703Z] ---> Running in 9f2f419f2288 [2020-12-16T21:52:56.703Z] ---> Running in d0f7dd988cd4 [2020-12-16T21:52:56.703Z] Removing intermediate container 3c675ade2baf [2020-12-16T21:52:56.703Z] ---> b397d23c5981 [2020-12-16T21:52:56.703Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T21:52:56.703Z] Removing intermediate container b1e346f5e70d [2020-12-16T21:52:56.703Z] ---> 111903be805a [2020-12-16T21:52:56.703Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T21:52:56.703Z] Removing intermediate container d0f7dd988cd4 [2020-12-16T21:52:56.703Z] ---> 7611f5a52eec [2020-12-16T21:52:56.703Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T21:52:56.703Z] Removing intermediate container 9f2f419f2288 [2020-12-16T21:52:56.703Z] ---> 8a5a8d8e661d [2020-12-16T21:52:56.703Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T21:52:56.703Z] Removing intermediate container 51a029e2d235 [2020-12-16T21:52:56.703Z] ---> 245096fe7455 [2020-12-16T21:52:56.703Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T21:52:56.703Z] ---> Running in ffa8cc07c73d [2020-12-16T21:52:56.703Z] ---> Running in b8b09c87b857 [2020-12-16T21:52:56.703Z] ---> Running in 233a0bb91a21 [2020-12-16T21:52:56.703Z] ---> Running in bd504f437319 [2020-12-16T21:52:56.703Z] ---> Running in 322880adb712 [2020-12-16T21:52:56.703Z] Removing intermediate container ffa8cc07c73d [2020-12-16T21:52:56.703Z] ---> f5220b417cb1 [2020-12-16T21:52:56.703Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-16T21:52:56.703Z] ---> Running in 05d3c3e88585 [2020-12-16T21:52:56.703Z] Removing intermediate container bd504f437319 [2020-12-16T21:52:56.703Z] ---> 682ff8cb5912 [2020-12-16T21:52:56.703Z] Step 5/22 : RUN apk update && apk add make git [2020-12-16T21:52:56.703Z] ---> Running in f0eff84b3002 [2020-12-16T21:52:56.703Z] Removing intermediate container b8b09c87b857 [2020-12-16T21:52:56.703Z] ---> 801cf1013a5e [2020-12-16T21:52:56.703Z] Step 5/21 : RUN apk update && apk add make git [2020-12-16T21:52:56.703Z] Removing intermediate container 233a0bb91a21 [2020-12-16T21:52:56.703Z] ---> 8510994dcd7e [2020-12-16T21:52:56.703Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-16T21:52:56.703Z] Removing intermediate container 322880adb712 [2020-12-16T21:52:56.703Z] ---> 3bb8bc923f4f [2020-12-16T21:52:56.703Z] Step 5/22 : RUN apk update && apk add make git [2020-12-16T21:52:56.703Z] ---> Running in 7abf9debf502 [2020-12-16T21:52:56.703Z] ---> Running in 9e3a7b0964aa [2020-12-16T21:52:56.703Z] ---> Running in a4a7d9be7942 [2020-12-16T21:52:56.703Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T21:52:56.703Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T21:52:56.703Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T21:52:56.703Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T21:52:56.703Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T21:52:56.703Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T21:52:56.703Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T21:52:56.703Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T21:52:56.703Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T21:52:56.703Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T21:52:56.703Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T21:52:56.703Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T21:52:56.703Z] OK: 12620 distinct packages available [2020-12-16T21:52:56.703Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T21:52:56.703Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T21:52:56.703Z] OK: 12620 distinct packages available [2020-12-16T21:52:56.703Z] OK: 217 MiB in 51 packages [2020-12-16T21:52:56.703Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T21:52:56.703Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T21:52:56.703Z] OK: 12620 distinct packages available [2020-12-16T21:52:56.703Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T21:52:56.703Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T21:52:56.703Z] OK: 12620 distinct packages available [2020-12-16T21:52:56.703Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T21:52:56.703Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T21:52:56.703Z] OK: 12620 distinct packages available [2020-12-16T21:52:56.980Z] OK: 217 MiB in 51 packages [2020-12-16T21:52:57.582Z] OK: 217 MiB in 51 packages [2020-12-16T21:52:57.712Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2020-12-16T21:52:57.865Z] OK: 217 MiB in 51 packages [2020-12-16T21:52:57.865Z] OK: 217 MiB in 51 packages [2020-12-16T21:52:57.972Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2020-12-16T21:52:57.972Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-12-16T21:52:58.232Z] Setting up snapd (2.48+18.04) ... [2020-12-16T21:52:58.492Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2020-12-16T21:52:58.753Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2020-12-16T21:52:58.753Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2020-12-16T21:52:58.849Z] Removing intermediate container 05d3c3e88585 [2020-12-16T21:52:58.849Z] ---> 1ac0789650f6 [2020-12-16T21:52:58.849Z] Step 6/24 : COPY go.mod . [2020-12-16T21:52:59.013Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2020-12-16T21:52:59.274Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-16T21:52:59.274Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-16T21:52:59.458Z] Removing intermediate container f0eff84b3002 [2020-12-16T21:52:59.458Z] ---> c3c7d6f47110 [2020-12-16T21:52:59.458Z] Step 6/22 : COPY go.mod . [2020-12-16T21:52:59.534Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2020-12-16T21:52:59.535Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2020-12-16T21:52:59.761Z] Removing intermediate container 9e3a7b0964aa [2020-12-16T21:52:59.761Z] ---> 1115872941b5 [2020-12-16T21:52:59.761Z] Step 6/22 : COPY go.mod . [2020-12-16T21:52:59.794Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2020-12-16T21:53:00.054Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2020-12-16T21:53:00.054Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2020-12-16T21:53:00.054Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-16T21:53:00.054Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-16T21:53:00.058Z] Removing intermediate container a4a7d9be7942 [2020-12-16T21:53:00.058Z] ---> 420120b78932 [2020-12-16T21:53:00.058Z] Step 6/23 : COPY go.mod . [2020-12-16T21:53:00.058Z] ---> ba69d57d774c [2020-12-16T21:53:00.058Z] Step 7/24 : RUN go mod download [2020-12-16T21:53:00.345Z] Removing intermediate container 7abf9debf502 [2020-12-16T21:53:00.345Z] ---> 910687aa941a [2020-12-16T21:53:00.345Z] Step 6/21 : COPY go.mod . [2020-12-16T21:53:00.345Z] ---> Running in a3d417e19a81 [2020-12-16T21:53:00.618Z] ---> b7e7a32d1983 [2020-12-16T21:53:00.618Z] Step 7/22 : RUN go mod download [2020-12-16T21:53:00.892Z] ---> 2008616e896c [2020-12-16T21:53:00.892Z] Step 7/22 : RUN go mod download [2020-12-16T21:53:00.998Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-16T21:53:00.998Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-16T21:53:01.169Z] ---> Running in 00fd0eee9725 [2020-12-16T21:53:01.259Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-16T21:53:01.446Z] ---> Running in a43b4cc70a2f [2020-12-16T21:53:01.725Z] ---> 90cfc3dc6af4 [2020-12-16T21:53:01.726Z] Step 7/23 : RUN go mod download [2020-12-16T21:53:01.726Z] ---> 4b168e27bf51 [2020-12-16T21:53:01.726Z] Step 7/21 : RUN go mod download [2020-12-16T21:53:02.002Z] ---> Running in a442f0e93868 [2020-12-16T21:53:02.002Z] ---> Running in 1283efb94ae0 [2020-12-16T21:53:02.461Z] Reading package lists... [2020-12-16T21:53:02.461Z] Reading package lists... [2020-12-16T21:53:02.722Z] Building dependency tree... [2020-12-16T21:53:02.722Z] Reading state information... [2020-12-16T21:53:02.722Z] Calculating upgrade... [2020-12-16T21:53:02.722Z] The following packages will be upgraded: [2020-12-16T21:53:02.722Z] advancecomp base-files bash binutils binutils-common [2020-12-16T21:53:02.722Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2020-12-16T21:53:02.722Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2020-12-16T21:53:02.722Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2020-12-16T21:53:02.722Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2020-12-16T21:53:02.722Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2020-12-16T21:53:02.722Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2020-12-16T21:53:02.722Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2020-12-16T21:53:02.722Z] libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2020-12-16T21:53:02.722Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2020-12-16T21:53:02.722Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2020-12-16T21:53:02.722Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2020-12-16T21:53:02.722Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2020-12-16T21:53:02.722Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2020-12-16T21:53:02.981Z] 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2020-12-16T21:53:02.981Z] Need to get 63.5 MB of archives. [2020-12-16T21:53:02.982Z] After this operation, 5191 kB of additional disk space will be used. [2020-12-16T21:53:02.982Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-128.131 [989 kB] [2020-12-16T21:53:02.982Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2020-12-16T21:53:02.982Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2020-12-16T21:53:02.982Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2020-12-16T21:53:02.982Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2020-12-16T21:53:02.982Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2020-12-16T21:53:02.982Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2020-12-16T21:53:02.982Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2020-12-16T21:53:02.982Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2020-12-16T21:53:02.982Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2020-12-16T21:53:02.982Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2020-12-16T21:53:02.982Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2020-12-16T21:53:02.982Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2020-12-16T21:53:02.982Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2020-12-16T21:53:02.982Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2020-12-16T21:53:02.982Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2020-12-16T21:53:02.982Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2020-12-16T21:53:03.246Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2020-12-16T21:53:03.247Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2020-12-16T21:53:03.247Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2020-12-16T21:53:03.247Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2020-12-16T21:53:03.247Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2020-12-16T21:53:03.247Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2020-12-16T21:53:03.247Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2020-12-16T21:53:03.247Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2020-12-16T21:53:03.247Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2020-12-16T21:53:03.247Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2020-12-16T21:53:03.247Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2020-12-16T21:53:03.247Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2020-12-16T21:53:03.247Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2020-12-16T21:53:03.247Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2020-12-16T21:53:03.247Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2020-12-16T21:53:03.247Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2020-12-16T21:53:03.247Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2020-12-16T21:53:03.247Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2020-12-16T21:53:03.247Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2020-12-16T21:53:03.247Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2020-12-16T21:53:03.247Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2020-12-16T21:53:03.247Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2020-12-16T21:53:03.247Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2020-12-16T21:53:03.247Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2020-12-16T21:53:03.247Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2020-12-16T21:53:03.247Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2020-12-16T21:53:03.247Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] [2020-12-16T21:53:03.247Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2020-12-16T21:53:03.247Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2020-12-16T21:53:03.247Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2020-12-16T21:53:03.247Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2020-12-16T21:53:03.247Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2020-12-16T21:53:03.247Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2020-12-16T21:53:03.247Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2020-12-16T21:53:03.247Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2020-12-16T21:53:03.247Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2020-12-16T21:53:03.247Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2020-12-16T21:53:03.508Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2020-12-16T21:53:03.776Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2020-12-16T21:53:03.776Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2020-12-16T21:53:03.776Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2020-12-16T21:53:04.040Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2020-12-16T21:53:04.040Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2020-12-16T21:53:04.040Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-12-16T21:53:04.040Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2020-12-16T21:53:04.040Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2020-12-16T21:53:04.040Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2020-12-16T21:53:04.040Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2020-12-16T21:53:04.040Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2020-12-16T21:53:04.040Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2020-12-16T21:53:04.040Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2020-12-16T21:53:04.300Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2020-12-16T21:53:04.300Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2020-12-16T21:53:04.300Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2020-12-16T21:53:04.300Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2020-12-16T21:53:04.300Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2020-12-16T21:53:04.300Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2020-12-16T21:53:04.300Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2020-12-16T21:53:04.300Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2020-12-16T21:53:04.300Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2020-12-16T21:53:04.300Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2020-12-16T21:53:04.300Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2020-12-16T21:53:04.300Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2020-12-16T21:53:04.300Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2020-12-16T21:53:04.300Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2020-12-16T21:53:04.300Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2020-12-16T21:53:04.300Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2020-12-16T21:53:04.562Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2020-12-16T21:53:04.562Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2020-12-16T21:53:04.562Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2020-12-16T21:53:04.562Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2020-12-16T21:53:04.562Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2020-12-16T21:53:04.562Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2020-12-16T21:53:04.562Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2020-12-16T21:53:04.562Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2020-12-16T21:53:04.562Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2020-12-16T21:53:04.562Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-12-16T21:53:04.562Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-12-16T21:53:04.649Z] Removing intermediate container a3d417e19a81 [2020-12-16T21:53:04.649Z] ---> 7e8f554f5188 [2020-12-16T21:53:04.649Z] Step 8/24 : COPY . . [2020-12-16T21:53:04.822Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2020-12-16T21:53:04.822Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-16T21:53:04.822Z] Fetched 63.5 MB in 2s (33.5 MB/s) [2020-12-16T21:53:04.822Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T21:53:04.822Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2020-12-16T21:53:04.822Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2020-12-16T21:53:05.645Z] Removing intermediate container 00fd0eee9725 [2020-12-16T21:53:05.645Z] ---> 020ef7c763fe [2020-12-16T21:53:05.645Z] Step 8/22 : COPY . . [2020-12-16T21:53:05.645Z] Removing intermediate container a43b4cc70a2f [2020-12-16T21:53:05.645Z] ---> 5bc69c1825fe [2020-12-16T21:53:05.645Z] Step 8/22 : COPY . . [2020-12-16T21:53:05.768Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2020-12-16T21:53:05.768Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2020-12-16T21:53:05.768Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-128.131_amd64.deb ... [2020-12-16T21:53:05.768Z] Unpacking linux-libc-dev:amd64 (4.15.0-128.131) over (4.15.0-20.21) ... [2020-12-16T21:53:06.340Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-16T21:53:06.340Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-16T21:53:06.602Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-16T21:53:06.602Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-16T21:53:06.602Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-16T21:53:06.602Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-16T21:53:06.868Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-16T21:53:06.868Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-16T21:53:06.868Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-16T21:53:06.868Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-16T21:53:07.128Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-16T21:53:07.128Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-16T21:53:07.128Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-16T21:53:07.129Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-16T21:53:07.390Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-16T21:53:07.390Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-16T21:53:07.390Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-16T21:53:07.390Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2020-12-16T21:53:07.390Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2020-12-16T21:53:07.628Z] Removing intermediate container 1283efb94ae0 [2020-12-16T21:53:07.628Z] ---> a05c547a9095 [2020-12-16T21:53:07.628Z] Step 8/21 : COPY . . [2020-12-16T21:53:07.652Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-16T21:53:07.652Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-16T21:53:07.900Z] Removing intermediate container a442f0e93868 [2020-12-16T21:53:07.900Z] ---> 89e423e8b475 [2020-12-16T21:53:07.900Z] Step 8/23 : COPY . . [2020-12-16T21:53:07.911Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-16T21:53:07.911Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-16T21:53:08.171Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-16T21:53:08.172Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-16T21:53:08.172Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-16T21:53:08.433Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-16T21:53:08.433Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-16T21:53:08.433Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2020-12-16T21:53:08.696Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2020-12-16T21:53:08.957Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2020-12-16T21:53:09.218Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-16T21:53:09.218Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2020-12-16T21:53:09.218Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2020-12-16T21:53:09.218Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2020-12-16T21:53:09.218Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2020-12-16T21:53:09.478Z] Setting up base-files (10.1ubuntu2.10) ... [2020-12-16T21:53:09.738Z] Installing new version of config file /etc/issue ... [2020-12-16T21:53:09.738Z] Installing new version of config file /etc/issue.net ... [2020-12-16T21:53:09.738Z] Installing new version of config file /etc/lsb-release ... [2020-12-16T21:53:09.738Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2020-12-16T21:53:09.999Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2020-12-16T21:53:09.999Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2020-12-16T21:53:09.999Z] Removing obsolete conffile /etc/default/motd-news ... [2020-12-16T21:53:09.999Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T21:53:09.999Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2020-12-16T21:53:09.999Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2020-12-16T21:53:10.259Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2020-12-16T21:53:10.259Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2020-12-16T21:53:10.259Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T21:53:10.259Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-16T21:53:10.519Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2020-12-16T21:53:10.519Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2020-12-16T21:53:10.520Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T21:53:10.520Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2020-12-16T21:53:10.779Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2020-12-16T21:53:10.779Z] Setting up tar (1.29b-2ubuntu0.1) ... [2020-12-16T21:53:11.040Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T21:53:11.040Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2020-12-16T21:53:11.040Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-16T21:53:11.040Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2020-12-16T21:53:11.300Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T21:53:11.300Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-16T21:53:11.300Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-16T21:53:11.561Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-16T21:53:11.561Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T21:53:11.561Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-16T21:53:11.561Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-16T21:53:11.822Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2020-12-16T21:53:11.822Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T21:53:11.822Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2020-12-16T21:53:11.822Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2020-12-16T21:53:12.084Z] Setting up grep (3.1-2build1) ... [2020-12-16T21:53:12.084Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T21:53:12.084Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2020-12-16T21:53:12.084Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-16T21:53:12.084Z] Setting up login (1:4.5-1ubuntu2) ... [2020-12-16T21:53:12.344Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T21:53:12.344Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-16T21:53:12.344Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-16T21:53:12.344Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2020-12-16T21:53:12.344Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T21:53:12.344Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-16T21:53:12.609Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-16T21:53:12.884Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-16T21:53:13.143Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-16T21:53:13.143Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-16T21:53:13.143Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-16T21:53:13.714Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2020-12-16T21:53:13.714Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T21:53:13.714Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2020-12-16T21:53:13.714Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-16T21:53:14.656Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2020-12-16T21:53:14.916Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-16T21:53:14.916Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2020-12-16T21:53:14.916Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-16T21:53:14.916Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2020-12-16T21:53:15.179Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T21:53:15.179Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2020-12-16T21:53:15.179Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2020-12-16T21:53:15.179Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2020-12-16T21:53:15.438Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T21:53:15.438Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-16T21:53:15.438Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-16T21:53:15.438Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-16T21:53:15.438Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T21:53:15.438Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-16T21:53:15.438Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-16T21:53:15.699Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-16T21:53:15.699Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T21:53:15.699Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-16T21:53:15.699Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-16T21:53:15.699Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-16T21:53:15.960Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T21:53:15.960Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-16T21:53:15.960Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-16T21:53:15.960Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-16T21:53:16.221Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T21:53:16.221Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-16T21:53:16.221Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-16T21:53:16.221Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-16T21:53:16.221Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-16T21:53:16.481Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-16T21:53:16.481Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T21:53:16.481Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-16T21:53:16.481Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-16T21:53:16.481Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-16T21:53:16.741Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T21:53:16.741Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-16T21:53:16.741Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-16T21:53:16.741Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-16T21:53:16.741Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T21:53:16.741Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-16T21:53:16.741Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-16T21:53:17.016Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2020-12-16T21:53:17.016Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T21:53:17.016Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-16T21:53:17.016Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-16T21:53:17.594Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2020-12-16T21:53:17.855Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2020-12-16T21:53:18.119Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2020-12-16T21:53:18.119Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T21:53:18.119Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2020-12-16T21:53:18.119Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2020-12-16T21:53:18.380Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2020-12-16T21:53:18.380Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T21:53:18.380Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2020-12-16T21:53:18.380Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-16T21:53:18.640Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2020-12-16T21:53:18.640Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T21:53:18.640Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2020-12-16T21:53:18.640Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2020-12-16T21:53:18.901Z] Setting up debconf (1.5.66ubuntu1) ... [2020-12-16T21:53:19.163Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T21:53:19.163Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-16T21:53:19.163Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-16T21:53:19.163Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-16T21:53:19.424Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T21:53:19.424Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-16T21:53:19.424Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-16T21:53:19.424Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-16T21:53:19.424Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T21:53:19.424Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-16T21:53:19.685Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-16T21:53:19.685Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-16T21:53:19.946Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T21:53:19.946Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-16T21:53:19.946Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-16T21:53:19.946Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2020-12-16T21:53:19.946Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-16T21:53:19.946Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-16T21:53:20.207Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-16T21:53:20.207Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-16T21:53:20.207Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T21:53:20.207Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2020-12-16T21:53:20.207Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2020-12-16T21:53:20.469Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2020-12-16T21:53:20.469Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T21:53:20.469Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2020-12-16T21:53:20.469Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-16T21:53:20.731Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-16T21:53:20.992Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T21:53:20.992Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-16T21:53:20.992Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-16T21:53:20.992Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-16T21:53:20.992Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T21:53:20.992Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2020-12-16T21:53:20.992Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2020-12-16T21:53:21.253Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2020-12-16T21:53:21.253Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T21:53:21.253Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2020-12-16T21:53:21.253Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-16T21:53:21.514Z] Setting up passwd (1:4.5-1ubuntu2) ... [2020-12-16T21:53:21.775Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T21:53:21.775Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-16T21:53:21.775Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-16T21:53:21.775Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2020-12-16T21:53:21.775Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T21:53:21.775Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2020-12-16T21:53:22.037Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2020-12-16T21:53:22.037Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2020-12-16T21:53:22.037Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T21:53:22.037Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2020-12-16T21:53:22.037Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2020-12-16T21:53:22.299Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2020-12-16T21:53:22.299Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T21:53:22.299Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2020-12-16T21:53:22.299Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2020-12-16T21:53:22.561Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2020-12-16T21:53:22.561Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T21:53:22.561Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2020-12-16T21:53:22.561Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2020-12-16T21:53:22.822Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2020-12-16T21:53:22.822Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T21:53:22.822Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2020-12-16T21:53:22.822Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2020-12-16T21:53:22.822Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2020-12-16T21:53:23.083Z] (Reading database ... 13915 files and directories currently installed.) [2020-12-16T21:53:23.083Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2020-12-16T21:53:23.083Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-16T21:53:23.083Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2020-12-16T21:53:23.083Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-16T21:53:23.343Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2020-12-16T21:53:23.343Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2020-12-16T21:53:23.603Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2020-12-16T21:53:23.603Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2020-12-16T21:53:23.864Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2020-12-16T21:53:23.864Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2020-12-16T21:53:23.864Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2020-12-16T21:53:23.864Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2020-12-16T21:53:23.864Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2020-12-16T21:53:23.864Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2020-12-16T21:53:24.125Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2020-12-16T21:53:24.125Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2020-12-16T21:53:24.125Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2020-12-16T21:53:24.125Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2020-12-16T21:53:24.386Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2020-12-16T21:53:24.386Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2020-12-16T21:53:24.386Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2020-12-16T21:53:24.386Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2020-12-16T21:53:24.647Z] Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... [2020-12-16T21:53:24.647Z] Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... [2020-12-16T21:53:25.218Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2020-12-16T21:53:25.218Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2020-12-16T21:53:25.478Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2020-12-16T21:53:25.478Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2020-12-16T21:53:25.478Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-16T21:53:25.478Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-16T21:53:25.740Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-16T21:53:26.001Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-16T21:53:26.001Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-16T21:53:26.001Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-16T21:53:26.261Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-16T21:53:26.261Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-16T21:53:26.261Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-16T21:53:26.261Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-16T21:53:26.523Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-16T21:53:26.523Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-16T21:53:26.523Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-16T21:53:26.523Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-16T21:53:26.784Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-16T21:53:26.784Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-16T21:53:27.724Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-16T21:53:27.724Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-16T21:53:28.664Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-16T21:53:28.664Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-16T21:53:29.240Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-16T21:53:29.240Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-16T21:53:29.500Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-16T21:53:29.500Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-16T21:53:30.441Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-16T21:53:30.441Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-16T21:53:30.441Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-16T21:53:30.441Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-16T21:53:30.702Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-12-16T21:53:30.702Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-16T21:53:30.702Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-12-16T21:53:30.962Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-16T21:53:30.963Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-12-16T21:53:30.963Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2020-12-16T21:53:31.222Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-16T21:53:31.223Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-16T21:53:31.223Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-16T21:53:31.223Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-16T21:53:31.223Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2020-12-16T21:53:31.483Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2020-12-16T21:53:31.483Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-16T21:53:31.483Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-16T21:53:31.483Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-16T21:53:31.483Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-16T21:53:31.483Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-16T21:53:31.744Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2020-12-16T21:53:31.744Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2020-12-16T21:53:31.744Z] Setting up tzdata (2020d-0ubuntu0.18.04) ... [2020-12-16T21:53:31.744Z] [2020-12-16T21:53:31.744Z] Current default time zone: 'Etc/UTC' [2020-12-16T21:53:31.744Z] Local time is now: Wed Dec 16 21:53:31 UTC 2020. [2020-12-16T21:53:31.744Z] Universal Time is now: Wed Dec 16 21:53:31 UTC 2020. [2020-12-16T21:53:31.744Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2020-12-16T21:53:31.744Z] [2020-12-16T21:53:31.744Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2020-12-16T21:53:31.744Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-16T21:53:31.744Z] Setting up linux-libc-dev:amd64 (4.15.0-128.131) ... [2020-12-16T21:53:32.005Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2020-12-16T21:53:32.005Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2020-12-16T21:53:32.005Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2020-12-16T21:53:32.005Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-12-16T21:53:32.005Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2020-12-16T21:53:32.005Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2020-12-16T21:53:32.005Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2020-12-16T21:53:32.005Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-16T21:53:32.005Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2020-12-16T21:53:32.265Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-16T21:53:32.265Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-16T21:53:32.265Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-16T21:53:32.265Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-12-16T21:53:32.265Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2020-12-16T21:53:32.265Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2020-12-16T21:53:32.265Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2020-12-16T21:53:32.265Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2020-12-16T21:53:32.265Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2020-12-16T21:53:32.526Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2020-12-16T21:53:32.526Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-16T21:53:34.620Z] Updating certificates in /etc/ssl/certs... [2020-12-16T21:53:34.749Z] ---> d3e3f8a28f4f [2020-12-16T21:53:34.749Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-16T21:53:34.749Z] ---> 7613726943e4 [2020-12-16T21:53:34.749Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-16T21:53:34.749Z] ---> d0774cf69b7d [2020-12-16T21:53:34.749Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-16T21:53:34.749Z] ---> 78320fd69ee7 [2020-12-16T21:53:34.749Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-16T21:53:34.749Z] ---> a8b6fa07a55a [2020-12-16T21:53:34.749Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-16T21:53:34.749Z] ---> Running in a98ed0ed00bb [2020-12-16T21:53:34.749Z] ---> Running in fbd023de96d7 [2020-12-16T21:53:34.749Z] ---> Running in 23a8afcf851f [2020-12-16T21:53:34.749Z] ---> Running in 4b0d7b55cea6 [2020-12-16T21:53:34.749Z] ---> Running in 6934ffc2db93 [2020-12-16T21:53:34.749Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-16T21:53:34.749Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-16T21:53:34.749Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-16T21:53:34.749Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-16T21:53:34.939Z] 22 added, 17 removed; done. [2020-12-16T21:53:35.025Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-16T21:53:35.199Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2020-12-16T21:53:35.199Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-16T21:53:35.199Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2020-12-16T21:53:35.199Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2020-12-16T21:53:35.199Z] Setting up pkgbinarymangler (138.18.04.1) ... [2020-12-16T21:53:35.199Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-16T21:53:35.199Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-16T21:53:35.460Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-16T21:53:35.460Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-16T21:53:35.460Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-16T21:53:35.460Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-16T21:53:35.460Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-16T21:53:35.460Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2020-12-16T21:53:35.460Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-12-16T21:53:35.460Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-12-16T21:53:35.720Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-12-16T21:53:35.720Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2020-12-16T21:53:35.720Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-16T21:53:35.720Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-16T21:53:35.720Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-12-16T21:53:35.720Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-12-16T21:53:35.720Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-12-16T21:53:35.720Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2020-12-16T21:53:35.720Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-16T21:53:35.981Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-12-16T21:53:35.981Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-16T21:53:35.981Z] Updating certificates in /etc/ssl/certs... [2020-12-16T21:53:36.551Z] 0 added, 0 removed; done. [2020-12-16T21:53:36.551Z] Running hooks in /etc/ca-certificates/update.d... [2020-12-16T21:53:36.551Z] done. [2020-12-16T21:53:37.123Z] Reading package lists... [2020-12-16T21:53:37.123Z] Building dependency tree... [2020-12-16T21:53:37.123Z] Reading state information... [2020-12-16T21:53:37.386Z] The following NEW packages will be installed: [2020-12-16T21:53:37.386Z] apt-transport-https [2020-12-16T21:53:37.386Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2020-12-16T21:53:37.386Z] Need to get 1696 B of archives. [2020-12-16T21:53:37.386Z] After this operation, 153 kB of additional disk space will be used. [2020-12-16T21:53:37.386Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2020-12-16T21:53:37.386Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-16T21:53:37.386Z] Fetched 1696 B in 0s (21.5 kB/s) [2020-12-16T21:53:37.386Z] Selecting previously unselected package apt-transport-https. [2020-12-16T21:53:37.386Z] (Reading database ... 13929 files and directories currently installed.) [2020-12-16T21:53:37.386Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2020-12-16T21:53:37.386Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2020-12-16T21:53:37.646Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2020-12-16T21:53:37.907Z] Waiting for network to be ready... [2020-12-16T21:53:44.487Z] 2020-12-16T21:53:40Z INFO Waiting for automatic snapd restart... [2020-12-16T21:53:44.487Z] snapd 2.48.1 from Canonical* installed [2020-12-16T21:53:45.056Z] "snapd" switched to the "latest/stable" channel [2020-12-16T21:53:45.056Z] [2020-12-16T21:53:47.599Z] core18 20200929 from Canonical* installed [2020-12-16T21:53:47.599Z] "core18" switched to the "latest/stable" channel [2020-12-16T21:53:47.599Z] [2020-12-16T21:53:50.896Z] snapcraft 4.4.4 from Canonical* installed [2020-12-16T21:53:50.896Z] "snapcraft" switched to the "latest/stable" channel [2020-12-16T21:53:50.896Z] [2020-12-16T21:53:54.194Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2020-12-16T21:53:54.194Z] - README.md [2020-12-16T21:53:54.194Z] - snapcraft.yaml.orig [2020-12-16T21:53:54.194Z] [2020-12-16T21:53:54.194Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-16T21:54:00.778Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-16T21:54:00.778Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-16T21:54:00.778Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-16T21:54:00.778Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-16T21:54:01.719Z] Reading package lists... [2020-12-16T21:54:01.979Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2020-12-16T21:54:08.566Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-16T21:54:08.566Z] Reading package lists... [2020-12-16T21:54:08.566Z] Building dependency tree... [2020-12-16T21:54:08.566Z] Reading state information... [2020-12-16T21:54:08.566Z] Suggested packages: [2020-12-16T21:54:08.566Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-12-16T21:54:08.566Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2020-12-16T21:54:08.566Z] Recommended packages: [2020-12-16T21:54:08.566Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2020-12-16T21:54:08.566Z] The following NEW packages will be installed: [2020-12-16T21:54:08.566Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2020-12-16T21:54:08.566Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2020-12-16T21:54:08.566Z] pkg-config zip [2020-12-16T21:54:08.566Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2020-12-16T21:54:08.566Z] Need to get 7655 kB of archives. [2020-12-16T21:54:08.566Z] After this operation, 43.7 MB of additional disk space will be used. [2020-12-16T21:54:08.566Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2020-12-16T21:54:08.566Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2020-12-16T21:54:08.566Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2020-12-16T21:54:08.566Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-12-16T21:54:08.566Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-12-16T21:54:08.826Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2020-12-16T21:54:08.826Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2020-12-16T21:54:08.826Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2020-12-16T21:54:08.826Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2020-12-16T21:54:09.085Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-12-16T21:54:09.085Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2020-12-16T21:54:09.085Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2020-12-16T21:54:09.086Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2020-12-16T21:54:09.086Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2020-12-16T21:54:09.086Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2020-12-16T21:54:09.346Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-16T21:54:09.346Z] Fetched 7655 kB in 1s (9412 kB/s) [2020-12-16T21:54:09.346Z] Selecting previously unselected package libglib2.0-0:amd64. [2020-12-16T21:54:09.346Z] (Reading database ... 13933 files and directories currently installed.) [2020-12-16T21:54:09.346Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2020-12-16T21:54:09.346Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-16T21:54:09.606Z] Selecting previously unselected package libpsl5:amd64. [2020-12-16T21:54:09.606Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2020-12-16T21:54:09.606Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2020-12-16T21:54:09.606Z] Selecting previously unselected package libnghttp2-14:amd64. [2020-12-16T21:54:09.606Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2020-12-16T21:54:09.606Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2020-12-16T21:54:09.868Z] Selecting previously unselected package librtmp1:amd64. [2020-12-16T21:54:09.868Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2020-12-16T21:54:09.868Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2020-12-16T21:54:09.868Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-12-16T21:54:09.868Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2020-12-16T21:54:09.868Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2020-12-16T21:54:09.868Z] Selecting previously unselected package liberror-perl. [2020-12-16T21:54:09.868Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2020-12-16T21:54:10.129Z] Unpacking liberror-perl (0.17025-1) ... [2020-12-16T21:54:10.129Z] Selecting previously unselected package git-man. [2020-12-16T21:54:10.129Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-12-16T21:54:10.129Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-16T21:54:10.129Z] Selecting previously unselected package git. [2020-12-16T21:54:10.129Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-12-16T21:54:10.390Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-12-16T21:54:10.960Z] Selecting previously unselected package libnorm1:amd64. [2020-12-16T21:54:10.960Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2020-12-16T21:54:10.960Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-16T21:54:10.960Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2020-12-16T21:54:10.960Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2020-12-16T21:54:10.960Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-16T21:54:11.225Z] Selecting previously unselected package libsodium23:amd64. [2020-12-16T21:54:11.225Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2020-12-16T21:54:11.225Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2020-12-16T21:54:11.225Z] Selecting previously unselected package libzmq5:amd64. [2020-12-16T21:54:11.225Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-16T21:54:11.225Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-16T21:54:11.225Z] Selecting previously unselected package libzmq3-dev:amd64. [2020-12-16T21:54:11.225Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-16T21:54:11.225Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-16T21:54:11.486Z] Selecting previously unselected package pkg-config. [2020-12-16T21:54:11.486Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2020-12-16T21:54:11.486Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-12-16T21:54:11.486Z] Selecting previously unselected package zip. [2020-12-16T21:54:11.486Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2020-12-16T21:54:11.486Z] Unpacking zip (3.0-11build1) ... [2020-12-16T21:54:11.486Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-16T21:54:11.486Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-16T21:54:11.486Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2020-12-16T21:54:11.486Z] Setting up liberror-perl (0.17025-1) ... [2020-12-16T21:54:11.746Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2020-12-16T21:54:11.746Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-16T21:54:11.746Z] No schema files found: doing nothing. [2020-12-16T21:54:11.746Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2020-12-16T21:54:11.746Z] Setting up zip (3.0-11build1) ... [2020-12-16T21:54:11.746Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-16T21:54:11.746Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2020-12-16T21:54:11.746Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-12-16T21:54:11.746Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-16T21:54:11.746Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2020-12-16T21:54:11.746Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-16T21:54:11.746Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-12-16T21:54:12.011Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2020-12-16T21:54:18.592Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-16T21:54:18.592Z] git set to automatically installed. [2020-12-16T21:54:18.592Z] git-man set to automatically installed. [2020-12-16T21:54:18.592Z] libcurl3-gnutls set to automatically installed. [2020-12-16T21:54:18.592Z] liberror-perl set to automatically installed. [2020-12-16T21:54:18.592Z] libglib2.0-0 set to automatically installed. [2020-12-16T21:54:18.592Z] libnghttp2-14 set to automatically installed. [2020-12-16T21:54:18.592Z] libnorm1 set to automatically installed. [2020-12-16T21:54:18.592Z] libpgm-5.2-0 set to automatically installed. [2020-12-16T21:54:18.592Z] libpsl5 set to automatically installed. [2020-12-16T21:54:18.592Z] librtmp1 set to automatically installed. [2020-12-16T21:54:18.592Z] libsodium23 set to automatically installed. [2020-12-16T21:54:18.592Z] libzmq3-dev set to automatically installed. [2020-12-16T21:54:18.592Z] libzmq5 set to automatically installed. [2020-12-16T21:54:18.592Z] pkg-config set to automatically installed. [2020-12-16T21:54:18.592Z] zip set to automatically installed. [2020-12-16T21:54:23.880Z] snapd is not logged in, snap install commands will use sudo [2020-12-16T21:54:29.168Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-16T21:54:35.751Z] core18 20201210 from Canonical* refreshed [2020-12-16T21:54:36.011Z] Pulling config-common [2020-12-16T21:54:37.391Z] Pulling go-build-helper [2020-12-16T21:54:59.355Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-12-16T21:54:59.355Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-16T21:54:59.355Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-16T21:54:59.355Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2020-12-16T21:54:59.355Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] [2020-12-16T21:54:59.355Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2020-12-16T21:54:59.355Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2020-12-16T21:54:59.355Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2020-12-16T21:54:59.355Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2020-12-16T21:54:59.355Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2020-12-16T21:54:59.355Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2020-12-16T21:54:59.355Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2020-12-16T21:54:59.355Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] [2020-12-16T21:54:59.355Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] [2020-12-16T21:54:59.355Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] [2020-12-16T21:54:59.355Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] [2020-12-16T21:54:59.355Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2020-12-16T21:54:59.355Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2020-12-16T21:54:59.355Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2020-12-16T21:54:59.355Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] [2020-12-16T21:54:59.355Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] [2020-12-16T21:54:59.355Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] [2020-12-16T21:54:59.355Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2020-12-16T21:54:59.355Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] [2020-12-16T21:54:59.355Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] [2020-12-16T21:54:59.355Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] [2020-12-16T21:54:59.355Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2020-12-16T21:54:59.355Z] Fetched 23.5 MB in 0s (0 B/s) [2020-12-16T21:54:59.355Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2020-12-16T21:54:59.355Z] Fetched 96.5 kB in 0s (0 B/s) [2020-12-16T21:54:59.355Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2020-12-16T21:54:59.355Z] Fetched 279 kB in 0s (0 B/s) [2020-12-16T21:54:59.355Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2020-12-16T21:54:59.355Z] Fetched 122 kB in 0s (0 B/s) [2020-12-16T21:54:59.355Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2020-12-16T21:54:59.355Z] Fetched 77.8 kB in 0s (0 B/s) [2020-12-16T21:54:59.355Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2020-12-16T21:54:59.355Z] Fetched 8848 B in 0s (0 B/s) [2020-12-16T21:54:59.355Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2020-12-16T21:54:59.355Z] Fetched 47.8 kB in 0s (0 B/s) [2020-12-16T21:54:59.355Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2020-12-16T21:54:59.355Z] Fetched 45.6 kB in 0s (0 B/s) [2020-12-16T21:54:59.355Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] [2020-12-16T21:54:59.355Z] Fetched 14.8 kB in 0s (0 B/s) [2020-12-16T21:54:59.355Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2020-12-16T21:54:59.355Z] Fetched 214 kB in 0s (0 B/s) [2020-12-16T21:54:59.355Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2020-12-16T21:54:59.355Z] Fetched 155 kB in 0s (0 B/s) [2020-12-16T21:54:59.355Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2020-12-16T21:54:59.355Z] Fetched 50.6 kB in 0s (0 B/s) [2020-12-16T21:54:59.355Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2020-12-16T21:54:59.355Z] Fetched 14.8 kB in 0s (0 B/s) [2020-12-16T21:54:59.355Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2020-12-16T21:54:59.356Z] Fetched 41.8 kB in 0s (0 B/s) [2020-12-16T21:54:59.356Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2020-12-16T21:54:59.356Z] Fetched 499 kB in 0s (0 B/s) [2020-12-16T21:54:59.356Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2020-12-16T21:54:59.356Z] Fetched 111 kB in 0s (0 B/s) [2020-12-16T21:54:59.356Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2020-12-16T21:54:59.356Z] Fetched 240 kB in 0s (0 B/s) [2020-12-16T21:54:59.356Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2020-12-16T21:54:59.356Z] Fetched 29.3 kB in 0s (0 B/s) [2020-12-16T21:54:59.356Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2020-12-16T21:54:59.356Z] Fetched 85.5 kB in 0s (0 B/s) [2020-12-16T21:54:59.356Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2020-12-16T21:54:59.356Z] Fetched 24.5 kB in 0s (0 B/s) [2020-12-16T21:54:59.356Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] [2020-12-16T21:54:59.356Z] Fetched 49.2 kB in 0s (0 B/s) [2020-12-16T21:54:59.356Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2020-12-16T21:54:59.356Z] Fetched 54.2 kB in 0s (0 B/s) [2020-12-16T21:54:59.356Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2020-12-16T21:54:59.356Z] Fetched 30.8 kB in 0s (0 B/s) [2020-12-16T21:54:59.356Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2020-12-16T21:54:59.356Z] Fetched 17.0 kB in 0s (0 B/s) [2020-12-16T21:54:59.356Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2020-12-16T21:54:59.356Z] Fetched 85.9 kB in 0s (0 B/s) [2020-12-16T21:54:59.356Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2020-12-16T21:54:59.356Z] Fetched 8720 B in 0s (0 B/s) [2020-12-16T21:54:59.356Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2020-12-16T21:54:59.356Z] Fetched 137 kB in 0s (0 B/s) [2020-12-16T21:54:59.356Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2020-12-16T21:54:59.356Z] Fetched 119 kB in 0s (0 B/s) [2020-12-16T21:54:59.356Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2020-12-16T21:54:59.356Z] Fetched 109 kB in 0s (0 B/s) [2020-12-16T21:54:59.356Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2020-12-16T21:54:59.356Z] Fetched 11.1 kB in 0s (0 B/s) [2020-12-16T21:54:59.356Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2020-12-16T21:54:59.356Z] Fetched 645 kB in 0s (0 B/s) [2020-12-16T21:54:59.356Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2020-12-16T21:54:59.356Z] Fetched 41.3 kB in 0s (0 B/s) [2020-12-16T21:54:59.356Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2020-12-16T21:54:59.356Z] Fetched 17.9 kB in 0s (0 B/s) [2020-12-16T21:54:59.356Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2020-12-16T21:54:59.356Z] Fetched 368 kB in 0s (0 B/s) [2020-12-16T21:54:59.356Z] Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] [2020-12-16T21:54:59.356Z] Fetched 187 kB in 0s (0 B/s) [2020-12-16T21:54:59.356Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2020-12-16T21:54:59.356Z] Fetched 175 kB in 0s (0 B/s) [2020-12-16T21:54:59.356Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2020-12-16T21:55:01.902Z] Fetched 206 kB in 0s (0 B/s) [2020-12-16T21:55:01.902Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2020-12-16T21:55:01.902Z] Fetched 1301 kB in 0s (0 B/s) [2020-12-16T21:55:01.902Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2020-12-16T21:55:01.902Z] Fetched 36.2 kB in 0s (0 B/s) [2020-12-16T21:55:01.902Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2020-12-16T21:55:01.902Z] Fetched 159 kB in 0s (0 B/s) [2020-12-16T21:55:01.902Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2020-12-16T21:55:01.902Z] Fetched 107 kB in 0s (0 B/s) [2020-12-16T21:55:01.902Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2020-12-16T21:55:01.902Z] Fetched 48.7 kB in 0s (0 B/s) [2020-12-16T21:55:01.902Z] Pulling static-packages [2020-12-16T21:55:02.843Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2020-12-16T21:55:02.843Z] Skipping pull go-build-helper (already ran) [2020-12-16T21:55:02.843Z] Skipping pull static-packages (already ran) [2020-12-16T21:55:02.843Z] Building go-build-helper [2020-12-16T21:55:06.143Z] Building static-packages [2020-12-16T21:55:08.054Z] Staging go-build-helper [2020-12-16T21:55:08.993Z] Staging static-packages [2020-12-16T21:55:09.973Z] Pulling go115 [2020-12-16T21:55:11.054Z] 'edgex-go' has dependencies that need to be staged: go115 [2020-12-16T21:55:11.054Z] Skipping pull go115 (already ran) [2020-12-16T21:55:11.054Z] Building go115 [2020-12-16T21:55:11.054Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-16T21:55:11.054Z] Dload Upload Total Spent Left Speed [2020-12-16T21:55:11.850Z] Removing intermediate container a98ed0ed00bb [2020-12-16T21:55:11.850Z] ---> 6630e1564521 [2020-12-16T21:55:11.850Z] [2020-12-16T21:55:11.850Z] Step 10/22 : FROM alpine:3.10 [2020-12-16T21:55:11.850Z] 3.10: Pulling from library/alpine [2020-12-16T21:55:11.850Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-16T21:55:11.850Z] Status: Downloaded newer image for alpine:3.10 [2020-12-16T21:55:11.850Z] ---> 536a684cf733 [2020-12-16T21:55:11.850Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-16T21:55:11.850Z] ---> Running in e0a579c79a83 [2020-12-16T21:55:11.850Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-16T21:55:11.850Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-16T21:55:11.850Z] v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-16T21:55:11.850Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-16T21:55:11.850Z] OK: 10171 distinct packages available [2020-12-16T21:55:11.850Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-16T21:55:11.850Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-16T21:55:11.850Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-16T21:55:11.850Z] (4/5) Installing curl (7.66.0-r3) [2020-12-16T21:55:11.850Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-16T21:55:11.850Z] Executing busybox-1.30.1-r3.trigger [2020-12-16T21:55:11.850Z] Executing ca-certificates-20191127-r2.trigger [2020-12-16T21:55:11.850Z] OK: 7 MiB in 19 packages [2020-12-16T21:55:11.850Z] Removing intermediate container 4b0d7b55cea6 [2020-12-16T21:55:11.850Z] ---> b3e53176ef0c [2020-12-16T21:55:11.850Z] [2020-12-16T21:55:11.850Z] Step 10/21 : FROM scratch [2020-12-16T21:55:11.850Z] ---> [2020-12-16T21:55:11.850Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-16T21:55:12.456Z] ---> Running in c3279fd49944 [2020-12-16T21:55:12.738Z] Removing intermediate container e0a579c79a83 [2020-12-16T21:55:12.738Z] ---> 0eec6acd37dd [2020-12-16T21:55:12.738Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-16T21:55:13.352Z] ---> Running in 97869752b904 [2020-12-16T21:55:13.640Z] Removing intermediate container c3279fd49944 [2020-12-16T21:55:13.640Z] ---> 6e0fcc9e49db [2020-12-16T21:55:13.640Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-16T21:55:13.936Z] ---> Running in 83d7b482cbad [2020-12-16T21:55:13.936Z] Removing intermediate container 23a8afcf851f [2020-12-16T21:55:13.936Z] ---> 0be71984295c [2020-12-16T21:55:13.936Z] [2020-12-16T21:55:13.936Z] Step 10/24 : FROM scratch [2020-12-16T21:55:13.936Z] ---> [2020-12-16T21:55:14.006Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 1 115M 1 1631k 0 0 5684k 0 0:00:20 --:--:-- 0:00:20 5664k 36 115M 36 42.0M 0 0 32.5M 0 0:00:03 0:00:01 0:00:02 32.4M 68 115M 68 79.4M 0 0 34.9M 0 0:00:03 0:00:02 0:00:01 34.9M 100 115M 100 115M 0 0 36.3M 0 0:00:03 0:00:03 --:--:-- 36.3M [2020-12-16T21:55:14.212Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-16T21:55:14.212Z] Removing intermediate container 97869752b904 [2020-12-16T21:55:14.212Z] ---> e61b1db9126a [2020-12-16T21:55:14.212Z] Step 13/22 : WORKDIR / [2020-12-16T21:55:14.212Z] ---> Running in bfcb259bfaff [2020-12-16T21:55:14.487Z] ---> Running in 8d6cb5c1d200 [2020-12-16T21:55:14.578Z] go1.15.2.linux-amd64.tar.gz: OK [2020-12-16T21:55:15.088Z] Removing intermediate container 83d7b482cbad [2020-12-16T21:55:15.088Z] ---> a80e9afa3108 [2020-12-16T21:55:15.088Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-16T21:55:15.088Z] ---> Running in 1bfdf3073cb1 [2020-12-16T21:55:15.381Z] Removing intermediate container bfcb259bfaff [2020-12-16T21:55:15.381Z] ---> 7ade030694a1 [2020-12-16T21:55:15.381Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-16T21:55:15.381Z] Removing intermediate container 8d6cb5c1d200 [2020-12-16T21:55:15.381Z] ---> bfd6d6b8325c [2020-12-16T21:55:15.381Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-16T21:55:15.381Z] ---> Running in ac4d7f9d578a [2020-12-16T21:55:15.985Z] Removing intermediate container 1bfdf3073cb1 [2020-12-16T21:55:15.985Z] ---> 6e1021e603c0 [2020-12-16T21:55:16.261Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-16T21:55:16.535Z] Removing intermediate container ac4d7f9d578a [2020-12-16T21:55:16.535Z] ---> 6f19e134ba5c [2020-12-16T21:55:16.535Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-16T21:55:16.535Z] ---> Running in 3d20a5b563f0 [2020-12-16T21:55:17.145Z] ---> 4b3b69e864ec [2020-12-16T21:55:17.145Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-16T21:55:17.421Z] Removing intermediate container 3d20a5b563f0 [2020-12-16T21:55:17.421Z] ---> 667a749a6d83 [2020-12-16T21:55:17.421Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-16T21:55:17.702Z] ---> 9a76162ed542 [2020-12-16T21:55:17.702Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-16T21:55:18.784Z] Staging go115 [2020-12-16T21:55:19.145Z] ---> 7f76af7b8918 [2020-12-16T21:55:19.145Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-16T21:55:19.423Z] ---> c866308bdc9e [2020-12-16T21:55:19.423Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-16T21:55:20.418Z] ---> e68c4673e6a1 [2020-12-16T21:55:20.418Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-16T21:55:20.700Z] ---> a4ee9ba8c67f [2020-12-16T21:55:20.700Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-16T21:55:20.976Z] ---> 79d89c64dee0 [2020-12-16T21:55:20.976Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-16T21:55:21.971Z] ---> 914f226d263c [2020-12-16T21:55:21.971Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-16T21:55:21.971Z] ---> ce84e96e4f40 [2020-12-16T21:55:21.971Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-16T21:55:21.971Z] ---> Running in 3b0eb32d0108 [2020-12-16T21:55:22.253Z] ---> Running in f930095ca5b3 [2020-12-16T21:55:22.867Z] Removing intermediate container 3b0eb32d0108 [2020-12-16T21:55:22.867Z] ---> 060c67ce0573 [2020-12-16T21:55:22.867Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T21:55:22.987Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-16T21:55:22.987Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-16T21:55:22.987Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-16T21:55:22.987Z] Fetched 0 B in 0s (0 B/s) [2020-12-16T21:55:22.987Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2020-12-16T21:55:22.987Z] Fetched 224 kB in 0s (0 B/s) [2020-12-16T21:55:22.987Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2020-12-16T21:55:22.987Z] Fetched 157 kB in 0s (0 B/s) [2020-12-16T21:55:22.987Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2020-12-16T21:55:22.987Z] Fetched 221 kB in 0s (0 B/s) [2020-12-16T21:55:22.987Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2020-12-16T21:55:22.987Z] Fetched 143 kB in 0s (0 B/s) [2020-12-16T21:55:22.987Z] Pulling edgex-go [2020-12-16T21:55:23.147Z] ---> Running in 937866471a95 [2020-12-16T21:55:23.423Z] ---> 5469188bd75a [2020-12-16T21:55:23.423Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-16T21:55:23.704Z] Removing intermediate container 937866471a95 [2020-12-16T21:55:23.704Z] ---> 163641bf50f9 [2020-12-16T21:55:23.704Z] Step 19/21 : LABEL arch=arm64 [2020-12-16T21:55:23.982Z] ---> Running in 1a4084dacbe1 [2020-12-16T21:55:24.373Z] Pulling version [2020-12-16T21:55:24.589Z] ---> 02d129823a3c [2020-12-16T21:55:24.589Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-16T21:55:24.864Z] Removing intermediate container 1a4084dacbe1 [2020-12-16T21:55:24.864Z] ---> 7530934df598 [2020-12-16T21:55:24.864Z] Step 20/21 : LABEL git_sha=8825629fed540149d98780d83199692e7d178fa1 [2020-12-16T21:55:24.943Z] Building config-common [2020-12-16T21:55:25.498Z] ---> Running in ba9914aa905a [2020-12-16T21:55:26.486Z] Removing intermediate container f930095ca5b3 [2020-12-16T21:55:26.486Z] ---> fbbdf8c3bafb [2020-12-16T21:55:26.486Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-16T21:55:26.486Z] Removing intermediate container ba9914aa905a [2020-12-16T21:55:26.486Z] ---> 2500bca74400 [2020-12-16T21:55:26.486Z] Step 21/21 : LABEL version=0.0.0 [2020-12-16T21:55:26.486Z] ---> 6bf71537ab96 [2020-12-16T21:55:26.486Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-16T21:55:26.846Z] ---> Running in 642855304fad [2020-12-16T21:55:26.846Z] ---> Running in a18c7f80fb16 [2020-12-16T21:55:26.853Z] Skipping build go-build-helper (already ran) [2020-12-16T21:55:26.854Z] Skipping build static-packages (already ran) [2020-12-16T21:55:26.854Z] Skipping build go115 (already ran) [2020-12-16T21:55:27.113Z] Building edgex-go [2020-12-16T21:55:27.113Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-16T21:55:28.414Z] Removing intermediate container 642855304fad [2020-12-16T21:55:28.414Z] ---> 5204e51b8c43 [2020-12-16T21:55:28.414Z] Step 20/22 : LABEL arch=arm64 [2020-12-16T21:55:28.414Z] ---> eb905d2a80de [2020-12-16T21:55:28.414Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-16T21:55:28.414Z] Removing intermediate container a18c7f80fb16 [2020-12-16T21:55:28.414Z] ---> cd7341667268 [2020-12-16T21:55:28.414Z] [2020-12-16T21:55:28.499Z] go: downloading github.com/gorilla/mux v1.8.0 [2020-12-16T21:55:28.499Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.28 [2020-12-16T21:55:28.499Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.130 [2020-12-16T21:55:28.499Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.60 [2020-12-16T21:55:28.499Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2020-12-16T21:55:28.499Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2020-12-16T21:55:28.499Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.26 [2020-12-16T21:55:28.499Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2020-12-16T21:55:28.499Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-12-16T21:55:28.499Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2020-12-16T21:55:28.499Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-12-16T21:55:28.499Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-12-16T21:55:28.499Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-12-16T21:55:28.499Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2020-12-16T21:55:28.499Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-12-16T21:55:28.499Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2020-12-16T21:55:28.499Z] go: downloading github.com/google/uuid v1.1.2 [2020-12-16T21:55:28.499Z] go: downloading github.com/imdario/mergo v0.3.11 [2020-12-16T21:55:28.499Z] go: downloading github.com/pkg/errors v0.8.1 [2020-12-16T21:55:28.499Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.26 [2020-12-16T21:55:28.499Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2020-12-16T21:55:28.499Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-12-16T21:55:28.499Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-12-16T21:55:28.499Z] go: downloading github.com/x448/float16 v0.8.4 [2020-12-16T21:55:28.499Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-12-16T21:55:28.499Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-12-16T21:55:28.499Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2020-12-16T21:55:28.499Z] go: downloading github.com/leodido/go-urn v1.2.0 [2020-12-16T21:55:28.499Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-12-16T21:55:28.499Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-12-16T21:55:28.499Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-12-16T21:55:28.499Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-12-16T21:55:28.499Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-12-16T21:55:28.499Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-12-16T21:55:28.499Z] go: downloading github.com/go-playground/locales v0.13.0 [2020-12-16T21:55:28.499Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-12-16T21:55:28.499Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-12-16T21:55:28.695Z] ---> Running in 8e593973348b [2020-12-16T21:55:28.764Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-12-16T21:55:28.764Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-12-16T21:55:28.764Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-12-16T21:55:28.972Z] ---> Running in e5e45f0dd7ef [2020-12-16T21:55:29.580Z] Successfully built cd7341667268 [2020-12-16T21:55:30.200Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-12-16T21:55:30.200Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2020-12-16T21:55:30.200Z] Removing intermediate container 8e593973348b [2020-12-16T21:55:30.200Z] ---> 574591f436ee [2020-12-16T21:55:30.200Z] Step 21/22 : LABEL git_sha=8825629fed540149d98780d83199692e7d178fa1 [2020-12-16T21:55:30.200Z] Removing intermediate container e5e45f0dd7ef [2020-12-16T21:55:30.200Z] ---> 1a2672bc7a2a [2020-12-16T21:55:30.200Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T21:55:30.474Z] ---> Running in a91bd825b569 [2020-12-16T21:55:30.475Z] ---> Running in 28dfd683455a [2020-12-16T21:55:30.762Z] Removing intermediate container fbd023de96d7 [2020-12-16T21:55:30.762Z] ---> 7bc32d77155d [2020-12-16T21:55:30.762Z] [2020-12-16T21:55:30.762Z] Step 10/22 : FROM scratch [2020-12-16T21:55:30.762Z] ---> [2020-12-16T21:55:30.762Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-16T21:55:30.762Z] ---> Using cache [2020-12-16T21:55:30.762Z] ---> 6e0fcc9e49db [2020-12-16T21:55:30.762Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-16T21:55:31.041Z] ---> Running in 98c531e56260 [2020-12-16T21:55:31.312Z] Removing intermediate container a91bd825b569 [2020-12-16T21:55:31.312Z] ---> 9e79d7754b32 [2020-12-16T21:55:31.312Z] Step 22/24 : LABEL arch=arm64 [2020-12-16T21:55:31.312Z] Removing intermediate container 28dfd683455a [2020-12-16T21:55:31.312Z] ---> ba9df6fb4bd9 [2020-12-16T21:55:31.312Z] Step 22/22 : LABEL version=0.0.0 [2020-12-16T21:55:31.599Z] ---> Running in 2568ba9e78f7 [2020-12-16T21:55:31.599Z] ---> Running in 7e9f53308221 [2020-12-16T21:55:31.599Z] Removing intermediate container 98c531e56260 [2020-12-16T21:55:31.599Z] ---> 2ba5f2b4359d [2020-12-16T21:55:31.599Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-16T21:55:31.873Z] ---> Running in 436dffe63ee2 [2020-12-16T21:55:32.150Z] Removing intermediate container 7e9f53308221 [2020-12-16T21:55:32.150Z] ---> ac5ad92b923e [2020-12-16T21:55:32.150Z] Step 23/24 : LABEL git_sha=8825629fed540149d98780d83199692e7d178fa1 [2020-12-16T21:55:32.150Z] Removing intermediate container 2568ba9e78f7 [2020-12-16T21:55:32.150Z] ---> 394c4d07094e [2020-12-16T21:55:32.150Z] [2020-12-16T21:55:32.762Z] Successfully built 394c4d07094e [2020-12-16T21:55:32.762Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-12-16T21:55:32.762Z]  Building docker-security-bootstrap-redis-go ... done Building docker-security-secrets-setup-go [2020-12-16T21:55:32.762Z] ---> Running in 63f476ba1a18 [2020-12-16T21:55:32.762Z] Removing intermediate container 436dffe63ee2 [2020-12-16T21:55:32.762Z] ---> 3b2df20a3d34 [2020-12-16T21:55:32.762Z] Step 14/22 : WORKDIR / [2020-12-16T21:55:33.036Z] ---> Running in 7abe577a9456 [2020-12-16T21:55:33.643Z] Removing intermediate container 63f476ba1a18 [2020-12-16T21:55:33.643Z] ---> 9c83d1d0e7bc [2020-12-16T21:55:33.643Z] Step 24/24 : LABEL version=0.0.0 [2020-12-16T21:55:33.923Z] Removing intermediate container 7abe577a9456 [2020-12-16T21:55:33.923Z] ---> 32acb17f2531 [2020-12-16T21:55:33.923Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-16T21:55:33.923Z] ---> Running in ddeb0bc54e7e [2020-12-16T21:55:34.532Z] Removing intermediate container ddeb0bc54e7e [2020-12-16T21:55:34.532Z] ---> 5f724bef671e [2020-12-16T21:55:34.532Z] [2020-12-16T21:55:34.532Z] ---> 08576a09e20d [2020-12-16T21:55:34.532Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-16T21:55:35.130Z] Successfully built 5f724bef671e [2020-12-16T21:55:35.341Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-16T21:55:35.405Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-12-16T21:55:35.406Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2020-12-16T21:55:38.039Z] ---> 1a3433659456 [2020-12-16T21:55:38.039Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-16T21:55:38.039Z] Removing intermediate container 6934ffc2db93 [2020-12-16T21:55:38.039Z] ---> fa9ae363db97 [2020-12-16T21:55:38.039Z] [2020-12-16T21:55:38.039Z] Step 10/23 : FROM alpine [2020-12-16T21:55:38.039Z] latest: Pulling from library/alpine [2020-12-16T21:55:38.039Z] Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 [2020-12-16T21:55:38.039Z] Status: Downloaded newer image for alpine:latest [2020-12-16T21:55:38.039Z] ---> dd36a01c3f31 [2020-12-16T21:55:38.039Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-16T21:55:38.635Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-12-16T21:55:39.030Z] ---> Running in 32d803a7dad4 [2020-12-16T21:55:39.030Z] ---> 3ae94b0e1a7f [2020-12-16T21:55:39.030Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-16T21:55:39.306Z] ---> Running in 2302ac4b9830 [2020-12-16T21:55:39.576Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-16T21:55:39.582Z] Removing intermediate container 32d803a7dad4 [2020-12-16T21:55:39.582Z] ---> 4fd657a9cf77 [2020-12-16T21:55:39.582Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-16T21:55:39.855Z] ---> Running in b00b80be33c9 [2020-12-16T21:55:40.131Z] Removing intermediate container 2302ac4b9830 [2020-12-16T21:55:40.131Z] ---> 5caddf29494b [2020-12-16T21:55:40.131Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T21:55:40.405Z] ---> Running in a3f2f162cacc [2020-12-16T21:55:40.405Z] Removing intermediate container b00b80be33c9 [2020-12-16T21:55:40.405Z] ---> a42a7730900c [2020-12-16T21:55:40.405Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-16T21:55:40.519Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-16T21:55:40.780Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-16T21:55:40.780Z] go: downloading github.com/stretchr/testify v1.5.1 [2020-12-16T21:55:40.780Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2020-12-16T21:55:40.780Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-12-16T21:55:41.005Z] ---> Running in d7c13fdf1db5 [2020-12-16T21:55:41.280Z] Removing intermediate container a3f2f162cacc [2020-12-16T21:55:41.280Z] ---> 2a4c84ba4404 [2020-12-16T21:55:41.280Z] Step 20/22 : LABEL arch=arm64 [2020-12-16T21:55:41.280Z] ---> Running in 5521bff35978 [2020-12-16T21:55:41.280Z] Removing intermediate container d7c13fdf1db5 [2020-12-16T21:55:41.280Z] ---> b9850e25908f [2020-12-16T21:55:41.280Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T21:55:41.877Z] ---> Running in 64da005fcdea [2020-12-16T21:55:42.152Z] Removing intermediate container 5521bff35978 [2020-12-16T21:55:42.152Z] ---> 00a6d88d94c0 [2020-12-16T21:55:42.152Z] Step 21/22 : LABEL git_sha=8825629fed540149d98780d83199692e7d178fa1 [2020-12-16T21:55:42.163Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-16T21:55:42.163Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2020-12-16T21:55:42.163Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-12-16T21:55:42.441Z] ---> Running in fe35c0e55cad [2020-12-16T21:55:43.115Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-16T21:55:43.429Z] Removing intermediate container fe35c0e55cad [2020-12-16T21:55:43.429Z] ---> 735f9345e71d [2020-12-16T21:55:43.429Z] Step 22/22 : LABEL version=0.0.0 [2020-12-16T21:55:43.429Z] ---> Running in d9d05a917832 [2020-12-16T21:55:44.024Z] Removing intermediate container d9d05a917832 [2020-12-16T21:55:44.024Z] ---> db50b2e62aa9 [2020-12-16T21:55:44.024Z] [2020-12-16T21:55:44.059Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-16T21:55:44.059Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-12-16T21:55:44.622Z] Removing intermediate container 64da005fcdea [2020-12-16T21:55:44.622Z] ---> 64aa78e4a177 [2020-12-16T21:55:44.622Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-16T21:55:44.622Z] Successfully built db50b2e62aa9 [2020-12-16T21:55:44.622Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-12-16T21:55:44.622Z]  Building docker-core-metadata-go ... done Building docker-core-command-go [2020-12-16T21:55:44.622Z] ---> Running in 9409a7a487ff [2020-12-16T21:55:45.000Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-16T21:55:45.261Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-16T21:55:46.063Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T21:55:46.209Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-16T21:55:46.662Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T21:55:47.149Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-16T21:55:47.258Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-16T21:55:47.258Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-16T21:55:47.530Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-16T21:55:47.721Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-16T21:55:47.805Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-16T21:55:48.078Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-16T21:55:48.078Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T21:55:48.078Z] OK: 8 MiB in 19 packages [2020-12-16T21:55:50.271Z] Building version [2020-12-16T21:55:50.730Z] Removing intermediate container 9409a7a487ff [2020-12-16T21:55:50.731Z] ---> 80601984a7c9 [2020-12-16T21:55:50.731Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-16T21:55:51.330Z] ---> 31a2ca3b9cd6 [2020-12-16T21:55:51.330Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-16T21:55:51.660Z] Staging config-common [2020-12-16T21:55:52.600Z] Skipping stage go-build-helper (already ran) [2020-12-16T21:55:52.600Z] Skipping stage static-packages (already ran) [2020-12-16T21:55:52.600Z] Skipping stage go115 (already ran) [2020-12-16T21:55:52.600Z] Staging edgex-go [2020-12-16T21:55:52.765Z] ---> 9bec8fc6d074 [2020-12-16T21:55:52.765Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-16T21:55:53.548Z] Staging version [2020-12-16T21:55:53.752Z] ---> ee4ae5b31e39 [2020-12-16T21:55:53.752Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-16T21:55:54.031Z] ---> Running in affa5668b37f [2020-12-16T21:55:54.488Z] Priming config-common [2020-12-16T21:55:54.630Z] Removing intermediate container affa5668b37f [2020-12-16T21:55:54.630Z] ---> 5a312afd439a [2020-12-16T21:55:54.630Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T21:55:54.908Z] ---> Running in d39a3274c195 [2020-12-16T21:55:55.428Z] Priming go-build-helper [2020-12-16T21:55:55.507Z] Removing intermediate container d39a3274c195 [2020-12-16T21:55:55.507Z] ---> baa7b50eae39 [2020-12-16T21:55:55.507Z] Step 21/23 : LABEL arch=arm64 [2020-12-16T21:55:55.507Z] ---> Running in 081315e133d6 [2020-12-16T21:55:56.110Z] Removing intermediate container 081315e133d6 [2020-12-16T21:55:56.110Z] ---> 26e74c2aef7d [2020-12-16T21:55:56.110Z] Step 22/23 : LABEL git_sha=8825629fed540149d98780d83199692e7d178fa1 [2020-12-16T21:55:56.369Z] Priming static-packages [2020-12-16T21:55:56.382Z] ---> Running in 8aaf23b94032 [2020-12-16T21:55:57.001Z] Removing intermediate container 8aaf23b94032 [2020-12-16T21:55:57.001Z] ---> 6080ca6a9df9 [2020-12-16T21:55:57.001Z] Step 23/23 : LABEL version=0.0.0 [2020-12-16T21:55:57.001Z] ---> Running in 2262c838f402 [2020-12-16T21:55:57.596Z] Removing intermediate container 2262c838f402 [2020-12-16T21:55:57.596Z] ---> 1c30ce1387d0 [2020-12-16T21:55:57.596Z] [2020-12-16T21:55:58.193Z] Successfully built 1c30ce1387d0 [2020-12-16T21:55:58.193Z] Successfully tagged docker-core-data-go-arm64:latest [2020-12-16T21:55:58.193Z] Building docker-sys-mgmt-agent-go [2020-12-16T21:55:58.278Z] Priming go115 [2020-12-16T21:55:59.218Z] Priming edgex-go [2020-12-16T21:56:00.164Z] Priming version [2020-12-16T21:56:01.122Z] 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] } [2020-12-16T21:56:37.208Z]  Building docker-core-data-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T21:56:37.208Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-16T21:56:37.208Z] ---> 5416c149ecc2 [2020-12-16T21:56:37.208Z] Step 3/24 : WORKDIR /edgex-go [2020-12-16T21:56:37.208Z] ---> Using cache [2020-12-16T21:56:37.208Z] ---> 245096fe7455 [2020-12-16T21:56:37.208Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T21:56:37.208Z] ---> Using cache [2020-12-16T21:56:37.208Z] ---> 3bb8bc923f4f [2020-12-16T21:56:37.208Z] Step 5/24 : RUN apk update && apk add make git [2020-12-16T21:56:37.208Z] ---> Using cache [2020-12-16T21:56:37.208Z] ---> 1115872941b5 [2020-12-16T21:56:37.208Z] Step 6/24 : COPY go.mod . [2020-12-16T21:56:37.208Z] ---> Using cache [2020-12-16T21:56:37.208Z] ---> 2008616e896c [2020-12-16T21:56:37.208Z] Step 7/24 : RUN go mod download [2020-12-16T21:56:37.208Z] ---> Using cache [2020-12-16T21:56:37.208Z] ---> 5bc69c1825fe [2020-12-16T21:56:37.208Z] Step 8/24 : COPY . . [2020-12-16T21:56:37.208Z] ---> Using cache [2020-12-16T21:56:37.208Z] ---> 7613726943e4 [2020-12-16T21:56:37.208Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-16T21:56:37.208Z] ---> Running in 8f1781e8b9bc [2020-12-16T21:56:37.208Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-16T21:56:37.491Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T21:56:37.491Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-16T21:56:37.491Z] ---> 5416c149ecc2 [2020-12-16T21:56:37.491Z] Step 3/29 : WORKDIR /edgex-go [2020-12-16T21:56:37.491Z] ---> Using cache [2020-12-16T21:56:37.491Z] ---> 245096fe7455 [2020-12-16T21:56:37.491Z] Step 4/29 : RUN apk update && apk add make git [2020-12-16T21:56:39.485Z] ---> Running in bcfd231e8767 [2020-12-16T21:56:40.085Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T21:56:40.085Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-16T21:56:40.085Z] ---> 5416c149ecc2 [2020-12-16T21:56:40.085Z] Step 3/21 : WORKDIR /edgex-go [2020-12-16T21:56:40.085Z] ---> Using cache [2020-12-16T21:56:40.085Z] ---> 245096fe7455 [2020-12-16T21:56:40.085Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T21:56:40.085Z] ---> Using cache [2020-12-16T21:56:40.085Z] ---> 3bb8bc923f4f [2020-12-16T21:56:40.085Z] Step 5/21 : RUN apk update && apk add make git [2020-12-16T21:56:40.085Z] ---> Using cache [2020-12-16T21:56:40.085Z] ---> 1115872941b5 [2020-12-16T21:56:40.085Z] Step 6/21 : COPY go.mod . [2020-12-16T21:56:40.085Z] ---> Using cache [2020-12-16T21:56:40.085Z] ---> 2008616e896c [2020-12-16T21:56:40.085Z] Step 7/21 : RUN go mod download [2020-12-16T21:56:40.085Z] ---> Using cache [2020-12-16T21:56:40.085Z] ---> 5bc69c1825fe [2020-12-16T21:56:40.085Z] Step 8/21 : COPY . . [2020-12-16T21:56:40.363Z] ---> Using cache [2020-12-16T21:56:40.363Z] ---> 7613726943e4 [2020-12-16T21:56:40.363Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-16T21:56:41.348Z] ---> Running in 59a8a932b6a9 [2020-12-16T21:56:41.624Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T21:56:43.077Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T21:56:43.685Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-16T21:56:43.963Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T21:56:43.963Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T21:56:43.963Z] OK: 12620 distinct packages available [2020-12-16T21:56:44.949Z] OK: 217 MiB in 51 packages [2020-12-16T21:56:45.935Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T21:56:45.935Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-16T21:56:45.935Z] ---> 5416c149ecc2 [2020-12-16T21:56:45.935Z] Step 3/22 : WORKDIR /edgex-go [2020-12-16T21:56:45.935Z] ---> Using cache [2020-12-16T21:56:45.935Z] ---> 245096fe7455 [2020-12-16T21:56:45.935Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T21:56:45.935Z] ---> Using cache [2020-12-16T21:56:45.935Z] ---> 3bb8bc923f4f [2020-12-16T21:56:45.935Z] Step 5/22 : RUN apk update && apk add make git [2020-12-16T21:56:45.935Z] ---> Using cache [2020-12-16T21:56:45.935Z] ---> 1115872941b5 [2020-12-16T21:56:45.935Z] Step 6/22 : COPY go.mod . [2020-12-16T21:56:45.935Z] ---> Using cache [2020-12-16T21:56:45.935Z] ---> 2008616e896c [2020-12-16T21:56:45.935Z] Step 7/22 : RUN go mod download [2020-12-16T21:56:45.935Z] ---> Using cache [2020-12-16T21:56:45.935Z] ---> 5bc69c1825fe [2020-12-16T21:56:45.935Z] Step 8/22 : COPY . . [2020-12-16T21:56:45.935Z] ---> Using cache [2020-12-16T21:56:45.935Z] ---> 7613726943e4 [2020-12-16T21:56:45.935Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-16T21:56:47.927Z] ---> Running in 4c8cadbc932e [2020-12-16T21:56:48.924Z] Removing intermediate container bcfd231e8767 [2020-12-16T21:56:48.924Z] ---> 2af9043d4dff [2020-12-16T21:56:48.924Z] Step 5/29 : COPY go.mod . [2020-12-16T21:56:49.918Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-12-16T21:56:51.389Z] ---> 2332f0f52fa8 [2020-12-16T21:56:51.389Z] Step 6/29 : RUN go mod download [2020-12-16T21:56:51.389Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T21:56:51.389Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-16T21:56:51.389Z] ---> 5416c149ecc2 [2020-12-16T21:56:51.389Z] Step 3/27 : WORKDIR /edgex-go [2020-12-16T21:56:51.389Z] ---> Using cache [2020-12-16T21:56:51.389Z] ---> 245096fe7455 [2020-12-16T21:56:51.389Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T21:56:51.389Z] ---> Using cache [2020-12-16T21:56:51.389Z] ---> 3bb8bc923f4f [2020-12-16T21:56:51.389Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-16T21:56:51.389Z] ---> Running in cfce94d8a6f8 [2020-12-16T21:56:51.389Z] ---> Running in 289f2cac9686 [2020-12-16T21:56:54.036Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T21:56:54.639Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T21:56:56.096Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T21:56:56.096Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T21:56:56.096Z] OK: 12620 distinct packages available [2020-12-16T21:56:56.374Z] Removing intermediate container 289f2cac9686 [2020-12-16T21:56:56.374Z] ---> 6a99fc60eb86 [2020-12-16T21:56:56.374Z] Step 7/29 : COPY . . [2020-12-16T21:56:56.979Z] OK: 217 MiB in 51 packages [2020-12-16T21:57:00.393Z] Removing intermediate container cfce94d8a6f8 [2020-12-16T21:57:00.393Z] ---> 0ea323089c34 [2020-12-16T21:57:00.393Z] Step 6/27 : COPY go.mod . [2020-12-16T21:57:03.184Z] ---> 4d6293e04434 [2020-12-16T21:57:03.184Z] Step 7/27 : RUN go mod download [2020-12-16T21:57:03.184Z] ---> Running in 4ff78bb20b8d [2020-12-16T21:57:09.986Z] Removing intermediate container 4ff78bb20b8d [2020-12-16T21:57:09.986Z] ---> 287f7d2f8997 [2020-12-16T21:57:09.986Z] Step 8/27 : COPY . . [2020-12-16T21:57:20.202Z] ---> 500a3531bd68 [2020-12-16T21:57:20.202Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-16T21:57:20.812Z] ---> Running in 93396040dece [2020-12-16T21:57:23.486Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-16T21:57:31.848Z] ---> 63042aba8fda [2020-12-16T21:57:31.848Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-16T21:57:31.848Z] ---> Running in e7b69082798a [2020-12-16T21:57:33.300Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-16T21:57:43.466Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-16T21:58:01.791Z] Removing intermediate container 8f1781e8b9bc [2020-12-16T21:58:01.791Z] ---> ca03a296b106 [2020-12-16T21:58:01.791Z] [2020-12-16T21:58:01.791Z] Step 10/24 : FROM alpine:3.10 [2020-12-16T21:58:01.791Z] ---> 536a684cf733 [2020-12-16T21:58:01.791Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-16T21:58:01.791Z] ---> Using cache [2020-12-16T21:58:01.791Z] ---> 0eec6acd37dd [2020-12-16T21:58:01.791Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-16T21:58:01.791Z] ---> Running in a99595d7e30d [2020-12-16T21:58:01.792Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-16T21:58:01.792Z] Removing intermediate container a99595d7e30d [2020-12-16T21:58:01.792Z] ---> 26a668370b74 [2020-12-16T21:58:01.792Z] Step 13/24 : WORKDIR / [2020-12-16T21:58:01.792Z] ---> Running in cf622aa1986d [2020-12-16T21:58:02.067Z] Removing intermediate container cf622aa1986d [2020-12-16T21:58:02.067Z] ---> d27c37074b68 [2020-12-16T21:58:02.067Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-16T21:58:03.501Z] ---> cee03cc85a81 [2020-12-16T21:58:03.501Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-16T21:58:04.507Z] ---> c4742ee2654a [2020-12-16T21:58:04.507Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-16T21:58:05.948Z] ---> e0e7717a3443 [2020-12-16T21:58:05.948Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-16T21:58:07.393Z] ---> eaf7740134c1 [2020-12-16T21:58:07.393Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-16T21:58:09.389Z] ---> e46395b41dcb [2020-12-16T21:58:09.389Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-16T21:58:10.835Z] ---> 13b2ff7e6738 [2020-12-16T21:58:10.835Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-16T21:58:10.835Z] ---> Running in a37a2c2c36d6 [2020-12-16T21:58:15.168Z] Removing intermediate container a37a2c2c36d6 [2020-12-16T21:58:15.168Z] ---> abb2dc0ecf33 [2020-12-16T21:58:15.168Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-16T21:58:15.168Z] ---> Running in 001712becd37 [2020-12-16T21:58:16.158Z] Removing intermediate container 001712becd37 [2020-12-16T21:58:16.158Z] ---> fc982e9d710b [2020-12-16T21:58:16.158Z] Step 22/24 : LABEL arch=arm64 [2020-12-16T21:58:16.438Z] ---> Running in ce19181a6015 [2020-12-16T21:58:17.419Z] Removing intermediate container ce19181a6015 [2020-12-16T21:58:17.419Z] ---> a0225ba84b60 [2020-12-16T21:58:17.419Z] Step 23/24 : LABEL git_sha=8825629fed540149d98780d83199692e7d178fa1 [2020-12-16T21:58:17.694Z] Removing intermediate container 59a8a932b6a9 [2020-12-16T21:58:17.694Z] ---> e9e86a4450ae [2020-12-16T21:58:17.694Z] [2020-12-16T21:58:17.694Z] Step 10/21 : FROM alpine [2020-12-16T21:58:17.694Z] ---> dd36a01c3f31 [2020-12-16T21:58:17.694Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-16T21:58:17.975Z] ---> Running in d6ee49c33263 [2020-12-16T21:58:17.975Z] ---> Running in 12b91d89a201 [2020-12-16T21:58:18.963Z] Removing intermediate container d6ee49c33263 [2020-12-16T21:58:18.963Z] ---> f661a2fb77f0 [2020-12-16T21:58:18.963Z] Step 24/24 : LABEL version=0.0.0 [2020-12-16T21:58:19.589Z] ---> Running in 063bde124c87 [2020-12-16T21:58:20.192Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T21:58:20.791Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T21:58:20.791Z] Removing intermediate container 063bde124c87 [2020-12-16T21:58:20.791Z] ---> e83c0efa24fc [2020-12-16T21:58:20.791Z] [2020-12-16T21:58:21.388Z] v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-16T21:58:21.388Z] v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-16T21:58:21.388Z] OK: 12617 distinct packages available [2020-12-16T21:58:21.662Z] Successfully built e83c0efa24fc [2020-12-16T21:58:21.662Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-12-16T21:58:22.210Z]  Building docker-security-secretstore-setup-go ... done (1/4) Installing ca-certificates (20191127-r4) [2020-12-16T21:58:22.493Z] Removing intermediate container 4c8cadbc932e [2020-12-16T21:58:22.493Z] ---> b6818193d1a5 [2020-12-16T21:58:22.493Z] [2020-12-16T21:58:22.493Z] Step 10/22 : FROM scratch [2020-12-16T21:58:22.493Z] ---> [2020-12-16T21:58:22.493Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-16T21:58:22.493Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-16T21:58:22.493Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-16T21:58:22.493Z] (4/4) Installing curl (7.69.1-r3) [2020-12-16T21:58:22.493Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T21:58:22.493Z] Executing ca-certificates-20191127-r4.trigger [2020-12-16T21:58:22.493Z] ---> Using cache [2020-12-16T21:58:22.493Z] ---> 6e0fcc9e49db [2020-12-16T21:58:22.493Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-16T21:58:22.767Z] OK: 7 MiB in 18 packages [2020-12-16T21:58:23.040Z] ---> Running in f0d9650e3224 [2020-12-16T21:58:23.648Z] Removing intermediate container f0d9650e3224 [2020-12-16T21:58:23.648Z] ---> dee07d2df563 [2020-12-16T21:58:23.648Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-16T21:58:23.929Z] ---> Running in 0683da1fdcec [2020-12-16T21:58:24.528Z] Removing intermediate container 0683da1fdcec [2020-12-16T21:58:24.528Z] ---> 208f65ea33ee [2020-12-16T21:58:24.528Z] Step 14/22 : WORKDIR / [2020-12-16T21:58:24.805Z] ---> Running in 1edcfd450c05 [2020-12-16T21:58:25.404Z] Removing intermediate container 12b91d89a201 [2020-12-16T21:58:25.404Z] ---> 7dff42d5c7dc [2020-12-16T21:58:25.404Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-16T21:58:25.682Z] ---> Running in 924a27df8190 [2020-12-16T21:58:25.682Z] Removing intermediate container 1edcfd450c05 [2020-12-16T21:58:25.682Z] ---> 14d0fa616c2c [2020-12-16T21:58:25.682Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-16T21:58:26.290Z] Removing intermediate container 924a27df8190 [2020-12-16T21:58:26.290Z] ---> 526867dc21c9 [2020-12-16T21:58:26.290Z] Step 13/21 : WORKDIR /edgex [2020-12-16T21:58:26.567Z] ---> Running in 127124961f17 [2020-12-16T21:58:26.567Z] ---> b8b8808e4e1e [2020-12-16T21:58:26.567Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-16T21:58:27.554Z] Removing intermediate container 127124961f17 [2020-12-16T21:58:27.554Z] ---> 91907a095926 [2020-12-16T21:58:27.554Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-16T21:58:28.565Z] ---> 477543bf8435 [2020-12-16T21:58:28.565Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-16T21:58:28.846Z] ---> 2b789d49e10a [2020-12-16T21:58:28.846Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-16T21:58:30.320Z] ---> 6cec005aba28 [2020-12-16T21:58:30.320Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-16T21:58:30.605Z] ---> fbc9fcbb1397 [2020-12-16T21:58:30.605Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-16T21:58:30.605Z] ---> Running in 6f4ac2189e7a [2020-12-16T21:58:31.611Z] Removing intermediate container 6f4ac2189e7a [2020-12-16T21:58:31.611Z] ---> 5ddf6df83c69 [2020-12-16T21:58:31.611Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T21:58:31.892Z] ---> Running in 586a45ba1a7c [2020-12-16T21:58:32.496Z] ---> 14d126bb4ea0 [2020-12-16T21:58:32.496Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-16T21:58:32.773Z] Removing intermediate container 586a45ba1a7c [2020-12-16T21:58:32.773Z] ---> d0a7ceede21b [2020-12-16T21:58:32.773Z] Step 20/22 : LABEL arch=arm64 [2020-12-16T21:58:32.773Z] ---> Running in dcb6ba9b58b4 [2020-12-16T21:58:33.052Z] ---> Running in 828ae9b9d395 [2020-12-16T21:58:34.060Z] Removing intermediate container 828ae9b9d395 [2020-12-16T21:58:34.060Z] Removing intermediate container dcb6ba9b58b4 [2020-12-16T21:58:34.060Z] ---> ddb44b30d8ae [2020-12-16T21:58:34.060Z] Step 18/21 : CMD ["--init=true"] [2020-12-16T21:58:34.060Z] ---> dc1b4e1dba9c [2020-12-16T21:58:34.060Z] Step 21/22 : LABEL git_sha=8825629fed540149d98780d83199692e7d178fa1 [2020-12-16T21:58:34.060Z] ---> Running in 214591718b52 [2020-12-16T21:58:34.060Z] ---> Running in c1d579e1b4e9 [2020-12-16T21:58:35.327Z] Removing intermediate container 214591718b52 [2020-12-16T21:58:35.327Z] ---> 8a6d97b799f6 [2020-12-16T21:58:35.327Z] Step 22/22 : LABEL version=0.0.0 [2020-12-16T21:58:35.327Z] Removing intermediate container c1d579e1b4e9 [2020-12-16T21:58:35.327Z] ---> d3aeb38ff354 [2020-12-16T21:58:35.327Z] Step 19/21 : LABEL arch=arm64 [2020-12-16T21:58:35.328Z] ---> Running in 57502e90656e [2020-12-16T21:58:35.632Z] ---> Running in 4f1f3bf2d8d4 [2020-12-16T21:58:35.632Z] Removing intermediate container 93396040dece [2020-12-16T21:58:35.632Z] ---> cc43d00c585a [2020-12-16T21:58:35.632Z] [2020-12-16T21:58:35.632Z] Step 9/29 : FROM alpine:latest [2020-12-16T21:58:35.632Z] ---> dd36a01c3f31 [2020-12-16T21:58:35.632Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-12-16T21:58:35.918Z] ---> Running in 059f958d3971 [2020-12-16T21:58:36.249Z] Removing intermediate container 4f1f3bf2d8d4 [2020-12-16T21:58:36.249Z] ---> 8973b2da474f [2020-12-16T21:58:36.249Z] Step 20/21 : LABEL git_sha=8825629fed540149d98780d83199692e7d178fa1 [2020-12-16T21:58:36.565Z] ---> Running in 0c6dd860fe9c [2020-12-16T21:58:36.565Z] Removing intermediate container 57502e90656e [2020-12-16T21:58:36.565Z] ---> f1dd386aecca [2020-12-16T21:58:36.565Z] [2020-12-16T21:58:36.857Z] Removing intermediate container 059f958d3971 [2020-12-16T21:58:36.857Z] ---> 0518c6f5ad0b [2020-12-16T21:58:36.857Z] Step 11/29 : USER root [2020-12-16T21:58:36.857Z] ---> Running in 782834212e48 [2020-12-16T21:58:37.173Z] Removing intermediate container 0c6dd860fe9c [2020-12-16T21:58:37.173Z] ---> 39001dd50003 [2020-12-16T21:58:37.173Z] Step 21/21 : LABEL version=0.0.0 [2020-12-16T21:58:37.452Z] Successfully built f1dd386aecca [2020-12-16T21:58:37.452Z] ---> Running in 6f897986ce0b [2020-12-16T21:58:37.452Z] Successfully tagged docker-core-command-go-arm64:latest [2020-12-16T21:58:37.727Z]  Building docker-core-command-go ... done Removing intermediate container 782834212e48 [2020-12-16T21:58:37.727Z] ---> 7bebf5330598 [2020-12-16T21:58:37.727Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-16T21:58:37.727Z] ---> Running in 99eaf33bea87 [2020-12-16T21:58:38.005Z] Removing intermediate container 6f897986ce0b [2020-12-16T21:58:38.005Z] ---> 8249742c9f97 [2020-12-16T21:58:38.005Z] [2020-12-16T21:58:38.617Z] Successfully built 8249742c9f97 [2020-12-16T21:58:38.617Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-12-16T21:58:39.217Z]  Building docker-security-proxy-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T21:58:39.217Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T21:58:39.829Z] v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-16T21:58:39.829Z] v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-16T21:58:39.829Z] OK: 12617 distinct packages available [2020-12-16T21:58:40.428Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-16T21:58:40.699Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-16T21:58:40.699Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T21:58:40.699Z] Executing ca-certificates-20191127-r4.trigger [2020-12-16T21:58:40.973Z] OK: 6 MiB in 16 packages [2020-12-16T21:58:42.961Z] Removing intermediate container 99eaf33bea87 [2020-12-16T21:58:42.961Z] ---> 4afde6897166 [2020-12-16T21:58:42.961Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-16T21:58:42.961Z] Removing intermediate container e7b69082798a [2020-12-16T21:58:42.961Z] ---> 4fb330a122fd [2020-12-16T21:58:42.961Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-16T21:58:42.961Z] ---> Running in 4885dcba0497 [2020-12-16T21:58:42.961Z] ---> Running in 506ff34d2634 [2020-12-16T21:58:43.583Z] Removing intermediate container 4885dcba0497 [2020-12-16T21:58:43.583Z] ---> 211d4f339afc [2020-12-16T21:58:43.583Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-16T21:58:43.583Z] ---> Running in 38bb9e880bd6 [2020-12-16T21:58:44.190Z] Removing intermediate container 38bb9e880bd6 [2020-12-16T21:58:44.190Z] ---> 1441e504ec2e [2020-12-16T21:58:44.190Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-16T21:58:44.190Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-16T21:58:44.465Z] ---> Running in c667459d8916 [2020-12-16T21:58:46.463Z] Removing intermediate container c667459d8916 [2020-12-16T21:58:46.463Z] ---> 17859ae47a1a [2020-12-16T21:58:46.745Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-16T21:58:47.031Z] Removing intermediate container 506ff34d2634 [2020-12-16T21:58:47.031Z] ---> 94a4ce417617 [2020-12-16T21:58:47.031Z] [2020-12-16T21:58:47.031Z] Step 11/27 : FROM docker:latest [2020-12-16T21:58:47.031Z] ---> 0c09fb3ff9b5 [2020-12-16T21:58:47.031Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-16T21:58:47.309Z] ---> Running in 77a19e6982d2 [2020-12-16T21:58:47.594Z] ---> 6ae3164a0686 [2020-12-16T21:58:47.594Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-16T21:58:48.587Z] ---> 108b3fb25008 [2020-12-16T21:58:48.587Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-16T21:58:48.587Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T21:58:48.862Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T21:58:49.146Z] (1/2) Installing readline (8.0.4-r0) [2020-12-16T21:58:49.146Z] ---> 91a581e0e754 [2020-12-16T21:58:49.146Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-16T21:58:49.146Z] (2/2) Installing bash (5.0.17-r0) [2020-12-16T21:58:49.427Z] Executing bash-5.0.17-r0.post-install [2020-12-16T21:58:49.427Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T21:58:49.427Z] OK: 12 MiB in 22 packages [2020-12-16T21:58:50.418Z] ---> cc42a8504228 [2020-12-16T21:58:50.418Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-16T21:58:50.702Z] Removing intermediate container 77a19e6982d2 [2020-12-16T21:58:50.702Z] ---> 1508a184272b [2020-12-16T21:58:50.702Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-16T21:58:50.702Z] ---> Running in 6e4431e39d61 [2020-12-16T21:58:50.978Z] ---> 1268a072f12c [2020-12-16T21:58:50.978Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-16T21:58:50.978Z] ---> Running in a9f73b166771 [2020-12-16T21:58:54.378Z] Removing intermediate container 6e4431e39d61 [2020-12-16T21:58:54.378Z] ---> 9710a4f40d3e [2020-12-16T21:58:54.378Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-16T21:58:54.649Z] ---> Running in a6e93b330070 [2020-12-16T21:58:54.650Z] Removing intermediate container a9f73b166771 [2020-12-16T21:58:54.650Z] ---> 3e8104e13a39 [2020-12-16T21:58:54.650Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-16T21:58:54.932Z] Removing intermediate container a6e93b330070 [2020-12-16T21:58:54.933Z] ---> 6760b5e2ef66 [2020-12-16T21:58:54.933Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-16T21:58:55.205Z] ---> Running in aaace04cb1a6 [2020-12-16T21:58:55.478Z] ---> bda7e5663317 [2020-12-16T21:58:55.478Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-16T21:58:55.478Z] ---> Running in 65aaa0f09b2b [2020-12-16T21:58:55.754Z] Removing intermediate container aaace04cb1a6 [2020-12-16T21:58:55.754Z] ---> 00c310645580 [2020-12-16T21:58:55.754Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-16T21:58:56.031Z] ---> Running in adddf032563b [2020-12-16T21:58:56.303Z] Removing intermediate container adddf032563b [2020-12-16T21:58:56.303Z] ---> 5b59dd3b9943 [2020-12-16T21:58:56.303Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-16T21:58:57.744Z] ---> add6d8d78644 [2020-12-16T21:58:57.744Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-16T21:58:58.025Z] Removing intermediate container 65aaa0f09b2b [2020-12-16T21:58:58.026Z] ---> fd65d2a03d9d [2020-12-16T21:58:58.026Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-16T21:58:58.026Z] ---> Running in cd947e764a43 [2020-12-16T21:58:58.303Z] ---> ebcb00b78e4b [2020-12-16T21:58:58.303Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-16T21:58:59.286Z] ---> ed47bbe49cb4 [2020-12-16T21:58:59.286Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-16T21:58:59.565Z] ---> Running in a410b0bcd626 [2020-12-16T21:59:01.012Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T21:59:01.012Z] Removing intermediate container cd947e764a43 [2020-12-16T21:59:01.012Z] ---> de214a6315bf [2020-12-16T21:59:01.012Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-16T21:59:01.012Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T21:59:01.012Z] ---> Running in fc0d1ab08749 [2020-12-16T21:59:01.610Z] Removing intermediate container fc0d1ab08749 [2020-12-16T21:59:01.610Z] ---> 26a4594962ed [2020-12-16T21:59:01.610Z] Step 26/29 : CMD [ "generate" ] [2020-12-16T21:59:01.610Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-16T21:59:01.610Z] (2/33) Installing expat (2.2.9-r1) [2020-12-16T21:59:01.610Z] (3/33) Installing libffi (3.3-r2) [2020-12-16T21:59:01.610Z] (4/33) Installing gdbm (1.13-r1) [2020-12-16T21:59:01.610Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-16T21:59:01.610Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-16T21:59:01.610Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-16T21:59:01.610Z] ---> Running in 35cd248db4a7 [2020-12-16T21:59:02.590Z] Removing intermediate container 35cd248db4a7 [2020-12-16T21:59:02.590Z] ---> 3d9cb7310956 [2020-12-16T21:59:02.590Z] Step 27/29 : LABEL arch=arm64 [2020-12-16T21:59:02.867Z] ---> Running in 38b01407c20c [2020-12-16T21:59:03.464Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-16T21:59:03.464Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-16T21:59:03.464Z] Removing intermediate container 38b01407c20c [2020-12-16T21:59:03.464Z] ---> bd59ceb3bea3 [2020-12-16T21:59:03.464Z] Step 28/29 : LABEL git_sha=8825629fed540149d98780d83199692e7d178fa1 [2020-12-16T21:59:03.464Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-16T21:59:03.464Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-16T21:59:03.464Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-16T21:59:03.464Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-16T21:59:03.464Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-16T21:59:03.464Z] ---> Running in 215321245a9c [2020-12-16T21:59:03.736Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-16T21:59:03.736Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-16T21:59:03.736Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-16T21:59:03.737Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-16T21:59:03.737Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-16T21:59:03.737Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-16T21:59:03.737Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-16T21:59:03.737Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-16T21:59:03.737Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-16T21:59:04.009Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-16T21:59:04.009Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-16T21:59:04.009Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-16T21:59:04.009Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-16T21:59:04.009Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-16T21:59:04.009Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-16T21:59:04.009Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-16T21:59:04.009Z] Removing intermediate container 215321245a9c [2020-12-16T21:59:04.009Z] ---> 5f17d2981be5 [2020-12-16T21:59:04.009Z] Step 29/29 : LABEL version=0.0.0 [2020-12-16T21:59:04.009Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-16T21:59:04.009Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-16T21:59:04.009Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-16T21:59:04.283Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T21:59:04.283Z] ---> Running in 1af4f5a9117d [2020-12-16T21:59:04.283Z] OK: 71 MiB in 55 packages [2020-12-16T21:59:04.880Z] Removing intermediate container 1af4f5a9117d [2020-12-16T21:59:04.880Z] ---> ce35b528228c [2020-12-16T21:59:04.880Z] [2020-12-16T21:59:05.156Z] Successfully built ce35b528228c [2020-12-16T21:59:05.156Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-12-16T21:59:10.578Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container a410b0bcd626 [2020-12-16T21:59:10.578Z] ---> 33a6853d9cbb [2020-12-16T21:59:10.578Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-16T21:59:10.578Z] ---> Running in 99d12b83090b [2020-12-16T21:59:14.894Z] Collecting docker-compose==1.23.2 [2020-12-16T21:59:14.894Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-16T21:59:15.491Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-16T21:59:15.491Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-16T21:59:15.764Z] Collecting docopt<0.7,>=0.6.1 [2020-12-16T21:59:15.764Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-16T21:59:17.740Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-16T21:59:17.740Z] Collecting cached-property<2,>=1.2.0 [2020-12-16T21:59:17.740Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-16T21:59:19.181Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-16T21:59:19.181Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-16T21:59:19.453Z] Collecting jsonschema<3,>=2.5.1 [2020-12-16T21:59:19.453Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-16T21:59:20.425Z] Collecting docker<4.0,>=3.6.0 [2020-12-16T21:59:20.425Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-16T21:59:20.697Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-16T21:59:20.697Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-16T21:59:22.670Z] Collecting texttable<0.10,>=0.9.0 [2020-12-16T21:59:22.670Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-16T21:59:24.648Z] Collecting PyYAML<4,>=3.10 [2020-12-16T21:59:24.648Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-16T21:59:28.054Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-16T21:59:28.054Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-16T21:59:28.054Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-12-16T21:59:28.054Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-12-16T21:59:28.054Z] Collecting idna<2.8,>=2.5 [2020-12-16T21:59:28.054Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-16T21:59:28.326Z] Collecting docker-pycreds>=0.4.0 [2020-12-16T21:59:28.326Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-16T21:59:28.598Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-16T21:59:28.598Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-16T21:59:28.598Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-16T21:59:28.598Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-16T21:59:29.194Z] Installing collected packages: websocket-client, docopt, cached-property, urllib3, idna, requests, jsonschema, docker-pycreds, docker, dockerpty, texttable, PyYAML, docker-compose [2020-12-16T21:59:29.469Z] Running setup.py install for docopt: started [2020-12-16T21:59:31.445Z] Running setup.py install for docopt: finished with status 'done' [2020-12-16T21:59:31.445Z] Attempting uninstall: urllib3 [2020-12-16T21:59:31.445Z] Found existing installation: urllib3 1.25.9 [2020-12-16T21:59:31.445Z] Uninstalling urllib3-1.25.9: [2020-12-16T21:59:31.445Z] Successfully uninstalled urllib3-1.25.9 [2020-12-16T21:59:32.040Z] Attempting uninstall: idna [2020-12-16T21:59:32.040Z] Found existing installation: idna 2.9 [2020-12-16T21:59:32.040Z] Uninstalling idna-2.9: [2020-12-16T21:59:32.040Z] Successfully uninstalled idna-2.9 [2020-12-16T21:59:32.634Z] Attempting uninstall: requests [2020-12-16T21:59:32.634Z] Found existing installation: requests 2.23.0 [2020-12-16T21:59:32.634Z] Uninstalling requests-2.23.0: [2020-12-16T21:59:32.907Z] Successfully uninstalled requests-2.23.0 [2020-12-16T21:59:34.338Z] Running setup.py install for dockerpty: started [2020-12-16T21:59:35.784Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-16T21:59:35.784Z] Running setup.py install for texttable: started [2020-12-16T21:59:37.834Z] Running setup.py install for texttable: finished with status 'done' [2020-12-16T21:59:37.834Z] Running setup.py install for PyYAML: started [2020-12-16T21:59:39.815Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-16T21:59:40.787Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-12-16T21:59:45.079Z] Removing intermediate container 99d12b83090b [2020-12-16T21:59:45.079Z] ---> 4999ddce17a8 [2020-12-16T21:59:45.079Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-16T21:59:45.079Z] ---> Running in 712747c8fa93 [2020-12-16T21:59:45.673Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T21:59:45.673Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T21:59:46.262Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-16T21:59:46.262Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-16T21:59:46.262Z] (3/3) Installing curl (7.69.1-r3) [2020-12-16T21:59:46.536Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T21:59:46.536Z] OK: 71 MiB in 58 packages [2020-12-16T21:59:47.510Z] Removing intermediate container 712747c8fa93 [2020-12-16T21:59:47.510Z] ---> ff4e619d5708 [2020-12-16T21:59:47.510Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-16T21:59:47.785Z] ---> Running in 9b507c4a37d4 [2020-12-16T21:59:48.066Z] Removing intermediate container 9b507c4a37d4 [2020-12-16T21:59:48.066Z] ---> 99b66414613d [2020-12-16T21:59:48.066Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T21:59:48.338Z] ---> Running in e8e22257ee5e [2020-12-16T21:59:48.613Z] Removing intermediate container e8e22257ee5e [2020-12-16T21:59:48.613Z] ---> 44a9da5e3b53 [2020-12-16T21:59:48.613Z] Step 25/27 : LABEL arch=arm64 [2020-12-16T21:59:48.885Z] ---> Running in 8ab3ea301182 [2020-12-16T21:59:49.489Z] Removing intermediate container 8ab3ea301182 [2020-12-16T21:59:49.489Z] ---> 715ebac973a3 [2020-12-16T21:59:49.489Z] Step 26/27 : LABEL git_sha=8825629fed540149d98780d83199692e7d178fa1 [2020-12-16T21:59:49.489Z] ---> Running in cd98a62504ab [2020-12-16T21:59:50.085Z] Removing intermediate container cd98a62504ab [2020-12-16T21:59:50.085Z] ---> 4b52137cbdb7 [2020-12-16T21:59:50.085Z] Step 27/27 : LABEL version=0.0.0 [2020-12-16T21:59:50.085Z] ---> Running in 205b0af3a601 [2020-12-16T21:59:50.683Z] Removing intermediate container 205b0af3a601 [2020-12-16T21:59:50.683Z] ---> dcd26e7f7fc2 [2020-12-16T21:59:50.683Z] [2020-12-16T21:59:50.959Z] Successfully built dcd26e7f7fc2 [2020-12-16T21:59:50.959Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-12-16T21:59:51.569Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-12-16T21:59:51.598Z] $ docker stop --time=1 c68d4a3e323a6421dbc9403f891eb1441fa44dab64dc244d3b371ea84f2fad25 [2020-12-16T21:59:53.494Z] $ docker rm -f c68d4a3e323a6421dbc9403f891eb1441fa44dab64dc244d3b371ea84f2fad25 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-16T21:59:54.225Z] + docker images [2020-12-16T21:59:54.225Z] + grep docker [2020-12-16T21:59:54.498Z] docker-sys-mgmt-agent-go-arm64 latest dcd26e7f7fc2 4 seconds ago 300MB [2020-12-16T21:59:54.498Z] docker-security-secrets-setup-go-arm64 latest ce35b528228c 50 seconds ago 22.7MB [2020-12-16T21:59:54.498Z] docker-security-proxy-setup-go-arm64 latest 8249742c9f97 About a minute ago 23.4MB [2020-12-16T21:59:54.498Z] docker-core-command-go-arm64 latest f1dd386aecca About a minute ago 9.98MB [2020-12-16T21:59:54.498Z] docker-security-secretstore-setup-go-arm64 latest e83c0efa24fc About a minute ago 23.5MB [2020-12-16T21:59:54.498Z] docker-core-data-go-arm64 latest 1c30ce1387d0 3 minutes ago 20.9MB [2020-12-16T21:59:54.498Z] docker-core-metadata-go-arm64 latest db50b2e62aa9 4 minutes ago 12.2MB [2020-12-16T21:59:54.498Z] docker-support-notifications-go-arm64 latest 5f724bef671e 4 minutes ago 11.4MB [2020-12-16T21:59:54.498Z] docker-security-bootstrap-redis-go-arm64 latest 394c4d07094e 4 minutes ago 15.2MB [2020-12-16T21:59:54.498Z] docker-support-scheduler-go-arm64 latest cd7341667268 4 minutes ago 10MB [2020-12-16T21:59:54.498Z] docker latest 0c09fb3ff9b5 24 hours ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-12-16T21:59:56.633Z] provisioning config files... [2020-12-16T21:59:56.648Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config1335374646688905177tmp [Pipeline] { [Pipeline] sh [2020-12-16T21:59:57.022Z] + set +x [2020-12-16T21:59:57.022Z] + curl -s https://codecov.io/bash [2020-12-16T21:59:57.022Z] + bash -s -- [2020-12-16T21:59:57.598Z] [2020-12-16T21:59:57.598Z] _____ _ [2020-12-16T21:59:57.598Z] / ____| | | [2020-12-16T21:59:57.598Z] | | ___ __| | ___ ___ _____ __ [2020-12-16T21:59:57.598Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-16T21:59:57.598Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-16T21:59:57.598Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-16T21:59:57.598Z] Bash-20201130-cc6d3fe [2020-12-16T21:59:57.598Z] [2020-12-16T21:59:57.598Z] [2020-12-16T21:59:57.598Z] ==> Jenkins CI detected. [2020-12-16T21:59:57.598Z] project root: . [2020-12-16T21:59:57.598Z] --> token set from env [2020-12-16T21:59:57.598Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-16T21:59:57.598Z] ==> Running gcov in . (disable via -X gcov) [2020-12-16T21:59:57.598Z] ==> Python coveragepy not found [2020-12-16T21:59:57.598Z] ==> Searching for coverage reports in: [2020-12-16T21:59:57.598Z] + . [2020-12-16T21:59:57.598Z] -> Found 1 reports [2020-12-16T21:59:57.598Z] ==> Detecting git/mercurial file structure [2020-12-16T21:59:57.598Z] ==> Reading reports [2020-12-16T21:59:57.598Z] + ./coverage.out bytes=567417 [2020-12-16T21:59:57.865Z] ==> Appending adjustments [2020-12-16T21:59:57.865Z] https://docs.codecov.io/docs/fixing-reports [2020-12-16T22:00:01.203Z] + Found adjustments [2020-12-16T22:00:01.204Z] ==> Gzipping contents [2020-12-16T22:00:01.204Z] 84K /tmp/codecov.vUFq68.gz [2020-12-16T22:00:01.204Z] ==> Uploading reports [2020-12-16T22:00:01.204Z] url: https://codecov.io [2020-12-16T22:00:01.204Z] query: branch=PR-2956&commit=8825629fed540149d98780d83199692e7d178fa1&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2956%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2956&job=&cmd_args= [2020-12-16T22:00:01.204Z] -> Pinging Codecov [2020-12-16T22:00:01.204Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-2956&commit=8825629fed540149d98780d83199692e7d178fa1&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2956%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2956&job=&cmd_args= [2020-12-16T22:00:01.474Z] -> Uploading to [2020-12-16T22:00:01.474Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-16/00271124DB129430A58F1EEE437C3FCB/8825629fed540149d98780d83199692e7d178fa1/973c543f-ee11-4666-84a4-32d8f1005f53.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201216%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201216T220001Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=29635ec45e6b9cbefeae3d3e072d430479de47b441e2866e7bf57c5e3905e860 [2020-12-16T22:00:01.474Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-16T22:00:01.474Z] Dload Upload Total Spent Left Speed [2020-12-16T22:00:01.748Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85845 0 0 100 85845 0 166k --:--:-- --:--:-- --:--:-- 166k 100 85845 0 0 100 85845 0 166k --:--:-- --:--:-- --:--:-- 166k [2020-12-16T22:00:01.748Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/8825629fed540149d98780d83199692e7d178fa1 [Pipeline] } [2020-12-16T22:00:01.779Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-12-16T22:00:04.314Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T22:00:05.195Z] ---> package-listing.sh [2020-12-16T22:00:05.195Z] ++ facter osfamily [2020-12-16T22:00:05.195Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-16T22:00:05.195Z] + OS_FAMILY=redhat [2020-12-16T22:00:05.195Z] + workspace=/w/workspace/edgex-go/3 [2020-12-16T22:00:05.195Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-16T22:00:05.195Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-16T22:00:05.195Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-16T22:00:05.195Z] + PACKAGES=/tmp/packages_start.txt [2020-12-16T22:00:05.195Z] + '[' /w/workspace/edgex-go/3 ']' [2020-12-16T22:00:05.195Z] + PACKAGES=/tmp/packages_end.txt [2020-12-16T22:00:05.195Z] + case "${OS_FAMILY}" in [2020-12-16T22:00:05.195Z] + rpm -qa [2020-12-16T22:00:05.195Z] + sort [2020-12-16T22:00:10.511Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-16T22:00:10.511Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-16T22:00:10.511Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-16T22:00:10.511Z] + '[' /w/workspace/edgex-go/3 ']' [2020-12-16T22:00:10.511Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2020-12-16T22:00:10.511Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2020-12-16T22:00:10.525Z] 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-16T22:00:10.842Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-16T22:00:11.155Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-16T22:00:11.155Z] [2020-12-16T22:00:11.155Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-16T22:00:11.526Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-16T22:00:11.526Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-16T22:00:11.526Z] df20fa9351a1: Pulling fs layer [2020-12-16T22:00:11.526Z] 36b3adc4ff6f: Pulling fs layer [2020-12-16T22:00:11.526Z] 8ad3a11d3b57: Pulling fs layer [2020-12-16T22:00:11.526Z] 46f8f816bc3b: Pulling fs layer [2020-12-16T22:00:11.526Z] 93b61091891f: Pulling fs layer [2020-12-16T22:00:11.526Z] 93b9cdb0e59b: Pulling fs layer [2020-12-16T22:00:11.526Z] 5e14af77c1be: Pulling fs layer [2020-12-16T22:00:11.526Z] 01666e4c0597: Pulling fs layer [2020-12-16T22:00:11.526Z] aa168da1d23b: Pulling fs layer [2020-12-16T22:00:11.526Z] 46f8f816bc3b: Waiting [2020-12-16T22:00:11.526Z] 93b61091891f: Waiting [2020-12-16T22:00:11.526Z] 93b9cdb0e59b: Waiting [2020-12-16T22:00:11.526Z] 5e14af77c1be: Waiting [2020-12-16T22:00:11.526Z] 01666e4c0597: Waiting [2020-12-16T22:00:11.526Z] aa168da1d23b: Waiting [2020-12-16T22:00:11.526Z] 36b3adc4ff6f: Verifying Checksum [2020-12-16T22:00:11.526Z] 36b3adc4ff6f: Download complete [2020-12-16T22:00:11.790Z] 46f8f816bc3b: Verifying Checksum [2020-12-16T22:00:11.790Z] 46f8f816bc3b: Download complete [2020-12-16T22:00:11.790Z] df20fa9351a1: Verifying Checksum [2020-12-16T22:00:11.790Z] df20fa9351a1: Download complete [2020-12-16T22:00:11.790Z] 93b9cdb0e59b: Verifying Checksum [2020-12-16T22:00:11.790Z] 93b9cdb0e59b: Download complete [2020-12-16T22:00:11.790Z] 5e14af77c1be: Download complete [2020-12-16T22:00:11.790Z] 93b61091891f: Verifying Checksum [2020-12-16T22:00:11.790Z] 93b61091891f: Download complete [2020-12-16T22:00:11.790Z] 01666e4c0597: Verifying Checksum [2020-12-16T22:00:11.790Z] 01666e4c0597: Download complete [2020-12-16T22:00:11.790Z] 8ad3a11d3b57: Verifying Checksum [2020-12-16T22:00:11.790Z] 8ad3a11d3b57: Download complete [2020-12-16T22:00:12.074Z] df20fa9351a1: Pull complete [2020-12-16T22:00:12.350Z] 36b3adc4ff6f: Pull complete [2020-12-16T22:00:13.316Z] 8ad3a11d3b57: Pull complete [2020-12-16T22:00:13.316Z] 46f8f816bc3b: Pull complete [2020-12-16T22:00:14.271Z] aa168da1d23b: Verifying Checksum [2020-12-16T22:00:14.271Z] aa168da1d23b: Download complete [2020-12-16T22:00:15.668Z] 93b61091891f: Pull complete [2020-12-16T22:00:16.248Z] 93b9cdb0e59b: Pull complete [2020-12-16T22:00:16.248Z] 5e14af77c1be: Pull complete [2020-12-16T22:00:16.522Z] 01666e4c0597: Pull complete [2020-12-16T22:00:24.701Z] aa168da1d23b: Pull complete [2020-12-16T22:00:24.701Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-16T22:00:24.701Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-16T22:00:24.701Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-16T22:00:24.896Z] prd-centos7-docker-4c-2g-16385 does not seem to be running inside a container [2020-12-16T22:00:24.975Z] $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-16T22:00:30.158Z] $ docker top 3df58bf8d5016d249005de12b664db386923edd663cbf8dbc25a660564ac2d28 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T22:00:30.923Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-16T22:00:31.236Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-16T22:00:31.548Z] + ls /var/log/sa-host [2020-12-16T22:00:31.548Z] + sadf -c /var/log/sa-host/sa16 [2020-12-16T22:00:31.548Z] file_magic: OK [2020-12-16T22:00:31.548Z] HZ: Using current value: 100 [2020-12-16T22:00:31.548Z] file_header: OK [2020-12-16T22:00:31.548Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-16T22:00:31.548Z] Statistics: [2020-12-16T22:00:31.548Z] 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... [2020-12-16T22:00:31.548Z] File successfully converted to sysstat format version 12.2.1 [2020-12-16T22:00:31.548Z] + sadf -c /var/log/sa-host/sa23 [2020-12-16T22:00:31.548Z] file_magic: OK [2020-12-16T22:00:31.548Z] HZ: Using current value: 100 [2020-12-16T22:00:31.548Z] file_header: OK [2020-12-16T22:00:31.548Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-16T22:00:31.548Z] Statistics: [2020-12-16T22:00:31.548Z] Hnuu...uuuununununu... [2020-12-16T22:00:31.548Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-16T22:00:32.253Z] provisioning config files... [2020-12-16T22:00:32.269Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config1662343239338128060tmp [Pipeline] { [Pipeline] echo [2020-12-16T22:00:32.390Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T22:00:32.688Z] ---> create-netrc.sh [Pipeline] } [2020-12-16T22:00:32.698Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-16T22:00:32.823Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T22:00:33.123Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-16T22:00:33.135Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T22:00:33.438Z] ---> sudo-logs.sh [2020-12-16T22:00:33.438Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-16T22:00:33.451Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T22:00:33.755Z] ---> job-cost.sh [2020-12-16T22:00:33.755Z] lf-activate-venv: SKIPPING [2020-12-16T22:00:33.755Z] INFO: No Stack... [2020-12-16T22:00:35.148Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-16T22:00:35.412Z] INFO: Archiving Costs [Pipeline] echo [2020-12-16T22:00:35.428Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T22:00:35.734Z] ---> logs-deploy.sh [2020-12-16T22:00:35.734Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2956/3 [2020-12-16T22:00:35.734Z] INFO: archiving workspace using pattern(s): [2020-12-16T22:00:37.128Z] Archives upload complete. [2020-12-16T22:00:37.128Z] INFO: archiving logs to Nexus