Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hahattan for edgexfoundry/edgex-go Loading trusted files from base branch master at 310fcf068b6662a9a98c00381981ed5406e42392 rather than 502fe876c1df51de9bce13ca4f84d605168e4657 Obtained Jenkinsfile from 310fcf068b6662a9a98c00381981ed5406e42392 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-19286 in /w/workspace/edgexfoundry_edgex-go_PR-3001 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # 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/3001/head:refs/remotes/origin/PR-3001 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 310fcf068b6662a9a98c00381981ed5406e42392 into PR head commit 502fe876c1df51de9bce13ca4f84d605168e4657 Merge succeeded, producing b7fffbd951ede11e92d5e8b19c721f82551a4734 Checking out Revision b7fffbd951ede11e92d5e8b19c721f82551a4734 (PR-3001) > git config core.sparsecheckout # timeout=10 > git checkout -f 502fe876c1df51de9bce13ca4f84d605168e4657 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 310fcf068b6662a9a98c00381981ed5406e42392 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b7fffbd951ede11e92d5e8b19c721f82551a4734 # timeout=10 Commit message: "Merge commit '310fcf068b6662a9a98c00381981ed5406e42392' into HEAD" > git rev-list --no-walk 502fe876c1df51de9bce13ca4f84d605168e4657 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-10T00:31:20.508Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-10T00:31:20.764Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-10T00:31:20.902Z] ========================================================= [2021-01-10T00:31:20.902Z] EdgeX Global Pipelines Version Info [2021-01-10T00:31:20.902Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-10T00:31:22.774Z] ------------------- [2021-01-10T00:31:22.774Z] stable info: [2021-01-10T00:31:22.774Z] ------------------- [2021-01-10T00:31:22.774Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-10T00:31:22.774Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-10T00:31:22.774Z] Message: update stable to v1.0.173 [2021-01-10T00:31:23.773Z] ------------------- [2021-01-10T00:31:23.773Z] experimental info: [2021-01-10T00:31:23.773Z] ------------------- [2021-01-10T00:31:23.773Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-10T00:31:23.773Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-10T00:31:23.773Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-10T00:31:24.109Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-10T00:31:24.192Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-10T00:31:24.282Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-10T00:31:24.382Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-10T00:31:24.465Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-10T00:31:24.556Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-10T00:31:24.640Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-10T00:31:24.739Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-10T00:31:24.822Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-10T00:31:24.926Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-10T00:31:25.054Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-10T00:31:25.170Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-10T00:31:25.271Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-10T00:31:25.360Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-10T00:31:25.442Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-10T00:31:25.533Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-10T00:31:25.626Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-10T00:31:25.709Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-10T00:31:25.799Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-10T00:31:25.901Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-10T00:31:26.032Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-10T00:31:26.121Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-10T00:31:26.239Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-10T00:31:26.329Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3001 [Pipeline] echo [2021-01-10T00:31:26.508Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3001 [Pipeline] echo [2021-01-10T00:31:26.601Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3001 [Pipeline] echo [2021-01-10T00:31:26.706Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b7fffbd951ede11e92d5e8b19c721f82551a4734 [Pipeline] echo [2021-01-10T00:31:26.838Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b7fffbd [Pipeline] echo [2021-01-10T00:31:26.937Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-10T00:31:27.142Z] provisioning config files... [2021-01-10T00:31:27.178Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config3250580097131634820tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-10T00:31:27.560Z] ---> docker-login.sh [2021-01-10T00:31:27.560Z] nexus3.edgexfoundry.org:10001 [2021-01-10T00:31:28.195Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-10T00:31:28.471Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-10T00:31:28.471Z] Configure a credential helper to remove this warning. See [2021-01-10T00:31:28.471Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-10T00:31:28.471Z] [2021-01-10T00:31:28.471Z] Login Succeeded [2021-01-10T00:31:28.471Z] nexus3.edgexfoundry.org:10002 [2021-01-10T00:31:28.763Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-10T00:31:28.763Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-10T00:31:28.763Z] Configure a credential helper to remove this warning. See [2021-01-10T00:31:28.763Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-10T00:31:28.763Z] [2021-01-10T00:31:28.763Z] Login Succeeded [2021-01-10T00:31:28.763Z] nexus3.edgexfoundry.org:10003 [2021-01-10T00:31:29.038Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-10T00:31:29.038Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-10T00:31:29.038Z] Configure a credential helper to remove this warning. See [2021-01-10T00:31:29.038Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-10T00:31:29.038Z] [2021-01-10T00:31:29.038Z] Login Succeeded [2021-01-10T00:31:29.038Z] nexus3.edgexfoundry.org:10004 [2021-01-10T00:31:29.038Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-10T00:31:29.307Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-10T00:31:29.307Z] Configure a credential helper to remove this warning. See [2021-01-10T00:31:29.307Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-10T00:31:29.307Z] [2021-01-10T00:31:29.307Z] Login Succeeded [2021-01-10T00:31:29.307Z] docker.io [2021-01-10T00:31:29.587Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-10T00:31:31.157Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-10T00:31:31.157Z] Configure a credential helper to remove this warning. See [2021-01-10T00:31:31.157Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-10T00:31:31.157Z] [2021-01-10T00:31:31.157Z] Login Succeeded [2021-01-10T00:31:31.157Z] ---> docker-login.sh ends [Pipeline] } [2021-01-10T00:31:31.175Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-10T00:31:31.675Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-10T00:31:31.675Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-10T00:31:31.675Z] ++ dirname cmd/core-command/Dockerfile [2021-01-10T00:31:31.675Z] ++ cut -d/ -f2 [2021-01-10T00:31:31.675Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-10T00:31:31.675Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-10T00:31:31.675Z] ++ dirname cmd/core-data/Dockerfile [2021-01-10T00:31:31.675Z] ++ cut -d/ -f2 [2021-01-10T00:31:31.675Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-10T00:31:31.675Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-10T00:31:31.675Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-10T00:31:31.675Z] ++ cut -d/ -f2 [2021-01-10T00:31:31.675Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-10T00:31:31.675Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-10T00:31:31.675Z] ++ cut -d/ -f2 [2021-01-10T00:31:31.675Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-10T00:31:31.675Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-10T00:31:31.675Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-10T00:31:31.675Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-10T00:31:31.675Z] ++ cut -d/ -f2 [2021-01-10T00:31:31.675Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-10T00:31:31.675Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-10T00:31:31.675Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-10T00:31:31.675Z] ++ cut -d/ -f2 [2021-01-10T00:31:31.675Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-10T00:31:31.675Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-10T00:31:31.675Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-10T00:31:31.675Z] ++ cut -d/ -f2 [2021-01-10T00:31:31.675Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-10T00:31:31.675Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-10T00:31:31.675Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-10T00:31:31.675Z] ++ cut -d/ -f2 [2021-01-10T00:31:31.675Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-10T00:31:31.675Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-10T00:31:31.675Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-10T00:31:31.675Z] ++ cut -d/ -f2 [2021-01-10T00:31:31.675Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-10T00:31:31.968Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-01-10T00:31:32.980Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-10T00:31:32.980Z] [2021-01-10T00:31:32.980Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-10T00:31:33.463Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-10T00:31:33.463Z] latest: Pulling from edgex-devops/git-semver [2021-01-10T00:31:33.463Z] 31603596830f: Pulling fs layer [2021-01-10T00:31:33.463Z] 2a8b12db71e7: Pulling fs layer [2021-01-10T00:31:33.463Z] 6ca5941a6612: Pulling fs layer [2021-01-10T00:31:33.463Z] ecc8261a40a4: Pulling fs layer [2021-01-10T00:31:33.463Z] ecc8261a40a4: Waiting [2021-01-10T00:31:33.463Z] 2a8b12db71e7: Verifying Checksum [2021-01-10T00:31:33.463Z] 2a8b12db71e7: Download complete [2021-01-10T00:31:33.781Z] 31603596830f: Verifying Checksum [2021-01-10T00:31:33.781Z] 31603596830f: Download complete [2021-01-10T00:31:34.408Z] ecc8261a40a4: Verifying Checksum [2021-01-10T00:31:34.408Z] ecc8261a40a4: Download complete [2021-01-10T00:31:34.408Z] 6ca5941a6612: Verifying Checksum [2021-01-10T00:31:34.408Z] 6ca5941a6612: Download complete [2021-01-10T00:31:34.685Z] 31603596830f: Pull complete [2021-01-10T00:31:34.975Z] 2a8b12db71e7: Pull complete [2021-01-10T00:31:36.421Z] 6ca5941a6612: Pull complete [2021-01-10T00:31:36.704Z] ecc8261a40a4: Pull complete [2021-01-10T00:31:36.704Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-10T00:31:36.704Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-10T00:31:36.704Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-10T00:31:36.961Z] prd-centos7-docker-4c-2g-19286 does not seem to be running inside a container [2021-01-10T00:31:37.115Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-10T00:31:40.898Z] $ docker top 27c5f945485b4aec0987a5ef025479c2ff463a8e06965cd84260a9360d1d8174 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-10T00:31:41.238Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-10T00:31:41.238Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-10T00:31:41.629Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-10T00:31:41.633Z] $ docker exec 27c5f945485b4aec0987a5ef025479c2ff463a8e06965cd84260a9360d1d8174 ssh-agent [2021-01-10T00:31:42.009Z] SSH_AUTH_SOCK=/tmp/ssh-2ttwwruuWgdL/agent.11 [2021-01-10T00:31:42.009Z] SSH_AGENT_PID=16 [2021-01-10T00:31:42.026Z] Running ssh-add (command line suppressed) [2021-01-10T00:31:42.198Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_3750563987782551818.key (/w/workspace/edgex-go/4@tmp/private_key_3750563987782551818.key) [2021-01-10T00:31:42.273Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-10T00:31:42.627Z] + git tag --points-at HEAD [Pipeline] } [2021-01-10T00:31:42.657Z] $ docker exec --env ******** --env ******** 27c5f945485b4aec0987a5ef025479c2ff463a8e06965cd84260a9360d1d8174 ssh-agent -k [2021-01-10T00:31:42.867Z] unset SSH_AUTH_SOCK; [2021-01-10T00:31:42.869Z] unset SSH_AGENT_PID; [2021-01-10T00:31:42.869Z] echo Agent pid 16 killed; [2021-01-10T00:31:42.932Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-10T00:31:43.060Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-10T00:31:43.060Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-10T00:31:43.420Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-10T00:31:43.429Z] $ docker exec 27c5f945485b4aec0987a5ef025479c2ff463a8e06965cd84260a9360d1d8174 ssh-agent [2021-01-10T00:31:43.720Z] SSH_AUTH_SOCK=/tmp/ssh-uD5JBlJgDxBb/agent.46 [2021-01-10T00:31:43.720Z] SSH_AGENT_PID=51 [2021-01-10T00:31:43.741Z] Running ssh-add (command line suppressed) [2021-01-10T00:31:44.097Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_1743791627217274897.key (/w/workspace/edgex-go/4@tmp/private_key_1743791627217274897.key) [2021-01-10T00:31:44.190Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-10T00:31:44.611Z] + git semver init [2021-01-10T00:31:44.611Z] # -> Open(): unable to determine branch for HEAD [2021-01-10T00:31:44.611Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2021-01-10T00:31:44.611Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2021-01-10T00:31:44.611Z] # $SEMVER_REMOTE_NAME = origin [2021-01-10T00:31:44.611Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-10T00:31:44.611Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-10T00:31:44.611Z] # $SEMVER_BRANCH = PR-3001 [2021-01-10T00:31:44.611Z] # $SEMVER_TEMP = /tmp/semver-475413066 [2021-01-10T00:31:44.611Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-10T00:32:52.631Z] # '/tmp/semver-475413066' -> '/w/workspace/edgex-go/4/.semver' [2021-01-10T00:32:52.631Z] # -> Force: false [2021-01-10T00:32:52.631Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2021-01-10T00:32:52.651Z] $ docker exec --env ******** --env ******** 27c5f945485b4aec0987a5ef025479c2ff463a8e06965cd84260a9360d1d8174 ssh-agent -k [2021-01-10T00:32:53.005Z] unset SSH_AUTH_SOCK; [2021-01-10T00:32:53.015Z] unset SSH_AGENT_PID; [2021-01-10T00:32:53.015Z] echo Agent pid 51 killed; [2021-01-10T00:32:53.177Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-10T00:32:53.774Z] + git semver [Pipeline] } [2021-01-10T00:32:53.802Z] $ docker stop --time=1 27c5f945485b4aec0987a5ef025479c2ff463a8e06965cd84260a9360d1d8174 [2021-01-10T00:32:55.543Z] $ docker rm -f 27c5f945485b4aec0987a5ef025479c2ff463a8e06965cd84260a9360d1d8174 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-10T00:32:56.157Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-10T00:32:56.980Z] Stashed 1 file(s) [Pipeline] echo [2021-01-10T00:32:56.982Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-10T00:32:57.988Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-10T00:32:58.295Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-10T00:32:58.620Z] + sudo service docker restart [2021-01-10T00:32:58.620Z] + true [2021-01-10T00:32:58.620Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-10T00:32:59.611Z] ========================================================= [2021-01-10T00:32:59.611Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-10T00:32:59.611Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-10T00:33:00.008Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-10T00:33:06.885Z] Sending build context to Docker daemon 326.5MB [2021-01-10T00:33:06.886Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-10T00:33:06.886Z] Step 2/6 : FROM ${BASE} [2021-01-10T00:33:06.886Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-10T00:33:06.886Z] 188c0c94c7c5: Pulling fs layer [2021-01-10T00:33:06.886Z] 0ef7d3d256c8: Pulling fs layer [2021-01-10T00:33:06.886Z] de9db76c5a1d: Pulling fs layer [2021-01-10T00:33:06.886Z] bca2f99d35d6: Pulling fs layer [2021-01-10T00:33:06.886Z] 93359f2a8cfa: Pulling fs layer [2021-01-10T00:33:06.886Z] 7c6f9722023f: Pulling fs layer [2021-01-10T00:33:06.886Z] a35cf1a2eb13: Pulling fs layer [2021-01-10T00:33:06.886Z] bca2f99d35d6: Waiting [2021-01-10T00:33:06.886Z] 93359f2a8cfa: Waiting [2021-01-10T00:33:06.886Z] 7c6f9722023f: Waiting [2021-01-10T00:33:06.886Z] a35cf1a2eb13: Waiting [2021-01-10T00:33:06.886Z] de9db76c5a1d: Download complete [2021-01-10T00:33:06.886Z] 0ef7d3d256c8: Download complete [2021-01-10T00:33:06.886Z] 93359f2a8cfa: Verifying Checksum [2021-01-10T00:33:06.886Z] 93359f2a8cfa: Download complete [2021-01-10T00:33:06.886Z] 7c6f9722023f: Verifying Checksum [2021-01-10T00:33:06.886Z] 7c6f9722023f: Download complete [2021-01-10T00:33:06.886Z] 188c0c94c7c5: Verifying Checksum [2021-01-10T00:33:06.886Z] 188c0c94c7c5: Download complete [2021-01-10T00:33:06.886Z] 188c0c94c7c5: Pull complete [2021-01-10T00:33:07.522Z] 0ef7d3d256c8: Pull complete [2021-01-10T00:33:07.793Z] de9db76c5a1d: Pull complete [2021-01-10T00:33:10.484Z] a35cf1a2eb13: Verifying Checksum [2021-01-10T00:33:10.484Z] a35cf1a2eb13: Download complete [2021-01-10T00:33:11.454Z] bca2f99d35d6: Verifying Checksum [2021-01-10T00:33:11.454Z] bca2f99d35d6: Download complete [2021-01-10T00:33:12.421Z] Still waiting to schedule task [2021-01-10T00:33:12.421Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-10T00:33:23.978Z] bca2f99d35d6: Pull complete [2021-01-10T00:33:23.978Z] 93359f2a8cfa: Pull complete [2021-01-10T00:33:23.978Z] 7c6f9722023f: Pull complete [2021-01-10T00:33:28.358Z] a35cf1a2eb13: Pull complete [2021-01-10T00:33:28.358Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-10T00:33:28.358Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-10T00:33:28.358Z] ---> a62c8e92a672 [2021-01-10T00:33:28.358Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-10T00:33:28.358Z] ---> Running in 453167a451c2 [2021-01-10T00:33:29.873Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T00:33:30.846Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T00:33:31.116Z] (1/12) Installing libmagic (5.38-r0) [2021-01-10T00:33:31.384Z] (2/12) Installing file (5.38-r0) [2021-01-10T00:33:31.384Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-10T00:33:31.656Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-10T00:33:35.037Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-10T00:33:35.037Z] (6/12) Installing patch (2.7.6-r6) [2021-01-10T00:33:35.037Z] (7/12) Installing build-base (0.5-r2) [2021-01-10T00:33:35.037Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-10T00:33:35.037Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-10T00:33:35.307Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-10T00:33:35.307Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-10T00:33:35.307Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-10T00:33:35.578Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T00:33:35.578Z] OK: 233 MiB in 51 packages [2021-01-10T00:33:39.022Z] Removing intermediate container 453167a451c2 [2021-01-10T00:33:39.022Z] ---> 32f102f956ac [2021-01-10T00:33:39.022Z] Step 4/6 : WORKDIR /edgex-go [2021-01-10T00:33:39.022Z] ---> Running in 0b16cb4e375a [2021-01-10T00:33:39.308Z] Removing intermediate container 0b16cb4e375a [2021-01-10T00:33:39.308Z] ---> ec888f7955b1 [2021-01-10T00:33:39.308Z] Step 5/6 : COPY go.mod . [2021-01-10T00:33:39.582Z] ---> d6805ccac315 [2021-01-10T00:33:39.582Z] Step 6/6 : RUN go mod download [2021-01-10T00:33:39.932Z] ---> Running in 1c50f0a45a70 [2021-01-10T00:34:06.784Z] Removing intermediate container 1c50f0a45a70 [2021-01-10T00:34:06.784Z] ---> fcbfe1d07f98 [2021-01-10T00:34:06.784Z] Successfully built fcbfe1d07f98 [2021-01-10T00:34:06.784Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-10T00:34:07.122Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-10T00:34:07.395Z] . [Pipeline] withDockerContainer [2021-01-10T00:34:07.647Z] prd-centos7-docker-4c-2g-19286 does not seem to be running inside a container [2021-01-10T00:34:07.848Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-x86_64 cat [2021-01-10T00:34:09.257Z] $ docker top 2b6836d69547429bf8f23beaed153b60fe564af3462303e392274434fdea9d95 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-10T00:34:09.829Z] + go version [2021-01-10T00:34:09.829Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-10T00:34:09.868Z] $ docker stop --time=1 2b6836d69547429bf8f23beaed153b60fe564af3462303e392274434fdea9d95 [2021-01-10T00:34:11.525Z] $ docker rm -f 2b6836d69547429bf8f23beaed153b60fe564af3462303e392274434fdea9d95 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-10T00:34:12.543Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-10T00:34:12.543Z] . [Pipeline] withDockerContainer [2021-01-10T00:34:12.681Z] prd-centos7-docker-4c-2g-19286 does not seem to be running inside a container [2021-01-10T00:34:12.771Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-x86_64 cat [2021-01-10T00:34:14.059Z] $ docker top 81517b8de7738d35e67e455b5d5f16ab73079aaf6d2610f916bc2e262d6c7852 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-10T00:34:14.431Z] ========================================================= [2021-01-10T00:34:14.432Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-10T00:34:14.432Z] ========================================================= [Pipeline] sh [2021-01-10T00:34:14.738Z] + make test [2021-01-10T00:34:14.738Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-10T00:34:30.092Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-10T00:34:57.987Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-10T00:35:05.294Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-10T00:35:08.931Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-10T00:35:08.931Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-10T00:35:08.931Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-10T00:35:08.931Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-10T00:35:09.561Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-10T00:35:10.681Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-10T00:35:11.590Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-10T00:35:13.164Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-10T00:35:16.790Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-10T00:35:16.790Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-10T00:35:16.790Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-10T00:35:19.728Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.125s coverage: 46.6% of statements [2021-01-10T00:35:19.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-10T00:35:19.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-10T00:35:19.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-10T00:35:19.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-10T00:35:19.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-10T00:35:23.246Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.303s coverage: 27.0% of statements [2021-01-10T00:35:23.246Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-10T00:35:23.246Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-10T00:35:23.246Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-10T00:35:23.246Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-10T00:35:23.246Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-10T00:35:23.246Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-10T00:35:23.246Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.044s coverage: 100.0% of statements [2021-01-10T00:35:23.246Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-10T00:35:23.246Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.059s coverage: 100.0% of statements [2021-01-10T00:35:23.246Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-10T00:35:23.246Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-10T00:35:23.246Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.141s coverage: 77.1% of statements [2021-01-10T00:35:23.246Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-10T00:35:23.246Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-10T00:35:24.398Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.598s coverage: 82.4% of statements [2021-01-10T00:35:24.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-10T00:35:24.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-10T00:35:24.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-10T00:35:24.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-10T00:35:29.138Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.897s coverage: 28.6% of statements [2021-01-10T00:35:29.138Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-10T00:35:29.138Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-10T00:35:29.138Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-10T00:35:29.138Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-10T00:35:29.138Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-10T00:35:29.138Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.118s coverage: 100.0% of statements [2021-01-10T00:35:29.138Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-10T00:35:29.138Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.126s coverage: 100.0% of statements [2021-01-10T00:35:29.138Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-10T00:35:29.138Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.191s coverage: 86.7% of statements [2021-01-10T00:35:29.138Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-10T00:35:29.138Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.341s coverage: 97.5% of statements [2021-01-10T00:35:29.138Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-10T00:35:30.153Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.217s coverage: 78.3% of statements [2021-01-10T00:35:30.153Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-10T00:35:30.153Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-10T00:35:30.153Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-10T00:35:30.153Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-10T00:35:34.640Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.853s coverage: 94.1% of statements [2021-01-10T00:35:34.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-10T00:35:34.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-10T00:35:34.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-10T00:35:34.640Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-10T00:35:34.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-10T00:35:34.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-10T00:35:34.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-10T00:35:34.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-10T00:35:34.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-10T00:35:34.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-10T00:35:34.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-10T00:35:34.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-10T00:35:34.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-10T00:35:34.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-10T00:35:34.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-10T00:35:34.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-10T00:35:34.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-10T00:35:34.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-10T00:35:34.640Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.069s coverage: 58.8% of statements [2021-01-10T00:35:34.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-10T00:35:34.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-10T00:35:34.640Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.065s coverage: 0.1% of statements [2021-01-10T00:35:34.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-10T00:35:34.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-10T00:35:34.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-10T00:35:34.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-10T00:35:34.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.089s coverage: 100.0% of statements [2021-01-10T00:35:34.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-10T00:35:34.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.051s coverage: 75.5% of statements [2021-01-10T00:35:34.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-10T00:35:34.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.085s coverage: 80.8% of statements [2021-01-10T00:35:34.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.197s coverage: 87.2% of statements [2021-01-10T00:35:34.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.087s coverage: 84.2% of statements [2021-01-10T00:35:36.274Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.211s coverage: 91.4% of statements [2021-01-10T00:35:36.274Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-10T00:35:37.342Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.346s coverage: 63.5% of statements [2021-01-10T00:35:37.343Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-10T00:35:37.343Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-10T00:35:37.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.121s coverage: 100.0% of statements [2021-01-10T00:35:37.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.087s coverage: 91.3% of statements [2021-01-10T00:35:37.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.070s coverage: 100.0% of statements [2021-01-10T00:35:37.926Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.110s coverage: 73.7% of statements [2021-01-10T00:35:38.624Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.066s coverage: 100.0% of statements [2021-01-10T00:35:40.806Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.612s coverage: 55.9% of statements [2021-01-10T00:35:40.806Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-10T00:35:40.806Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-10T00:35:40.806Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-10T00:35:40.806Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-10T00:35:40.806Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-10T00:35:41.098Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.279s coverage: 37.0% of statements [2021-01-10T00:35:41.098Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-10T00:35:41.098Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-10T00:35:41.098Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.565s coverage: 84.0% of statements [2021-01-10T00:35:41.427Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.100s coverage: 100.0% of statements [2021-01-10T00:35:45.143Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.385s coverage: 47.1% of statements [2021-01-10T00:35:45.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-10T00:35:45.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-10T00:35:45.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-10T00:35:45.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-10T00:35:45.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-10T00:35:45.143Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.091s coverage: 100.0% of statements [2021-01-10T00:35:45.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-10T00:35:45.143Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.059s coverage: 100.0% of statements [2021-01-10T00:35:45.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-10T00:35:48.969Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.133s coverage: 29.1% of statements [2021-01-10T00:35:48.969Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-10T00:35:48.969Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-10T00:35:48.969Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-10T00:35:48.969Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-10T00:35:48.969Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-10T00:35:48.969Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.169s coverage: 99.0% of statements [2021-01-10T00:35:48.969Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-10T00:35:48.969Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.174s coverage: 100.0% of statements [2021-01-10T00:35:48.969Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-10T00:35:48.969Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.070s coverage: 0.0% of statements [2021-01-10T00:35:48.969Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-10T00:35:48.969Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.058s coverage: 100.0% of statements [2021-01-10T00:35:48.969Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-10T00:35:48.969Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-10T00:35:48.969Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-10T00:35:48.969Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-10T00:35:48.969Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.077s coverage: 87.9% of statements [2021-01-10T00:35:48.969Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-10T00:35:48.969Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-10T00:35:48.969Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements [2021-01-10T00:35:49.973Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2021-01-10T00:35:49.973Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.079s coverage: 100.0% of statements [2021-01-10T00:35:50.241Z] GO111MODULE=on go vet ./... [2021-01-10T00:36:10.089Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-19297 in /w/workspace/edgexfoundry_edgex-go_PR-3001 [Pipeline] { [Pipeline] ws [2021-01-10T00:36:10.133Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-01-10T00:36:15.769Z] using credential edgex-jenkins-ssh [2021-01-10T00:36:15.828Z] Cloning the remote Git repository [2021-01-10T00:36:15.889Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-10T00:36:16.003Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-01-10T00:36:16.091Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-10T00:36:16.092Z] > git --version # timeout=10 [2021-01-10T00:36:16.115Z] > git --version # 'git version 2.17.1' [2021-01-10T00:36:16.117Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-10T00:36:16.171Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-10T00:36:38.115Z] gofmt -l . [2021-01-10T00:36:38.115Z] [ "`gofmt -l .`" = "" ] [2021-01-10T00:36:38.115Z] ./bin/test-go-mod-tidy.sh [2021-01-10T00:36:38.115Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-10T00:36:41.474Z] + ls -al . [2021-01-10T00:36:41.474Z] total 644 [2021-01-10T00:36:41.474Z] drwxrwxr-x 10 1001 1001 4096 Jan 10 00:36 . [2021-01-10T00:36:41.474Z] drwxr-xr-x 4 root root 28 Jan 10 00:34 .. [2021-01-10T00:36:41.474Z] -rw-rw-r-- 1 1001 1001 11 Jan 10 00:31 .dockerignore [2021-01-10T00:36:41.474Z] drwxrwxr-x 8 1001 1001 179 Jan 10 00:31 .git [2021-01-10T00:36:41.474Z] drwxrwxr-x 3 1001 1001 125 Jan 10 00:31 .github [2021-01-10T00:36:41.474Z] -rw-rw-r-- 1 1001 1001 824 Jan 10 00:31 .gitignore [2021-01-10T00:36:41.474Z] drwx------ 3 1001 1001 47 Jan 10 00:32 .semver [2021-01-10T00:36:41.474Z] -rw-rw-r-- 1 1001 1001 166 Jan 10 00:31 .sonarcloud.properties [2021-01-10T00:36:41.474Z] -rw-rw-r-- 1 1001 1001 3804 Jan 10 00:31 CONTRIBUTING.md [2021-01-10T00:36:41.474Z] -rw-rw-r-- 1 1001 1001 931 Jan 10 00:31 Dockerfile.build [2021-01-10T00:36:41.474Z] -rw-rw-r-- 1 1001 1001 863 Jan 10 00:31 Jenkinsfile [2021-01-10T00:36:41.474Z] -rw-rw-r-- 1 1001 1001 10775 Jan 10 00:31 LICENSE [2021-01-10T00:36:41.474Z] -rw-rw-r-- 1 1001 1001 5750 Jan 10 00:31 Makefile [2021-01-10T00:36:41.474Z] -rw-rw-r-- 1 1001 1001 6524 Jan 10 00:31 README.md [2021-01-10T00:36:41.474Z] -rw-rw-r-- 1 1001 1001 6744 Jan 10 00:31 SECURITY.md [2021-01-10T00:36:41.474Z] -rw-rw-r-- 1 1001 1001 5 Jan 10 00:32 VERSION [2021-01-10T00:36:41.474Z] -rw-rw-r-- 1 1001 1001 4131 Jan 10 00:31 ZMQWindows.md [2021-01-10T00:36:41.474Z] drwxrwxr-x 2 1001 1001 117 Jan 10 00:31 bin [2021-01-10T00:36:41.474Z] drwxrwxr-x 14 1001 1001 4096 Jan 10 00:31 cmd [2021-01-10T00:36:41.474Z] -rw-r--r-- 1 root root 545099 Jan 10 00:35 coverage.out [2021-01-10T00:36:41.474Z] -rw-r--r-- 1 root root 979 Jan 10 00:36 go.mod [2021-01-10T00:36:41.474Z] -rw-r--r-- 1 root root 19019 Jan 10 00:36 go.sum [2021-01-10T00:36:41.474Z] drwxrwxr-x 8 1001 1001 127 Jan 10 00:31 internal [2021-01-10T00:36:41.474Z] drwxrwxr-x 4 1001 1001 26 Jan 10 00:31 openapi [2021-01-10T00:36:41.474Z] drwxrwxr-x 4 1001 1001 71 Jan 10 00:31 snap [2021-01-10T00:36:41.474Z] -rw-rw-r-- 1 1001 1001 168 Jan 10 00:31 version.go [Pipeline] sh [2021-01-10T00:36:42.172Z] + '[' -e coverage.out ] [2021-01-10T00:36:42.172Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-10T00:36:42.506Z] Stashed 1 file(s) [Pipeline] sh [2021-01-10T00:36:42.841Z] + make build [2021-01-10T00:36:42.841Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-10T00:36:48.301Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-10T00:36:48.492Z] Merging remotes/origin/master commit 310fcf068b6662a9a98c00381981ed5406e42392 into PR head commit 502fe876c1df51de9bce13ca4f84d605168e4657 [2021-01-10T00:36:49.259Z] Merge succeeded, producing 352b064e64e87ab2870220819ebfe6c767045361 [2021-01-10T00:36:49.259Z] Checking out Revision 352b064e64e87ab2870220819ebfe6c767045361 (PR-3001) [2021-01-10T00:36:47.405Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-10T00:36:47.496Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-10T00:36:47.538Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-10T00:36:47.644Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-10T00:36:47.647Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-10T00:36:47.686Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3001/head:refs/remotes/origin/PR-3001 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-10T00:36:48.512Z] > git config core.sparsecheckout # timeout=10 [2021-01-10T00:36:48.543Z] > git checkout -f 502fe876c1df51de9bce13ca4f84d605168e4657 # timeout=10 [2021-01-10T00:36:48.877Z] > git remote # timeout=10 [2021-01-10T00:36:48.901Z] > git config --get remote.origin.url # timeout=10 [2021-01-10T00:36:48.926Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-10T00:36:48.940Z] > git merge 310fcf068b6662a9a98c00381981ed5406e42392 # timeout=10 [2021-01-10T00:36:49.232Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-10T00:36:49.262Z] > git config core.sparsecheckout # timeout=10 [2021-01-10T00:36:49.287Z] > git checkout -f 352b064e64e87ab2870220819ebfe6c767045361 # timeout=10 [2021-01-10T00:36:53.877Z] Commit message: "Merge commit '310fcf068b6662a9a98c00381981ed5406e42392' into HEAD" [2021-01-10T00:36:53.881Z] > git rev-list --no-walk 502fe876c1df51de9bce13ca4f84d605168e4657 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-10T00:36:55.476Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-10T00:36:56.014Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-10T00:36:56.378Z] + true [2021-01-10T00:36:56.378Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-10T00:36:59.093Z] provisioning config files... [2021-01-10T00:36:59.148Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config7870445091633258088tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-10T00:36:59.574Z] ---> docker-login.sh [2021-01-10T00:36:59.574Z] nexus3.edgexfoundry.org:10001 [2021-01-10T00:37:00.560Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-10T00:37:00.839Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-10T00:37:00.839Z] Configure a credential helper to remove this warning. See [2021-01-10T00:37:00.839Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-10T00:37:00.839Z] [2021-01-10T00:37:00.839Z] Login Succeeded [2021-01-10T00:37:00.839Z] nexus3.edgexfoundry.org:10002 [2021-01-10T00:37:00.891Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-10T00:37:01.122Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-10T00:37:02.564Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-10T00:37:02.564Z] Configure a credential helper to remove this warning. See [2021-01-10T00:37:02.564Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-10T00:37:02.564Z] [2021-01-10T00:37:02.564Z] Login Succeeded [2021-01-10T00:37:02.564Z] nexus3.edgexfoundry.org:10003 [2021-01-10T00:37:02.839Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-10T00:37:02.896Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-10T00:37:03.122Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-10T00:37:03.122Z] Configure a credential helper to remove this warning. See [2021-01-10T00:37:03.122Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-10T00:37:03.122Z] [2021-01-10T00:37:03.122Z] Login Succeeded [2021-01-10T00:37:03.122Z] nexus3.edgexfoundry.org:10004 [2021-01-10T00:37:03.404Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-10T00:37:03.679Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-10T00:37:03.680Z] Configure a credential helper to remove this warning. See [2021-01-10T00:37:03.680Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-10T00:37:03.680Z] [2021-01-10T00:37:03.680Z] Login Succeeded [2021-01-10T00:37:03.680Z] docker.io [2021-01-10T00:37:04.279Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-10T00:37:04.552Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-10T00:37:04.552Z] Configure a credential helper to remove this warning. See [2021-01-10T00:37:04.552Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-10T00:37:04.552Z] [2021-01-10T00:37:04.552Z] Login Succeeded [2021-01-10T00:37:04.552Z] ---> docker-login.sh ends [Pipeline] } [2021-01-10T00:37:04.571Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-10T00:37:05.129Z] ========================================================= [2021-01-10T00:37:05.129Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-10T00:37:05.129Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-10T00:37:05.551Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-10T00:37:06.478Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-10T00:37:07.096Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-10T00:37:08.196Z] Sending build context to Docker daemon 165.6MB [2021-01-10T00:37:08.196Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-10T00:37:08.196Z] Step 2/6 : FROM ${BASE} [2021-01-10T00:37:08.196Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-10T00:37:08.196Z] 5f621e34cdf4: Pulling fs layer [2021-01-10T00:37:08.196Z] a4357932f1b6: Pulling fs layer [2021-01-10T00:37:08.196Z] 18c013af1878: Pulling fs layer [2021-01-10T00:37:08.196Z] 00ac8860ef70: Pulling fs layer [2021-01-10T00:37:08.196Z] 63d7cb157983: Pulling fs layer [2021-01-10T00:37:08.196Z] b116817d02f9: Pulling fs layer [2021-01-10T00:37:08.196Z] 745a02a5169b: Pulling fs layer [2021-01-10T00:37:08.196Z] 63d7cb157983: Waiting [2021-01-10T00:37:08.196Z] b116817d02f9: Waiting [2021-01-10T00:37:08.196Z] 00ac8860ef70: Waiting [2021-01-10T00:37:08.196Z] 745a02a5169b: Waiting [2021-01-10T00:37:08.196Z] 18c013af1878: Verifying Checksum [2021-01-10T00:37:08.196Z] 18c013af1878: Download complete [2021-01-10T00:37:08.196Z] a4357932f1b6: Download complete [2021-01-10T00:37:08.196Z] 63d7cb157983: Verifying Checksum [2021-01-10T00:37:08.196Z] 63d7cb157983: Download complete [2021-01-10T00:37:08.196Z] b116817d02f9: Download complete [2021-01-10T00:37:08.470Z] 5f621e34cdf4: Verifying Checksum [2021-01-10T00:37:08.470Z] 5f621e34cdf4: Download complete [2021-01-10T00:37:09.463Z] 5f621e34cdf4: Pull complete [2021-01-10T00:37:09.793Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-10T00:37:10.075Z] a4357932f1b6: Pull complete [2021-01-10T00:37:10.361Z] 18c013af1878: Pull complete [2021-01-10T00:37:10.635Z] 745a02a5169b: Verifying Checksum [2021-01-10T00:37:10.635Z] 745a02a5169b: Download complete [2021-01-10T00:37:12.081Z] 00ac8860ef70: Verifying Checksum [2021-01-10T00:37:12.081Z] 00ac8860ef70: Download complete [2021-01-10T00:37:12.547Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-10T00:37:14.555Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-10T00:37:17.353Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-10T00:37:20.266Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-10T00:37:22.244Z] 00ac8860ef70: Pull complete [2021-01-10T00:37:22.244Z] 63d7cb157983: Pull complete [2021-01-10T00:37:22.244Z] b116817d02f9: Pull complete [2021-01-10T00:37:22.394Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2021-01-10T00:37:25.126Z] $ docker stop --time=1 81517b8de7738d35e67e455b5d5f16ab73079aaf6d2610f916bc2e262d6c7852 [2021-01-10T00:37:25.644Z] 745a02a5169b: Pull complete [2021-01-10T00:37:25.645Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-10T00:37:25.645Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-10T00:37:25.645Z] ---> b7e6874047d6 [2021-01-10T00:37:25.645Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-10T00:37:27.125Z] $ docker rm -f 81517b8de7738d35e67e455b5d5f16ab73079aaf6d2610f916bc2e262d6c7852 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-10T00:37:29.133Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-10T00:37:29.133Z] [2021-01-10T00:37:29.133Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-10T00:37:29.503Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-10T00:37:29.503Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-10T00:37:29.503Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-10T00:37:29.503Z] ca9280d653b3: Pulling fs layer [2021-01-10T00:37:29.503Z] 7e9c9ca2126c: Pulling fs layer [2021-01-10T00:37:29.785Z] cbdbe7a5bc2a: Download complete [2021-01-10T00:37:29.984Z] ---> Running in 8d498aadd6a1 [2021-01-10T00:37:30.802Z] cbdbe7a5bc2a: Pull complete [2021-01-10T00:37:30.970Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T00:37:31.082Z] ca9280d653b3: Verifying Checksum [2021-01-10T00:37:31.082Z] ca9280d653b3: Download complete [2021-01-10T00:37:32.400Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T00:37:33.796Z] ca9280d653b3: Pull complete [2021-01-10T00:37:33.844Z] (1/12) Installing libmagic (5.38-r0) [2021-01-10T00:37:34.078Z] 7e9c9ca2126c: Download complete [2021-01-10T00:37:34.441Z] (2/12) Installing file (5.38-r0) [2021-01-10T00:37:34.441Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-10T00:37:34.441Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-10T00:37:44.443Z] 7e9c9ca2126c: Pull complete [2021-01-10T00:37:44.443Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-10T00:37:44.443Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-10T00:37:44.443Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-10T00:37:44.755Z] prd-centos7-docker-4c-2g-19286 does not seem to be running inside a container [2021-01-10T00:37:44.886Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-10T00:37:47.401Z] $ docker top 83dc35e8b7328dc1234b369eb79db1e8ba5c959390775faff87eb38f9e1e11df -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-10T00:37:48.571Z] + docker-compose build --help [2021-01-10T00:37:48.571Z] + grep parallel [2021-01-10T00:37:49.547Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-10T00:37:49.547Z] (6/12) Installing patch (2.7.6-r6) [2021-01-10T00:37:49.547Z] (7/12) Installing build-base (0.5-r2) [2021-01-10T00:37:49.547Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-10T00:37:49.547Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-10T00:37:49.547Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-10T00:37:49.547Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-10T00:37:49.547Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-10T00:37:49.547Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T00:37:49.547Z] OK: 217 MiB in 51 packages [2021-01-10T00:37:49.975Z] --parallel Build images in parallel. [Pipeline] } [2021-01-10T00:37:49.994Z] $ docker stop --time=1 83dc35e8b7328dc1234b369eb79db1e8ba5c959390775faff87eb38f9e1e11df [2021-01-10T00:37:51.861Z] $ docker rm -f 83dc35e8b7328dc1234b369eb79db1e8ba5c959390775faff87eb38f9e1e11df [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-10T00:37:52.806Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-10T00:37:52.806Z] . [Pipeline] withDockerContainer [2021-01-10T00:37:53.191Z] prd-centos7-docker-4c-2g-19286 does not seem to be running inside a container [2021-01-10T00:37:53.334Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-10T00:37:53.886Z] Removing intermediate container 8d498aadd6a1 [2021-01-10T00:37:53.886Z] ---> d7ad90d42955 [2021-01-10T00:37:53.886Z] Step 4/6 : WORKDIR /edgex-go [2021-01-10T00:37:53.886Z] ---> Running in 3092fe14cc36 [2021-01-10T00:37:54.161Z] Removing intermediate container 3092fe14cc36 [2021-01-10T00:37:54.161Z] ---> 93633c2b0237 [2021-01-10T00:37:54.161Z] Step 5/6 : COPY go.mod . [2021-01-10T00:37:54.497Z] $ docker top 18df2df3b9182693f30b1444b4b9d21f0a7c63b2b429c6aece25d2257e8fbf82 -eo pid,comm [Pipeline] { [2021-01-10T00:37:54.765Z] ---> 9f26bca2c9d2 [2021-01-10T00:37:54.765Z] Step 6/6 : RUN go mod download [2021-01-10T00:37:54.765Z] ---> Running in 9caf1a72c799 [Pipeline] sh [2021-01-10T00:37:55.084Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-10T00:37:56.486Z] Building docker-core-command-go ... [2021-01-10T00:37:56.486Z] Building docker-core-data-go ... [2021-01-10T00:37:56.487Z] Building docker-core-metadata-go ... [2021-01-10T00:37:56.487Z] Building docker-security-bootstrap-redis-go ... [2021-01-10T00:37:56.487Z] Building docker-security-proxy-setup-go ... [2021-01-10T00:37:56.487Z] Building docker-security-secretstore-setup-go ... [2021-01-10T00:37:56.487Z] Building docker-support-notifications-go ... [2021-01-10T00:37:56.487Z] Building docker-support-scheduler-go ... [2021-01-10T00:37:56.487Z] Building docker-sys-mgmt-agent-go ... [2021-01-10T00:37:56.487Z] Building docker-sys-mgmt-agent-go [2021-01-10T00:37:56.487Z] Building docker-support-notifications-go [2021-01-10T00:37:56.487Z] Building docker-core-command-go [2021-01-10T00:37:56.487Z] Building docker-security-secretstore-setup-go [2021-01-10T00:37:56.487Z] Building docker-security-bootstrap-redis-go [2021-01-10T00:38:21.627Z] Removing intermediate container 9caf1a72c799 [2021-01-10T00:38:21.627Z] ---> 026a51739377 [2021-01-10T00:38:21.627Z] Successfully built 026a51739377 [2021-01-10T00:38:21.627Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-10T00:38:21.971Z] + docker inspect -f . ci-base-image-arm64 [2021-01-10T00:38:21.971Z] . [Pipeline] withDockerContainer [2021-01-10T00:38:22.223Z] prd-ubuntu18.04-docker-arm64-4c-16g-19297 does not seem to be running inside a container [2021-01-10T00:38:22.305Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-10T00:38:23.810Z] $ docker top e29f6d4ae22a4f34eefca315a0b218873e251b9a1370f2e89dbab75038d8f560 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-10T00:38:24.832Z] + go version [2021-01-10T00:38:24.832Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-10T00:38:24.849Z] $ docker stop --time=1 e29f6d4ae22a4f34eefca315a0b218873e251b9a1370f2e89dbab75038d8f560 [2021-01-10T00:38:27.280Z] $ docker rm -f e29f6d4ae22a4f34eefca315a0b218873e251b9a1370f2e89dbab75038d8f560 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-10T00:38:28.326Z] + docker inspect -f . ci-base-image-arm64 [2021-01-10T00:38:28.326Z] . [Pipeline] withDockerContainer [2021-01-10T00:38:28.621Z] prd-ubuntu18.04-docker-arm64-4c-16g-19297 does not seem to be running inside a container [2021-01-10T00:38:28.714Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-10T00:38:30.221Z] $ docker top 91be791afa212bb4e0dd60243f02b217fcd4331ab817bf5ba8458acaa457dc6c -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-10T00:38:30.609Z] ========================================================= [2021-01-10T00:38:30.609Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-10T00:38:30.609Z] ========================================================= [Pipeline] sh [2021-01-10T00:38:31.270Z] + make test [2021-01-10T00:38:31.270Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-10T00:38:43.755Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:38:43.755Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:38:43.755Z] ---> fcbfe1d07f98 [2021-01-10T00:38:43.755Z] Step 3/24 : WORKDIR /edgex-go [2021-01-10T00:38:43.755Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:38:43.755Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:38:43.755Z] ---> fcbfe1d07f98 [2021-01-10T00:38:43.755Z] Step 3/26 : WORKDIR /edgex-go [2021-01-10T00:38:43.755Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:38:43.755Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:38:43.755Z] ---> fcbfe1d07f98 [2021-01-10T00:38:43.755Z] Step 3/22 : WORKDIR /edgex-go [2021-01-10T00:38:44.731Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:38:44.731Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:38:44.731Z] ---> fcbfe1d07f98 [2021-01-10T00:38:44.731Z] Step 3/24 : WORKDIR /edgex-go [2021-01-10T00:38:44.731Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:38:44.732Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:38:44.732Z] ---> fcbfe1d07f98 [2021-01-10T00:38:44.732Z] Step 3/22 : WORKDIR /edgex-go [2021-01-10T00:38:45.359Z] ---> Running in c3307a34c85c [2021-01-10T00:38:45.359Z] ---> Running in 336d0488721d [2021-01-10T00:38:45.359Z] ---> Running in 9305131a6a0e [2021-01-10T00:38:45.359Z] ---> Running in ca0afac50bd9 [2021-01-10T00:38:45.359Z] ---> Running in 5ba5d34877e9 [2021-01-10T00:38:45.987Z] Removing intermediate container ca0afac50bd9 [2021-01-10T00:38:45.987Z] ---> 6b44ac9ebcc5 [2021-01-10T00:38:45.987Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:38:45.987Z] Removing intermediate container 336d0488721d [2021-01-10T00:38:45.987Z] ---> 44bf0bd57648 [2021-01-10T00:38:45.987Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:38:45.987Z] Removing intermediate container c3307a34c85c [2021-01-10T00:38:45.987Z] ---> 91e9cda55670 [2021-01-10T00:38:45.987Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:38:46.270Z] Removing intermediate container 9305131a6a0e [2021-01-10T00:38:46.270Z] ---> c0ec812edb41 [2021-01-10T00:38:46.270Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:38:46.270Z] Removing intermediate container 5ba5d34877e9 [2021-01-10T00:38:46.270Z] ---> a001222284c0 [2021-01-10T00:38:46.270Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:38:46.270Z] ---> Running in d67e6c14667a [2021-01-10T00:38:46.270Z] ---> Running in 94b08a7c1d9b [2021-01-10T00:38:46.270Z] ---> Running in daf6f48a2025 [2021-01-10T00:38:46.270Z] ---> Running in 7abd327539b1 [2021-01-10T00:38:46.540Z] ---> Running in 1987437aa5b9 [2021-01-10T00:38:50.144Z] Removing intermediate container daf6f48a2025 [2021-01-10T00:38:50.144Z] ---> 24444addf6b8 [2021-01-10T00:38:50.144Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-10T00:38:50.144Z] Removing intermediate container 94b08a7c1d9b [2021-01-10T00:38:50.144Z] ---> 0b61f1c14c54 [2021-01-10T00:38:50.144Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-10T00:38:50.416Z] Removing intermediate container d67e6c14667a [2021-01-10T00:38:50.416Z] ---> c3eff9b2db00 [2021-01-10T00:38:50.416Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-10T00:38:50.416Z] ---> Running in ff9a3f5c5eb0 [2021-01-10T00:38:50.416Z] Removing intermediate container 1987437aa5b9 [2021-01-10T00:38:50.416Z] ---> 7c863b94bc87 [2021-01-10T00:38:50.416Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-10T00:38:50.416Z] ---> Running in 84b0a32f973e [2021-01-10T00:38:50.416Z] Removing intermediate container 7abd327539b1 [2021-01-10T00:38:50.416Z] ---> 2cb817caa2d1 [2021-01-10T00:38:50.416Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-10T00:38:50.682Z] ---> Running in b1ff7a2ea736 [2021-01-10T00:38:50.682Z] ---> Running in 02a14c112e07 [2021-01-10T00:38:50.682Z] ---> Running in d5d1e38c8763 [2021-01-10T00:38:51.722Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T00:38:51.722Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T00:38:52.008Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T00:38:52.008Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T00:38:52.304Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T00:38:52.591Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T00:38:52.591Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T00:38:52.871Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T00:38:52.871Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T00:38:54.204Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T00:38:54.204Z] OK: 233 MiB in 51 packages [2021-01-10T00:38:54.204Z] OK: 233 MiB in 51 packages [2021-01-10T00:38:54.204Z] OK: 233 MiB in 51 packages [2021-01-10T00:38:54.204Z] OK: 233 MiB in 51 packages [2021-01-10T00:38:54.204Z] Removing intermediate container ff9a3f5c5eb0 [2021-01-10T00:38:54.204Z] ---> f5d8e8fef25a [2021-01-10T00:38:54.204Z] Step 6/24 : COPY go.mod . [2021-01-10T00:38:54.524Z] OK: 233 MiB in 51 packages [2021-01-10T00:38:54.524Z] Removing intermediate container 84b0a32f973e [2021-01-10T00:38:54.524Z] ---> 1cd48a89b794 [2021-01-10T00:38:54.524Z] Step 6/22 : COPY go.mod . [2021-01-10T00:38:54.814Z] Removing intermediate container b1ff7a2ea736 [2021-01-10T00:38:54.814Z] ---> a867226d9155 [2021-01-10T00:38:54.814Z] Step 6/22 : COPY go.mod . [2021-01-10T00:38:55.094Z] ---> 9fc84b5f894b [2021-01-10T00:38:55.094Z] Step 7/24 : RUN go mod download [2021-01-10T00:38:55.094Z] Removing intermediate container 02a14c112e07 [2021-01-10T00:38:55.094Z] ---> 7a0e443a6300 [2021-01-10T00:38:55.094Z] Step 6/24 : COPY go.mod . [2021-01-10T00:38:55.094Z] ---> 1d74715ab80d [2021-01-10T00:38:55.094Z] Step 7/22 : RUN go mod download [2021-01-10T00:38:55.377Z] ---> Running in e69214d5a0f7 [2021-01-10T00:38:55.377Z] ---> Running in fb36eafc29e8 [2021-01-10T00:38:55.377Z] ---> 1522ea7ba61e [2021-01-10T00:38:55.377Z] Step 7/22 : RUN go mod download [2021-01-10T00:38:55.666Z] Removing intermediate container d5d1e38c8763 [2021-01-10T00:38:55.666Z] ---> 2396f021ddad [2021-01-10T00:38:55.666Z] Step 6/26 : COPY go.mod . [2021-01-10T00:38:55.666Z] ---> Running in ed0efab5c2e4 [2021-01-10T00:38:55.666Z] ---> 39d887af9a11 [2021-01-10T00:38:55.666Z] Step 7/24 : RUN go mod download [2021-01-10T00:38:55.959Z] ---> Running in 854842604e4d [2021-01-10T00:38:56.312Z] ---> 8fe31ee9209c [2021-01-10T00:38:56.312Z] Step 7/26 : RUN go mod download [2021-01-10T00:38:56.648Z] ---> Running in 6743edfd407c [2021-01-10T00:38:58.835Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-10T00:39:00.205Z] Removing intermediate container ed0efab5c2e4 [2021-01-10T00:39:00.205Z] ---> 93fc29cb9674 [2021-01-10T00:39:00.205Z] Step 8/22 : COPY . . [2021-01-10T00:39:00.205Z] Removing intermediate container 854842604e4d [2021-01-10T00:39:00.205Z] ---> d9628c39c773 [2021-01-10T00:39:00.205Z] Step 8/24 : COPY . . [2021-01-10T00:39:00.482Z] Removing intermediate container fb36eafc29e8 [2021-01-10T00:39:00.482Z] ---> 2411bc4d5de5 [2021-01-10T00:39:00.482Z] Step 8/22 : COPY . . [2021-01-10T00:39:00.482Z] Removing intermediate container e69214d5a0f7 [2021-01-10T00:39:00.482Z] ---> acfbd329f2ff [2021-01-10T00:39:00.482Z] Step 8/24 : COPY . . [2021-01-10T00:39:00.482Z] Removing intermediate container 6743edfd407c [2021-01-10T00:39:00.482Z] ---> 6fc1a72d8329 [2021-01-10T00:39:00.482Z] Step 8/26 : COPY . . [2021-01-10T00:39:55.542Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-10T00:39:57.855Z] ---> 43e620fcf6ea [2021-01-10T00:39:57.855Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-10T00:39:57.855Z] ---> a55b45aeacf6 [2021-01-10T00:39:57.855Z] ---> adb5b4b1d0d1 [2021-01-10T00:39:57.855Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-10T00:39:57.855Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-10T00:39:57.855Z] ---> Running in 80a1a3ea5abb [2021-01-10T00:39:57.855Z] ---> Running in 29070371febe [2021-01-10T00:39:57.855Z] ---> Running in eee8bdd79e40 [2021-01-10T00:39:57.855Z] ---> 195d038b1648 [2021-01-10T00:39:57.855Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-10T00:39:57.855Z] ---> Running in c7ac8efab1f6 [2021-01-10T00:39:57.855Z] ---> 4a1617d2bbe2 [2021-01-10T00:39:57.855Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-10T00:39:57.855Z] ---> Running in a1e0713b9c93 [2021-01-10T00:39:57.855Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-10T00:39:57.855Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-10T00:39:57.856Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-10T00:39:57.856Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-10T00:39:57.856Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-10T00:40:17.975Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-10T00:40:17.975Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-10T00:40:17.975Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-10T00:40:17.975Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-10T00:40:17.975Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-10T00:40:17.975Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-10T00:40:17.975Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-10T00:40:18.252Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-10T00:40:18.252Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-10T00:40:25.015Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-10T00:40:25.015Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-10T00:40:25.015Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-10T00:40:33.428Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.298s coverage: 46.6% of statements [2021-01-10T00:40:33.428Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-10T00:40:33.428Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-10T00:40:33.428Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-10T00:40:33.428Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-10T00:40:33.428Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-10T00:40:38.783Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-10T00:40:41.781Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.633s coverage: 27.0% of statements [2021-01-10T00:40:41.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-10T00:40:41.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-10T00:40:41.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-10T00:40:41.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-10T00:40:41.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-10T00:40:41.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-10T00:40:41.781Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.073s coverage: 100.0% of statements [2021-01-10T00:40:41.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-10T00:40:41.781Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.119s coverage: 100.0% of statements [2021-01-10T00:40:41.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-10T00:40:41.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-10T00:40:41.781Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.603s coverage: 77.8% of statements [2021-01-10T00:40:41.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-10T00:40:41.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-10T00:40:41.781Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.513s coverage: 82.4% of statements [2021-01-10T00:40:41.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-10T00:40:41.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-10T00:40:41.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-10T00:40:41.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-10T00:40:42.275Z] Removing intermediate container c7ac8efab1f6 [2021-01-10T00:40:42.275Z] ---> d5055e50caf8 [2021-01-10T00:40:42.275Z] [2021-01-10T00:40:42.613Z] Step 10/24 : FROM scratch [2021-01-10T00:40:42.613Z] ---> [2021-01-10T00:40:42.613Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-10T00:40:42.613Z] Removing intermediate container 80a1a3ea5abb [2021-01-10T00:40:42.613Z] ---> b1d03711e45f [2021-01-10T00:40:42.613Z] [2021-01-10T00:40:42.613Z] Step 10/22 : FROM alpine:3.12 [2021-01-10T00:40:42.613Z] Removing intermediate container a1e0713b9c93 [2021-01-10T00:40:42.613Z] ---> 0c1c47e03a19 [2021-01-10T00:40:42.613Z] [2021-01-10T00:40:42.613Z] Step 10/22 : FROM scratch [2021-01-10T00:40:42.613Z] ---> [2021-01-10T00:40:42.613Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-10T00:40:42.613Z] Removing intermediate container 29070371febe [2021-01-10T00:40:42.613Z] ---> 52c108a545de [2021-01-10T00:40:42.613Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-10T00:40:42.613Z] 3.12: Pulling from library/alpine [2021-01-10T00:40:42.613Z] ---> Running in de9f2ab58190 [2021-01-10T00:40:42.912Z] ---> Running in c4520a8e6dca [2021-01-10T00:40:42.912Z] ---> Running in 4b5d62298d8b [2021-01-10T00:40:43.585Z] Removing intermediate container 4b5d62298d8b [2021-01-10T00:40:43.585Z] ---> f3582e324085 [2021-01-10T00:40:43.585Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-10T00:40:44.581Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-10T00:40:44.861Z] Removing intermediate container c4520a8e6dca [2021-01-10T00:40:44.861Z] ---> 9dae0680994a [2021-01-10T00:40:44.861Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-10T00:40:44.861Z] ---> Running in 2bfd6d670995 [2021-01-10T00:40:44.861Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-10T00:40:44.861Z] ---> Running in b6fe5f302abe [2021-01-10T00:40:44.861Z] Status: Downloaded newer image for alpine:3.12 [2021-01-10T00:40:44.861Z] ---> 389fef711851 [2021-01-10T00:40:44.861Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-10T00:40:44.861Z] Removing intermediate container eee8bdd79e40 [2021-01-10T00:40:44.861Z] ---> 690ecf0a4280 [2021-01-10T00:40:44.861Z] [2021-01-10T00:40:44.861Z] Step 10/24 : FROM alpine:3.12 [2021-01-10T00:40:44.861Z] ---> 389fef711851 [2021-01-10T00:40:44.861Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-10T00:40:45.199Z] ---> Running in 44b5f3549b2d [2021-01-10T00:40:45.199Z] ---> Running in c3f4c62e35ba [2021-01-10T00:40:45.199Z] Removing intermediate container 2bfd6d670995 [2021-01-10T00:40:45.199Z] ---> 76be1e843ac5 [2021-01-10T00:40:45.199Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-10T00:40:45.199Z] Removing intermediate container b6fe5f302abe [2021-01-10T00:40:45.199Z] ---> 833840c7c51c [2021-01-10T00:40:45.199Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-10T00:40:45.474Z] ---> Running in 2b29de9f85ba [2021-01-10T00:40:45.474Z] ---> Running in 70d8d9789f4b [2021-01-10T00:40:45.770Z] Removing intermediate container 2b29de9f85ba [2021-01-10T00:40:45.770Z] ---> df588e97b870 [2021-01-10T00:40:45.770Z] Step 14/22 : WORKDIR / [2021-01-10T00:40:45.770Z] ---> Running in 0ef2b40afc0f [2021-01-10T00:40:46.087Z] Removing intermediate container 70d8d9789f4b [2021-01-10T00:40:46.087Z] ---> 128fcd2b68d4 [2021-01-10T00:40:46.087Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-10T00:40:48.748Z] Removing intermediate container 0ef2b40afc0f [2021-01-10T00:40:48.748Z] ---> df1f42792f97 [2021-01-10T00:40:48.748Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-10T00:40:48.748Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T00:40:48.748Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T00:40:48.748Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T00:40:48.748Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T00:40:48.748Z] ---> 5174a2eea146 [2021-01-10T00:40:48.748Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-10T00:40:48.748Z] ---> a944b48c464b [2021-01-10T00:40:48.748Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-10T00:40:48.748Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-10T00:40:48.748Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-10T00:40:48.748Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-10T00:40:48.748Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-10T00:40:48.748Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-10T00:40:48.748Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-10T00:40:48.748Z] (4/5) Installing curl (7.69.1-r3) [2021-01-10T00:40:48.748Z] (4/5) Installing curl (7.69.1-r3) [2021-01-10T00:40:48.748Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-10T00:40:48.748Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-10T00:40:48.748Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T00:40:48.748Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T00:40:48.748Z] Executing ca-certificates-20191127-r4.trigger [2021-01-10T00:40:48.748Z] Executing ca-certificates-20191127-r4.trigger [2021-01-10T00:40:48.748Z] OK: 7 MiB in 19 packages [2021-01-10T00:40:48.748Z] OK: 7 MiB in 19 packages [2021-01-10T00:40:48.748Z] Removing intermediate container de9f2ab58190 [2021-01-10T00:40:48.748Z] ---> 8c00124ce155 [2021-01-10T00:40:48.748Z] [2021-01-10T00:40:48.748Z] Step 11/26 : FROM docker:20.10.0 [2021-01-10T00:40:48.748Z] 20.10.0: Pulling from library/docker [2021-01-10T00:40:50.234Z] ---> 789d926ed689 [2021-01-10T00:40:50.234Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-10T00:40:50.234Z] ---> ebeab8e591ee [2021-01-10T00:40:50.234Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-10T00:40:51.703Z] Removing intermediate container 44b5f3549b2d [2021-01-10T00:40:51.703Z] ---> b4c67f8fdca6 [2021-01-10T00:40:51.703Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-10T00:40:51.703Z] ---> 9e946750c154 [2021-01-10T00:40:51.703Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-10T00:40:51.703Z] ---> 4c526fadd0da [2021-01-10T00:40:51.703Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-10T00:40:51.703Z] Removing intermediate container c3f4c62e35ba [2021-01-10T00:40:51.703Z] ---> 5cedd7313ae6 [2021-01-10T00:40:51.703Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-10T00:40:51.703Z] ---> Running in ddb0030d9bfe [2021-01-10T00:40:51.703Z] ---> Running in 3d3305390557 [2021-01-10T00:40:51.703Z] ---> Running in ac27d7c4b21f [2021-01-10T00:40:51.988Z] Removing intermediate container ddb0030d9bfe [2021-01-10T00:40:51.988Z] ---> c29c2cec15ed [2021-01-10T00:40:51.988Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-10T00:40:51.988Z] Removing intermediate container 3d3305390557 [2021-01-10T00:40:51.988Z] ---> fc9a35c116fd [2021-01-10T00:40:51.988Z] Step 13/22 : WORKDIR / [2021-01-10T00:40:52.021Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.463s coverage: 28.6% of statements [2021-01-10T00:40:52.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-10T00:40:52.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-10T00:40:52.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-10T00:40:52.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-10T00:40:52.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-10T00:40:52.021Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.169s coverage: 100.0% of statements [2021-01-10T00:40:52.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-10T00:40:52.021Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.077s coverage: 100.0% of statements [2021-01-10T00:40:52.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-10T00:40:52.021Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.354s coverage: 86.7% of statements [2021-01-10T00:40:52.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-10T00:40:52.279Z] Removing intermediate container ac27d7c4b21f [2021-01-10T00:40:52.279Z] ---> 56a526c0b19f [2021-01-10T00:40:52.279Z] Step 13/24 : WORKDIR / [2021-01-10T00:40:52.279Z] ---> f15e955995f5 [2021-01-10T00:40:52.279Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-10T00:40:52.279Z] ---> Running in cb934a36a283 [2021-01-10T00:40:52.279Z] ---> Running in f45d1b7c97e6 [2021-01-10T00:40:52.279Z] ---> Running in 7328432332cf [2021-01-10T00:40:52.570Z] Removing intermediate container cb934a36a283 [2021-01-10T00:40:52.570Z] ---> 50db24c50369 [2021-01-10T00:40:52.570Z] Step 20/22 : LABEL arch=x86_64 [2021-01-10T00:40:52.855Z] ---> Running in b1ac2017ce48 [2021-01-10T00:40:52.855Z] Removing intermediate container 7328432332cf [2021-01-10T00:40:52.855Z] ---> 2fd9de4cda58 [2021-01-10T00:40:52.855Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-10T00:40:52.855Z] Removing intermediate container f45d1b7c97e6 [2021-01-10T00:40:52.855Z] ---> e476d276cda7 [2021-01-10T00:40:52.855Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-10T00:40:53.486Z] Removing intermediate container b1ac2017ce48 [2021-01-10T00:40:53.486Z] ---> 2cd5efd6b824 [2021-01-10T00:40:53.486Z] Step 21/22 : LABEL git_sha=b7fffbd951ede11e92d5e8b19c721f82551a4734 [2021-01-10T00:40:53.486Z] ---> 6d8dd16c5680 [2021-01-10T00:40:53.487Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-10T00:40:53.487Z] ---> 83e4649e6d73 [2021-01-10T00:40:53.487Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-10T00:40:53.487Z] ---> Running in 2e0dcce4d0e4 [2021-01-10T00:40:53.771Z] ---> a0a4c4f4c112 [2021-01-10T00:40:53.771Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-10T00:40:54.017Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.420s coverage: 97.5% of statements [2021-01-10T00:40:54.017Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-10T00:40:54.017Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.303s coverage: 78.3% of statements [2021-01-10T00:40:54.017Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-10T00:40:54.017Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-10T00:40:54.017Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-10T00:40:54.017Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-10T00:40:54.061Z] Removing intermediate container 2e0dcce4d0e4 [2021-01-10T00:40:54.061Z] ---> 6cf5d2162232 [2021-01-10T00:40:54.062Z] Step 22/22 : LABEL version=0.0.0 [2021-01-10T00:40:54.332Z] ---> 79b8a9930dfb [2021-01-10T00:40:54.332Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-10T00:40:54.636Z] ---> Running in eebfca1fb1c0 [2021-01-10T00:40:54.636Z] ---> b5d5d88482e0 [2021-01-10T00:40:54.636Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-10T00:40:54.636Z] ---> Running in 3ee2c9ae9e2b [2021-01-10T00:40:54.934Z] ---> 2ab18d6b7fe3 [2021-01-10T00:40:54.934Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-10T00:40:54.934Z] Removing intermediate container eebfca1fb1c0 [2021-01-10T00:40:54.934Z] ---> 0c2c2ae8de36 [2021-01-10T00:40:54.934Z] [2021-01-10T00:40:55.259Z] Removing intermediate container 3ee2c9ae9e2b [2021-01-10T00:40:55.259Z] ---> 2299d3d754b2 [2021-01-10T00:40:55.259Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-10T00:40:55.540Z] ---> f610e2adfb88 [2021-01-10T00:40:55.540Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-10T00:40:55.540Z] ---> 4b9b6c679deb [2021-01-10T00:40:55.540Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-10T00:40:55.540Z] ---> Running in c8e1206725db [2021-01-10T00:40:56.175Z] Successfully built 0c2c2ae8de36 [2021-01-10T00:40:56.175Z] Successfully tagged docker-core-command-go:latest [2021-01-10T00:40:56.175Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-01-10T00:40:56.175Z] Removing intermediate container c8e1206725db [2021-01-10T00:40:56.175Z] ---> 7ec71a341bec [2021-01-10T00:40:56.175Z] Step 22/24 : LABEL arch=x86_64 [2021-01-10T00:40:56.448Z] ---> Running in a1eb7e6babbf [2021-01-10T00:40:56.448Z] ---> 4b8627f2df86 [2021-01-10T00:40:56.448Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-10T00:40:56.786Z] ---> 67dc24d81136 [2021-01-10T00:40:56.786Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-10T00:40:56.786Z] Removing intermediate container a1eb7e6babbf [2021-01-10T00:40:56.786Z] ---> 26e7ec1ce71c [2021-01-10T00:40:56.786Z] Step 23/24 : LABEL git_sha=b7fffbd951ede11e92d5e8b19c721f82551a4734 [2021-01-10T00:40:56.786Z] ---> Running in 7f9c4ae18c1c [2021-01-10T00:40:57.065Z] ---> Running in 8a5df5e75144 [2021-01-10T00:40:58.161Z] Removing intermediate container 8a5df5e75144 [2021-01-10T00:40:58.161Z] ---> 6e99b76df2c5 [2021-01-10T00:40:58.161Z] Step 24/24 : LABEL version=0.0.0 [2021-01-10T00:41:00.394Z] ---> 9e185771cf46 [2021-01-10T00:41:00.394Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-10T00:41:00.394Z] ---> Running in 8717ccd76280 [2021-01-10T00:41:01.635Z] Removing intermediate container 8717ccd76280 [2021-01-10T00:41:01.635Z] ---> 6ac4b94b1556 [2021-01-10T00:41:01.635Z] [2021-01-10T00:41:01.942Z] ---> 33378b968925 [2021-01-10T00:41:01.942Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-10T00:41:02.372Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.230s coverage: 94.1% of statements [2021-01-10T00:41:02.372Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-10T00:41:02.372Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-10T00:41:02.372Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-10T00:41:02.372Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-10T00:41:02.372Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-10T00:41:02.372Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-10T00:41:02.372Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-10T00:41:02.372Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-10T00:41:02.372Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-10T00:41:02.372Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-10T00:41:02.372Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-10T00:41:02.372Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-10T00:41:02.372Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-10T00:41:02.372Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-10T00:41:02.372Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-10T00:41:02.372Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-10T00:41:02.372Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-10T00:41:02.372Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-10T00:41:02.372Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements [2021-01-10T00:41:02.372Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-10T00:41:02.372Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-10T00:41:02.372Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.240s coverage: 0.1% of statements [2021-01-10T00:41:02.372Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-10T00:41:02.372Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-10T00:41:02.372Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-10T00:41:02.372Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-10T00:41:02.372Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-01-10T00:41:02.372Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-10T00:41:02.372Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.137s coverage: 75.5% of statements [2021-01-10T00:41:02.372Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-10T00:41:02.585Z] Removing intermediate container 7f9c4ae18c1c [2021-01-10T00:41:02.585Z] ---> 0c66a8e4b2e9 [2021-01-10T00:41:02.585Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-10T00:41:02.585Z] Successfully built 6ac4b94b1556 [2021-01-10T00:41:02.585Z] Successfully tagged docker-support-notifications-go:latest [2021-01-10T00:41:02.585Z] Building docker-support-scheduler-go [2021-01-10T00:41:02.982Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.090s coverage: 80.8% of statements [2021-01-10T00:41:03.571Z]  Building docker-support-notifications-go ... done  ---> Running in 5450944c5725 [2021-01-10T00:41:03.631Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.169s coverage: 87.2% of statements [2021-01-10T00:41:04.173Z] ---> Running in 70c72414cc4b [2021-01-10T00:41:04.173Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-10T00:41:04.633Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.169s coverage: 84.2% of statements [2021-01-10T00:41:04.769Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-10T00:41:04.769Z] ---> aefe523efa57 [2021-01-10T00:41:04.769Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-10T00:41:05.063Z] ---> Running in fa4fbc3a5eb0 [2021-01-10T00:41:05.063Z] Removing intermediate container 70c72414cc4b [2021-01-10T00:41:05.063Z] ---> 1f04552286d4 [2021-01-10T00:41:05.063Z] Step 20/22 : LABEL arch=x86_64 [2021-01-10T00:41:05.680Z] ---> Running in 40804c56df3e [2021-01-10T00:41:06.696Z] Removing intermediate container 40804c56df3e [2021-01-10T00:41:06.696Z] ---> 2c4f34f04249 [2021-01-10T00:41:06.696Z] Step 21/22 : LABEL git_sha=b7fffbd951ede11e92d5e8b19c721f82551a4734 [2021-01-10T00:41:06.696Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T00:41:06.990Z] ---> Running in e733a946d434 [2021-01-10T00:41:06.990Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T00:41:07.261Z] (1/2) Installing readline (8.0.4-r0) [2021-01-10T00:41:07.261Z] (2/2) Installing bash (5.0.17-r0) [2021-01-10T00:41:07.261Z] Executing bash-5.0.17-r0.post-install [2021-01-10T00:41:07.261Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T00:41:07.261Z] OK: 12 MiB in 22 packages [2021-01-10T00:41:07.303Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.206s coverage: 91.4% of statements [2021-01-10T00:41:07.303Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-10T00:41:07.590Z] Removing intermediate container 5450944c5725 [2021-01-10T00:41:07.591Z] ---> 609d5d0df950 [2021-01-10T00:41:07.591Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-10T00:41:07.894Z] Removing intermediate container e733a946d434 [2021-01-10T00:41:07.894Z] ---> 0c05eb1990d6 [2021-01-10T00:41:07.894Z] Step 22/22 : LABEL version=0.0.0 [2021-01-10T00:41:08.525Z] ---> Running in d200db2cfc83 [2021-01-10T00:41:09.238Z] ---> Running in b0d081f71915 [2021-01-10T00:41:09.919Z] Removing intermediate container d200db2cfc83 [2021-01-10T00:41:09.919Z] ---> d00bc535a2f9 [2021-01-10T00:41:09.919Z] Step 22/24 : LABEL arch=x86_64 [2021-01-10T00:41:10.270Z] Removing intermediate container b0d081f71915 [2021-01-10T00:41:10.270Z] ---> bd98698a89dd [2021-01-10T00:41:10.270Z] [2021-01-10T00:41:10.270Z] ---> Running in f75a6e31bdec [2021-01-10T00:41:10.608Z] Removing intermediate container fa4fbc3a5eb0 [2021-01-10T00:41:10.608Z] ---> 237a1a2c78e4 [2021-01-10T00:41:10.608Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-10T00:41:10.742Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.921s coverage: 63.5% of statements [2021-01-10T00:41:10.742Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-10T00:41:10.742Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-10T00:41:10.742Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.095s coverage: 100.0% of statements [2021-01-10T00:41:10.742Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.108s coverage: 91.3% of statements [2021-01-10T00:41:10.885Z] Successfully built bd98698a89dd [2021-01-10T00:41:11.020Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.064s coverage: 100.0% of statements [2021-01-10T00:41:11.020Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.085s coverage: 73.7% of statements [2021-01-10T00:41:11.164Z] Removing intermediate container f75a6e31bdec [2021-01-10T00:41:11.164Z] ---> 5d818ea47d33 [2021-01-10T00:41:11.164Z] Step 23/24 : LABEL git_sha=b7fffbd951ede11e92d5e8b19c721f82551a4734 [2021-01-10T00:41:11.164Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-10T00:41:11.164Z] Building docker-security-proxy-setup-go [2021-01-10T00:41:11.164Z]  Building docker-security-bootstrap-redis-go ... done  ---> Running in 63b187d7bfbc [2021-01-10T00:41:11.454Z] ---> Running in 3d4aa2d7b39b [2021-01-10T00:41:12.013Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.071s coverage: 100.0% of statements [2021-01-10T00:41:12.713Z] Removing intermediate container 3d4aa2d7b39b [2021-01-10T00:41:12.713Z] ---> bdfcd6974d17 [2021-01-10T00:41:12.713Z] Step 24/24 : LABEL version=0.0.0 [2021-01-10T00:41:12.713Z] Removing intermediate container 63b187d7bfbc [2021-01-10T00:41:12.713Z] ---> 06246b5d8e7d [2021-01-10T00:41:12.713Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-10T00:41:13.945Z] ---> Running in c520272d5579 [2021-01-10T00:41:13.945Z] ---> Running in 4dff0a62ae11 [2021-01-10T00:41:15.526Z] Removing intermediate container 4dff0a62ae11 [2021-01-10T00:41:15.526Z] ---> 724706ae8387 [2021-01-10T00:41:15.526Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-10T00:41:16.137Z] Removing intermediate container c520272d5579 [2021-01-10T00:41:16.137Z] ---> b518f8a094d1 [2021-01-10T00:41:16.137Z] [2021-01-10T00:41:17.529Z] ---> Running in 6ecc20774666 [2021-01-10T00:41:17.830Z] Successfully built b518f8a094d1 [2021-01-10T00:41:18.281Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-10T00:41:18.281Z] Building docker-core-metadata-go [2021-01-10T00:41:18.703Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 6ecc20774666 [2021-01-10T00:41:18.703Z] ---> 024df4180f8b [2021-01-10T00:41:18.703Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-10T00:41:18.775Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.097s coverage: 55.9% of statements [2021-01-10T00:41:18.776Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-10T00:41:18.776Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-10T00:41:18.776Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-10T00:41:18.776Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-10T00:41:18.776Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-10T00:41:19.775Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.437s coverage: 37.0% of statements [2021-01-10T00:41:19.775Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-10T00:41:19.775Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-10T00:41:19.775Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.809s coverage: 84.0% of statements [2021-01-10T00:41:19.775Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.124s coverage: 100.0% of statements [2021-01-10T00:41:21.449Z] ---> fee29efcfd8e [2021-01-10T00:41:21.449Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-10T00:41:22.990Z] ---> 64af8f8c779d [2021-01-10T00:41:22.990Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-10T00:41:24.616Z] ---> f070d2023758 [2021-01-10T00:41:24.616Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-10T00:41:25.394Z] ---> Running in 47e5e9a2b5fa [2021-01-10T00:41:27.778Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T00:41:27.778Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T00:41:28.092Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-10T00:41:28.092Z] (2/33) Installing expat (2.2.9-r1) [2021-01-10T00:41:28.092Z] (3/33) Installing libffi (3.3-r2) [2021-01-10T00:41:28.092Z] (4/33) Installing gdbm (1.13-r1) [2021-01-10T00:41:28.121Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.455s coverage: 47.1% of statements [2021-01-10T00:41:28.121Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-10T00:41:28.121Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-10T00:41:28.121Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-10T00:41:28.121Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-10T00:41:28.121Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-10T00:41:28.121Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.165s coverage: 100.0% of statements [2021-01-10T00:41:28.121Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-10T00:41:28.121Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.122s coverage: 100.0% of statements [2021-01-10T00:41:28.121Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-10T00:41:28.394Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-10T00:41:28.394Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-10T00:41:28.394Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-10T00:41:30.138Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-10T00:41:30.138Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-10T00:41:30.416Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-10T00:41:30.416Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-10T00:41:30.416Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-10T00:41:30.416Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-10T00:41:30.416Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:41:30.416Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:41:30.416Z] ---> fcbfe1d07f98 [2021-01-10T00:41:30.416Z] Step 3/23 : WORKDIR /edgex-go [2021-01-10T00:41:30.416Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-10T00:41:30.692Z] ---> Using cache [2021-01-10T00:41:30.692Z] ---> a001222284c0 [2021-01-10T00:41:30.692Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:41:30.692Z] ---> Using cache [2021-01-10T00:41:30.692Z] ---> 7c863b94bc87 [2021-01-10T00:41:30.692Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-10T00:41:30.692Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-10T00:41:30.692Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-10T00:41:31.692Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-10T00:41:33.696Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-10T00:41:33.696Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-10T00:41:33.986Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-10T00:41:34.292Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-10T00:41:34.292Z] ---> Running in 2a3368876743 [2021-01-10T00:41:34.292Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-10T00:41:34.565Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-10T00:41:34.565Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-10T00:41:34.565Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-10T00:41:34.565Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-10T00:41:34.885Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 4.332s coverage: 29.1% of statements [2021-01-10T00:41:34.885Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-10T00:41:34.885Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-10T00:41:34.885Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-10T00:41:34.885Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-10T00:41:34.885Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-10T00:41:34.885Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.213s coverage: 99.0% of statements [2021-01-10T00:41:34.885Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-10T00:41:34.885Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.119s coverage: 100.0% of statements [2021-01-10T00:41:34.885Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-10T00:41:34.885Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.064s coverage: 0.0% of statements [2021-01-10T00:41:34.885Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-10T00:41:34.885Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.060s coverage: 100.0% of statements [2021-01-10T00:41:34.885Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-10T00:41:34.885Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-10T00:41:34.885Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-10T00:41:34.885Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-10T00:41:34.885Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.106s coverage: 87.9% of statements [2021-01-10T00:41:34.885Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-10T00:41:34.885Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-10T00:41:34.885Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements [2021-01-10T00:41:35.189Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-10T00:41:35.488Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-10T00:41:35.488Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-10T00:41:35.488Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-10T00:41:35.488Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-10T00:41:35.791Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-10T00:41:35.791Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-10T00:41:35.867Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.059s coverage: 32.1% of statements [2021-01-10T00:41:36.067Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:41:36.067Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:41:36.067Z] ---> fcbfe1d07f98 [2021-01-10T00:41:36.067Z] Step 3/21 : WORKDIR /edgex-go [2021-01-10T00:41:36.067Z] ---> Using cache [2021-01-10T00:41:36.067Z] ---> a001222284c0 [2021-01-10T00:41:36.067Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:41:36.067Z] ---> Using cache [2021-01-10T00:41:36.067Z] ---> 7c863b94bc87 [2021-01-10T00:41:36.067Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-10T00:41:36.486Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.091s coverage: 100.0% of statements [2021-01-10T00:41:37.097Z] GO111MODULE=on go vet ./... [2021-01-10T00:41:37.111Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T00:41:37.111Z] OK: 71 MiB in 55 packages [2021-01-10T00:41:37.398Z] ---> Running in 7310cff939fc [2021-01-10T00:41:37.677Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T00:41:39.154Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T00:41:39.487Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T00:41:42.580Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T00:41:42.580Z] OK: 233 MiB in 51 packages [2021-01-10T00:41:45.636Z] OK: 233 MiB in 51 packages [2021-01-10T00:41:45.636Z] Removing intermediate container 2a3368876743 [2021-01-10T00:41:45.636Z] ---> 4b2011dac504 [2021-01-10T00:41:45.636Z] Step 6/23 : COPY go.mod . [2021-01-10T00:41:46.624Z] ---> a8558e504f39 [2021-01-10T00:41:46.624Z] Step 7/23 : RUN go mod download [2021-01-10T00:41:46.624Z] ---> Running in e4241e5593e5 [2021-01-10T00:41:47.688Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:41:47.688Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:41:47.689Z] ---> fcbfe1d07f98 [2021-01-10T00:41:47.689Z] Step 3/21 : WORKDIR /edgex-go [2021-01-10T00:41:47.689Z] ---> Using cache [2021-01-10T00:41:47.689Z] ---> a001222284c0 [2021-01-10T00:41:47.689Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:41:47.689Z] ---> Using cache [2021-01-10T00:41:47.689Z] ---> 7c863b94bc87 [2021-01-10T00:41:47.689Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-10T00:41:47.689Z] ---> Using cache [2021-01-10T00:41:47.689Z] ---> 4c13deca56c9 [2021-01-10T00:41:47.689Z] Step 6/21 : COPY go.mod . [2021-01-10T00:41:47.689Z] Removing intermediate container 7310cff939fc [2021-01-10T00:41:47.689Z] ---> 4c13deca56c9 [2021-01-10T00:41:47.689Z] Step 6/21 : COPY go.mod . [2021-01-10T00:41:48.450Z] ---> b405966d8d18 [2021-01-10T00:41:48.450Z] Step 7/21 : RUN go mod download [2021-01-10T00:41:49.305Z] ---> 75c44f7d51ee [2021-01-10T00:41:49.305Z] Step 7/21 : RUN go mod download [2021-01-10T00:41:49.305Z] ---> Running in e0f5b7dda13f [2021-01-10T00:41:50.190Z] ---> Running in d6209ef6497c [2021-01-10T00:41:52.641Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:41:52.641Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:41:52.641Z] ---> fcbfe1d07f98 [2021-01-10T00:41:52.641Z] Step 3/22 : WORKDIR /edgex-go [2021-01-10T00:41:52.641Z] ---> Using cache [2021-01-10T00:41:52.641Z] ---> a001222284c0 [2021-01-10T00:41:52.641Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:41:52.641Z] ---> Using cache [2021-01-10T00:41:52.641Z] ---> 7c863b94bc87 [2021-01-10T00:41:52.641Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-10T00:41:52.641Z] ---> Using cache [2021-01-10T00:41:52.641Z] ---> 4c13deca56c9 [2021-01-10T00:41:52.641Z] Step 6/22 : COPY go.mod . [2021-01-10T00:41:52.641Z] ---> Using cache [2021-01-10T00:41:52.641Z] ---> 75c44f7d51ee [2021-01-10T00:41:52.641Z] Step 7/22 : RUN go mod download [2021-01-10T00:41:53.244Z] Removing intermediate container e4241e5593e5 [2021-01-10T00:41:53.244Z] ---> 814e9df7c5fb [2021-01-10T00:41:53.244Z] Step 8/23 : COPY . . [2021-01-10T00:41:53.244Z] ---> Running in 149a7a01f0af [2021-01-10T00:41:53.542Z] Removing intermediate container e0f5b7dda13f [2021-01-10T00:41:53.542Z] ---> 6492e7b2389d [2021-01-10T00:41:53.542Z] Step 8/21 : COPY . . [2021-01-10T00:41:54.762Z] Removing intermediate container d6209ef6497c [2021-01-10T00:41:54.762Z] ---> c7163a6a61cf [2021-01-10T00:41:54.762Z] Step 8/21 : COPY . . [2021-01-10T00:42:02.073Z] Removing intermediate container 149a7a01f0af [2021-01-10T00:42:02.073Z] ---> fb969aed2a66 [2021-01-10T00:42:02.073Z] Step 8/22 : COPY . . [2021-01-10T00:42:19.238Z] Removing intermediate container 47e5e9a2b5fa [2021-01-10T00:42:19.238Z] ---> e4b50faa397c [2021-01-10T00:42:19.238Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-10T00:42:20.812Z] ---> Running in 9f0a8442fe6d [2021-01-10T00:42:38.895Z] Collecting docker-compose==1.23.2 [2021-01-10T00:42:38.895Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-10T00:42:38.895Z] ---> f642f55b3936 [2021-01-10T00:42:38.895Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-10T00:42:38.895Z] Collecting docopt<0.7,>=0.6.1 [2021-01-10T00:42:38.895Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-10T00:42:40.656Z] ---> Running in c3f0eeed35ad [2021-01-10T00:42:42.110Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-10T00:42:42.425Z] Collecting cached-property<2,>=1.2.0 [2021-01-10T00:42:42.425Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-10T00:42:42.703Z] ---> 6300bef4b2fa [2021-01-10T00:42:42.703Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-10T00:42:42.976Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-10T00:42:42.977Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-10T00:42:43.264Z] ---> fead8cf287a4 [2021-01-10T00:42:43.264Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-10T00:42:43.547Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-10T00:42:43.836Z] ---> Running in d58de315f27e [2021-01-10T00:42:43.836Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-10T00:42:43.836Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-10T00:42:43.836Z] ---> Running in cc3f07cf8074 [2021-01-10T00:42:44.432Z] ---> 883af742e8fd [2021-01-10T00:42:44.433Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-10T00:42:44.778Z] ---> Running in 019c47170473 [2021-01-10T00:42:44.778Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-10T00:42:44.778Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-10T00:42:45.420Z] Collecting jsonschema<3,>=2.5.1 [2021-01-10T00:42:45.420Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-10T00:42:45.420Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-10T00:42:45.706Z] Collecting texttable<0.10,>=0.9.0 [2021-01-10T00:42:45.707Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-10T00:42:45.983Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-10T00:42:46.277Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-10T00:42:46.564Z] Collecting docker<4.0,>=3.6.0 [2021-01-10T00:42:46.564Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-10T00:42:47.196Z] Collecting PyYAML<4,>=3.10 [2021-01-10T00:42:47.196Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-10T00:42:49.285Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-10T00:42:49.285Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-10T00:42:49.602Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-10T00:42:50.620Z] Collecting idna<2.8,>=2.5 [2021-01-10T00:42:50.620Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-10T00:42:50.620Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-10T00:42:50.934Z] Collecting docker-pycreds>=0.4.0 [2021-01-10T00:42:50.934Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-10T00:42:50.934Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-10T00:42:50.934Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-10T00:42:50.934Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-10T00:42:50.934Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-10T00:42:51.249Z] Installing collected packages: docopt, cached-property, urllib3, idna, requests, dockerpty, websocket-client, jsonschema, texttable, docker-pycreds, docker, PyYAML, docker-compose [2021-01-10T00:42:51.249Z] Running setup.py install for docopt: started [2021-01-10T00:42:52.983Z] Running setup.py install for docopt: finished with status 'done' [2021-01-10T00:42:52.983Z] Attempting uninstall: urllib3 [2021-01-10T00:42:52.983Z] Found existing installation: urllib3 1.25.9 [2021-01-10T00:42:52.983Z] Uninstalling urllib3-1.25.9: [2021-01-10T00:42:54.625Z] Successfully uninstalled urllib3-1.25.9 [2021-01-10T00:42:55.400Z] Attempting uninstall: idna [2021-01-10T00:42:55.400Z] Found existing installation: idna 2.9 [2021-01-10T00:42:55.400Z] Uninstalling idna-2.9: [2021-01-10T00:42:56.607Z] Successfully uninstalled idna-2.9 [2021-01-10T00:42:56.607Z] Attempting uninstall: requests [2021-01-10T00:42:56.607Z] Found existing installation: requests 2.23.0 [2021-01-10T00:42:56.607Z] Uninstalling requests-2.23.0: [2021-01-10T00:42:56.607Z] Successfully uninstalled requests-2.23.0 [2021-01-10T00:42:56.952Z] Running setup.py install for dockerpty: started [2021-01-10T00:42:58.938Z] gofmt -l . [2021-01-10T00:42:58.938Z] [ "`gofmt -l .`" = "" ] [2021-01-10T00:42:58.938Z] ./bin/test-go-mod-tidy.sh [2021-01-10T00:42:58.938Z] ./bin/test-attribution-txt.sh [2021-01-10T00:42:58.965Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-10T00:42:59.301Z] Running setup.py install for texttable: started [2021-01-10T00:43:00.434Z] Running setup.py install for texttable: finished with status 'done' [Pipeline] sh [2021-01-10T00:43:01.585Z] + ls -al . [2021-01-10T00:43:01.585Z] total 672 [2021-01-10T00:43:01.585Z] drwxrwxr-x 9 1001 1001 4096 Jan 10 00:43 . [2021-01-10T00:43:01.585Z] drwxr-xr-x 4 root root 4096 Jan 10 00:38 .. [2021-01-10T00:43:01.585Z] -rw-rw-r-- 1 1001 1001 11 Jan 10 00:36 .dockerignore [2021-01-10T00:43:01.585Z] drwxrwxr-x 8 1001 1001 4096 Jan 10 00:36 .git [2021-01-10T00:43:01.585Z] drwxrwxr-x 3 1001 1001 4096 Jan 10 00:36 .github [2021-01-10T00:43:01.585Z] -rw-rw-r-- 1 1001 1001 824 Jan 10 00:36 .gitignore [2021-01-10T00:43:01.585Z] -rw-rw-r-- 1 1001 1001 166 Jan 10 00:36 .sonarcloud.properties [2021-01-10T00:43:01.585Z] -rw-rw-r-- 1 1001 1001 3804 Jan 10 00:36 CONTRIBUTING.md [2021-01-10T00:43:01.585Z] -rw-rw-r-- 1 1001 1001 931 Jan 10 00:36 Dockerfile.build [2021-01-10T00:43:01.586Z] -rw-rw-r-- 1 1001 1001 863 Jan 10 00:36 Jenkinsfile [2021-01-10T00:43:01.586Z] -rw-rw-r-- 1 1001 1001 10775 Jan 10 00:36 LICENSE [2021-01-10T00:43:01.586Z] -rw-rw-r-- 1 1001 1001 5750 Jan 10 00:36 Makefile [2021-01-10T00:43:01.586Z] -rw-rw-r-- 1 1001 1001 6524 Jan 10 00:36 README.md [2021-01-10T00:43:01.586Z] -rw-rw-r-- 1 1001 1001 6744 Jan 10 00:36 SECURITY.md [2021-01-10T00:43:01.586Z] -rw-rw-r-- 1 1001 1001 5 Jan 10 00:32 VERSION [2021-01-10T00:43:01.586Z] -rw-rw-r-- 1 1001 1001 4131 Jan 10 00:36 ZMQWindows.md [2021-01-10T00:43:01.586Z] drwxrwxr-x 2 1001 1001 4096 Jan 10 00:36 bin [2021-01-10T00:43:01.586Z] drwxrwxr-x 14 1001 1001 4096 Jan 10 00:36 cmd [2021-01-10T00:43:01.586Z] -rw-r--r-- 1 root root 545099 Jan 10 00:41 coverage.out [2021-01-10T00:43:01.586Z] -rw-r--r-- 1 root root 979 Jan 10 00:42 go.mod [2021-01-10T00:43:01.586Z] -rw-r--r-- 1 root root 19019 Jan 10 00:42 go.sum [2021-01-10T00:43:01.586Z] drwxrwxr-x 8 1001 1001 4096 Jan 10 00:36 internal [2021-01-10T00:43:01.586Z] drwxrwxr-x 4 1001 1001 4096 Jan 10 00:36 openapi [2021-01-10T00:43:01.586Z] drwxrwxr-x 4 1001 1001 4096 Jan 10 00:36 snap [2021-01-10T00:43:01.586Z] -rw-rw-r-- 1 1001 1001 168 Jan 10 00:36 version.go [Pipeline] sh [2021-01-10T00:43:02.246Z] + '[' -e coverage.out ] [2021-01-10T00:43:02.246Z] + chown 1001:1001 coverage.out [2021-01-10T00:43:02.254Z] Running setup.py install for PyYAML: started [Pipeline] stash [2021-01-10T00:43:02.319Z] Warning: overwriting stash ‘coverage-report’ [2021-01-10T00:43:03.527Z] Stashed 1 file(s) [Pipeline] sh [2021-01-10T00:43:03.909Z] + make build [2021-01-10T00:43:03.976Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-10T00:43:04.193Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-10T00:43:04.804Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-10T00:43:13.584Z] Removing intermediate container 9f0a8442fe6d [2021-01-10T00:43:13.584Z] ---> cfccd4bce9a0 [2021-01-10T00:43:13.584Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-10T00:43:13.584Z] ---> Running in f98bfcf89144 [2021-01-10T00:43:14.607Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T00:43:14.941Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T00:43:15.298Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-10T00:43:15.298Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-10T00:43:15.606Z] (3/3) Installing curl (7.69.1-r3) [2021-01-10T00:43:15.606Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T00:43:15.606Z] OK: 72 MiB in 58 packages [2021-01-10T00:43:19.165Z] Removing intermediate container f98bfcf89144 [2021-01-10T00:43:19.165Z] ---> f516998d9de3 [2021-01-10T00:43:19.165Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-10T00:43:19.165Z] ---> Running in 488bc468d9f8 [2021-01-10T00:43:19.376Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-10T00:43:21.239Z] Removing intermediate container 488bc468d9f8 [2021-01-10T00:43:21.239Z] ---> 0d827d42ea9b [2021-01-10T00:43:21.239Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-10T00:43:21.239Z] ---> Running in 79cde2261fb6 [2021-01-10T00:43:22.348Z] Removing intermediate container 79cde2261fb6 [2021-01-10T00:43:22.348Z] ---> 29ab44316ac2 [2021-01-10T00:43:22.348Z] Step 24/26 : LABEL arch=x86_64 [2021-01-10T00:43:22.348Z] ---> Running in a8dd26341219 [2021-01-10T00:43:23.022Z] Removing intermediate container a8dd26341219 [2021-01-10T00:43:23.022Z] ---> f839a1192258 [2021-01-10T00:43:23.022Z] Step 25/26 : LABEL git_sha=b7fffbd951ede11e92d5e8b19c721f82551a4734 [2021-01-10T00:43:23.022Z] ---> Running in 1533f74247f3 [2021-01-10T00:43:23.660Z] Removing intermediate container 1533f74247f3 [2021-01-10T00:43:23.660Z] ---> 01f0a320dcb8 [2021-01-10T00:43:23.660Z] Step 26/26 : LABEL version=0.0.0 [2021-01-10T00:43:23.660Z] ---> Running in d2f519ee9970 [2021-01-10T00:43:24.689Z] Removing intermediate container d2f519ee9970 [2021-01-10T00:43:24.690Z] ---> ce7a0f475c83 [2021-01-10T00:43:24.690Z] [2021-01-10T00:43:24.690Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-10T00:43:24.992Z] Successfully built ce7a0f475c83 [2021-01-10T00:43:24.992Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-10T00:43:33.540Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container cc3f07cf8074 [2021-01-10T00:43:33.540Z] ---> 4c27c830158a [2021-01-10T00:43:33.540Z] [2021-01-10T00:43:33.540Z] Step 10/21 : FROM scratch [2021-01-10T00:43:33.540Z] ---> [2021-01-10T00:43:33.540Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-10T00:43:35.247Z] ---> Using cache [2021-01-10T00:43:35.247Z] ---> f3582e324085 [2021-01-10T00:43:35.247Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-10T00:43:38.700Z] ---> Running in a731c4488293 [2021-01-10T00:43:38.700Z] Removing intermediate container a731c4488293 [2021-01-10T00:43:38.700Z] ---> 6a2ecdb1ceb8 [2021-01-10T00:43:38.700Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-10T00:43:38.700Z] Removing intermediate container d58de315f27e [2021-01-10T00:43:38.700Z] ---> 0e66ec2871f8 [2021-01-10T00:43:38.700Z] [2021-01-10T00:43:38.700Z] Step 10/21 : FROM alpine:3.12 [2021-01-10T00:43:38.700Z] ---> 389fef711851 [2021-01-10T00:43:38.700Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-10T00:43:38.700Z] ---> Running in 4f18b84b75e3 [2021-01-10T00:43:38.700Z] ---> Running in b306aa4d34fe [2021-01-10T00:43:39.313Z] Removing intermediate container 4f18b84b75e3 [2021-01-10T00:43:39.313Z] ---> 644dd919f48f [2021-01-10T00:43:39.313Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-10T00:43:40.326Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T00:43:40.614Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T00:43:40.614Z] ---> 54e5b3820012 [2021-01-10T00:43:40.614Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-10T00:43:40.887Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-10T00:43:40.887Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-10T00:43:40.887Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-10T00:43:40.887Z] (4/4) Installing curl (7.69.1-r3) [2021-01-10T00:43:40.887Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T00:43:41.189Z] Executing ca-certificates-20191127-r4.trigger [2021-01-10T00:43:41.189Z] OK: 7 MiB in 18 packages [2021-01-10T00:43:41.867Z] Removing intermediate container 019c47170473 [2021-01-10T00:43:41.867Z] ---> 2d5dd56fc51f [2021-01-10T00:43:41.867Z] [2021-01-10T00:43:41.867Z] Step 10/22 : FROM scratch [2021-01-10T00:43:41.867Z] ---> [2021-01-10T00:43:41.867Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-10T00:43:42.184Z] ---> Using cache [2021-01-10T00:43:42.184Z] ---> f3582e324085 [2021-01-10T00:43:42.184Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-10T00:43:42.184Z] ---> 9c1fc4759fb6 [2021-01-10T00:43:42.184Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-10T00:43:42.454Z] ---> Running in 4a16de4662af [2021-01-10T00:43:43.890Z] Removing intermediate container b306aa4d34fe [2021-01-10T00:43:43.890Z] ---> af88822db604 [2021-01-10T00:43:43.890Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-10T00:43:44.174Z] ---> eec9768906c8 [2021-01-10T00:43:44.174Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-10T00:43:44.447Z] Removing intermediate container 4a16de4662af [2021-01-10T00:43:44.447Z] ---> d1ca8a721c80 [2021-01-10T00:43:44.447Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-10T00:43:45.416Z] ---> Running in 4ad658db41c0 [2021-01-10T00:43:45.416Z] ---> Running in 50eb84152290 [2021-01-10T00:43:45.416Z] ---> Running in c36683032715 [2021-01-10T00:43:45.705Z] Removing intermediate container c3f0eeed35ad [2021-01-10T00:43:45.705Z] ---> 058a6be3c028 [2021-01-10T00:43:45.705Z] [2021-01-10T00:43:45.705Z] Step 10/23 : FROM alpine:3.12 [2021-01-10T00:43:45.705Z] ---> 389fef711851 [2021-01-10T00:43:45.705Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-10T00:43:45.705Z] ---> Running in 322c69962aac [2021-01-10T00:43:45.705Z] Removing intermediate container c36683032715 [2021-01-10T00:43:45.705Z] ---> 4548feac382c [2021-01-10T00:43:45.705Z] Step 14/22 : WORKDIR / [2021-01-10T00:43:45.992Z] Removing intermediate container 50eb84152290 [2021-01-10T00:43:45.992Z] ---> c8d6e8babeb3 [2021-01-10T00:43:45.992Z] Step 13/21 : WORKDIR /edgex [2021-01-10T00:43:45.992Z] Removing intermediate container 4ad658db41c0 [2021-01-10T00:43:45.992Z] ---> e58445ed75d9 [2021-01-10T00:43:45.992Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-10T00:43:45.992Z] ---> Running in 5aa257120177 [2021-01-10T00:43:45.992Z] ---> Running in ec685ea88551 [2021-01-10T00:43:45.992Z] ---> Running in 386d0b8e6073 [2021-01-10T00:43:46.289Z] Removing intermediate container 322c69962aac [2021-01-10T00:43:46.289Z] ---> 2d2f1cd29384 [2021-01-10T00:43:46.289Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-10T00:43:46.289Z] ---> Running in a30eb8c90a84 [2021-01-10T00:43:46.289Z] Removing intermediate container 5aa257120177 [2021-01-10T00:43:46.289Z] ---> 5229faff551e [2021-01-10T00:43:46.289Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-10T00:43:46.289Z] Removing intermediate container 386d0b8e6073 [2021-01-10T00:43:46.289Z] ---> f73d90adc763 [2021-01-10T00:43:46.289Z] Step 19/21 : LABEL arch=x86_64 [2021-01-10T00:43:46.583Z] Removing intermediate container ec685ea88551 [2021-01-10T00:43:46.583Z] ---> 767d8a93e523 [2021-01-10T00:43:46.583Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-10T00:43:46.583Z] ---> Running in 3198e0998089 [2021-01-10T00:43:46.865Z] Removing intermediate container a30eb8c90a84 [2021-01-10T00:43:46.865Z] ---> 2120e710bb57 [2021-01-10T00:43:46.865Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-10T00:43:47.157Z] ---> Running in 782a0d56f447 [2021-01-10T00:43:47.157Z] Removing intermediate container 3198e0998089 [2021-01-10T00:43:47.157Z] ---> 45eaafba198e [2021-01-10T00:43:47.157Z] Step 20/21 : LABEL git_sha=b7fffbd951ede11e92d5e8b19c721f82551a4734 [2021-01-10T00:43:47.157Z] ---> f8eed1627de7 [2021-01-10T00:43:47.157Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-10T00:43:47.157Z] ---> 7f52e0a5c9e0 [2021-01-10T00:43:47.157Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-10T00:43:47.157Z] ---> Running in b74c0f563f41 [2021-01-10T00:43:47.444Z] Removing intermediate container 782a0d56f447 [2021-01-10T00:43:47.444Z] ---> b6f3b71876ec [2021-01-10T00:43:47.444Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:43:48.063Z] ---> Running in 2f8b640582e7 [2021-01-10T00:43:48.063Z] ---> 54da9a44dff3 [2021-01-10T00:43:48.063Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-10T00:43:48.063Z] ---> ae558472167e [2021-01-10T00:43:48.063Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-10T00:43:48.063Z] Removing intermediate container b74c0f563f41 [2021-01-10T00:43:48.063Z] ---> 94860e6f43e7 [2021-01-10T00:43:48.063Z] Step 21/21 : LABEL version=0.0.0 [2021-01-10T00:43:48.338Z] ---> Running in 2c56a53dfd26 [2021-01-10T00:43:48.933Z] ---> 1dd20f07082a [2021-01-10T00:43:48.933Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-10T00:43:48.933Z] Removing intermediate container 2c56a53dfd26 [2021-01-10T00:43:48.933Z] ---> 7e88234d5ca3 [2021-01-10T00:43:48.933Z] [2021-01-10T00:43:48.933Z] ---> Running in b724cec697c4 [2021-01-10T00:43:48.933Z] ---> 380bb8121893 [2021-01-10T00:43:48.933Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-10T00:43:49.520Z] Successfully built 7e88234d5ca3 [2021-01-10T00:43:50.518Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-10T00:43:50.518Z]  Building docker-support-scheduler-go ... done  ---> Running in 358e58cca7de [2021-01-10T00:43:50.518Z] Removing intermediate container b724cec697c4 [2021-01-10T00:43:50.518Z] ---> 7fd0901fe817 [2021-01-10T00:43:50.518Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-10T00:43:50.787Z] ---> Running in dcb8db29ee07 [2021-01-10T00:43:51.061Z] Removing intermediate container 358e58cca7de [2021-01-10T00:43:51.061Z] ---> 31dbf67ae5c4 [2021-01-10T00:43:51.061Z] Step 18/21 : CMD ["--init=true"] [2021-01-10T00:43:51.061Z] Removing intermediate container 2f8b640582e7 [2021-01-10T00:43:51.061Z] ---> 35f04ed28ff0 [2021-01-10T00:43:51.061Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-10T00:43:51.061Z] Removing intermediate container dcb8db29ee07 [2021-01-10T00:43:51.061Z] ---> 10d1f8e83999 [2021-01-10T00:43:51.061Z] Step 20/22 : LABEL arch=x86_64 [2021-01-10T00:43:51.061Z] ---> Running in 969be9981968 [2021-01-10T00:43:51.061Z] ---> Running in c38c35d1a6ab [2021-01-10T00:43:51.061Z] ---> Running in 8b732531cea1 [2021-01-10T00:43:51.350Z] Removing intermediate container 969be9981968 [2021-01-10T00:43:51.350Z] ---> 628f61dc5682 [2021-01-10T00:43:51.350Z] Step 19/21 : LABEL arch=x86_64 [2021-01-10T00:43:51.350Z] Removing intermediate container 8b732531cea1 [2021-01-10T00:43:51.350Z] ---> 898d5999abe2 [2021-01-10T00:43:51.350Z] Step 21/22 : LABEL git_sha=b7fffbd951ede11e92d5e8b19c721f82551a4734 [2021-01-10T00:43:51.621Z] ---> Running in a19ee97920a8 [2021-01-10T00:43:51.621Z] ---> Running in 87a91c711204 [2021-01-10T00:43:51.805Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-10T00:43:51.927Z] Removing intermediate container a19ee97920a8 [2021-01-10T00:43:51.927Z] ---> 648b056b4835 [2021-01-10T00:43:51.927Z] Step 20/21 : LABEL git_sha=b7fffbd951ede11e92d5e8b19c721f82551a4734 [2021-01-10T00:43:51.927Z] Removing intermediate container 87a91c711204 [2021-01-10T00:43:51.927Z] ---> 1a1aa31cdae8 [2021-01-10T00:43:51.927Z] Step 22/22 : LABEL version=0.0.0 [2021-01-10T00:43:51.927Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T00:43:51.927Z] ---> Running in 6bee59907256 [2021-01-10T00:43:51.927Z] ---> Running in 3ed48883304d [2021-01-10T00:43:52.199Z] Removing intermediate container 6bee59907256 [2021-01-10T00:43:52.199Z] ---> eb1735d66e8c [2021-01-10T00:43:52.199Z] Step 21/21 : LABEL version=0.0.0 [2021-01-10T00:43:52.199Z] Removing intermediate container 3ed48883304d [2021-01-10T00:43:52.199Z] ---> 9524c150eede [2021-01-10T00:43:52.199Z] [2021-01-10T00:43:52.199Z] ---> Running in ddf3ce5da850 [2021-01-10T00:43:52.487Z] Successfully built 9524c150eede [2021-01-10T00:43:52.487Z] Successfully tagged docker-core-metadata-go:latest [2021-01-10T00:43:52.487Z]  Building docker-core-metadata-go ... done Removing intermediate container ddf3ce5da850 [2021-01-10T00:43:52.487Z] ---> 719bac988169 [2021-01-10T00:43:52.487Z] [2021-01-10T00:43:52.771Z] Successfully built 719bac988169 [2021-01-10T00:43:53.045Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-10T00:43:53.246Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-10T00:43:53.320Z]  Building docker-security-proxy-setup-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T00:43:54.745Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-10T00:43:54.745Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-10T00:43:54.745Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-10T00:43:55.343Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-10T00:43:55.609Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-10T00:43:55.880Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T00:43:55.880Z] OK: 8 MiB in 19 packages [2021-01-10T00:43:56.890Z] Removing intermediate container c38c35d1a6ab [2021-01-10T00:43:56.890Z] ---> 6c2f4764e2fe [2021-01-10T00:43:56.890Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-10T00:43:57.488Z] ---> 5b341291ac8e [2021-01-10T00:43:57.488Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-10T00:43:58.550Z] ---> fe8eb590843e [2021-01-10T00:43:58.550Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-10T00:43:58.822Z] ---> ad7711f05b05 [2021-01-10T00:43:58.822Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-10T00:43:59.090Z] ---> Running in 9dcd242b9ded [2021-01-10T00:43:59.361Z] Removing intermediate container 9dcd242b9ded [2021-01-10T00:43:59.361Z] ---> 4c5518c26267 [2021-01-10T00:43:59.361Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-10T00:43:59.361Z] ---> Running in 47a480e23b1b [2021-01-10T00:43:59.651Z] Removing intermediate container 47a480e23b1b [2021-01-10T00:43:59.651Z] ---> a8d845bbee31 [2021-01-10T00:43:59.651Z] Step 21/23 : LABEL arch=x86_64 [2021-01-10T00:43:59.918Z] ---> Running in 31093b437e5d [2021-01-10T00:43:59.976Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-10T00:44:00.183Z] Removing intermediate container 31093b437e5d [2021-01-10T00:44:00.183Z] ---> f8c798f1ee3f [2021-01-10T00:44:00.183Z] Step 22/23 : LABEL git_sha=b7fffbd951ede11e92d5e8b19c721f82551a4734 [2021-01-10T00:44:00.183Z] ---> Running in d6f521caf14b [2021-01-10T00:44:00.451Z] Removing intermediate container d6f521caf14b [2021-01-10T00:44:00.451Z] ---> f67675cca953 [2021-01-10T00:44:00.451Z] Step 23/23 : LABEL version=0.0.0 [2021-01-10T00:44:00.451Z] ---> Running in d64629115b4a [2021-01-10T00:44:00.720Z] Removing intermediate container d64629115b4a [2021-01-10T00:44:00.721Z] ---> aa665e7d20e8 [2021-01-10T00:44:00.721Z] [2021-01-10T00:44:00.955Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-10T00:44:00.988Z] Successfully built aa665e7d20e8 [2021-01-10T00:44:00.988Z] Successfully tagged docker-core-data-go:latest [2021-01-10T00:44:02.993Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-10T00:44:03.087Z] $ docker stop --time=1 18df2df3b9182693f30b1444b4b9d21f0a7c63b2b429c6aece25d2257e8fbf82 [2021-01-10T00:44:05.290Z] $ docker rm -f 18df2df3b9182693f30b1444b4b9d21f0a7c63b2b429c6aece25d2257e8fbf82 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-10T00:44:06.097Z] + docker images [2021-01-10T00:44:06.097Z] + grep docker [2021-01-10T00:44:06.370Z] docker-core-data-go latest aa665e7d20e8 6 seconds ago 22.3MB [2021-01-10T00:44:06.370Z] docker-security-proxy-setup-go latest 719bac988169 14 seconds ago 24.5MB [2021-01-10T00:44:06.370Z] docker-core-metadata-go latest 9524c150eede 14 seconds ago 13MB [2021-01-10T00:44:06.370Z] docker-support-scheduler-go latest 7e88234d5ca3 18 seconds ago 10.7MB [2021-01-10T00:44:06.370Z] docker-sys-mgmt-agent-go latest ce7a0f475c83 42 seconds ago 313MB [2021-01-10T00:44:06.370Z] docker-security-secretstore-setup-go latest b518f8a094d1 2 minutes ago 24.6MB [2021-01-10T00:44:06.370Z] docker-security-bootstrap-redis-go latest bd98698a89dd 2 minutes ago 15.8MB [2021-01-10T00:44:06.370Z] docker-support-notifications-go latest 6ac4b94b1556 3 minutes ago 12MB [2021-01-10T00:44:06.370Z] docker-core-command-go latest 0c2c2ae8de36 3 minutes ago 10.6MB [2021-01-10T00:44:06.370Z] docker 20.10.0 aefe523efa57 4 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-10T00:44:07.694Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-10T00:44:14.506Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-10T00:44:19.912Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-10T00:44:22.309Z] Still waiting to schedule task [2021-01-10T00:44:22.309Z] Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ [2021-01-10T00:44:24.228Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-10T00:44:28.533Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-10T00:44:31.906Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2021-01-10T00:44:36.211Z] $ docker stop --time=1 91be791afa212bb4e0dd60243f02b217fcd4331ab817bf5ba8458acaa457dc6c [2021-01-10T00:44:38.559Z] $ docker rm -f 91be791afa212bb4e0dd60243f02b217fcd4331ab817bf5ba8458acaa457dc6c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-10T00:44:40.684Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-10T00:44:40.684Z] [2021-01-10T00:44:40.684Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-10T00:44:41.081Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-10T00:44:41.364Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-10T00:44:41.364Z] 29e5d40040c1: Pulling fs layer [2021-01-10T00:44:41.364Z] 1ce36da41761: Pulling fs layer [2021-01-10T00:44:41.364Z] 25b303627fd3: Pulling fs layer [2021-01-10T00:44:41.967Z] 29e5d40040c1: Verifying Checksum [2021-01-10T00:44:41.967Z] 29e5d40040c1: Download complete [2021-01-10T00:44:42.245Z] 1ce36da41761: Verifying Checksum [2021-01-10T00:44:42.245Z] 1ce36da41761: Download complete [2021-01-10T00:44:42.522Z] 29e5d40040c1: Pull complete [2021-01-10T00:44:43.954Z] 1ce36da41761: Pull complete [2021-01-10T00:44:44.545Z] 25b303627fd3: Download complete [2021-01-10T00:44:54.713Z] 25b303627fd3: Pull complete [2021-01-10T00:44:54.713Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-10T00:44:54.713Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-10T00:44:54.713Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-10T00:44:55.019Z] prd-ubuntu18.04-docker-arm64-4c-16g-19297 does not seem to be running inside a container [2021-01-10T00:44:55.098Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-10T00:44:58.507Z] $ docker top f9b6ec7b5454c0283e20f4d286b33a8a26860c0ae844d5efd39a2a3abe59d47e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-10T00:44:59.507Z] + docker-compose build --help [2021-01-10T00:44:59.507Z] + grep parallel [2021-01-10T00:45:04.923Z] --parallel Build images in parallel. [Pipeline] } [2021-01-10T00:45:04.951Z] $ docker stop --time=1 f9b6ec7b5454c0283e20f4d286b33a8a26860c0ae844d5efd39a2a3abe59d47e [2021-01-10T00:45:06.905Z] $ docker rm -f f9b6ec7b5454c0283e20f4d286b33a8a26860c0ae844d5efd39a2a3abe59d47e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-10T00:45:07.817Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-10T00:45:07.818Z] . [Pipeline] withDockerContainer [2021-01-10T00:45:08.133Z] prd-ubuntu18.04-docker-arm64-4c-16g-19297 does not seem to be running inside a container [2021-01-10T00:45:08.219Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-10T00:45:09.691Z] $ docker top dbd76310b255e41665cb959d513b381f5f8fc500f88ed2558dd58bee22ee4db8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-10T00:45:10.733Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-10T00:45:17.448Z] Building docker-core-command-go ... [2021-01-10T00:45:17.448Z] Building docker-core-data-go ... [2021-01-10T00:45:17.448Z] Building docker-core-metadata-go ... [2021-01-10T00:45:17.448Z] Building docker-security-bootstrap-redis-go ... [2021-01-10T00:45:17.448Z] Building docker-security-proxy-setup-go ... [2021-01-10T00:45:17.448Z] Building docker-security-secretstore-setup-go ... [2021-01-10T00:45:17.448Z] Building docker-support-notifications-go ... [2021-01-10T00:45:17.448Z] Building docker-support-scheduler-go ... [2021-01-10T00:45:17.448Z] Building docker-sys-mgmt-agent-go ... [2021-01-10T00:45:17.448Z] Building docker-security-bootstrap-redis-go [2021-01-10T00:45:17.448Z] Building docker-core-command-go [2021-01-10T00:45:17.448Z] Building docker-support-notifications-go [2021-01-10T00:45:17.448Z] Building docker-support-scheduler-go [2021-01-10T00:45:17.448Z] Building docker-core-metadata-go [2021-01-10T00:46:26.033Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:46:26.033Z] [2021-01-10T00:46:26.033Z] Step 2/24 : FROM ${BUILDER_BASE} AS builderStep 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:46:26.033Z] ---> 026a51739377 [2021-01-10T00:46:26.033Z] [2021-01-10T00:46:26.033Z] ---> 026a51739377 [2021-01-10T00:46:26.033Z] Step 3/21 : WORKDIR /edgex-go [2021-01-10T00:46:26.033Z] Step 3/24 : WORKDIR /edgex-go [2021-01-10T00:46:26.033Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:46:26.033Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:46:26.033Z] ---> 026a51739377 [2021-01-10T00:46:26.033Z] Step 3/22 : WORKDIR /edgex-go [2021-01-10T00:46:26.033Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:46:26.033Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:46:26.033Z] ---> 026a51739377 [2021-01-10T00:46:26.033Z] Step 3/22 : WORKDIR /edgex-go [2021-01-10T00:46:26.033Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:46:26.033Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:46:26.033Z] ---> 026a51739377 [2021-01-10T00:46:26.033Z] Step 3/22 : WORKDIR /edgex-go [2021-01-10T00:46:30.357Z] ---> Running in ebdcdfadd932 [2021-01-10T00:46:30.357Z] ---> Running in 47bb26abd20f [2021-01-10T00:46:30.357Z] ---> Running in 970add0c5ab7 [2021-01-10T00:46:30.357Z] ---> Running in 0e7b89037422 [2021-01-10T00:46:30.357Z] ---> Running in 443b829ae3b5 [2021-01-10T00:46:30.971Z] Removing intermediate container ebdcdfadd932 [2021-01-10T00:46:30.971Z] ---> c7ac920dedca [2021-01-10T00:46:30.971Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:46:30.971Z] Removing intermediate container 0e7b89037422 [2021-01-10T00:46:30.971Z] ---> d25f949b1d58 [2021-01-10T00:46:30.971Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:46:31.247Z] Removing intermediate container 47bb26abd20f [2021-01-10T00:46:31.247Z] ---> 3831839b1000 [2021-01-10T00:46:31.247Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:46:31.247Z] Removing intermediate container 970add0c5ab7 [2021-01-10T00:46:31.247Z] ---> c1f30a42576e [2021-01-10T00:46:31.247Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:46:31.247Z] Removing intermediate container 443b829ae3b5 [2021-01-10T00:46:31.247Z] ---> 79b28f5b2d02 [2021-01-10T00:46:31.247Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:46:31.525Z] ---> Running in 6b180a16a06c [2021-01-10T00:46:31.525Z] ---> Running in 5d0b5b77989d [2021-01-10T00:46:31.801Z] ---> Running in 728a50891e24 [2021-01-10T00:46:31.801Z] ---> Running in fa4d6417ccd4 [2021-01-10T00:46:31.801Z] ---> Running in 0b2cf27c6415 [2021-01-10T00:46:36.187Z] Removing intermediate container 6b180a16a06c [2021-01-10T00:46:36.187Z] ---> 4c31729df6c6 [2021-01-10T00:46:36.187Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-10T00:46:36.187Z] Removing intermediate container 5d0b5b77989d [2021-01-10T00:46:36.187Z] ---> d40af328160e [2021-01-10T00:46:36.187Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-10T00:46:36.187Z] ---> Running in 7c833707e294 [2021-01-10T00:46:36.461Z] ---> Running in 1264593ffa64 [2021-01-10T00:46:36.740Z] Removing intermediate container fa4d6417ccd4 [2021-01-10T00:46:36.740Z] ---> 04be45ca213b [2021-01-10T00:46:36.740Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-10T00:46:36.740Z] Removing intermediate container 728a50891e24 [2021-01-10T00:46:36.740Z] ---> 491c27c0ce48 [2021-01-10T00:46:36.740Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-10T00:46:36.740Z] Removing intermediate container 0b2cf27c6415 [2021-01-10T00:46:36.740Z] ---> 048ca0924021 [2021-01-10T00:46:36.740Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-10T00:46:37.028Z] ---> Running in 7cfeb7c7ec9a [2021-01-10T00:46:37.028Z] ---> Running in 3b0277341711 [2021-01-10T00:46:37.318Z] ---> Running in f0c068a1d210 [2021-01-10T00:46:38.334Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T00:46:38.610Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T00:46:39.204Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T00:46:39.204Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T00:46:39.204Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T00:46:39.798Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T00:46:40.390Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T00:46:40.662Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T00:46:40.663Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T00:46:40.934Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T00:46:41.917Z] OK: 217 MiB in 51 packages [2021-01-10T00:46:42.900Z] OK: 217 MiB in 51 packages [2021-01-10T00:46:43.179Z] OK: 217 MiB in 51 packages [2021-01-10T00:46:43.179Z] Removing intermediate container 7c833707e294 [2021-01-10T00:46:43.179Z] ---> 623e36b466ab [2021-01-10T00:46:43.179Z] Step 6/21 : COPY go.mod . [2021-01-10T00:46:43.457Z] OK: 217 MiB in 51 packages [2021-01-10T00:46:43.457Z] OK: 217 MiB in 51 packages [2021-01-10T00:46:44.902Z] ---> 76b3557d95b9 [2021-01-10T00:46:44.902Z] Step 7/21 : RUN go mod download [2021-01-10T00:46:44.902Z] Removing intermediate container 3b0277341711 [2021-01-10T00:46:44.902Z] ---> 2911330dc5d4 [2021-01-10T00:46:44.902Z] Step 6/22 : COPY go.mod . [2021-01-10T00:46:44.902Z] ---> Running in f6fa17f1dfc4 [2021-01-10T00:46:45.501Z] Removing intermediate container f0c068a1d210 [2021-01-10T00:46:45.501Z] ---> 9f0ec390d5d5 [2021-01-10T00:46:45.501Z] Step 6/22 : COPY go.mod . [2021-01-10T00:46:45.774Z] Removing intermediate container 1264593ffa64 [2021-01-10T00:46:45.774Z] ---> f96dd4c64faa [2021-01-10T00:46:45.774Z] Step 6/24 : COPY go.mod . [2021-01-10T00:46:45.774Z] ---> 66f324c1eb75 [2021-01-10T00:46:45.774Z] Step 7/22 : RUN go mod download [2021-01-10T00:46:46.051Z] Removing intermediate container 7cfeb7c7ec9a [2021-01-10T00:46:46.051Z] ---> ecff110e3970 [2021-01-10T00:46:46.051Z] Step 6/22 : COPY go.mod . [2021-01-10T00:46:46.051Z] ---> Running in 2ae5517132cf [2021-01-10T00:46:46.660Z] ---> 6937f75eb0fa [2021-01-10T00:46:46.660Z] Step 7/22 : RUN go mod download [2021-01-10T00:46:46.937Z] ---> f56527f8e219 [2021-01-10T00:46:46.937Z] Step 7/24 : RUN go mod download [2021-01-10T00:46:46.937Z] ---> Running in 026249eccafe [2021-01-10T00:46:47.208Z] ---> ceb05bac2a15 [2021-01-10T00:46:47.208Z] Step 7/22 : RUN go mod download [2021-01-10T00:46:47.208Z] ---> Running in ec3909372a43 [2021-01-10T00:46:47.484Z] ---> Running in 9c52b5db5f76 [2021-01-10T00:46:48.931Z] Removing intermediate container f6fa17f1dfc4 [2021-01-10T00:46:48.931Z] ---> 48f537a5baeb [2021-01-10T00:46:48.931Z] Step 8/21 : COPY . . [2021-01-10T00:46:50.388Z] Removing intermediate container 2ae5517132cf [2021-01-10T00:46:50.388Z] ---> ae2c1a77fdbc [2021-01-10T00:46:50.388Z] Step 8/22 : COPY . . [2021-01-10T00:46:52.386Z] Removing intermediate container 026249eccafe [2021-01-10T00:46:52.386Z] ---> 100fbfa422b7 [2021-01-10T00:46:52.386Z] Step 8/22 : COPY . . [2021-01-10T00:46:52.988Z] Removing intermediate container ec3909372a43 [2021-01-10T00:46:52.988Z] ---> 64635bb394ac [2021-01-10T00:46:52.988Z] Step 8/24 : COPY . . [2021-01-10T00:46:52.988Z] Removing intermediate container 9c52b5db5f76 [2021-01-10T00:46:52.988Z] ---> 54d37eb3fa81 [2021-01-10T00:46:52.988Z] Step 8/22 : COPY . . [2021-01-10T00:47:15.158Z] ---> 078c36d25d30 [2021-01-10T00:47:15.158Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-10T00:47:15.158Z] ---> 847766457f25 [2021-01-10T00:47:15.158Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-10T00:47:15.158Z] ---> 92764ade23d1 [2021-01-10T00:47:15.158Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-10T00:47:15.158Z] ---> e310725b2fa0 [2021-01-10T00:47:15.158Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-10T00:47:15.158Z] ---> Running in bcf3c0840dcc [2021-01-10T00:47:15.158Z] ---> Running in bbd700b41d71 [2021-01-10T00:47:15.158Z] ---> Running in cf99fe0d9906 [2021-01-10T00:47:15.158Z] ---> f03f6ee76367 [2021-01-10T00:47:15.158Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-10T00:47:15.432Z] ---> Running in 0e8bcb35a072 [2021-01-10T00:47:15.432Z] ---> Running in ba19330b3850 [2021-01-10T00:47:17.425Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-10T00:47:17.703Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-10T00:47:17.703Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-10T00:47:17.979Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-10T00:47:17.979Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-10T00:47:49.222Z] Running on prd-ubuntu18.04-docker-8c-8g-19308 in /w/workspace/edgexfoundry_edgex-go_PR-3001 [Pipeline] { [Pipeline] ws [2021-01-10T00:47:49.279Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-01-10T00:47:51.506Z] using credential edgex-jenkins-ssh [2021-01-10T00:47:51.585Z] Cloning the remote Git repository [2021-01-10T00:47:51.610Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-10T00:47:51.680Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-01-10T00:47:51.716Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-10T00:47:51.716Z] > git --version # timeout=10 [2021-01-10T00:47:51.723Z] > git --version # 'git version 2.17.1' [2021-01-10T00:47:51.724Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-10T00:47:51.754Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-10T00:48:01.747Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-10T00:48:01.757Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-10T00:48:01.769Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-10T00:48:01.783Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-10T00:48:01.783Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-10T00:48:01.788Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3001/head:refs/remotes/origin/PR-3001 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-10T00:48:02.805Z] Merging remotes/origin/master commit 310fcf068b6662a9a98c00381981ed5406e42392 into PR head commit 502fe876c1df51de9bce13ca4f84d605168e4657 [2021-01-10T00:48:02.983Z] Merge succeeded, producing 1a8b52eeb59fd5726a8fb28c835cf628dfbbfb71 [2021-01-10T00:48:02.983Z] Checking out Revision 1a8b52eeb59fd5726a8fb28c835cf628dfbbfb71 (PR-3001) [2021-01-10T00:48:02.814Z] > git config core.sparsecheckout # timeout=10 [2021-01-10T00:48:02.818Z] > git checkout -f 502fe876c1df51de9bce13ca4f84d605168e4657 # timeout=10 [2021-01-10T00:48:02.888Z] > git remote # timeout=10 [2021-01-10T00:48:02.895Z] > git config --get remote.origin.url # timeout=10 [2021-01-10T00:48:02.909Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-10T00:48:02.912Z] > git merge 310fcf068b6662a9a98c00381981ed5406e42392 # timeout=10 [2021-01-10T00:48:02.977Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-10T00:48:02.986Z] > git config core.sparsecheckout # timeout=10 [2021-01-10T00:48:02.992Z] > git checkout -f 1a8b52eeb59fd5726a8fb28c835cf628dfbbfb71 # timeout=10 [2021-01-10T00:48:06.668Z] Commit message: "Merge commit '310fcf068b6662a9a98c00381981ed5406e42392' into HEAD" [2021-01-10T00:48:06.672Z] > git rev-list --no-walk 502fe876c1df51de9bce13ca4f84d605168e4657 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-10T00:48:07.810Z] + echo snap-build.sh [2021-01-10T00:48:07.810Z] snap-build.sh [2021-01-10T00:48:07.810Z] + SNAP_BASE_DIR=. [2021-01-10T00:48:07.810Z] + '[' '!' -z /w/workspace/edgex-go/4 ']' [2021-01-10T00:48:07.810Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/4 [2021-01-10T00:48:07.810Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' [2021-01-10T00:48:07.810Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/4] [2021-01-10T00:48:07.810Z] + cd /w/workspace/edgex-go/4 [2021-01-10T00:48:07.810Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-10T00:48:07.810Z] Reading package lists... [2021-01-10T00:48:08.071Z] Building dependency tree... [2021-01-10T00:48:08.071Z] Reading state information... [2021-01-10T00:48:08.071Z] The following packages were automatically installed and are no longer required: [2021-01-10T00:48:08.071Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-10T00:48:08.071Z] uidmap xdelta3 [2021-01-10T00:48:08.071Z] Use 'sudo apt autoremove' to remove them. [2021-01-10T00:48:08.334Z] The following packages will be REMOVED: [2021-01-10T00:48:08.334Z] lxd* lxd-client* [2021-01-10T00:48:08.597Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-10T00:48:08.597Z] After this operation, 31.7 MB disk space will be freed. [2021-01-10T00:48:09.651Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-01-10T00:48:09.651Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-10T00:48:10.241Z] Removing lxd dnsmasq configuration [2021-01-10T00:48:10.513Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-10T00:48:10.513Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-10T00:48:11.473Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-10T00:48:11.742Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-01-10T00:48:11.742Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-10T00:48:13.135Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-10T00:48:13.135Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-10T00:48:14.521Z] + sudo snap remove --purge lxd [2021-01-10T00:48:14.783Z] snap "lxd" is not installed [2021-01-10T00:48:14.783Z] + sudo groupadd --force --system lxd [2021-01-10T00:48:14.783Z] ++ whoami [2021-01-10T00:48:14.783Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-10T00:48:14.783Z] + newgrp - lxd [2021-01-10T00:48:14.783Z] + sudo snap install lxd [2021-01-10T00:48:22.935Z] 2021-01-10T00:48:20Z INFO Waiting for automatic snapd restart... [2021-01-10T00:48:35.173Z] lxd 4.9 from Canonical* installed [2021-01-10T00:48:35.173Z] + sudo lxd init --auto [2021-01-10T00:48:45.207Z] + sudo snap install --classic snapcraft [2021-01-10T00:48:49.549Z] snapcraft 4.4.4 from Canonical* installed [2021-01-10T00:48:49.549Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-10T00:48:49.549Z] + patch --verbose -p1 [2021-01-10T00:48:49.549Z] Hmm... Looks like a unified diff to me... [2021-01-10T00:48:49.549Z] The text leading up to this was: [2021-01-10T00:48:49.549Z] -------------------------- [2021-01-10T00:48:49.549Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-10T00:48:49.549Z] |From: Tony Espy [2021-01-10T00:48:49.549Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-10T00:48:49.549Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-10T00:48:49.549Z] | [2021-01-10T00:48:49.549Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-10T00:48:49.549Z] |optimize the snap CI check run for pull requests. When [2021-01-10T00:48:49.549Z] |applied, it essentially strips out everything (apps and [2021-01-10T00:48:49.549Z] |parts) from the snapcraft.yaml file except those required [2021-01-10T00:48:49.549Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-10T00:48:49.549Z] |catch changes to edgex-go that break the snap build. [2021-01-10T00:48:49.549Z] | [2021-01-10T00:48:49.549Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-10T00:48:49.549Z] |to update this patch file, otherwise it may fail to apply, [2021-01-10T00:48:49.549Z] |resulting in a failed snap build CI check in the associated [2021-01-10T00:48:49.549Z] |pull request. [2021-01-10T00:48:49.549Z] | [2021-01-10T00:48:49.549Z] |Note - in addition to applying this patch, the pipeline also [2021-01-10T00:48:49.549Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-10T00:48:49.549Z] |need to build the finally binary .snap file (and it won't [2021-01-10T00:48:49.549Z] |work with the patch applied). This further reduces the build [2021-01-10T00:48:49.549Z] |time. [2021-01-10T00:48:49.549Z] |--- [2021-01-10T00:48:49.549Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-10T00:48:49.549Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-10T00:48:49.549Z] | [2021-01-10T00:48:49.549Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-10T00:48:49.549Z] |index 1e537489..faf42425 100644 [2021-01-10T00:48:49.549Z] |--- a/snap/snapcraft.yaml [2021-01-10T00:48:49.549Z] |+++ b/snap/snapcraft.yaml [2021-01-10T00:48:49.549Z] -------------------------- [2021-01-10T00:48:49.549Z] patching file snap/snapcraft.yaml [2021-01-10T00:48:49.549Z] Using Plan A... [2021-01-10T00:48:49.549Z] Hunk #1 succeeded at 73. [2021-01-10T00:48:49.549Z] Hunk #2 succeeded at 202 with fuzz 1. [2021-01-10T00:48:49.549Z] Hunk #3 succeeded at 214. [2021-01-10T00:48:49.549Z] Hunk #4 succeeded at 222. [2021-01-10T00:48:49.549Z] Hunk #5 succeeded at 229. [2021-01-10T00:48:49.549Z] Hunk #6 succeeded at 256. [2021-01-10T00:48:49.549Z] Hunk #7 succeeded at 290. [2021-01-10T00:48:49.549Z] Hunk #8 succeeded at 341. [2021-01-10T00:48:49.549Z] Hmm... Ignoring the trailing garbage. [2021-01-10T00:48:49.549Z] done [2021-01-10T00:48:49.549Z] + sudo snapcraft prime --use-lxd [2021-01-10T00:48:50.491Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-10T00:48:50.491Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-01-10T00:48:50.491Z] - README.md [2021-01-10T00:48:50.491Z] - snapcraft.yaml.orig [2021-01-10T00:48:50.491Z] [2021-01-10T00:48:50.491Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-10T00:48:51.064Z] Launching a container. [2021-01-10T00:49:03.323Z] Waiting for container to be ready [2021-01-10T00:49:03.323Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-10T00:49:03.323Z] [2021-01-10T00:49:06.642Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-10T00:49:06.902Z] Waiting for network to be ready... [2021-01-10T00:49:07.163Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-10T00:49:07.424Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-10T00:49:07.424Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1496 kB] [2021-01-10T00:49:07.684Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] [2021-01-10T00:49:07.684Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-10T00:49:07.684Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-10T00:49:07.684Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [204 kB] [2021-01-10T00:49:07.684Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [27.0 kB] [2021-01-10T00:49:07.684Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] [2021-01-10T00:49:07.684Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-10T00:49:07.944Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-10T00:49:07.944Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-10T00:49:08.205Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-10T00:49:08.205Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-10T00:49:08.205Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-10T00:49:08.205Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-10T00:49:08.205Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-10T00:49:08.205Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-10T00:49:08.774Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-10T00:49:09.036Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1833 kB] [2021-01-10T00:49:09.036Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] [2021-01-10T00:49:09.036Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-10T00:49:09.036Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-10T00:49:09.036Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] [2021-01-10T00:49:09.036Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] [2021-01-10T00:49:09.036Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-10T00:49:09.036Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-10T00:49:09.895Z] Removing intermediate container 0e8bcb35a072 [2021-01-10T00:49:09.895Z] ---> 2c796457b857 [2021-01-10T00:49:09.895Z] [2021-01-10T00:49:09.895Z] Step 10/22 : FROM alpine:3.12 [2021-01-10T00:49:09.895Z] 3.12: Pulling from library/alpine [2021-01-10T00:49:11.498Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-10T00:49:11.498Z] Status: Downloaded newer image for alpine:3.12 [2021-01-10T00:49:11.498Z] ---> afeebe901d6b [2021-01-10T00:49:11.498Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-10T00:49:11.584Z] Fetched 23.7 MB in 4s (6056 kB/s) [2021-01-10T00:49:11.845Z] Reading package lists... [2021-01-10T00:49:11.886Z] ---> Running in 3864542eaea2 [2021-01-10T00:49:12.107Z] Reading package lists... [2021-01-10T00:49:12.368Z] Building dependency tree... [2021-01-10T00:49:12.368Z] Reading state information... [2021-01-10T00:49:12.631Z] The following additional packages will be installed: [2021-01-10T00:49:12.632Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-10T00:49:12.632Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-10T00:49:12.632Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-10T00:49:12.632Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-10T00:49:12.632Z] Suggested packages: [2021-01-10T00:49:12.632Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-10T00:49:12.632Z] Recommended packages: [2021-01-10T00:49:12.632Z] gnupg libsasl2-modules [2021-01-10T00:49:12.632Z] The following NEW packages will be installed: [2021-01-10T00:49:12.632Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-10T00:49:12.632Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-10T00:49:12.632Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-10T00:49:12.632Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-10T00:49:12.632Z] The following packages will be upgraded: [2021-01-10T00:49:12.632Z] gpg gpg-agent gpgconf libudev1 [2021-01-10T00:49:12.892Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-10T00:49:12.892Z] Need to get 3532 kB of archives. [2021-01-10T00:49:12.892Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-10T00:49:12.892Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2021-01-10T00:49:12.892Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-10T00:49:13.154Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2021-01-10T00:49:13.414Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-10T00:49:13.415Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-10T00:49:13.415Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-10T00:49:13.415Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-10T00:49:13.415Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-10T00:49:13.415Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-10T00:49:13.415Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-10T00:49:13.415Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-10T00:49:13.415Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-10T00:49:13.415Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-10T00:49:13.415Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-10T00:49:13.415Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-10T00:49:13.415Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-10T00:49:13.415Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-10T00:49:13.675Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-10T00:49:13.675Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-10T00:49:13.675Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-10T00:49:13.675Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-01-10T00:49:13.675Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-10T00:49:13.675Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-10T00:49:13.675Z] Fetched 3532 kB in 1s (3428 kB/s) [2021-01-10T00:49:13.938Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-10T00:49:13.938Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2021-01-10T00:49:13.938Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-10T00:49:13.938Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2021-01-10T00:49:13.938Z] Selecting previously unselected package udev. [2021-01-10T00:49:13.938Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-10T00:49:13.938Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2021-01-10T00:49:14.198Z] Unpacking udev (237-3ubuntu10.43) ... [2021-01-10T00:49:14.460Z] Selecting previously unselected package libfuse2:amd64. [2021-01-10T00:49:14.460Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-10T00:49:14.460Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-10T00:49:14.460Z] Selecting previously unselected package fuse. [2021-01-10T00:49:14.460Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-10T00:49:14.460Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-10T00:49:14.460Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-10T00:49:14.460Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-10T00:49:14.712Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T00:49:14.721Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-10T00:49:14.721Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-10T00:49:14.721Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-10T00:49:14.721Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-10T00:49:14.721Z] Selecting previously unselected package libksba8:amd64. [2021-01-10T00:49:14.721Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-10T00:49:14.983Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-10T00:49:14.983Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-10T00:49:14.983Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-10T00:49:14.983Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T00:49:14.983Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-10T00:49:14.983Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-10T00:49:14.983Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T00:49:15.016Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T00:49:15.244Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-10T00:49:15.244Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-10T00:49:15.244Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T00:49:15.244Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-10T00:49:15.244Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-10T00:49:15.244Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T00:49:15.244Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-10T00:49:15.244Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-10T00:49:15.244Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T00:49:15.506Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-10T00:49:15.506Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-10T00:49:15.506Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T00:49:15.506Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-10T00:49:15.506Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-10T00:49:15.506Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T00:49:15.506Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-10T00:49:15.506Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-10T00:49:15.506Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T00:49:15.768Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-10T00:49:15.768Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-10T00:49:15.768Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T00:49:15.768Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-10T00:49:15.768Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-10T00:49:15.768Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-10T00:49:16.021Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-10T00:49:16.021Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-10T00:49:16.029Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-10T00:49:16.029Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-10T00:49:16.029Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-10T00:49:16.029Z] Selecting previously unselected package libldap-common. [2021-01-10T00:49:16.029Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-10T00:49:16.029Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-10T00:49:16.029Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-10T00:49:16.029Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-10T00:49:16.029Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-10T00:49:16.290Z] Selecting previously unselected package dirmngr. [2021-01-10T00:49:16.290Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-10T00:49:16.290Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-10T00:49:16.290Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-10T00:49:16.290Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-10T00:49:16.290Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-10T00:49:16.302Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-10T00:49:16.302Z] (4/5) Installing curl (7.69.1-r3) [2021-01-10T00:49:16.302Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-10T00:49:16.302Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T00:49:16.302Z] Executing ca-certificates-20191127-r4.trigger [2021-01-10T00:49:16.551Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-10T00:49:16.551Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-10T00:49:16.551Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-10T00:49:16.551Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T00:49:16.551Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-10T00:49:16.551Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-10T00:49:16.551Z] Setting up udev (237-3ubuntu10.43) ... [2021-01-10T00:49:16.598Z] OK: 7 MiB in 19 packages [2021-01-10T00:49:16.813Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-10T00:49:17.076Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T00:49:17.076Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-10T00:49:17.076Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-10T00:49:17.076Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-10T00:49:17.076Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T00:49:17.339Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T00:49:17.339Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T00:49:17.339Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T00:49:17.339Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T00:49:17.339Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T00:49:17.339Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T00:49:17.339Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-10T00:49:17.339Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-10T00:49:17.600Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-10T00:49:17.861Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-10T00:49:17.861Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-10T00:49:17.861Z] This means they are not meant to be enabled using systemctl. [2021-01-10T00:49:17.861Z] Possible reasons for having this kind of units are: [2021-01-10T00:49:17.861Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-10T00:49:17.861Z] .wants/ or .requires/ directory. [2021-01-10T00:49:17.861Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-10T00:49:17.861Z] a requirement dependency on it. [2021-01-10T00:49:17.861Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-10T00:49:17.861Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-10T00:49:17.861Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-10T00:49:17.861Z] instance name specified. [2021-01-10T00:49:18.123Z] Reading package lists... [2021-01-10T00:49:18.383Z] Building dependency tree... [2021-01-10T00:49:18.383Z] Reading state information... [2021-01-10T00:49:18.645Z] The following additional packages will be installed: [2021-01-10T00:49:18.645Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-10T00:49:18.645Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-10T00:49:18.645Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-10T00:49:18.645Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-10T00:49:18.645Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-10T00:49:18.645Z] Suggested packages: [2021-01-10T00:49:18.645Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-10T00:49:18.645Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-10T00:49:18.645Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-10T00:49:18.645Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-10T00:49:18.645Z] systemd-container policykit-1 [2021-01-10T00:49:18.645Z] Recommended packages: [2021-01-10T00:49:18.645Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-10T00:49:18.645Z] The following NEW packages will be installed: [2021-01-10T00:49:18.645Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-10T00:49:18.645Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-10T00:49:18.645Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-10T00:49:18.645Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-10T00:49:18.645Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-10T00:49:18.645Z] The following packages will be upgraded: [2021-01-10T00:49:18.645Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-10T00:49:18.645Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-10T00:49:18.645Z] Need to get 35.2 MB of archives. [2021-01-10T00:49:18.645Z] After this operation, 141 MB of additional disk space will be used. [2021-01-10T00:49:18.645Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-10T00:49:18.906Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-10T00:49:18.906Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2021-01-10T00:49:18.906Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-10T00:49:18.906Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-10T00:49:18.906Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-10T00:49:18.906Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-10T00:49:18.906Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-10T00:49:18.906Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-10T00:49:18.906Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-10T00:49:18.906Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-10T00:49:18.906Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-10T00:49:18.906Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-10T00:49:18.906Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-10T00:49:18.906Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-10T00:49:18.906Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-10T00:49:18.906Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-10T00:49:19.848Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2021-01-10T00:49:19.848Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-10T00:49:19.848Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-10T00:49:19.848Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-10T00:49:19.848Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-10T00:49:19.848Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-10T00:49:19.848Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-10T00:49:19.848Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-10T00:49:19.848Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-10T00:49:19.848Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-10T00:49:19.848Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-10T00:49:19.848Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-10T00:49:19.848Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-10T00:49:21.236Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-10T00:49:21.236Z] Fetched 35.2 MB in 2s (15.8 MB/s) [2021-01-10T00:49:21.236Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-10T00:49:21.236Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2021-01-10T00:49:21.236Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-10T00:49:21.814Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2021-01-10T00:49:21.814Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-10T00:49:21.814Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2021-01-10T00:49:22.076Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-10T00:49:22.076Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-10T00:49:22.076Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-10T00:49:22.125Z] Removing intermediate container ba19330b3850 [2021-01-10T00:49:22.125Z] ---> 7935c77bd029 [2021-01-10T00:49:22.125Z] [2021-01-10T00:49:22.125Z] Step 10/24 : FROM scratch [2021-01-10T00:49:22.125Z] ---> [2021-01-10T00:49:22.125Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-10T00:49:22.125Z] Removing intermediate container 3864542eaea2 [2021-01-10T00:49:22.125Z] ---> 2c35d80a3898 [2021-01-10T00:49:22.125Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-10T00:49:22.125Z] ---> Running in 1420cfba26ea [2021-01-10T00:49:22.125Z] Removing intermediate container bcf3c0840dcc [2021-01-10T00:49:22.125Z] ---> acb79f29d9d8 [2021-01-10T00:49:22.125Z] [2021-01-10T00:49:22.125Z] Step 10/22 : FROM scratch [2021-01-10T00:49:22.125Z] ---> [2021-01-10T00:49:22.125Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-10T00:49:22.338Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-10T00:49:22.338Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-10T00:49:22.338Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-10T00:49:22.338Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-10T00:49:22.406Z] ---> Running in 5b4ceb18f6cf [2021-01-10T00:49:22.406Z] ---> Running in 24a738fab486 [2021-01-10T00:49:22.607Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-10T00:49:22.607Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-10T00:49:22.710Z] Removing intermediate container cf99fe0d9906 [2021-01-10T00:49:22.710Z] ---> 535ae5e87269 [2021-01-10T00:49:22.710Z] [2021-01-10T00:49:22.710Z] Step 10/21 : FROM scratch [2021-01-10T00:49:22.710Z] ---> [2021-01-10T00:49:22.710Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-10T00:49:22.993Z] ---> Running in 49b8842f65a7 [2021-01-10T00:49:22.993Z] Removing intermediate container 1420cfba26ea [2021-01-10T00:49:22.993Z] ---> ba4b0bb2a997 [2021-01-10T00:49:22.993Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-10T00:49:23.181Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-10T00:49:23.181Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-10T00:49:23.181Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-10T00:49:23.181Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-10T00:49:23.282Z] ---> Running in aece625be9d3 [2021-01-10T00:49:23.282Z] Removing intermediate container 24a738fab486 [2021-01-10T00:49:23.282Z] ---> 36d22235211d [2021-01-10T00:49:23.282Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-10T00:49:23.444Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-10T00:49:23.444Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-10T00:49:23.444Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-10T00:49:23.566Z] Removing intermediate container 5b4ceb18f6cf [2021-01-10T00:49:23.566Z] ---> d2632aceefc0 [2021-01-10T00:49:23.566Z] Step 13/22 : WORKDIR / [2021-01-10T00:49:23.566Z] ---> Running in a1456cc9d191 [2021-01-10T00:49:23.704Z] Selecting previously unselected package libexpat1:amd64. [2021-01-10T00:49:23.704Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-10T00:49:23.704Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-10T00:49:23.704Z] Selecting previously unselected package python3.6-minimal. [2021-01-10T00:49:23.704Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-10T00:49:23.704Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-10T00:49:23.839Z] ---> Running in f75cc4fda076 [2021-01-10T00:49:23.839Z] Removing intermediate container 49b8842f65a7 [2021-01-10T00:49:23.839Z] ---> 2c5d43d577bc [2021-01-10T00:49:23.839Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-10T00:49:24.120Z] ---> Running in f9cc360a5e63 [2021-01-10T00:49:24.120Z] Removing intermediate container aece625be9d3 [2021-01-10T00:49:24.120Z] ---> d64c2b081b0c [2021-01-10T00:49:24.120Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-10T00:49:24.277Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-10T00:49:24.277Z] Checking for services that may need to be restarted...done. [2021-01-10T00:49:24.277Z] Checking for services that may need to be restarted...done. [2021-01-10T00:49:24.277Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-10T00:49:24.397Z] Removing intermediate container a1456cc9d191 [2021-01-10T00:49:24.397Z] ---> ae3849b13876 [2021-01-10T00:49:24.397Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-10T00:49:24.397Z] ---> Running in 2fdc28841a9e [2021-01-10T00:49:24.539Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-10T00:49:24.539Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-10T00:49:24.679Z] ---> Running in 758c84b99611 [2021-01-10T00:49:24.679Z] Removing intermediate container f75cc4fda076 [2021-01-10T00:49:24.679Z] ---> 9f5ea3862011 [2021-01-10T00:49:24.679Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-10T00:49:24.799Z] Selecting previously unselected package python3-minimal. [2021-01-10T00:49:24.799Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-10T00:49:24.799Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-10T00:49:24.963Z] Removing intermediate container f9cc360a5e63 [2021-01-10T00:49:24.963Z] ---> 11142dae639a [2021-01-10T00:49:24.963Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-10T00:49:24.963Z] ---> Running in 98dbd7b470d6 [2021-01-10T00:49:25.060Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-10T00:49:25.060Z] Selecting previously unselected package mime-support. [2021-01-10T00:49:25.060Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-10T00:49:25.060Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-10T00:49:25.060Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-10T00:49:25.060Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-10T00:49:25.060Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-10T00:49:25.253Z] Removing intermediate container 2fdc28841a9e [2021-01-10T00:49:25.253Z] ---> d4c6716fb1a5 [2021-01-10T00:49:25.253Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-10T00:49:25.321Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-10T00:49:25.321Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-10T00:49:25.321Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-10T00:49:25.539Z] Removing intermediate container 758c84b99611 [2021-01-10T00:49:25.539Z] ---> 62d8a57e3000 [2021-01-10T00:49:25.539Z] Step 14/22 : WORKDIR / [2021-01-10T00:49:25.582Z] Selecting previously unselected package python3.6. [2021-01-10T00:49:25.582Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-10T00:49:25.582Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-10T00:49:25.582Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-10T00:49:25.582Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-10T00:49:25.582Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-10T00:49:25.815Z] ---> Running in cffde8fcfd40 [2021-01-10T00:49:25.815Z] Removing intermediate container 98dbd7b470d6 [2021-01-10T00:49:25.815Z] ---> 713a60084369 [2021-01-10T00:49:25.815Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-10T00:49:25.842Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-10T00:49:25.842Z] Selecting previously unselected package python3. [2021-01-10T00:49:25.842Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-10T00:49:25.842Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-10T00:49:26.109Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-10T00:49:26.109Z] Selecting previously unselected package multiarch-support. [2021-01-10T00:49:26.109Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-10T00:49:26.109Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-10T00:49:26.109Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-10T00:49:26.111Z] ---> c86e47f83a39 [2021-01-10T00:49:26.111Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-10T00:49:26.370Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-10T00:49:26.370Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-10T00:49:26.370Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-10T00:49:26.370Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-10T00:49:26.370Z] Selecting previously unselected package libbsd0:amd64. [2021-01-10T00:49:26.370Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-10T00:49:26.370Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-10T00:49:26.370Z] Selecting previously unselected package sudo. [2021-01-10T00:49:26.370Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-10T00:49:26.370Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-10T00:49:26.632Z] Selecting previously unselected package apparmor. [2021-01-10T00:49:26.632Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-10T00:49:26.632Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-10T00:49:26.729Z] ---> 1fc6512720f8 [2021-01-10T00:49:26.729Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-10T00:49:26.729Z] Removing intermediate container cffde8fcfd40 [2021-01-10T00:49:26.729Z] ---> 7eceac423a8e [2021-01-10T00:49:26.729Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-10T00:49:26.894Z] Selecting previously unselected package libedit2:amd64. [2021-01-10T00:49:26.894Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-10T00:49:26.894Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-10T00:49:26.894Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-10T00:49:26.894Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-10T00:49:26.894Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-10T00:49:27.009Z] ---> b95ac82cdddb [2021-01-10T00:49:27.009Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-10T00:49:27.155Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-10T00:49:27.155Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-10T00:49:27.155Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-10T00:49:27.155Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-10T00:49:27.155Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-10T00:49:27.155Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-10T00:49:27.155Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-10T00:49:27.155Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-10T00:49:27.415Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-10T00:49:27.415Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-10T00:49:27.415Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-10T00:49:27.415Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-10T00:49:27.676Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-10T00:49:27.676Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-10T00:49:27.676Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-10T00:49:27.676Z] Selecting previously unselected package openssh-client. [2021-01-10T00:49:27.676Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-10T00:49:27.676Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-10T00:49:27.938Z] Selecting previously unselected package squashfs-tools. [2021-01-10T00:49:27.938Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-10T00:49:27.938Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-10T00:49:28.201Z] Selecting previously unselected package snapd. [2021-01-10T00:49:28.201Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-10T00:49:28.201Z] Unpacking snapd (2.48+18.04) ... [2021-01-10T00:49:28.464Z] ---> f9ee1360f42b [2021-01-10T00:49:28.465Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / ---> a46baf46d92f [2021-01-10T00:49:28.465Z] [2021-01-10T00:49:28.465Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-10T00:49:29.480Z] ---> 1c10ab8fee7a [2021-01-10T00:49:29.480Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-10T00:49:29.757Z] ---> 6986f432f254 [2021-01-10T00:49:29.757Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-10T00:49:29.757Z] ---> b4f97564c8f3 [2021-01-10T00:49:29.757Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-10T00:49:30.115Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-10T00:49:30.115Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-10T00:49:30.115Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-10T00:49:30.115Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-10T00:49:30.115Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-10T00:49:30.375Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-10T00:49:30.375Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-10T00:49:30.375Z] Setting up systemd (237-3ubuntu10.43) ... [2021-01-10T00:49:30.375Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-10T00:49:30.750Z] ---> fb4b1ace3e8e [2021-01-10T00:49:30.750Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-10T00:49:30.946Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-10T00:49:31.027Z] ---> df22bb2fc336 [2021-01-10T00:49:31.027Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-10T00:49:31.208Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-10T00:49:31.208Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-10T00:49:31.208Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-10T00:49:31.208Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-10T00:49:31.208Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-10T00:49:31.300Z] ---> Running in 1f2a14dd18f3 [2021-01-10T00:49:31.574Z] ---> 7d49fa3140f8 [2021-01-10T00:49:31.574Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-10T00:49:31.574Z] ---> 3612f5fc5e60 [2021-01-10T00:49:31.574Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-10T00:49:31.778Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-10T00:49:31.778Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-10T00:49:31.778Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-10T00:49:31.778Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-10T00:49:31.866Z] ---> Running in 53e738a8e315 [2021-01-10T00:49:32.039Z] running python rtupdate hooks for python3.6... [2021-01-10T00:49:32.039Z] running python post-rtupdate hooks for python3.6... [2021-01-10T00:49:32.039Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-10T00:49:32.141Z] ---> d114370f3ec6 [2021-01-10T00:49:32.141Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-10T00:49:32.430Z] Removing intermediate container 1f2a14dd18f3 [2021-01-10T00:49:32.430Z] ---> f57728f8eb04 [2021-01-10T00:49:32.430Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-10T00:49:32.706Z] ---> Running in fbcb73f114a5 [2021-01-10T00:49:32.982Z] ---> Running in 1ae075643958 [2021-01-10T00:49:33.257Z] ---> cf4c98eca235 [2021-01-10T00:49:33.257Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-10T00:49:33.424Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-10T00:49:33.685Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-10T00:49:33.685Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-10T00:49:33.685Z] Setting up snapd (2.48+18.04) ... [2021-01-10T00:49:33.886Z] Removing intermediate container fbcb73f114a5 [2021-01-10T00:49:33.886Z] ---> cf2af1d8ee7f [2021-01-10T00:49:33.886Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-10T00:49:33.886Z] Removing intermediate container 1ae075643958 [2021-01-10T00:49:33.886Z] ---> 8392f38daf13 [2021-01-10T00:49:33.886Z] Step 19/21 : LABEL arch=arm64 [2021-01-10T00:49:34.255Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-10T00:49:34.255Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-10T00:49:34.484Z] ---> Running in 5338d95361c1 [2021-01-10T00:49:34.484Z] ---> Running in 5f6261dabd0e [2021-01-10T00:49:34.516Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-10T00:49:34.776Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-10T00:49:34.776Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-10T00:49:34.776Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-10T00:49:35.037Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-10T00:49:35.085Z] Removing intermediate container bbd700b41d71 [2021-01-10T00:49:35.085Z] ---> 0435f267a6af [2021-01-10T00:49:35.085Z] [2021-01-10T00:49:35.085Z] Step 10/22 : FROM scratch [2021-01-10T00:49:35.085Z] ---> [2021-01-10T00:49:35.085Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-10T00:49:35.297Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-10T00:49:35.297Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-10T00:49:35.364Z] ---> Using cache [2021-01-10T00:49:35.364Z] ---> 2c5d43d577bc [2021-01-10T00:49:35.364Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-10T00:49:35.364Z] Removing intermediate container 5338d95361c1 [2021-01-10T00:49:35.364Z] ---> 2e7e14efe0ef [2021-01-10T00:49:35.364Z] Step 20/22 : LABEL arch=arm64 [2021-01-10T00:49:35.558Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-10T00:49:35.559Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-01-10T00:49:35.651Z] Removing intermediate container 5f6261dabd0e [2021-01-10T00:49:35.651Z] ---> 63ef0322b186 [2021-01-10T00:49:35.651Z] Step 20/21 : LABEL git_sha=b7fffbd951ede11e92d5e8b19c721f82551a4734 [2021-01-10T00:49:35.651Z] ---> b192b6b6bc46 [2021-01-10T00:49:35.651Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-10T00:49:35.651Z] ---> Running in 0efc3716b236 [2021-01-10T00:49:35.822Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-10T00:49:35.822Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-10T00:49:35.928Z] ---> Running in 268faae06557 [2021-01-10T00:49:35.928Z] ---> Running in fbbb612b4753 [2021-01-10T00:49:36.204Z] Removing intermediate container 53e738a8e315 [2021-01-10T00:49:36.204Z] ---> da72f3cfb935 [2021-01-10T00:49:36.204Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-10T00:49:36.204Z] ---> Running in 8dc3cd1d5c5b [2021-01-10T00:49:36.506Z] Removing intermediate container 0efc3716b236 [2021-01-10T00:49:36.506Z] ---> af0effda7ce8 [2021-01-10T00:49:36.506Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-10T00:49:36.764Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-10T00:49:36.764Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-10T00:49:36.764Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-10T00:49:36.782Z] Removing intermediate container 268faae06557 [2021-01-10T00:49:36.782Z] ---> 8047802069f5 [2021-01-10T00:49:36.782Z] Step 21/22 : LABEL git_sha=b7fffbd951ede11e92d5e8b19c721f82551a4734 [2021-01-10T00:49:36.782Z] Removing intermediate container fbbb612b4753 [2021-01-10T00:49:36.782Z] ---> 3a6b68c9491f [2021-01-10T00:49:36.782Z] Step 21/21 : LABEL version=0.0.0 [2021-01-10T00:49:36.782Z] ---> Running in 0b7f63bb8a5d [2021-01-10T00:49:37.066Z] ---> Running in 5602541cc8d9 [2021-01-10T00:49:37.066Z] ---> Running in 8e5c5919b984 [2021-01-10T00:49:37.066Z] ---> ed807e191452 [2021-01-10T00:49:37.066Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-10T00:49:37.351Z] Removing intermediate container 8dc3cd1d5c5b [2021-01-10T00:49:37.351Z] ---> 7d0a28864b7a [2021-01-10T00:49:37.351Z] Step 20/22 : LABEL arch=arm64 [2021-01-10T00:49:37.632Z] Removing intermediate container 0b7f63bb8a5d [2021-01-10T00:49:37.632Z] ---> 432fce9075d0 [2021-01-10T00:49:37.632Z] Step 14/22 : WORKDIR / [2021-01-10T00:49:37.632Z] ---> Running in 33a43b66d7c9 [2021-01-10T00:49:37.632Z] ---> Running in d05336b90c67 [2021-01-10T00:49:37.919Z] Removing intermediate container 8e5c5919b984 [2021-01-10T00:49:37.919Z] ---> cba1a6bd3e59 [2021-01-10T00:49:37.919Z] Step 22/22 : LABEL version=0.0.0 [2021-01-10T00:49:37.919Z] ---> Running in 91a17a54c2fa [2021-01-10T00:49:37.919Z] Removing intermediate container 5602541cc8d9 [2021-01-10T00:49:37.919Z] ---> 5f87b6606c66 [2021-01-10T00:49:37.919Z] [2021-01-10T00:49:37.968Z] Reading package lists... [2021-01-10T00:49:38.230Z] Reading package lists... [2021-01-10T00:49:38.230Z] Building dependency tree... [2021-01-10T00:49:38.230Z] Reading state information... [2021-01-10T00:49:38.242Z] ---> Running in 2a1dee964664 [2021-01-10T00:49:38.490Z] Calculating upgrade... [2021-01-10T00:49:38.490Z] The following packages will be upgraded: [2021-01-10T00:49:38.490Z] advancecomp base-files bash binutils binutils-common [2021-01-10T00:49:38.490Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-10T00:49:38.490Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-10T00:49:38.490Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-10T00:49:38.491Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-10T00:49:38.491Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-10T00:49:38.491Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-10T00:49:38.491Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-10T00:49:38.491Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-10T00:49:38.491Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-10T00:49:38.491Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-10T00:49:38.491Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-10T00:49:38.491Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-10T00:49:38.491Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-10T00:49:38.491Z] ubuntu-keyring util-linux [2021-01-10T00:49:38.527Z] Removing intermediate container d05336b90c67 [2021-01-10T00:49:38.527Z] ---> c654f6899d93 [2021-01-10T00:49:38.527Z] Step 21/22 : LABEL git_sha=b7fffbd951ede11e92d5e8b19c721f82551a4734 [2021-01-10T00:49:38.527Z] Removing intermediate container 33a43b66d7c9 [2021-01-10T00:49:38.527Z] ---> 17ad1d2180fe [2021-01-10T00:49:38.527Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-10T00:49:38.751Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-10T00:49:38.751Z] Need to get 63.7 MB of archives. [2021-01-10T00:49:38.751Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-10T00:49:38.751Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-10T00:49:38.751Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-130.134 [988 kB] [2021-01-10T00:49:38.809Z] Successfully built 5f87b6606c66 [2021-01-10T00:49:38.809Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-10T00:49:38.809Z] ---> Running in a8f4aff11690 [2021-01-10T00:49:38.809Z] ---> Running in c23c38f12943 [2021-01-10T00:49:38.809Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2021-01-10T00:49:39.105Z] Removing intermediate container 91a17a54c2fa [2021-01-10T00:49:39.105Z] ---> 066e223a807f [2021-01-10T00:49:39.105Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-10T00:49:39.105Z] Removing intermediate container 2a1dee964664 [2021-01-10T00:49:39.105Z] ---> d5b1b61a5ef1 [2021-01-10T00:49:39.105Z] [2021-01-10T00:49:39.330Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-10T00:49:39.330Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-10T00:49:39.330Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-10T00:49:39.330Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-10T00:49:39.590Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-10T00:49:39.590Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-10T00:49:39.590Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-10T00:49:39.590Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-10T00:49:39.590Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-10T00:49:39.590Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-10T00:49:39.590Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-10T00:49:39.590Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-10T00:49:39.590Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-10T00:49:39.590Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-10T00:49:39.590Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-10T00:49:39.590Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-10T00:49:39.590Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-10T00:49:39.590Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2021-01-10T00:49:39.590Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-10T00:49:39.590Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-10T00:49:39.590Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-10T00:49:39.590Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-10T00:49:39.590Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-10T00:49:39.728Z] Removing intermediate container a8f4aff11690 [2021-01-10T00:49:39.728Z] ---> 109ac874f63f [2021-01-10T00:49:39.854Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-10T00:49:39.854Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-10T00:49:39.854Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-10T00:49:39.854Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-10T00:49:39.854Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-10T00:49:39.854Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-10T00:49:39.854Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-10T00:49:39.854Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-10T00:49:39.854Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-10T00:49:39.854Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-10T00:49:39.854Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-01-10T00:49:39.854Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-10T00:49:39.854Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2021-01-10T00:49:39.854Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-01-10T00:49:39.854Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-10T00:49:39.854Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-10T00:49:39.854Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-10T00:49:40.034Z] Step 22/22 : LABEL version=0.0.0 [2021-01-10T00:49:40.034Z] Removing intermediate container c23c38f12943 [2021-01-10T00:49:40.034Z] ---> 15a8469162bb [2021-01-10T00:49:40.034Z] Step 22/24 : LABEL arch=arm64 [2021-01-10T00:49:40.034Z] Successfully built d5b1b61a5ef1 [2021-01-10T00:49:40.034Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-10T00:49:40.034Z]  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go [2021-01-10T00:49:40.034Z] ---> Running in c867050d536e [2021-01-10T00:49:40.034Z] ---> Running in dcee31ce4e2b [2021-01-10T00:49:40.034Z] ---> fbd7a96648f7 [2021-01-10T00:49:40.034Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-10T00:49:40.115Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-10T00:49:40.115Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-10T00:49:40.115Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-10T00:49:40.115Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-10T00:49:40.115Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-01-10T00:49:40.115Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-10T00:49:40.115Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-10T00:49:40.115Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-10T00:49:40.115Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-10T00:49:40.115Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-10T00:49:40.115Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-10T00:49:40.115Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-10T00:49:40.115Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-10T00:49:40.115Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-10T00:49:40.115Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-10T00:49:40.115Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-10T00:49:40.115Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-10T00:49:40.115Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-10T00:49:40.115Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-10T00:49:40.115Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-10T00:49:40.376Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-10T00:49:40.376Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-10T00:49:40.376Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-10T00:49:40.376Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-10T00:49:40.376Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-10T00:49:40.376Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-10T00:49:40.376Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-10T00:49:40.376Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-10T00:49:40.376Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-10T00:49:40.376Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-10T00:49:40.638Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-10T00:49:40.898Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-10T00:49:40.898Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-10T00:49:40.898Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-10T00:49:40.898Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-10T00:49:40.898Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-10T00:49:40.898Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-10T00:49:40.898Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-10T00:49:40.898Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-01-10T00:49:40.898Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-10T00:49:40.898Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-10T00:49:40.898Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-10T00:49:40.898Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-10T00:49:41.039Z] Removing intermediate container dcee31ce4e2b [2021-01-10T00:49:41.039Z] Removing intermediate container c867050d536e [2021-01-10T00:49:41.039Z] ---> 0f432c720b82 [2021-01-10T00:49:41.039Z] [2021-01-10T00:49:41.039Z] ---> a2bc8694b14f [2021-01-10T00:49:41.039Z] Step 23/24 : LABEL git_sha=b7fffbd951ede11e92d5e8b19c721f82551a4734 [2021-01-10T00:49:41.158Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-10T00:49:41.158Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-10T00:49:41.158Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-10T00:49:41.320Z] ---> Running in 428e40b3991a [2021-01-10T00:49:41.728Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-10T00:49:41.936Z] Successfully built 0f432c720b82 [2021-01-10T00:49:41.936Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-10T00:49:42.213Z] Building docker-core-data-go [2021-01-10T00:49:42.213Z]  Building docker-security-bootstrap-redis-go ... done  ---> 888c5486b50e [2021-01-10T00:49:42.213Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-10T00:49:42.213Z] Removing intermediate container 428e40b3991a [2021-01-10T00:49:42.213Z] ---> 7ed6d46e27df [2021-01-10T00:49:42.213Z] Step 24/24 : LABEL version=0.0.0 [2021-01-10T00:49:42.296Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-10T00:49:42.297Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-10T00:49:42.297Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-10T00:49:42.494Z] ---> Running in 2886ea06ba3e [2021-01-10T00:49:42.866Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-10T00:49:42.867Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-10T00:49:42.867Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-10T00:49:42.867Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-10T00:49:42.867Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-10T00:49:43.098Z] ---> 7bcfe3317cf4 [2021-01-10T00:49:43.098Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-10T00:49:43.128Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-10T00:49:43.128Z] Fetched 63.7 MB in 4s (14.3 MB/s) [2021-01-10T00:49:43.128Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:49:43.128Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-10T00:49:43.128Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-10T00:49:43.378Z] Removing intermediate container 2886ea06ba3e [2021-01-10T00:49:43.378Z] ---> 6f13ec5c2bd7 [2021-01-10T00:49:43.378Z] [2021-01-10T00:49:43.378Z] ---> Running in 3a9ef1f93fde [2021-01-10T00:49:43.660Z] Successfully built 6f13ec5c2bd7 [2021-01-10T00:49:43.660Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-10T00:49:43.660Z] Building docker-sys-mgmt-agent-go [2021-01-10T00:49:43.700Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-10T00:49:43.701Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-10T00:49:43.935Z]  Building docker-support-notifications-go ... done Removing intermediate container 3a9ef1f93fde [2021-01-10T00:49:43.935Z] ---> 040b8243a763 [2021-01-10T00:49:43.935Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-10T00:49:43.962Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-130.134_amd64.deb ... [2021-01-10T00:49:43.962Z] Unpacking linux-libc-dev:amd64 (4.15.0-130.134) over (4.15.0-20.21) ... [2021-01-10T00:49:44.215Z] ---> Running in 536df18ab918 [2021-01-10T00:49:44.910Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-10T00:49:44.910Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-10T00:49:44.910Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-10T00:49:44.910Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-10T00:49:44.910Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-10T00:49:44.910Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-10T00:49:45.178Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-10T00:49:45.178Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-10T00:49:45.217Z] Removing intermediate container 536df18ab918 [2021-01-10T00:49:45.217Z] ---> cff602f293d7 [2021-01-10T00:49:45.217Z] Step 20/22 : LABEL arch=arm64 [2021-01-10T00:49:45.217Z] ---> Running in b481be28182b [2021-01-10T00:49:45.441Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-10T00:49:45.441Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-10T00:49:45.441Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-10T00:49:45.441Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-10T00:49:45.700Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-10T00:49:45.700Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-10T00:49:45.830Z] Removing intermediate container b481be28182b [2021-01-10T00:49:45.830Z] ---> cf818d506c40 [2021-01-10T00:49:45.830Z] Step 21/22 : LABEL git_sha=b7fffbd951ede11e92d5e8b19c721f82551a4734 [2021-01-10T00:49:45.961Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-10T00:49:45.961Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-10T00:49:45.961Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-10T00:49:45.961Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-10T00:49:45.961Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-10T00:49:46.223Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-10T00:49:46.223Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-10T00:49:46.223Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-10T00:49:46.224Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-10T00:49:46.224Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-10T00:49:46.484Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-10T00:49:46.484Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-10T00:49:46.484Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-10T00:49:46.746Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-10T00:49:46.746Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-10T00:49:46.746Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-10T00:49:47.264Z] ---> Running in 59a8a134947b [2021-01-10T00:49:47.317Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-10T00:49:47.581Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-10T00:49:47.581Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-10T00:49:47.581Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-10T00:49:47.581Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-10T00:49:47.581Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-10T00:49:47.843Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-10T00:49:47.843Z] Installing new version of config file /etc/issue ... [2021-01-10T00:49:48.103Z] Installing new version of config file /etc/issue.net ... [2021-01-10T00:49:48.103Z] Installing new version of config file /etc/lsb-release ... [2021-01-10T00:49:48.103Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-10T00:49:48.364Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-10T00:49:48.364Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-10T00:49:48.364Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-10T00:49:48.364Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:49:48.364Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-10T00:49:48.364Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-10T00:49:48.625Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-10T00:49:48.625Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-01-10T00:49:48.885Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:49:48.885Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-10T00:49:48.885Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-10T00:49:48.885Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-10T00:49:49.145Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:49:49.145Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2021-01-10T00:49:49.145Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2021-01-10T00:49:49.145Z] Setting up tar (1.29b-2ubuntu0.1) ... [2021-01-10T00:49:49.241Z] Removing intermediate container 59a8a134947b [2021-01-10T00:49:49.241Z] ---> b0a771823909 [2021-01-10T00:49:49.241Z] Step 22/22 : LABEL version=0.0.0 [2021-01-10T00:49:49.405Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:49:49.405Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-10T00:49:49.405Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-10T00:49:49.666Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-10T00:49:49.666Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:49:49.666Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-10T00:49:49.928Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-10T00:49:49.928Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-10T00:49:49.928Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:49:49.928Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-10T00:49:50.189Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-10T00:49:50.189Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-10T00:49:50.451Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:49:50.451Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-10T00:49:50.451Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-10T00:49:50.451Z] Setting up grep (3.1-2build1) ... [2021-01-10T00:49:50.670Z] ---> Running in 63a3c65ce342 [2021-01-10T00:49:50.712Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:49:50.712Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-10T00:49:50.712Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-10T00:49:50.712Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-10T00:49:50.974Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:49:50.974Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-10T00:49:50.974Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-10T00:49:51.234Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-10T00:49:51.235Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:49:51.235Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-10T00:49:51.235Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-10T00:49:51.267Z] Removing intermediate container 63a3c65ce342 [2021-01-10T00:49:51.267Z] ---> 105ec1142c2e [2021-01-10T00:49:51.542Z] [2021-01-10T00:49:51.805Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-10T00:49:51.805Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-10T00:49:51.805Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-10T00:49:51.805Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-10T00:49:51.814Z] Successfully built 105ec1142c2e [2021-01-10T00:49:51.814Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-10T00:49:52.377Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-10T00:49:52.638Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:49:52.638Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-10T00:49:52.638Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-10T00:49:53.581Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-10T00:49:53.581Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-10T00:49:53.842Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-10T00:49:53.842Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-10T00:49:53.842Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-10T00:49:54.104Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:49:54.104Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-10T00:49:54.104Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-10T00:49:54.104Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-10T00:49:54.366Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:49:54.366Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-10T00:49:54.366Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-10T00:49:54.626Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-10T00:49:54.626Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:49:54.626Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-10T00:49:54.626Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-10T00:49:54.626Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-10T00:49:54.887Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:49:54.887Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-10T00:49:54.887Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-10T00:49:54.887Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-10T00:49:55.148Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:49:55.148Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-10T00:49:55.148Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-10T00:49:55.148Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-10T00:49:55.410Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:49:55.410Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-10T00:49:55.410Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-10T00:49:55.410Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-10T00:49:55.674Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-10T00:49:55.674Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-10T00:49:55.674Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:49:55.674Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-10T00:49:55.936Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-10T00:49:55.936Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-10T00:49:56.196Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:49:56.196Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-10T00:49:56.196Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-10T00:49:56.458Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-10T00:49:56.458Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:49:56.458Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-10T00:49:56.458Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-10T00:49:56.458Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-10T00:49:56.719Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:49:56.719Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-10T00:49:56.719Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-10T00:49:57.290Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-10T00:49:57.552Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-10T00:49:57.814Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-10T00:49:57.814Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:49:57.814Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-10T00:49:57.814Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-10T00:49:58.075Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-10T00:49:58.075Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:49:58.075Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-10T00:49:58.336Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-10T00:49:58.336Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-10T00:49:58.336Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T00:49:58.336Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-10T00:49:58.336Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-10T00:49:58.597Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-10T00:49:58.858Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T00:49:58.858Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-10T00:49:58.858Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-10T00:49:58.858Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-10T00:49:59.124Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T00:49:59.124Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-10T00:49:59.124Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-10T00:49:59.124Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-10T00:49:59.393Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T00:49:59.393Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-10T00:49:59.393Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-10T00:49:59.654Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-10T00:49:59.654Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T00:49:59.654Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-10T00:49:59.915Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-10T00:49:59.915Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2021-01-10T00:49:59.915Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-10T00:49:59.915Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-10T00:49:59.915Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-10T00:50:00.176Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-10T00:50:00.176Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T00:50:00.176Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-10T00:50:00.176Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-10T00:50:00.437Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-10T00:50:00.437Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T00:50:00.437Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-10T00:50:00.437Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-10T00:50:00.437Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-10T00:50:00.698Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T00:50:00.698Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-10T00:50:00.698Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-10T00:50:00.958Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-10T00:50:00.958Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T00:50:00.958Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-10T00:50:00.958Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-10T00:50:01.218Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-10T00:50:01.218Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T00:50:01.218Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-10T00:50:01.218Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-10T00:50:01.479Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-10T00:50:01.740Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T00:50:01.740Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-10T00:50:01.740Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-10T00:50:02.001Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-10T00:50:02.001Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T00:50:02.001Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-10T00:50:02.001Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-10T00:50:02.264Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-10T00:50:02.264Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T00:50:02.264Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-10T00:50:02.264Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-10T00:50:02.525Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-10T00:50:02.525Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T00:50:02.525Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-10T00:50:02.525Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-10T00:50:02.786Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-10T00:50:02.786Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T00:50:02.786Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-10T00:50:02.786Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-10T00:50:03.047Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-10T00:50:03.047Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T00:50:03.047Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-10T00:50:03.047Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-10T00:50:03.308Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-10T00:50:03.308Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T00:50:03.308Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-10T00:50:03.308Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-10T00:50:03.308Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-10T00:50:03.571Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-10T00:50:03.571Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-10T00:50:03.571Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-10T00:50:03.571Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-10T00:50:03.571Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-10T00:50:03.831Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-10T00:50:03.831Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-10T00:50:04.092Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-10T00:50:04.092Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-10T00:50:04.352Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-10T00:50:04.352Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-10T00:50:04.352Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-10T00:50:04.352Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-10T00:50:04.613Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-10T00:50:04.613Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-10T00:50:04.613Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-10T00:50:04.613Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-10T00:50:04.874Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-10T00:50:04.874Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-10T00:50:04.874Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-10T00:50:04.874Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-10T00:50:05.135Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-10T00:50:05.135Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-10T00:50:05.397Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-10T00:50:05.397Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-10T00:50:06.339Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-10T00:50:06.339Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-10T00:50:06.339Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-10T00:50:06.339Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-10T00:50:06.339Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-10T00:50:06.598Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-10T00:50:07.202Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-10T00:50:07.202Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-10T00:50:07.202Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-10T00:50:07.202Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-10T00:50:07.464Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-10T00:50:07.464Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-10T00:50:07.464Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-10T00:50:07.464Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-10T00:50:07.790Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-10T00:50:07.790Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-10T00:50:07.790Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-10T00:50:07.790Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-10T00:50:07.790Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-10T00:50:08.061Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-10T00:50:08.698Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-10T00:50:08.978Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-10T00:50:09.686Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-10T00:50:09.686Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-10T00:50:10.266Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-10T00:50:10.528Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-10T00:50:10.791Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-10T00:50:10.791Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-10T00:50:11.735Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-10T00:50:11.735Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-10T00:50:11.735Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-10T00:50:11.735Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-10T00:50:11.735Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-10T00:50:11.997Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-10T00:50:11.997Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-10T00:50:12.258Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-10T00:50:12.258Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-10T00:50:12.258Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-10T00:50:12.521Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-10T00:50:12.521Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-10T00:50:12.521Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-10T00:50:12.521Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-10T00:50:12.521Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-10T00:50:12.782Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-10T00:50:12.782Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-10T00:50:12.782Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-10T00:50:12.782Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-10T00:50:12.782Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-10T00:50:12.782Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-10T00:50:13.051Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-10T00:50:13.051Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-10T00:50:13.051Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-10T00:50:13.051Z] [2021-01-10T00:50:13.051Z] Current default time zone: 'Etc/UTC' [2021-01-10T00:50:13.051Z] Local time is now: Sun Jan 10 00:50:12 UTC 2021. [2021-01-10T00:50:13.051Z] Universal Time is now: Sun Jan 10 00:50:12 UTC 2021. [2021-01-10T00:50:13.051Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-10T00:50:13.051Z] [2021-01-10T00:50:13.051Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2021-01-10T00:50:13.051Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-10T00:50:13.314Z] Setting up linux-libc-dev:amd64 (4.15.0-130.134) ... [2021-01-10T00:50:13.314Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-10T00:50:13.314Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-10T00:50:13.314Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-10T00:50:13.314Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-10T00:50:13.314Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-10T00:50:13.314Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-10T00:50:13.314Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-10T00:50:13.314Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-10T00:50:13.575Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-10T00:50:13.575Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-10T00:50:13.837Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-10T00:50:13.837Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-10T00:50:13.837Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-10T00:50:13.837Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-10T00:50:13.837Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-10T00:50:13.837Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-10T00:50:13.837Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-10T00:50:13.837Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-10T00:50:13.837Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-10T00:50:13.837Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-10T00:50:15.751Z] Updating certificates in /etc/ssl/certs... [2021-01-10T00:50:16.694Z] 22 added, 17 removed; done. [2021-01-10T00:50:16.694Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-10T00:50:16.694Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-10T00:50:16.956Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-10T00:50:16.956Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-10T00:50:16.956Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-10T00:50:16.956Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-10T00:50:16.956Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-10T00:50:16.956Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-10T00:50:16.956Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-10T00:50:16.956Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-10T00:50:17.216Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-10T00:50:17.216Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-10T00:50:17.216Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-10T00:50:17.216Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-10T00:50:17.216Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-10T00:50:17.216Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-10T00:50:17.216Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-10T00:50:17.476Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-10T00:50:17.477Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-10T00:50:17.477Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-10T00:50:17.477Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-10T00:50:17.477Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-10T00:50:17.477Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-10T00:50:17.742Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-10T00:50:17.742Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-10T00:50:17.742Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-10T00:50:17.742Z] Updating certificates in /etc/ssl/certs... [2021-01-10T00:50:18.313Z] 0 added, 0 removed; done. [2021-01-10T00:50:18.313Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-10T00:50:18.313Z] done. [2021-01-10T00:50:18.882Z] Reading package lists... [2021-01-10T00:50:18.882Z] Building dependency tree... [2021-01-10T00:50:18.882Z] Reading state information... [2021-01-10T00:50:19.143Z] The following NEW packages will be installed: [2021-01-10T00:50:19.143Z] apt-transport-https [2021-01-10T00:50:19.404Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-10T00:50:19.404Z] Need to get 1696 B of archives. [2021-01-10T00:50:19.404Z] After this operation, 153 kB of additional disk space will be used. [2021-01-10T00:50:19.404Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-10T00:50:19.404Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-10T00:50:19.404Z] Fetched 1696 B in 0s (8506 B/s) [2021-01-10T00:50:19.404Z] Selecting previously unselected package apt-transport-https. [2021-01-10T00:50:19.404Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-10T00:50:19.404Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-10T00:50:19.404Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-10T00:50:19.404Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-10T00:50:19.663Z] Waiting for network to be ready... [2021-01-10T00:50:24.966Z] 2021-01-10T00:50:22Z INFO Waiting for automatic snapd restart... [2021-01-10T00:50:25.229Z] snapd 2.48.2 from Canonical* installed [2021-01-10T00:50:26.170Z] "snapd" switched to the "latest/stable" channel [2021-01-10T00:50:26.170Z] [2021-01-10T00:50:28.710Z] core18 20201210 from Canonical* installed [2021-01-10T00:50:28.970Z] "core18" switched to the "latest/stable" channel [2021-01-10T00:50:28.970Z] [2021-01-10T00:50:32.268Z] snapcraft 4.4.4 from Canonical* installed [2021-01-10T00:50:32.528Z] "snapcraft" switched to the "latest/stable" channel [2021-01-10T00:50:32.528Z] [2021-01-10T00:50:35.823Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-01-10T00:50:35.823Z] - README.md [2021-01-10T00:50:35.823Z] - snapcraft.yaml.orig [2021-01-10T00:50:35.823Z] [2021-01-10T00:50:35.823Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-10T00:50:38.778Z]  Building docker-core-metadata-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:50:38.778Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:50:38.778Z] ---> 026a51739377 [2021-01-10T00:50:38.778Z] Step 3/21 : WORKDIR /edgex-go [2021-01-10T00:50:38.778Z] ---> Using cache [2021-01-10T00:50:38.778Z] ---> 79b28f5b2d02 [2021-01-10T00:50:38.778Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:50:38.778Z] ---> Using cache [2021-01-10T00:50:38.778Z] ---> 048ca0924021 [2021-01-10T00:50:38.778Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-10T00:50:38.778Z] ---> Using cache [2021-01-10T00:50:38.778Z] ---> 9f0ec390d5d5 [2021-01-10T00:50:38.778Z] Step 6/21 : COPY go.mod . [2021-01-10T00:50:38.778Z] ---> Using cache [2021-01-10T00:50:38.778Z] ---> 6937f75eb0fa [2021-01-10T00:50:38.778Z] Step 7/21 : RUN go mod download [2021-01-10T00:50:38.778Z] ---> Using cache [2021-01-10T00:50:38.778Z] ---> 100fbfa422b7 [2021-01-10T00:50:38.778Z] Step 8/21 : COPY . . [2021-01-10T00:50:38.778Z] ---> Using cache [2021-01-10T00:50:38.778Z] ---> 92764ade23d1 [2021-01-10T00:50:38.778Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-10T00:50:38.778Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:50:38.778Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:50:38.778Z] ---> 026a51739377 [2021-01-10T00:50:38.778Z] Step 3/24 : WORKDIR /edgex-go [2021-01-10T00:50:38.778Z] ---> Using cache [2021-01-10T00:50:38.778Z] ---> 79b28f5b2d02 [2021-01-10T00:50:38.778Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:50:38.778Z] ---> Using cache [2021-01-10T00:50:38.778Z] ---> 048ca0924021 [2021-01-10T00:50:38.778Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-10T00:50:38.778Z] ---> Using cache [2021-01-10T00:50:38.778Z] ---> 9f0ec390d5d5 [2021-01-10T00:50:38.778Z] Step 6/24 : COPY go.mod . [2021-01-10T00:50:38.778Z] ---> Using cache [2021-01-10T00:50:38.778Z] ---> 6937f75eb0fa [2021-01-10T00:50:38.778Z] Step 7/24 : RUN go mod download [2021-01-10T00:50:38.778Z] ---> Using cache [2021-01-10T00:50:38.778Z] ---> 100fbfa422b7 [2021-01-10T00:50:38.779Z] Step 8/24 : COPY . . [2021-01-10T00:50:38.779Z] ---> Using cache [2021-01-10T00:50:38.779Z] ---> 92764ade23d1 [2021-01-10T00:50:38.779Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-10T00:50:38.779Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:50:38.779Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:50:38.779Z] ---> 026a51739377 [2021-01-10T00:50:38.779Z] Step 3/23 : WORKDIR /edgex-go [2021-01-10T00:50:38.779Z] ---> Using cache [2021-01-10T00:50:38.779Z] ---> 79b28f5b2d02 [2021-01-10T00:50:38.779Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:50:38.779Z] ---> Using cache [2021-01-10T00:50:38.779Z] ---> 048ca0924021 [2021-01-10T00:50:38.779Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-10T00:50:38.779Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:50:38.779Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:50:38.779Z] ---> 026a51739377 [2021-01-10T00:50:38.779Z] Step 3/26 : WORKDIR /edgex-go [2021-01-10T00:50:38.779Z] ---> Using cache [2021-01-10T00:50:38.779Z] ---> 79b28f5b2d02 [2021-01-10T00:50:38.779Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:50:38.779Z] ---> Using cache [2021-01-10T00:50:38.779Z] ---> 048ca0924021 [2021-01-10T00:50:38.779Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-10T00:50:39.052Z] ---> Running in ec48c047afcd [2021-01-10T00:50:39.052Z] ---> Running in f8d2ea607d39 [2021-01-10T00:50:39.052Z] ---> Running in 1889383df094 [2021-01-10T00:50:39.052Z] ---> Running in ff22e7d7bef0 [2021-01-10T00:50:40.499Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T00:50:40.772Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-10T00:50:41.047Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-10T00:50:41.047Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T00:50:41.323Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T00:50:41.924Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T00:50:42.204Z] OK: 217 MiB in 51 packages [2021-01-10T00:50:42.439Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-10T00:50:42.440Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-10T00:50:42.440Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-10T00:50:42.440Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-10T00:50:43.222Z] OK: 217 MiB in 51 packages [2021-01-10T00:50:43.659Z] Reading package lists... [2021-01-10T00:50:43.920Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-01-10T00:50:44.694Z] Removing intermediate container f8d2ea607d39 [2021-01-10T00:50:44.694Z] ---> c2c2f7a4db5b [2021-01-10T00:50:44.694Z] Step 6/26 : COPY go.mod . [2021-01-10T00:50:45.301Z] Removing intermediate container ec48c047afcd [2021-01-10T00:50:45.301Z] ---> e4883fb9681b [2021-01-10T00:50:45.301Z] Step 6/23 : COPY go.mod . [2021-01-10T00:50:46.305Z] ---> 570c7d851b79 [2021-01-10T00:50:46.305Z] Step 7/26 : RUN go mod download [2021-01-10T00:50:46.596Z] ---> Running in c5929cc9ff0d [2021-01-10T00:50:46.596Z] ---> 4779a5b27297 [2021-01-10T00:50:46.596Z] Step 7/23 : RUN go mod download [2021-01-10T00:50:46.870Z] ---> Running in 7a38c406b134 [2021-01-10T00:50:50.510Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-10T00:50:50.510Z] Reading package lists... [2021-01-10T00:50:50.510Z] Building dependency tree... [2021-01-10T00:50:50.510Z] Reading state information... [2021-01-10T00:50:50.510Z] Suggested packages: [2021-01-10T00:50:50.510Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-10T00:50:50.510Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-10T00:50:50.510Z] Recommended packages: [2021-01-10T00:50:50.510Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-10T00:50:50.510Z] The following NEW packages will be installed: [2021-01-10T00:50:50.510Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-10T00:50:50.510Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-10T00:50:50.510Z] pkg-config zip [2021-01-10T00:50:50.510Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-10T00:50:50.510Z] Need to get 7655 kB of archives. [2021-01-10T00:50:50.510Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-10T00:50:50.510Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-01-10T00:50:50.510Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-10T00:50:50.770Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-10T00:50:50.770Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-10T00:50:51.031Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-10T00:50:51.031Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-10T00:50:51.031Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-10T00:50:51.031Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-10T00:50:51.031Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-10T00:50:51.031Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-10T00:50:51.290Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-10T00:50:51.290Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-10T00:50:51.290Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-10T00:50:51.551Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-10T00:50:51.551Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-10T00:50:51.551Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-10T00:50:51.810Z] Fetched 7655 kB in 1s (6580 kB/s) [2021-01-10T00:50:51.810Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-10T00:50:51.810Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-10T00:50:51.810Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-10T00:50:51.810Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-10T00:50:52.071Z] Selecting previously unselected package libpsl5:amd64. [2021-01-10T00:50:52.071Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-10T00:50:52.071Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-10T00:50:52.071Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-10T00:50:52.071Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-10T00:50:52.071Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-10T00:50:52.071Z] Selecting previously unselected package librtmp1:amd64. [2021-01-10T00:50:52.326Z] Removing intermediate container c5929cc9ff0d [2021-01-10T00:50:52.327Z] ---> 37e24511425b [2021-01-10T00:50:52.327Z] Step 8/26 : COPY . . [2021-01-10T00:50:52.327Z] Removing intermediate container 7a38c406b134 [2021-01-10T00:50:52.327Z] ---> 2a8e417baca6 [2021-01-10T00:50:52.327Z] Step 8/23 : COPY . . [2021-01-10T00:50:52.332Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-10T00:50:52.332Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-10T00:50:52.332Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-10T00:50:52.332Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-10T00:50:52.332Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-10T00:50:52.332Z] Selecting previously unselected package liberror-perl. [2021-01-10T00:50:52.332Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-10T00:50:52.332Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-10T00:50:52.594Z] Selecting previously unselected package git-man. [2021-01-10T00:50:52.594Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-10T00:50:52.594Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-10T00:50:52.594Z] Selecting previously unselected package git. [2021-01-10T00:50:52.594Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-10T00:50:52.594Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-10T00:50:53.535Z] Selecting previously unselected package libnorm1:amd64. [2021-01-10T00:50:53.535Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-10T00:50:53.535Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-10T00:50:53.535Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-10T00:50:53.535Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-10T00:50:53.535Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-10T00:50:53.796Z] Selecting previously unselected package libsodium23:amd64. [2021-01-10T00:50:53.796Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-10T00:50:53.796Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-10T00:50:53.796Z] Selecting previously unselected package libzmq5:amd64. [2021-01-10T00:50:53.796Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-10T00:50:53.796Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-10T00:50:54.057Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-10T00:50:54.057Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-10T00:50:54.057Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-10T00:50:54.057Z] Selecting previously unselected package pkg-config. [2021-01-10T00:50:54.057Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-10T00:50:54.057Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-10T00:50:54.057Z] Selecting previously unselected package zip. [2021-01-10T00:50:54.057Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-10T00:50:54.057Z] Unpacking zip (3.0-11build1) ... [2021-01-10T00:50:54.317Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-10T00:50:54.317Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-10T00:50:54.317Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-10T00:50:54.317Z] Setting up liberror-perl (0.17025-1) ... [2021-01-10T00:50:54.317Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-10T00:50:54.317Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-10T00:50:54.579Z] No schema files found: doing nothing. [2021-01-10T00:50:54.579Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-10T00:50:54.579Z] Setting up zip (3.0-11build1) ... [2021-01-10T00:50:54.579Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-10T00:50:54.579Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-10T00:50:54.579Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-10T00:50:54.579Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-10T00:50:54.579Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-10T00:50:54.840Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-10T00:50:54.840Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-10T00:50:54.840Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-10T00:51:01.427Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-10T00:51:01.427Z] git set to automatically installed. [2021-01-10T00:51:01.427Z] git-man set to automatically installed. [2021-01-10T00:51:01.427Z] libcurl3-gnutls set to automatically installed. [2021-01-10T00:51:01.427Z] liberror-perl set to automatically installed. [2021-01-10T00:51:01.427Z] libglib2.0-0 set to automatically installed. [2021-01-10T00:51:01.427Z] libnghttp2-14 set to automatically installed. [2021-01-10T00:51:01.427Z] libnorm1 set to automatically installed. [2021-01-10T00:51:01.427Z] libpgm-5.2-0 set to automatically installed. [2021-01-10T00:51:01.427Z] libpsl5 set to automatically installed. [2021-01-10T00:51:01.427Z] librtmp1 set to automatically installed. [2021-01-10T00:51:01.427Z] libsodium23 set to automatically installed. [2021-01-10T00:51:01.427Z] libzmq3-dev set to automatically installed. [2021-01-10T00:51:01.427Z] libzmq5 set to automatically installed. [2021-01-10T00:51:01.427Z] pkg-config set to automatically installed. [2021-01-10T00:51:01.427Z] zip set to automatically installed. [2021-01-10T00:51:03.346Z] snapd is not logged in, snap install commands will use sudo [2021-01-10T00:51:09.933Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-10T00:51:10.194Z] snap "core18" has no updates available [2021-01-10T00:51:11.134Z] Pulling config-common [2021-01-10T00:51:12.076Z] Pulling go-build-helper [2021-01-10T00:51:25.051Z] ---> 31739a0971d9 [2021-01-10T00:51:25.051Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-10T00:51:25.051Z] ---> fa3db7e3c24b [2021-01-10T00:51:25.051Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-10T00:51:25.051Z] ---> Running in dc7f138c9252 [2021-01-10T00:51:25.051Z] ---> Running in fe3718ddeed5 [2021-01-10T00:51:26.510Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-10T00:51:26.510Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-10T00:51:34.069Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-10T00:51:34.069Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-10T00:51:34.069Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1496 kB] [2021-01-10T00:51:34.069Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] [2021-01-10T00:51:34.069Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-10T00:51:34.070Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-10T00:51:34.070Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [204 kB] [2021-01-10T00:51:34.070Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [27.0 kB] [2021-01-10T00:51:34.070Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] [2021-01-10T00:51:34.070Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-10T00:51:34.070Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-10T00:51:34.070Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-10T00:51:34.070Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-10T00:51:34.070Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-10T00:51:34.070Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-10T00:51:34.070Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-10T00:51:34.070Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-10T00:51:34.070Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-10T00:51:34.070Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-10T00:51:34.070Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1833 kB] [2021-01-10T00:51:34.070Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] [2021-01-10T00:51:34.070Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-10T00:51:34.070Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-10T00:51:34.070Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] [2021-01-10T00:51:34.070Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] [2021-01-10T00:51:34.070Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-10T00:51:34.070Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-10T00:51:34.070Z] Fetched 23.7 MB in 0s (0 B/s) [2021-01-10T00:51:34.070Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-10T00:51:34.070Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-10T00:51:34.070Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-10T00:51:34.070Z] Fetched 279 kB in 0s (0 B/s) [2021-01-10T00:51:34.070Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-10T00:51:34.070Z] Fetched 122 kB in 0s (0 B/s) [2021-01-10T00:51:34.070Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-10T00:51:34.070Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-10T00:51:34.070Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-10T00:51:34.070Z] Fetched 8848 B in 0s (0 B/s) [2021-01-10T00:51:34.070Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-10T00:51:34.070Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-10T00:51:34.070Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-10T00:51:34.070Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-10T00:51:34.070Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-10T00:51:34.070Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-10T00:51:34.070Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-10T00:51:34.070Z] Fetched 214 kB in 0s (0 B/s) [2021-01-10T00:51:34.070Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-10T00:51:34.070Z] Fetched 155 kB in 0s (0 B/s) [2021-01-10T00:51:34.070Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-10T00:51:34.070Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-10T00:51:34.070Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-10T00:51:34.070Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-10T00:51:34.070Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-10T00:51:34.070Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-10T00:51:34.070Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-10T00:51:34.070Z] Fetched 499 kB in 0s (0 B/s) [2021-01-10T00:51:34.070Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-10T00:51:34.070Z] Fetched 111 kB in 0s (0 B/s) [2021-01-10T00:51:34.070Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-10T00:51:34.070Z] Fetched 240 kB in 0s (0 B/s) [2021-01-10T00:51:34.070Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-10T00:51:34.070Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-10T00:51:34.070Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-10T00:51:34.070Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-10T00:51:34.070Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-10T00:51:34.070Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-10T00:51:34.070Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-10T00:51:34.070Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-10T00:51:34.070Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-10T00:51:34.070Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-10T00:51:34.070Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-10T00:51:34.070Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-10T00:51:34.070Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-10T00:51:34.070Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-10T00:51:34.070Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-10T00:51:34.070Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-10T00:51:34.070Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-10T00:51:34.070Z] Fetched 8720 B in 0s (0 B/s) [2021-01-10T00:51:34.070Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-10T00:51:34.070Z] Fetched 137 kB in 0s (0 B/s) [2021-01-10T00:51:34.070Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-10T00:51:34.070Z] Fetched 119 kB in 0s (0 B/s) [2021-01-10T00:51:34.070Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-10T00:51:34.070Z] Fetched 109 kB in 0s (0 B/s) [2021-01-10T00:51:34.070Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-10T00:51:34.070Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-10T00:51:34.070Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-10T00:51:34.070Z] Fetched 645 kB in 0s (0 B/s) [2021-01-10T00:51:34.070Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-10T00:51:34.070Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-10T00:51:34.070Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-10T00:51:34.070Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-10T00:51:34.070Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-10T00:51:34.070Z] Fetched 368 kB in 0s (0 B/s) [2021-01-10T00:51:34.070Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-10T00:51:34.070Z] Fetched 187 kB in 0s (0 B/s) [2021-01-10T00:51:34.070Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-10T00:51:34.070Z] Fetched 175 kB in 0s (0 B/s) [2021-01-10T00:51:34.070Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-10T00:51:36.824Z] Fetched 206 kB in 0s (0 B/s) [2021-01-10T00:51:36.824Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-10T00:51:36.824Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-10T00:51:36.824Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-10T00:51:36.824Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-10T00:51:36.824Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-10T00:51:36.824Z] Fetched 159 kB in 0s (0 B/s) [2021-01-10T00:51:36.824Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-10T00:51:36.824Z] Fetched 107 kB in 0s (0 B/s) [2021-01-10T00:51:36.824Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-10T00:51:36.824Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-10T00:51:36.824Z] Pulling static-packages [2021-01-10T00:51:37.764Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-10T00:51:37.764Z] Skipping pull go-build-helper (already ran) [2021-01-10T00:51:37.764Z] Skipping pull static-packages (already ran) [2021-01-10T00:51:37.764Z] Building go-build-helper [2021-01-10T00:51:41.659Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-10T00:51:41.970Z] Building static-packages [2021-01-10T00:51:42.652Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-10T00:51:43.353Z] Staging go-build-helper [2021-01-10T00:51:44.299Z] Staging static-packages [2021-01-10T00:51:45.244Z] Pulling go115 [2021-01-10T00:51:46.185Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-10T00:51:46.185Z] Skipping pull go115 (already ran) [2021-01-10T00:51:46.185Z] Building go115 [2021-01-10T00:51:46.185Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-10T00:51:46.185Z] Dload Upload Total Spent Left Speed [2021-01-10T00:51:48.977Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2 115M 2 3215k 0 0 10.3M 0 0:00:11 --:--:-- 0:00:11 10.2M 41 115M 41 48.3M 0 0 37.2M 0 0:00:03 0:00:01 0:00:02 37.1M 81 115M 81 93.6M 0 0 40.4M 0 0:00:02 0:00:02 --:--:-- 40.3M 100 115M 100 115M 0 0 42.9M 0 0:00:02 0:00:02 --:--:-- 42.8M [2021-01-10T00:51:49.557Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-10T00:51:52.857Z] Staging go115 [2021-01-10T00:51:57.807Z] Removing intermediate container 1889383df094 [2021-01-10T00:51:57.807Z] ---> 0cb0580839cf [2021-01-10T00:51:57.807Z] [2021-01-10T00:51:57.807Z] Step 10/24 : FROM alpine:3.12 [2021-01-10T00:51:57.807Z] ---> afeebe901d6b [2021-01-10T00:51:57.807Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-10T00:51:57.807Z] ---> Using cache [2021-01-10T00:51:57.807Z] ---> 2c35d80a3898 [2021-01-10T00:51:57.807Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-10T00:51:57.807Z] ---> Running in 7ce7c518292e [2021-01-10T00:51:58.149Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-10T00:51:58.149Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-10T00:51:58.149Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-10T00:51:58.149Z] Fetched 0 B in 0s (0 B/s) [2021-01-10T00:51:58.149Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-10T00:51:58.149Z] Fetched 224 kB in 0s (0 B/s) [2021-01-10T00:51:58.149Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-10T00:51:58.149Z] Fetched 157 kB in 0s (0 B/s) [2021-01-10T00:51:58.149Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-10T00:51:58.149Z] Fetched 221 kB in 0s (0 B/s) [2021-01-10T00:51:58.149Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-10T00:51:58.149Z] Fetched 143 kB in 0s (0 B/s) [2021-01-10T00:51:58.149Z] Pulling edgex-go [2021-01-10T00:51:58.413Z] Removing intermediate container 7ce7c518292e [2021-01-10T00:51:58.413Z] ---> b1415d84b7d4 [2021-01-10T00:51:58.413Z] Step 13/24 : WORKDIR / [2021-01-10T00:51:59.013Z] ---> Running in 1e3f023ee0f0 [2021-01-10T00:51:59.091Z] Pulling version [2021-01-10T00:52:00.031Z] Building config-common [2021-01-10T00:52:00.462Z] Removing intermediate container 1e3f023ee0f0 [2021-01-10T00:52:00.462Z] ---> b7ceb82e55c9 [2021-01-10T00:52:00.462Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-10T00:52:01.089Z] Removing intermediate container ff22e7d7bef0 [2021-01-10T00:52:01.089Z] ---> b8251a317371 [2021-01-10T00:52:01.089Z] [2021-01-10T00:52:01.089Z] Step 10/21 : FROM alpine:3.12 [2021-01-10T00:52:01.089Z] ---> afeebe901d6b [2021-01-10T00:52:01.089Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-10T00:52:01.366Z] ---> Running in e70edd5014e1 [2021-01-10T00:52:01.953Z] Skipping build go-build-helper (already ran) [2021-01-10T00:52:01.953Z] Skipping build static-packages (already ran) [2021-01-10T00:52:01.953Z] Skipping build go115 (already ran) [2021-01-10T00:52:01.953Z] Building edgex-go [2021-01-10T00:52:01.968Z] ---> 21adff548e2c [2021-01-10T00:52:01.968Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-10T00:52:02.215Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-10T00:52:03.404Z] ---> b715d1b6abe9 [2021-01-10T00:52:03.405Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-10T00:52:03.599Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-10T00:52:03.599Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.68 [2021-01-10T00:52:03.599Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-10T00:52:03.599Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.141 [2021-01-10T00:52:03.599Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-10T00:52:03.599Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 [2021-01-10T00:52:03.599Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-10T00:52:03.599Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 [2021-01-10T00:52:03.599Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-10T00:52:03.599Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-10T00:52:03.599Z] go: downloading github.com/google/uuid v1.1.4 [2021-01-10T00:52:03.599Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-10T00:52:03.599Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-10T00:52:03.599Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-10T00:52:03.599Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-10T00:52:03.599Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-10T00:52:03.599Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-10T00:52:03.599Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-10T00:52:03.599Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-10T00:52:03.599Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-10T00:52:03.599Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-10T00:52:03.599Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-10T00:52:03.599Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-10T00:52:03.599Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-10T00:52:03.684Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T00:52:03.858Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-10T00:52:03.858Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-10T00:52:03.858Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-10T00:52:03.858Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-10T00:52:03.858Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-10T00:52:03.858Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-10T00:52:03.858Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-10T00:52:03.858Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-10T00:52:03.858Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-10T00:52:03.858Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-10T00:52:03.858Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-10T00:52:03.858Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-10T00:52:03.858Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-10T00:52:03.858Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-10T00:52:03.958Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T00:52:04.117Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-10T00:52:04.117Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-10T00:52:04.555Z] ---> 633ebcabf44c [2021-01-10T00:52:04.555Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-10T00:52:04.828Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-10T00:52:04.828Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-10T00:52:04.828Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-10T00:52:04.828Z] (4/4) Installing curl (7.69.1-r3) [2021-01-10T00:52:05.103Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T00:52:05.103Z] Executing ca-certificates-20191127-r4.trigger [2021-01-10T00:52:05.376Z] OK: 7 MiB in 18 packages [2021-01-10T00:52:06.830Z] ---> 494faa1cb8eb [2021-01-10T00:52:06.830Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-10T00:52:08.821Z] Removing intermediate container e70edd5014e1 [2021-01-10T00:52:08.821Z] ---> 883f06259b0d [2021-01-10T00:52:08.821Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-10T00:52:08.821Z] ---> b9610e391602 [2021-01-10T00:52:08.821Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-10T00:52:09.097Z] ---> Running in 2fa38d6837dc [2021-01-10T00:52:09.705Z] Removing intermediate container 2fa38d6837dc [2021-01-10T00:52:09.705Z] ---> b623ab465f3d [2021-01-10T00:52:09.979Z] Step 13/21 : WORKDIR /edgex [2021-01-10T00:52:09.979Z] ---> Running in 003826d26698 [2021-01-10T00:52:10.264Z] ---> e5688f2ee4d5 [2021-01-10T00:52:10.264Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-10T00:52:10.540Z] ---> Running in f7ed1da3326d [2021-01-10T00:52:10.699Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-10T00:52:11.157Z] Removing intermediate container 003826d26698 [2021-01-10T00:52:11.157Z] ---> 23bbcc383df9 [2021-01-10T00:52:11.157Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-10T00:52:12.601Z] ---> 80298b7750a8 [2021-01-10T00:52:12.601Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-10T00:52:13.992Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-10T00:52:14.599Z] ---> 00bbfaaf46c8 [2021-01-10T00:52:14.599Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-10T00:52:14.599Z] Removing intermediate container f7ed1da3326d [2021-01-10T00:52:14.599Z] ---> 867d7f17b548 [2021-01-10T00:52:14.599Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-10T00:52:14.877Z] ---> Running in 529f00b909f2 [2021-01-10T00:52:14.930Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-10T00:52:15.868Z] Removing intermediate container 529f00b909f2 [2021-01-10T00:52:15.868Z] ---> 643a02686f2c [2021-01-10T00:52:15.868Z] Step 22/24 : LABEL arch=arm64 [2021-01-10T00:52:15.868Z] ---> Running in e05ea127d9ab [2021-01-10T00:52:15.869Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-10T00:52:16.130Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-10T00:52:16.130Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-10T00:52:16.130Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-10T00:52:16.130Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-10T00:52:16.130Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-10T00:52:16.495Z] ---> d49a0f933494 [2021-01-10T00:52:16.496Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-10T00:52:16.496Z] ---> Running in 6a9647dc2cec [2021-01-10T00:52:16.801Z] Removing intermediate container e05ea127d9ab [2021-01-10T00:52:16.801Z] ---> 3f7b3b6d3def [2021-01-10T00:52:16.801Z] Step 23/24 : LABEL git_sha=b7fffbd951ede11e92d5e8b19c721f82551a4734 [2021-01-10T00:52:17.079Z] ---> Running in 8105be14488a [2021-01-10T00:52:17.367Z] Removing intermediate container 6a9647dc2cec [2021-01-10T00:52:17.367Z] ---> 00bdf6fc11f2 [2021-01-10T00:52:17.367Z] Step 18/21 : CMD ["--init=true"] [2021-01-10T00:52:17.510Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-10T00:52:17.510Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-10T00:52:17.510Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-10T00:52:17.648Z] ---> Running in d4acc91985db [2021-01-10T00:52:17.649Z] Removing intermediate container 8105be14488a [2021-01-10T00:52:17.649Z] ---> afadf4f11634 [2021-01-10T00:52:17.649Z] Step 24/24 : LABEL version=0.0.0 [2021-01-10T00:52:17.938Z] ---> Running in 6d11f1b8243b [2021-01-10T00:52:18.551Z] Removing intermediate container d4acc91985db [2021-01-10T00:52:18.551Z] ---> 45a7b0886656 [2021-01-10T00:52:18.551Z] Step 19/21 : LABEL arch=arm64 [2021-01-10T00:52:18.832Z] ---> Running in 8410662d24df [2021-01-10T00:52:18.832Z] Removing intermediate container 6d11f1b8243b [2021-01-10T00:52:18.832Z] ---> 8bca960d0e92 [2021-01-10T00:52:18.832Z] [2021-01-10T00:52:18.889Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-10T00:52:18.889Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-10T00:52:19.826Z] Successfully built 8bca960d0e92 [2021-01-10T00:52:19.826Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-10T00:52:19.826Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 8410662d24df [2021-01-10T00:52:19.826Z] ---> 618db7c46cba [2021-01-10T00:52:19.826Z] Step 20/21 : LABEL git_sha=b7fffbd951ede11e92d5e8b19c721f82551a4734 [2021-01-10T00:52:19.826Z] ---> Running in 63cad77c6082 [2021-01-10T00:52:19.828Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-10T00:52:19.828Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-10T00:52:20.430Z] Removing intermediate container 63cad77c6082 [2021-01-10T00:52:20.431Z] ---> 4813b22459ce [2021-01-10T00:52:20.431Z] Step 21/21 : LABEL version=0.0.0 [2021-01-10T00:52:20.711Z] ---> Running in 597b8071f9a5 [2021-01-10T00:52:21.213Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-10T00:52:21.318Z] Removing intermediate container 597b8071f9a5 [2021-01-10T00:52:21.318Z] ---> 3ac288155823 [2021-01-10T00:52:21.318Z] [2021-01-10T00:52:21.782Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-10T00:52:21.927Z] Successfully built 3ac288155823 [2021-01-10T00:52:21.927Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-10T00:52:22.723Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-10T00:52:24.651Z] Building version [2021-01-10T00:52:26.567Z] Staging config-common [2021-01-10T00:52:27.138Z] Skipping stage go-build-helper (already ran) [2021-01-10T00:52:27.138Z] Skipping stage static-packages (already ran) [2021-01-10T00:52:27.138Z] Skipping stage go115 (already ran) [2021-01-10T00:52:27.398Z] Staging edgex-go [2021-01-10T00:52:28.339Z] Staging version [2021-01-10T00:52:29.282Z] Priming config-common [2021-01-10T00:52:30.226Z] Priming go-build-helper [2021-01-10T00:52:30.795Z] Priming static-packages [2021-01-10T00:52:33.350Z] Priming go115 [2021-01-10T00:52:33.920Z] Priming edgex-go [2021-01-10T00:52:34.862Z] Priming version [2021-01-10T00:52:35.807Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-10T00:52:40.315Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container dc7f138c9252 [2021-01-10T00:52:40.315Z] ---> d38615861408 [2021-01-10T00:52:40.315Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-10T00:52:40.315Z] ---> Running in 40422c98acc1 [2021-01-10T00:52:40.315Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-10T00:52:42.952Z] Removing intermediate container 40422c98acc1 [2021-01-10T00:52:42.952Z] ---> 1d46bec08e1a [2021-01-10T00:52:42.952Z] [2021-01-10T00:52:42.952Z] Step 11/26 : FROM docker:20.10.0 [2021-01-10T00:52:42.952Z] 20.10.0: Pulling from library/docker [2021-01-10T00:52:51.221Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-10T00:52:51.221Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-10T00:52:51.221Z] ---> eeaf43b92773 [2021-01-10T00:52:51.221Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-10T00:52:51.495Z] ---> Running in 7f16a7bf3ed7 [2021-01-10T00:52:51.495Z] Removing intermediate container fe3718ddeed5 [2021-01-10T00:52:51.495Z] ---> 6b3d358fc8cf [2021-01-10T00:52:51.495Z] [2021-01-10T00:52:51.495Z] Step 10/23 : FROM alpine:3.12 [2021-01-10T00:52:51.495Z] ---> afeebe901d6b [2021-01-10T00:52:51.495Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-10T00:52:51.774Z] ---> Running in 63b9bd062120 [2021-01-10T00:52:52.379Z] Removing intermediate container 63b9bd062120 [2021-01-10T00:52:52.379Z] ---> e2ee3c93ffb0 [2021-01-10T00:52:52.379Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-10T00:52:52.379Z] ---> Running in 2c5146c047b0 [2021-01-10T00:52:52.652Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T00:52:52.924Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T00:52:52.924Z] Removing intermediate container 2c5146c047b0 [2021-01-10T00:52:52.924Z] ---> 593959b3d97a [2021-01-10T00:52:52.924Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-10T00:52:53.196Z] ---> Running in a8eda1d77336 [2021-01-10T00:52:53.469Z] (1/2) Installing readline (8.0.4-r0) [2021-01-10T00:52:53.469Z] (2/2) Installing bash (5.0.17-r0) [2021-01-10T00:52:53.469Z] Removing intermediate container a8eda1d77336 [2021-01-10T00:52:53.469Z] ---> 7458d40b449e [2021-01-10T00:52:53.469Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:52:53.748Z] Executing bash-5.0.17-r0.post-install [2021-01-10T00:52:53.748Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T00:52:53.748Z] OK: 12 MiB in 22 packages [2021-01-10T00:52:53.748Z] ---> Running in 1ea6ad9633f1 [2021-01-10T00:52:55.195Z] Removing intermediate container 7f16a7bf3ed7 [2021-01-10T00:52:55.195Z] ---> 288e59bcf42c [2021-01-10T00:52:55.195Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-10T00:52:55.195Z] ---> Running in ca19e39253d8 [2021-01-10T00:52:55.793Z] Removing intermediate container ca19e39253d8 [2021-01-10T00:52:55.793Z] ---> 717c46c3f6e1 [2021-01-10T00:52:55.793Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-10T00:52:55.793Z] ---> Running in 7d8d93b09a24 [2021-01-10T00:52:56.067Z] Removing intermediate container 1ea6ad9633f1 [2021-01-10T00:52:56.067Z] ---> c4d7ee309314 [2021-01-10T00:52:56.067Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-10T00:52:56.339Z] ---> Running in 5524c28dd2b2 [2021-01-10T00:52:56.614Z] Removing intermediate container 7d8d93b09a24 [2021-01-10T00:52:56.614Z] ---> 98d4626fdb2b [2021-01-10T00:52:56.614Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-10T00:52:56.614Z] ---> Running in f72b738d8669 [2021-01-10T00:52:57.209Z] Removing intermediate container f72b738d8669 [2021-01-10T00:52:57.209Z] ---> 2eba6b7cf4b8 [2021-01-10T00:52:57.209Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-10T00:52:57.481Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T00:52:58.451Z] ---> 1957ebe65b76 [2021-01-10T00:52:58.451Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-10T00:52:58.451Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T00:52:59.040Z] ---> 6f407e15d5d3 [2021-01-10T00:52:59.040Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-10T00:53:00.015Z] ---> 70e0d62eef28 [2021-01-10T00:53:00.015Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-10T00:53:00.015Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-10T00:53:00.015Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-10T00:53:00.015Z] ---> Running in 8c54ca542f68 [2021-01-10T00:53:00.289Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-10T00:53:00.883Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-10T00:53:01.202Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-10T00:53:01.202Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T00:53:01.202Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T00:53:01.202Z] OK: 8 MiB in 19 packages [2021-01-10T00:53:01.520Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T00:53:01.813Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-10T00:53:01.813Z] (2/33) Installing expat (2.2.9-r1) [2021-01-10T00:53:02.125Z] (3/33) Installing libffi (3.3-r2) [2021-01-10T00:53:02.125Z] (4/33) Installing gdbm (1.13-r1) [2021-01-10T00:53:02.125Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-10T00:53:02.125Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-10T00:53:02.125Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-10T00:53:02.744Z] Removing intermediate container 5524c28dd2b2 [2021-01-10T00:53:02.744Z] ---> 6b06c0ae046a [2021-01-10T00:53:02.744Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-10T00:53:04.179Z] ---> 0cf77354097e [2021-01-10T00:53:04.179Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-10T00:53:04.179Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-10T00:53:04.179Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-10T00:53:04.179Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-10T00:53:04.179Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-10T00:53:04.179Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-10T00:53:04.179Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-10T00:53:04.179Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-10T00:53:04.179Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-10T00:53:04.179Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-10T00:53:04.179Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-10T00:53:04.451Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-10T00:53:04.451Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-10T00:53:04.451Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-10T00:53:04.451Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-10T00:53:04.451Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-10T00:53:04.451Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-10T00:53:04.451Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-10T00:53:04.451Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-10T00:53:04.451Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-10T00:53:04.451Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-10T00:53:04.721Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-10T00:53:04.721Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-10T00:53:04.721Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-10T00:53:04.721Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-10T00:53:04.721Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-10T00:53:04.721Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-10T00:53:04.721Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T00:53:05.003Z] OK: 71 MiB in 55 packages [2021-01-10T00:53:05.280Z] ---> e5d8bd47f973 [2021-01-10T00:53:05.280Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-10T00:53:06.256Z] ---> 7bd004f5907f [2021-01-10T00:53:06.256Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-10T00:53:06.256Z] ---> Running in eae1783b1bd6 [2021-01-10T00:53:06.852Z] Removing intermediate container eae1783b1bd6 [2021-01-10T00:53:06.852Z] ---> ddad887e77ba [2021-01-10T00:53:06.852Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-10T00:53:07.128Z] ---> Running in 9e2a8723b111 [2021-01-10T00:53:07.723Z] Removing intermediate container 9e2a8723b111 [2021-01-10T00:53:07.723Z] ---> e3f5dc56adc3 [2021-01-10T00:53:07.723Z] Step 21/23 : LABEL arch=arm64 [2021-01-10T00:53:07.993Z] ---> Running in 12ffd79a0641 [2021-01-10T00:53:08.584Z] Removing intermediate container 12ffd79a0641 [2021-01-10T00:53:08.584Z] ---> 501fa666bf84 [2021-01-10T00:53:08.584Z] Step 22/23 : LABEL git_sha=b7fffbd951ede11e92d5e8b19c721f82551a4734 [2021-01-10T00:53:08.856Z] ---> Running in 0c984c8ec9d0 [2021-01-10T00:53:09.129Z] Removing intermediate container 0c984c8ec9d0 [2021-01-10T00:53:09.129Z] ---> 86587c1cd203 [2021-01-10T00:53:09.129Z] Step 23/23 : LABEL version=0.0.0 [2021-01-10T00:53:09.403Z] ---> Running in d44c69a6967a [2021-01-10T00:53:10.000Z] Removing intermediate container d44c69a6967a [2021-01-10T00:53:10.000Z] ---> 9586a752afdc [2021-01-10T00:53:10.000Z] [2021-01-10T00:53:10.280Z] Removing intermediate container 8c54ca542f68 [2021-01-10T00:53:10.280Z] ---> 1bd75cae2a6c [2021-01-10T00:53:10.280Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-10T00:53:10.554Z] Successfully built 9586a752afdc [2021-01-10T00:53:10.554Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-10T00:53:10.554Z]  Building docker-core-data-go ... done  ---> Running in 7e8d6206b40a [2021-01-10T00:53:15.936Z] Collecting docker-compose==1.23.2 [2021-01-10T00:53:16.205Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-10T00:53:17.174Z] Collecting docker<4.0,>=3.6.0 [2021-01-10T00:53:17.174Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-10T00:53:17.785Z] Collecting texttable<0.10,>=0.9.0 [2021-01-10T00:53:17.785Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-10T00:53:19.791Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-10T00:53:19.791Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-10T00:53:19.791Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-10T00:53:22.450Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-10T00:53:22.450Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-10T00:53:22.450Z] Collecting docopt<0.7,>=0.6.1 [2021-01-10T00:53:22.450Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-10T00:53:24.412Z] Collecting jsonschema<3,>=2.5.1 [2021-01-10T00:53:24.412Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-10T00:53:25.001Z] Collecting cached-property<2,>=1.2.0 [2021-01-10T00:53:25.001Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-10T00:53:25.591Z] Collecting PyYAML<4,>=3.10 [2021-01-10T00:53:25.591Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-10T00:53:28.973Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-10T00:53:29.243Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-10T00:53:29.517Z] Collecting docker-pycreds>=0.4.0 [2021-01-10T00:53:29.517Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-10T00:53:30.108Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-10T00:53:30.108Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-10T00:53:30.379Z] Collecting idna<2.8,>=2.5 [2021-01-10T00:53:30.648Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-10T00:53:30.648Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-10T00:53:30.648Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-10T00:53:30.648Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-10T00:53:30.648Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-10T00:53:30.648Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-10T00:53:30.648Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-10T00:53:31.238Z] Installing collected packages: urllib3, idna, requests, docker-pycreds, websocket-client, docker, texttable, dockerpty, docopt, jsonschema, cached-property, PyYAML, docker-compose [2021-01-10T00:53:31.238Z] Attempting uninstall: urllib3 [2021-01-10T00:53:31.238Z] Found existing installation: urllib3 1.25.9 [2021-01-10T00:53:31.238Z] Uninstalling urllib3-1.25.9: [2021-01-10T00:53:31.508Z] Successfully uninstalled urllib3-1.25.9 [2021-01-10T00:53:32.101Z] Attempting uninstall: idna [2021-01-10T00:53:32.101Z] Found existing installation: idna 2.9 [2021-01-10T00:53:32.101Z] Uninstalling idna-2.9: [2021-01-10T00:53:32.101Z] Successfully uninstalled idna-2.9 [2021-01-10T00:53:32.692Z] Attempting uninstall: requests [2021-01-10T00:53:32.692Z] Found existing installation: requests 2.23.0 [2021-01-10T00:53:32.961Z] Uninstalling requests-2.23.0: [2021-01-10T00:53:32.961Z] Successfully uninstalled requests-2.23.0 [2021-01-10T00:53:34.384Z] Running setup.py install for texttable: started [2021-01-10T00:53:36.352Z] Running setup.py install for texttable: finished with status 'done' [2021-01-10T00:53:36.353Z] Running setup.py install for dockerpty: started [2021-01-10T00:53:37.775Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-10T00:53:37.775Z] Running setup.py install for docopt: started [2021-01-10T00:53:39.737Z] Running setup.py install for docopt: finished with status 'done' [2021-01-10T00:53:40.007Z] Running setup.py install for PyYAML: started [2021-01-10T00:53:41.971Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-10T00:53:42.947Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-10T00:53:47.235Z] Removing intermediate container 7e8d6206b40a [2021-01-10T00:53:47.235Z] ---> f25b754cbdef [2021-01-10T00:53:47.235Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-10T00:53:47.235Z] ---> Running in 34194cb764b0 [2021-01-10T00:53:47.826Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T00:53:48.096Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T00:53:48.691Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-10T00:53:48.691Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-10T00:53:48.691Z] (3/3) Installing curl (7.69.1-r3) [2021-01-10T00:53:48.691Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T00:53:48.691Z] OK: 71 MiB in 58 packages [2021-01-10T00:53:50.122Z] Removing intermediate container 34194cb764b0 [2021-01-10T00:53:50.122Z] ---> 3f7f8d5503b0 [2021-01-10T00:53:50.122Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-10T00:53:50.122Z] ---> Running in 9a872bb1e6d8 [2021-01-10T00:53:50.717Z] Removing intermediate container 9a872bb1e6d8 [2021-01-10T00:53:50.717Z] ---> c7c7843d7dc9 [2021-01-10T00:53:50.717Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-10T00:53:50.717Z] ---> Running in effefebbc411 [2021-01-10T00:53:51.310Z] Removing intermediate container effefebbc411 [2021-01-10T00:53:51.310Z] ---> 4d00c934de85 [2021-01-10T00:53:51.310Z] Step 24/26 : LABEL arch=arm64 [2021-01-10T00:53:51.310Z] ---> Running in edd6c3b5fb91 [2021-01-10T00:53:51.907Z] Removing intermediate container edd6c3b5fb91 [2021-01-10T00:53:51.907Z] ---> b547e7aa6aad [2021-01-10T00:53:51.907Z] Step 25/26 : LABEL git_sha=b7fffbd951ede11e92d5e8b19c721f82551a4734 [2021-01-10T00:53:51.907Z] ---> Running in 45be5da8b4e4 [2021-01-10T00:53:52.498Z] Removing intermediate container 45be5da8b4e4 [2021-01-10T00:53:52.498Z] ---> 9ff501dd26ca [2021-01-10T00:53:52.498Z] Step 26/26 : LABEL version=0.0.0 [2021-01-10T00:53:52.498Z] ---> Running in 205af034dbe0 [2021-01-10T00:53:53.088Z] Removing intermediate container 205af034dbe0 [2021-01-10T00:53:53.088Z] ---> 560c902661a9 [2021-01-10T00:53:53.088Z] [2021-01-10T00:53:53.358Z] Successfully built 560c902661a9 [2021-01-10T00:53:53.358Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-10T00:53:53.965Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-10T00:53:53.950Z] $ docker stop --time=1 dbd76310b255e41665cb959d513b381f5f8fc500f88ed2558dd58bee22ee4db8 [2021-01-10T00:53:55.930Z] $ docker rm -f dbd76310b255e41665cb959d513b381f5f8fc500f88ed2558dd58bee22ee4db8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-10T00:53:56.611Z] + + grepdocker docker images [2021-01-10T00:53:56.611Z] [2021-01-10T00:53:56.890Z] docker-sys-mgmt-agent-go-arm64 latest 560c902661a9 4 seconds ago 300MB [2021-01-10T00:53:56.890Z] docker-core-data-go-arm64 latest 9586a752afdc 47 seconds ago 21MB [2021-01-10T00:53:56.890Z] docker-security-proxy-setup-go-arm64 latest 3ac288155823 About a minute ago 23.3MB [2021-01-10T00:53:56.890Z] docker-security-secretstore-setup-go-arm64 latest 8bca960d0e92 About a minute ago 23.4MB [2021-01-10T00:53:56.890Z] docker-core-metadata-go-arm64 latest 105ec1142c2e 4 minutes ago 12.3MB [2021-01-10T00:53:56.890Z] docker-support-notifications-go-arm64 latest 6f13ec5c2bd7 4 minutes ago 11.4MB [2021-01-10T00:53:56.890Z] docker-security-bootstrap-redis-go-arm64 latest 0f432c720b82 4 minutes ago 15.1MB [2021-01-10T00:53:56.890Z] docker-core-command-go-arm64 latest d5b1b61a5ef1 4 minutes ago 9.98MB [2021-01-10T00:53:56.890Z] docker-support-scheduler-go-arm64 latest 5f87b6606c66 4 minutes ago 10MB [2021-01-10T00:53:56.890Z] docker 20.10.0 eeaf43b92773 4 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-10T00:53:58.979Z] provisioning config files... [2021-01-10T00:53:59.001Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config1491505147184865317tmp [Pipeline] { [Pipeline] sh [2021-01-10T00:53:59.400Z] + set +x [2021-01-10T00:53:59.400Z] + curl -s https://codecov.io/bash [2021-01-10T00:53:59.400Z] + bash -s -- [2021-01-10T00:53:59.989Z] [2021-01-10T00:53:59.989Z] _____ _ [2021-01-10T00:53:59.989Z] / ____| | | [2021-01-10T00:53:59.989Z] | | ___ __| | ___ ___ _____ __ [2021-01-10T00:53:59.989Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-10T00:53:59.989Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-10T00:53:59.989Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-10T00:53:59.989Z] Bash-20201231-23d4836 [2021-01-10T00:53:59.989Z] [2021-01-10T00:53:59.989Z] [2021-01-10T00:53:59.989Z] ==> git version 2.24.3 found [2021-01-10T00:53:59.989Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-10T00:53:59.989Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-10T00:53:59.989Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-10T00:53:59.989Z] ==> Jenkins CI detected. [2021-01-10T00:53:59.989Z] project root: . [2021-01-10T00:53:59.989Z] --> token set from env [2021-01-10T00:53:59.989Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-10T00:53:59.989Z] ==> Running gcov in . (disable via -X gcov) [2021-01-10T00:54:00.267Z] ==> Python coveragepy not found [2021-01-10T00:54:00.267Z] ==> Searching for coverage reports in: [2021-01-10T00:54:00.267Z] + . [2021-01-10T00:54:00.267Z] -> Found 1 reports [2021-01-10T00:54:00.267Z] ==> Detecting git/mercurial file structure [2021-01-10T00:54:00.267Z] ==> Reading reports [2021-01-10T00:54:00.267Z] + ./coverage.out bytes=545099 [2021-01-10T00:54:00.267Z] ==> Appending adjustments [2021-01-10T00:54:00.267Z] https://docs.codecov.io/docs/fixing-reports [2021-01-10T00:54:05.716Z] + Found adjustments [2021-01-10T00:54:05.716Z] ==> Gzipping contents [2021-01-10T00:54:05.716Z] 84K /tmp/codecov.to8BS8.gz [2021-01-10T00:54:05.716Z] ==> Uploading reports [2021-01-10T00:54:05.716Z] url: https://codecov.io [2021-01-10T00:54:05.716Z] query: branch=PR-3001&commit=b7fffbd951ede11e92d5e8b19c721f82551a4734&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3001%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3001&job=&cmd_args= [2021-01-10T00:54:05.716Z] -> Pinging Codecov [2021-01-10T00:54:05.716Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-3001&commit=b7fffbd951ede11e92d5e8b19c721f82551a4734&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3001%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3001&job=&cmd_args= [2021-01-10T00:54:06.307Z] -> Uploading to [2021-01-10T00:54:06.307Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-10/00271124DB129430A58F1EEE437C3FCB/b7fffbd951ede11e92d5e8b19c721f82551a4734/38b41b71-9813-4169-972c-f4a218b239c8.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210110%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210110T005406Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=09a5fff0586fb486653bca66a70e9096e9a0aa1158afb933a211dd413b40856b [2021-01-10T00:54:06.307Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-10T00:54:06.307Z] Dload Upload Total Spent Left Speed [2021-01-10T00:54:06.906Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 82766 0 0 100 82766 0 127k --:--:-- --:--:-- --:--:-- 127k [2021-01-10T00:54:06.906Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/b7fffbd951ede11e92d5e8b19c721f82551a4734 [Pipeline] } [2021-01-10T00:54:06.940Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-10T00:54:08.811Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-10T00:54:09.742Z] ---> package-listing.sh [2021-01-10T00:54:09.742Z] ++ facter osfamily [2021-01-10T00:54:09.742Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-10T00:54:10.024Z] + OS_FAMILY=redhat [2021-01-10T00:54:10.024Z] + workspace=/w/workspace/edgex-go/4 [2021-01-10T00:54:10.024Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-10T00:54:10.024Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-10T00:54:10.024Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-10T00:54:10.024Z] + PACKAGES=/tmp/packages_start.txt [2021-01-10T00:54:10.024Z] + '[' /w/workspace/edgex-go/4 ']' [2021-01-10T00:54:10.024Z] + PACKAGES=/tmp/packages_end.txt [2021-01-10T00:54:10.024Z] + case "${OS_FAMILY}" in [2021-01-10T00:54:10.024Z] + rpm -qa [2021-01-10T00:54:10.024Z] + sort [2021-01-10T00:54:16.728Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-10T00:54:16.728Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-10T00:54:16.728Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-10T00:54:16.728Z] + '[' /w/workspace/edgex-go/4 ']' [2021-01-10T00:54:16.728Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2021-01-10T00:54:16.728Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo [2021-01-10T00:54:16.748Z] 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-10T00:54:17.077Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-10T00:54:17.793Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-10T00:54:18.077Z] [2021-01-10T00:54:18.077Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-10T00:54:18.781Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-10T00:54:18.781Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-10T00:54:18.781Z] df20fa9351a1: Pulling fs layer [2021-01-10T00:54:18.781Z] 36b3adc4ff6f: Pulling fs layer [2021-01-10T00:54:18.781Z] 8ad3a11d3b57: Pulling fs layer [2021-01-10T00:54:18.781Z] 46f8f816bc3b: Pulling fs layer [2021-01-10T00:54:18.781Z] 93b61091891f: Pulling fs layer [2021-01-10T00:54:18.781Z] 93b9cdb0e59b: Pulling fs layer [2021-01-10T00:54:18.781Z] 5e14af77c1be: Pulling fs layer [2021-01-10T00:54:18.781Z] 01666e4c0597: Pulling fs layer [2021-01-10T00:54:18.781Z] aa168da1d23b: Pulling fs layer [2021-01-10T00:54:18.781Z] 46f8f816bc3b: Waiting [2021-01-10T00:54:18.781Z] 01666e4c0597: Waiting [2021-01-10T00:54:18.781Z] 93b61091891f: Waiting [2021-01-10T00:54:18.781Z] 93b9cdb0e59b: Waiting [2021-01-10T00:54:18.781Z] aa168da1d23b: Waiting [2021-01-10T00:54:18.781Z] 5e14af77c1be: Waiting [2021-01-10T00:54:18.781Z] 36b3adc4ff6f: Verifying Checksum [2021-01-10T00:54:18.781Z] 36b3adc4ff6f: Download complete [2021-01-10T00:54:18.781Z] 46f8f816bc3b: Verifying Checksum [2021-01-10T00:54:18.781Z] 46f8f816bc3b: Download complete [2021-01-10T00:54:18.781Z] df20fa9351a1: Verifying Checksum [2021-01-10T00:54:19.079Z] 93b9cdb0e59b: Verifying Checksum [2021-01-10T00:54:19.079Z] 93b9cdb0e59b: Download complete [2021-01-10T00:54:19.079Z] 5e14af77c1be: Verifying Checksum [2021-01-10T00:54:19.079Z] 5e14af77c1be: Download complete [2021-01-10T00:54:19.079Z] 93b61091891f: Verifying Checksum [2021-01-10T00:54:19.079Z] 93b61091891f: Download complete [2021-01-10T00:54:19.079Z] 01666e4c0597: Verifying Checksum [2021-01-10T00:54:19.079Z] 01666e4c0597: Download complete [2021-01-10T00:54:19.829Z] 8ad3a11d3b57: Verifying Checksum [2021-01-10T00:54:19.829Z] 8ad3a11d3b57: Download complete [2021-01-10T00:54:20.134Z] df20fa9351a1: Pull complete [2021-01-10T00:54:20.433Z] 36b3adc4ff6f: Pull complete [2021-01-10T00:54:21.942Z] 8ad3a11d3b57: Pull complete [2021-01-10T00:54:22.241Z] 46f8f816bc3b: Pull complete [2021-01-10T00:54:23.360Z] aa168da1d23b: Verifying Checksum [2021-01-10T00:54:23.360Z] aa168da1d23b: Download complete [2021-01-10T00:54:24.428Z] 93b61091891f: Pull complete [2021-01-10T00:54:24.428Z] 93b9cdb0e59b: Pull complete [2021-01-10T00:54:24.696Z] 5e14af77c1be: Pull complete [2021-01-10T00:54:24.979Z] 01666e4c0597: Pull complete [2021-01-10T00:54:40.182Z] aa168da1d23b: Pull complete [2021-01-10T00:54:40.182Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-10T00:54:40.182Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-10T00:54:40.182Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-10T00:54:40.594Z] prd-centos7-docker-4c-2g-19286 does not seem to be running inside a container [2021-01-10T00:54:40.768Z] $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-lftools-log-publisher:alpine cat [2021-01-10T00:54:46.393Z] $ docker top c4f132bdf6ff5d19763fa0bb156133deae169fe03b33905648e8b689bf85518c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-10T00:54:47.510Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-10T00:54:48.234Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-10T00:54:48.554Z] + ls /var/log/sa-host [2021-01-10T00:54:48.554Z] + sadf -c /var/log/sa-host/sa10 [2021-01-10T00:54:48.554Z] file_magic: OK [2021-01-10T00:54:48.554Z] HZ: Using current value: 100 [2021-01-10T00:54:48.554Z] file_header: OK [2021-01-10T00:54:48.554Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-10T00:54:48.554Z] Statistics: [2021-01-10T00:54:48.554Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-10T00:54:48.554Z] File successfully converted to sysstat format version 12.2.1 [2021-01-10T00:54:48.554Z] + sadf -c /var/log/sa-host/sa23 [2021-01-10T00:54:48.554Z] file_magic: OK [2021-01-10T00:54:48.554Z] HZ: Using current value: 100 [2021-01-10T00:54:48.554Z] file_header: OK [2021-01-10T00:54:48.554Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-10T00:54:48.554Z] Statistics: [2021-01-10T00:54:48.554Z] Hnuu...uuuununununu... [2021-01-10T00:54:48.554Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-10T00:54:48.764Z] provisioning config files... [2021-01-10T00:54:48.785Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config8993356355284983289tmp [Pipeline] { [Pipeline] echo [2021-01-10T00:54:48.852Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-10T00:54:49.495Z] ---> create-netrc.sh [Pipeline] } [2021-01-10T00:54:49.508Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-10T00:54:49.604Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-10T00:54:50.051Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-10T00:54:50.071Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-10T00:54:50.785Z] ---> sudo-logs.sh [2021-01-10T00:54:50.785Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-10T00:54:50.817Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-10T00:54:51.225Z] ---> job-cost.sh [2021-01-10T00:54:51.525Z] lf-activate-venv: SKIPPING [2021-01-10T00:54:51.525Z] INFO: No Stack... [2021-01-10T00:54:52.484Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-10T00:54:53.079Z] INFO: Archiving Costs [Pipeline] echo [2021-01-10T00:54:53.101Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-10T00:54:53.767Z] ---> logs-deploy.sh [2021-01-10T00:54:53.767Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3001/4 [2021-01-10T00:54:53.767Z] INFO: archiving workspace using pattern(s): [2021-01-10T00:54:56.364Z] Archives upload complete. [2021-01-10T00:54:56.364Z] INFO: archiving logs to Nexus