Pull request #2999 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a1e981128744735d131ec80c0be858cf0a480739+6aacc02e765899b5f00a422c0b56178915ca79e6 (dd226bf3af4447e4e023e816afb5ba124b9a89b0) Running in Durability level: MAX_SURVIVABILITY 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 Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-2999/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-2999/workspace@libs/lf-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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-19070 in /w/workspace/edgexfoundry_edgex-go_PR-2999 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [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/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 6aacc02e765899b5f00a422c0b56178915ca79e6 into PR head commit a1e981128744735d131ec80c0be858cf0a480739 Merge succeeded, producing a1e981128744735d131ec80c0be858cf0a480739 Checking out Revision a1e981128744735d131ec80c0be858cf0a480739 (PR-2999) > 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/2999/head:refs/remotes/origin/PR-2999 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a1e981128744735d131ec80c0be858cf0a480739 # 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 6aacc02e765899b5f00a422c0b56178915ca79e6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a1e981128744735d131ec80c0be858cf0a480739 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.3' fatal: bad object 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-08T06:21:24.192Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-08T06:21:24.579Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-08T06:21:24.808Z] ========================================================= [2021-01-08T06:21:24.808Z] EdgeX Global Pipelines Version Info [2021-01-08T06:21:24.808Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-08T06:21:26.440Z] ------------------- [2021-01-08T06:21:26.440Z] stable info: [2021-01-08T06:21:26.440Z] ------------------- [2021-01-08T06:21:26.440Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-08T06:21:26.441Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-08T06:21:26.441Z] Message: update stable to v1.0.173 [2021-01-08T06:21:27.391Z] ------------------- [2021-01-08T06:21:27.391Z] experimental info: [2021-01-08T06:21:27.391Z] ------------------- [2021-01-08T06:21:27.391Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-08T06:21:27.391Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-08T06:21:27.391Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-08T06:21:27.792Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-08T06:21:27.934Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-08T06:21:28.141Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-08T06:21:28.312Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-08T06:21:28.448Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-08T06:21:28.578Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-08T06:21:28.708Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-08T06:21:28.830Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-08T06:21:28.953Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-08T06:21:29.079Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-08T06:21:29.203Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-08T06:21:29.327Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-08T06:21:29.455Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-08T06:21:29.587Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-08T06:21:29.728Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-08T06:21:29.875Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-08T06:21:30.000Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-08T06:21:30.172Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-08T06:21:30.299Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-08T06:21:30.449Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-08T06:21:30.583Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-08T06:21:30.810Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-08T06:21:30.944Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-08T06:21:31.076Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2999 [Pipeline] echo [2021-01-08T06:21:31.207Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2999 [Pipeline] echo [2021-01-08T06:21:31.336Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2999 [Pipeline] echo [2021-01-08T06:21:31.477Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a1e981128744735d131ec80c0be858cf0a480739 [Pipeline] echo [2021-01-08T06:21:31.601Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a1e9811 [Pipeline] echo [2021-01-08T06:21:31.757Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-08T06:21:32.018Z] provisioning config files... [2021-01-08T06:21:32.052Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config7527866506169182697tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-08T06:21:32.489Z] ---> docker-login.sh [2021-01-08T06:21:32.490Z] nexus3.edgexfoundry.org:10001 [2021-01-08T06:21:32.759Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-08T06:21:32.759Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-08T06:21:32.759Z] Configure a credential helper to remove this warning. See [2021-01-08T06:21:32.759Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-08T06:21:32.759Z] [2021-01-08T06:21:32.759Z] Login Succeeded [2021-01-08T06:21:32.759Z] nexus3.edgexfoundry.org:10002 [2021-01-08T06:21:33.026Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-08T06:21:33.026Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-08T06:21:33.026Z] Configure a credential helper to remove this warning. See [2021-01-08T06:21:33.027Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-08T06:21:33.027Z] [2021-01-08T06:21:33.027Z] Login Succeeded [2021-01-08T06:21:33.027Z] nexus3.edgexfoundry.org:10003 [2021-01-08T06:21:33.290Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-08T06:21:33.290Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-08T06:21:33.290Z] Configure a credential helper to remove this warning. See [2021-01-08T06:21:33.290Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-08T06:21:33.290Z] [2021-01-08T06:21:33.290Z] Login Succeeded [2021-01-08T06:21:33.290Z] nexus3.edgexfoundry.org:10004 [2021-01-08T06:21:33.290Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-08T06:21:33.556Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-08T06:21:33.556Z] Configure a credential helper to remove this warning. See [2021-01-08T06:21:33.556Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-08T06:21:33.556Z] [2021-01-08T06:21:33.556Z] Login Succeeded [2021-01-08T06:21:33.556Z] docker.io [2021-01-08T06:21:33.556Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-08T06:21:33.821Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-08T06:21:33.821Z] Configure a credential helper to remove this warning. See [2021-01-08T06:21:33.821Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-08T06:21:33.821Z] [2021-01-08T06:21:33.821Z] Login Succeeded [2021-01-08T06:21:33.821Z] ---> docker-login.sh ends [Pipeline] } [2021-01-08T06:21:33.850Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-08T06:21:34.438Z] ++ 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-08T06:21:34.438Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-08T06:21:34.438Z] ++ dirname cmd/core-command/Dockerfile [2021-01-08T06:21:34.438Z] ++ cut -d/ -f2 [2021-01-08T06:21:34.438Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-08T06:21:34.438Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-08T06:21:34.438Z] ++ dirname cmd/core-data/Dockerfile [2021-01-08T06:21:34.438Z] ++ cut -d/ -f2 [2021-01-08T06:21:34.438Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-08T06:21:34.438Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-08T06:21:34.438Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-08T06:21:34.438Z] ++ cut -d/ -f2 [2021-01-08T06:21:34.438Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-08T06:21:34.438Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-08T06:21:34.438Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-08T06:21:34.438Z] ++ cut -d/ -f2 [2021-01-08T06:21:34.438Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-08T06:21:34.438Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-08T06:21:34.438Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-08T06:21:34.438Z] ++ cut -d/ -f2 [2021-01-08T06:21:34.438Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-08T06:21:34.438Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-08T06:21:34.438Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-08T06:21:34.438Z] ++ cut -d/ -f2 [2021-01-08T06:21:34.438Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-08T06:21:34.438Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-08T06:21:34.438Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-08T06:21:34.438Z] ++ cut -d/ -f2 [2021-01-08T06:21:34.438Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-08T06:21:34.438Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-08T06:21:34.438Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-08T06:21:34.438Z] ++ cut -d/ -f2 [2021-01-08T06:21:34.438Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-08T06:21:34.438Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-08T06:21:34.438Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-08T06:21:34.438Z] ++ cut -d/ -f2 [2021-01-08T06:21:34.438Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-08T06:21:34.563Z] 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-08T06:21:35.660Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-08T06:21:35.660Z] [2021-01-08T06:21:35.660Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-08T06:21:36.068Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-08T06:21:36.068Z] latest: Pulling from edgex-devops/git-semver [2021-01-08T06:21:36.068Z] 31603596830f: Pulling fs layer [2021-01-08T06:21:36.068Z] 2a8b12db71e7: Pulling fs layer [2021-01-08T06:21:36.068Z] 6ca5941a6612: Pulling fs layer [2021-01-08T06:21:36.068Z] ecc8261a40a4: Pulling fs layer [2021-01-08T06:21:36.068Z] ecc8261a40a4: Waiting [2021-01-08T06:21:36.068Z] 2a8b12db71e7: Verifying Checksum [2021-01-08T06:21:36.068Z] 2a8b12db71e7: Download complete [2021-01-08T06:21:36.337Z] 31603596830f: Verifying Checksum [2021-01-08T06:21:36.337Z] 31603596830f: Download complete [2021-01-08T06:21:36.337Z] 6ca5941a6612: Verifying Checksum [2021-01-08T06:21:36.337Z] 6ca5941a6612: Download complete [2021-01-08T06:21:36.337Z] ecc8261a40a4: Verifying Checksum [2021-01-08T06:21:36.337Z] ecc8261a40a4: Download complete [2021-01-08T06:21:36.601Z] 31603596830f: Pull complete [2021-01-08T06:21:36.601Z] 2a8b12db71e7: Pull complete [2021-01-08T06:21:37.558Z] 6ca5941a6612: Pull complete [2021-01-08T06:21:37.827Z] ecc8261a40a4: Pull complete [2021-01-08T06:21:37.827Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-08T06:21:37.827Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-08T06:21:37.827Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-08T06:21:37.956Z] prd-centos7-docker-4c-2g-19070 does not seem to be running inside a container [2021-01-08T06:21:38.093Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-08T06:21:40.637Z] $ docker top 8187af6bc2cabaf375663aa82fd89a0f9b9f2cf6a9f3fa7d137af5866a6b8ebd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-08T06:21:41.048Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-08T06:21:41.048Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-08T06:21:41.260Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-08T06:21:41.266Z] $ docker exec 8187af6bc2cabaf375663aa82fd89a0f9b9f2cf6a9f3fa7d137af5866a6b8ebd ssh-agent [2021-01-08T06:21:41.449Z] SSH_AUTH_SOCK=/tmp/ssh-6JVa1tsTob6l/agent.12 [2021-01-08T06:21:41.449Z] SSH_AGENT_PID=17 [2021-01-08T06:21:41.461Z] Running ssh-add (command line suppressed) [2021-01-08T06:21:41.586Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_5910686358077050897.key (/w/workspace/edgex-go/1@tmp/private_key_5910686358077050897.key) [2021-01-08T06:21:41.637Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-08T06:21:42.030Z] + git tag --points-at HEAD [Pipeline] } [2021-01-08T06:21:42.069Z] $ docker exec --env ******** --env ******** 8187af6bc2cabaf375663aa82fd89a0f9b9f2cf6a9f3fa7d137af5866a6b8ebd ssh-agent -k [2021-01-08T06:21:42.191Z] unset SSH_AUTH_SOCK; [2021-01-08T06:21:42.191Z] unset SSH_AGENT_PID; [2021-01-08T06:21:42.191Z] echo Agent pid 17 killed; [2021-01-08T06:21:42.241Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-08T06:21:42.429Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-08T06:21:42.429Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-08T06:21:42.604Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-08T06:21:42.610Z] $ docker exec 8187af6bc2cabaf375663aa82fd89a0f9b9f2cf6a9f3fa7d137af5866a6b8ebd ssh-agent [2021-01-08T06:21:42.796Z] SSH_AUTH_SOCK=/tmp/ssh-Yr31Rn5qbJcj/agent.45 [2021-01-08T06:21:42.796Z] SSH_AGENT_PID=50 [2021-01-08T06:21:42.804Z] Running ssh-add (command line suppressed) [2021-01-08T06:21:42.931Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_8394725653671276248.key (/w/workspace/edgex-go/1@tmp/private_key_8394725653671276248.key) [2021-01-08T06:21:42.984Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-08T06:21:43.358Z] + git semver init [2021-01-08T06:21:43.358Z] # -> Open(): unable to determine branch for HEAD [2021-01-08T06:21:43.358Z] # $GIT_DIR = /w/workspace/edgex-go/1/.git [2021-01-08T06:21:43.358Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/1 [2021-01-08T06:21:43.358Z] # $SEMVER_REMOTE_NAME = origin [2021-01-08T06:21:43.358Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-08T06:21:43.358Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-08T06:21:43.358Z] # $SEMVER_BRANCH = PR-2999 [2021-01-08T06:21:43.358Z] # $SEMVER_TEMP = /tmp/semver-393736476 [2021-01-08T06:21:43.358Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-08T06:22:05.382Z] # '/tmp/semver-393736476' -> '/w/workspace/edgex-go/1/.semver' [2021-01-08T06:22:05.382Z] # -> Force: false [2021-01-08T06:22:05.382Z] # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } [2021-01-08T06:22:05.407Z] $ docker exec --env ******** --env ******** 8187af6bc2cabaf375663aa82fd89a0f9b9f2cf6a9f3fa7d137af5866a6b8ebd ssh-agent -k [2021-01-08T06:22:05.644Z] unset SSH_AUTH_SOCK; [2021-01-08T06:22:05.645Z] unset SSH_AGENT_PID; [2021-01-08T06:22:05.645Z] echo Agent pid 50 killed; [2021-01-08T06:22:05.735Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-08T06:22:06.291Z] + git semver [Pipeline] } [2021-01-08T06:22:06.324Z] $ docker stop --time=1 8187af6bc2cabaf375663aa82fd89a0f9b9f2cf6a9f3fa7d137af5866a6b8ebd [2021-01-08T06:22:07.901Z] $ docker rm -f 8187af6bc2cabaf375663aa82fd89a0f9b9f2cf6a9f3fa7d137af5866a6b8ebd [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-08T06:22:08.478Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-08T06:22:09.071Z] Stashed 1 file(s) [Pipeline] echo [2021-01-08T06:22:09.098Z] [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-08T06:22:10.334Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-08T06:22:10.659Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-08T06:22:11.002Z] + true [2021-01-08T06:22:11.002Z] + sudo service docker restart [2021-01-08T06:22:11.002Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-08T06:22:11.615Z] ========================================================= [2021-01-08T06:22:11.615Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-08T06:22:11.615Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-08T06:22:12.010Z] + 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-08T06:22:15.355Z] Sending build context to Docker daemon 326.4MB [2021-01-08T06:22:15.355Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-08T06:22:15.355Z] Step 2/6 : FROM ${BASE} [2021-01-08T06:22:15.355Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-08T06:22:15.355Z] 188c0c94c7c5: Pulling fs layer [2021-01-08T06:22:15.355Z] 0ef7d3d256c8: Pulling fs layer [2021-01-08T06:22:15.355Z] de9db76c5a1d: Pulling fs layer [2021-01-08T06:22:15.355Z] bca2f99d35d6: Pulling fs layer [2021-01-08T06:22:15.355Z] 93359f2a8cfa: Pulling fs layer [2021-01-08T06:22:15.355Z] 7c6f9722023f: Pulling fs layer [2021-01-08T06:22:15.355Z] a35cf1a2eb13: Pulling fs layer [2021-01-08T06:22:15.355Z] bca2f99d35d6: Waiting [2021-01-08T06:22:15.355Z] 93359f2a8cfa: Waiting [2021-01-08T06:22:15.355Z] a35cf1a2eb13: Waiting [2021-01-08T06:22:15.355Z] 7c6f9722023f: Waiting [2021-01-08T06:22:15.355Z] de9db76c5a1d: Verifying Checksum [2021-01-08T06:22:15.355Z] de9db76c5a1d: Download complete [2021-01-08T06:22:15.355Z] 0ef7d3d256c8: Download complete [2021-01-08T06:22:15.355Z] 93359f2a8cfa: Verifying Checksum [2021-01-08T06:22:15.355Z] 93359f2a8cfa: Download complete [2021-01-08T06:22:15.355Z] 7c6f9722023f: Verifying Checksum [2021-01-08T06:22:15.355Z] 7c6f9722023f: Download complete [2021-01-08T06:22:15.355Z] 188c0c94c7c5: Verifying Checksum [2021-01-08T06:22:15.355Z] 188c0c94c7c5: Download complete [2021-01-08T06:22:15.931Z] 188c0c94c7c5: Pull complete [2021-01-08T06:22:15.931Z] 0ef7d3d256c8: Pull complete [2021-01-08T06:22:16.198Z] de9db76c5a1d: Pull complete [2021-01-08T06:22:17.598Z] a35cf1a2eb13: Verifying Checksum [2021-01-08T06:22:17.598Z] a35cf1a2eb13: Download complete [2021-01-08T06:22:17.862Z] bca2f99d35d6: Verifying Checksum [2021-01-08T06:22:17.863Z] bca2f99d35d6: Download complete [2021-01-08T06:22:24.494Z] bca2f99d35d6: Pull complete [2021-01-08T06:22:24.494Z] 93359f2a8cfa: Pull complete [2021-01-08T06:22:24.494Z] 7c6f9722023f: Pull complete [2021-01-08T06:22:24.693Z] Still waiting to schedule task [2021-01-08T06:22:24.693Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-08T06:22:27.822Z] a35cf1a2eb13: Pull complete [2021-01-08T06:22:27.822Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-08T06:22:27.822Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-08T06:22:27.822Z] ---> a62c8e92a672 [2021-01-08T06:22:27.822Z] 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-08T06:22:28.091Z] ---> Running in 51c84fc8e41a [2021-01-08T06:22:29.043Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-08T06:22:29.626Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-08T06:22:29.892Z] (1/12) Installing libmagic (5.38-r0) [2021-01-08T06:22:30.158Z] (2/12) Installing file (5.38-r0) [2021-01-08T06:22:30.158Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-08T06:22:30.420Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-08T06:22:35.729Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-08T06:22:35.729Z] (6/12) Installing patch (2.7.6-r6) [2021-01-08T06:22:35.729Z] (7/12) Installing build-base (0.5-r2) [2021-01-08T06:22:35.729Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-08T06:22:35.729Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-08T06:22:35.729Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-08T06:22:35.991Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-08T06:22:35.991Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-08T06:22:35.991Z] Executing busybox-1.31.1-r19.trigger [2021-01-08T06:22:35.991Z] OK: 233 MiB in 51 packages [2021-01-08T06:22:40.235Z] Removing intermediate container 51c84fc8e41a [2021-01-08T06:22:40.235Z] ---> e32a93fe52f2 [2021-01-08T06:22:40.235Z] Step 4/6 : WORKDIR /edgex-go [2021-01-08T06:22:40.235Z] ---> Running in 1db187a445ca [2021-01-08T06:22:40.235Z] Removing intermediate container 1db187a445ca [2021-01-08T06:22:40.235Z] ---> c64f42c8584c [2021-01-08T06:22:40.235Z] Step 5/6 : COPY go.mod . [2021-01-08T06:22:40.235Z] ---> ef1a4a6d064c [2021-01-08T06:22:40.235Z] Step 6/6 : RUN go mod download [2021-01-08T06:22:40.235Z] ---> Running in 4de3537cee65 [2021-01-08T06:23:02.305Z] Removing intermediate container 4de3537cee65 [2021-01-08T06:23:02.306Z] ---> f19274b8f452 [2021-01-08T06:23:02.306Z] Successfully built f19274b8f452 [2021-01-08T06:23:02.306Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-08T06:23:02.673Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-08T06:23:02.673Z] . [Pipeline] withDockerContainer [2021-01-08T06:23:02.818Z] prd-centos7-docker-4c-2g-19070 does not seem to be running inside a container [2021-01-08T06:23:02.902Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-x86_64 cat [2021-01-08T06:23:03.707Z] $ docker top 914099c9d6d10b6b8eb8abbae164e89bf2f9ad3bc8266209fae7bb84435633e6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-08T06:23:04.292Z] + go version [2021-01-08T06:23:04.292Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-08T06:23:04.330Z] $ docker stop --time=1 914099c9d6d10b6b8eb8abbae164e89bf2f9ad3bc8266209fae7bb84435633e6 [2021-01-08T06:23:05.684Z] $ docker rm -f 914099c9d6d10b6b8eb8abbae164e89bf2f9ad3bc8266209fae7bb84435633e6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-08T06:23:06.764Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-08T06:23:06.764Z] . [Pipeline] withDockerContainer [2021-01-08T06:23:06.885Z] prd-centos7-docker-4c-2g-19070 does not seem to be running inside a container [2021-01-08T06:23:06.945Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-x86_64 cat [2021-01-08T06:23:07.760Z] $ docker top c0b7fa1f62297ecdbb74c67bd60e9ff3bbf4a950ba025ebec6421150c8338359 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-08T06:23:08.028Z] ========================================================= [2021-01-08T06:23:08.029Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-08T06:23:08.029Z] ========================================================= [Pipeline] sh [2021-01-08T06:23:08.348Z] + make test [2021-01-08T06:23:08.348Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-08T06:23:18.431Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-08T06:23:30.856Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-08T06:23:37.667Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-08T06:23:37.667Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-08T06:23:38.110Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-08T06:23:38.110Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-08T06:23:38.110Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-08T06:23:38.487Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-08T06:23:38.773Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-08T06:23:39.357Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-08T06:23:39.966Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-08T06:23:41.916Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-08T06:23:41.916Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-08T06:23:41.916Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-08T06:23:43.906Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.118s coverage: 46.6% of statements [2021-01-08T06:23:43.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-08T06:23:43.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-08T06:23:43.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-08T06:23:43.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-08T06:23:43.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-08T06:23:49.295Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.247s coverage: 27.0% of statements [2021-01-08T06:23:49.295Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-08T06:23:49.295Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-08T06:23:49.295Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-08T06:23:49.295Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-08T06:23:49.295Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-08T06:23:49.295Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-08T06:23:49.295Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.044s coverage: 100.0% of statements [2021-01-08T06:23:49.295Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-08T06:23:49.295Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.059s coverage: 100.0% of statements [2021-01-08T06:23:49.295Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-08T06:23:49.295Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-08T06:23:49.295Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.118s coverage: 77.1% of statements [2021-01-08T06:23:49.295Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-08T06:23:49.295Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-08T06:23:49.295Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.131s coverage: 82.4% of statements [2021-01-08T06:23:49.295Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-08T06:23:49.295Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-08T06:23:49.295Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-08T06:23:49.295Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-08T06:23:50.717Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.323s coverage: 28.6% of statements [2021-01-08T06:23:50.717Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-08T06:23:50.717Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-08T06:23:50.717Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-08T06:23:50.717Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-08T06:23:50.717Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-08T06:23:50.717Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.068s coverage: 100.0% of statements [2021-01-08T06:23:50.717Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-08T06:23:50.717Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.043s coverage: 100.0% of statements [2021-01-08T06:23:50.717Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-08T06:23:50.717Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.105s coverage: 86.7% of statements [2021-01-08T06:23:50.717Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-08T06:23:50.989Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.110s coverage: 97.5% of statements [2021-01-08T06:23:50.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-08T06:23:51.258Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.064s coverage: 78.3% of statements [2021-01-08T06:23:51.258Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-08T06:23:51.258Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-08T06:23:51.258Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-08T06:23:51.258Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-08T06:23:53.208Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.356s coverage: 93.8% of statements [2021-01-08T06:23:53.208Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-08T06:23:53.208Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-08T06:23:53.208Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-08T06:23:53.208Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-08T06:23:53.208Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-08T06:23:53.208Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-08T06:23:53.208Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-08T06:23:53.208Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-08T06:23:53.208Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-08T06:23:53.208Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-08T06:23:53.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-08T06:23:53.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-08T06:23:53.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-08T06:23:53.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-08T06:23:53.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-08T06:23:53.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-08T06:23:53.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-08T06:23:53.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-08T06:23:53.209Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements [2021-01-08T06:23:53.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-08T06:23:53.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-08T06:23:53.209Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.055s coverage: 0.1% of statements [2021-01-08T06:23:53.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-08T06:23:53.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-08T06:23:53.209Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-08T06:23:53.209Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-08T06:23:53.209Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.026s coverage: 100.0% of statements [2021-01-08T06:23:53.209Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-08T06:23:53.209Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.048s coverage: 75.5% of statements [2021-01-08T06:23:53.209Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-08T06:23:53.209Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements [2021-01-08T06:23:53.476Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.102s coverage: 87.2% of statements [2021-01-08T06:23:53.476Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.046s coverage: 84.2% of statements [2021-01-08T06:23:54.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.121s coverage: 91.4% of statements [2021-01-08T06:23:54.066Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-08T06:23:55.043Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.193s coverage: 63.5% of statements [2021-01-08T06:23:55.043Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-08T06:23:55.043Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-08T06:23:55.043Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.027s coverage: 100.0% of statements [2021-01-08T06:23:55.043Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.048s coverage: 91.3% of statements [2021-01-08T06:23:55.043Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-01-08T06:23:55.043Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.053s coverage: 73.7% of statements [2021-01-08T06:23:55.627Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.025s coverage: 100.0% of statements [2021-01-08T06:23:56.617Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.333s coverage: 55.9% of statements [2021-01-08T06:23:56.617Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-08T06:23:56.617Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-08T06:23:56.617Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-08T06:23:56.617Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-08T06:23:56.617Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-08T06:23:56.888Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.098s coverage: 37.0% of statements [2021-01-08T06:23:56.888Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-08T06:23:56.888Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-08T06:23:56.888Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.340s coverage: 84.0% of statements [2021-01-08T06:23:56.888Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.039s coverage: 100.0% of statements [2021-01-08T06:23:58.873Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.114s coverage: 47.1% of statements [2021-01-08T06:23:58.873Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-08T06:23:58.873Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-08T06:23:58.873Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-08T06:23:58.873Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-08T06:23:58.873Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-08T06:23:58.873Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.064s coverage: 100.0% of statements [2021-01-08T06:23:58.873Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-08T06:23:58.873Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.058s coverage: 100.0% of statements [2021-01-08T06:23:58.873Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-08T06:24:00.302Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.683s coverage: 29.1% of statements [2021-01-08T06:24:00.302Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-08T06:24:00.303Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-08T06:24:00.303Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-08T06:24:00.303Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-08T06:24:00.303Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-08T06:24:00.303Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.073s coverage: 99.0% of statements [2021-01-08T06:24:00.303Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-08T06:24:00.303Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.052s coverage: 100.0% of statements [2021-01-08T06:24:00.303Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-08T06:24:00.303Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements [2021-01-08T06:24:00.303Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-08T06:24:00.303Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements [2021-01-08T06:24:00.303Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-08T06:24:00.303Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-08T06:24:00.303Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-08T06:24:00.303Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-08T06:24:00.303Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.046s coverage: 87.9% of statements [2021-01-08T06:24:00.303Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-08T06:24:00.303Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-08T06:24:00.303Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements [2021-01-08T06:24:00.880Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements [2021-01-08T06:24:00.880Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-08T06:24:01.459Z] GO111MODULE=on go vet ./... [2021-01-08T06:24:23.563Z] gofmt -l . [2021-01-08T06:24:23.563Z] [ "`gofmt -l .`" = "" ] [2021-01-08T06:24:24.141Z] ./bin/test-go-mod-tidy.sh [2021-01-08T06:24:24.720Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-08T06:24:26.466Z] + ls -al . [2021-01-08T06:24:26.466Z] total 640 [2021-01-08T06:24:26.466Z] drwxrwxr-x 10 1001 1001 4096 Jan 8 06:24 . [2021-01-08T06:24:26.466Z] drwxr-xr-x 4 root root 28 Jan 8 06:23 .. [2021-01-08T06:24:26.466Z] -rw-rw-r-- 1 1001 1001 11 Jan 8 06:21 .dockerignore [2021-01-08T06:24:26.466Z] drwxrwxr-x 8 1001 1001 179 Jan 8 06:21 .git [2021-01-08T06:24:26.466Z] drwxrwxr-x 3 1001 1001 125 Jan 8 06:21 .github [2021-01-08T06:24:26.466Z] -rw-rw-r-- 1 1001 1001 824 Jan 8 06:21 .gitignore [2021-01-08T06:24:26.466Z] drwx------ 3 1001 1001 47 Jan 8 06:22 .semver [2021-01-08T06:24:26.466Z] -rw-rw-r-- 1 1001 1001 166 Jan 8 06:21 .sonarcloud.properties [2021-01-08T06:24:26.466Z] -rw-rw-r-- 1 1001 1001 3804 Jan 8 06:21 CONTRIBUTING.md [2021-01-08T06:24:26.466Z] -rw-rw-r-- 1 1001 1001 931 Jan 8 06:21 Dockerfile.build [2021-01-08T06:24:26.466Z] -rw-rw-r-- 1 1001 1001 863 Jan 8 06:21 Jenkinsfile [2021-01-08T06:24:26.466Z] -rw-rw-r-- 1 1001 1001 10775 Jan 8 06:21 LICENSE [2021-01-08T06:24:26.466Z] -rw-rw-r-- 1 1001 1001 5750 Jan 8 06:21 Makefile [2021-01-08T06:24:26.466Z] -rw-rw-r-- 1 1001 1001 6524 Jan 8 06:21 README.md [2021-01-08T06:24:26.466Z] -rw-rw-r-- 1 1001 1001 6744 Jan 8 06:21 SECURITY.md [2021-01-08T06:24:26.466Z] -rw-rw-r-- 1 1001 1001 5 Jan 8 06:22 VERSION [2021-01-08T06:24:26.466Z] -rw-rw-r-- 1 1001 1001 4131 Jan 8 06:21 ZMQWindows.md [2021-01-08T06:24:26.466Z] drwxrwxr-x 2 1001 1001 117 Jan 8 06:21 bin [2021-01-08T06:24:26.466Z] drwxrwxr-x 14 1001 1001 4096 Jan 8 06:21 cmd [2021-01-08T06:24:26.466Z] -rw-r--r-- 1 root root 541590 Jan 8 06:24 coverage.out [2021-01-08T06:24:26.466Z] -rw-r--r-- 1 root root 979 Jan 8 06:24 go.mod [2021-01-08T06:24:26.466Z] -rw-r--r-- 1 root root 19121 Jan 8 06:24 go.sum [2021-01-08T06:24:26.466Z] drwxrwxr-x 8 1001 1001 127 Jan 8 06:21 internal [2021-01-08T06:24:26.466Z] drwxrwxr-x 4 1001 1001 26 Jan 8 06:21 openapi [2021-01-08T06:24:26.466Z] drwxrwxr-x 4 1001 1001 71 Jan 8 06:21 snap [2021-01-08T06:24:26.466Z] -rw-rw-r-- 1 1001 1001 168 Jan 8 06:21 version.go [Pipeline] sh [2021-01-08T06:24:26.790Z] + '[' -e coverage.out ] [2021-01-08T06:24:26.790Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-08T06:24:27.026Z] Stashed 1 file(s) [Pipeline] sh [2021-01-08T06:24:27.345Z] + make build [2021-01-08T06:24:27.345Z] 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-08T06:24:32.693Z] 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-08T06:24:39.410Z] 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-08T06:24:40.366Z] 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-08T06:24:41.352Z] 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-08T06:24:41.377Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-19073 in /w/workspace/edgexfoundry_edgex-go_PR-2999 [Pipeline] { [Pipeline] ws [2021-01-08T06:24:41.515Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2021-01-08T06:24:41.940Z] 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-08T06:24:43.351Z] 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-08T06:24:44.747Z] 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-08T06:24:45.701Z] 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-08T06:24:46.810Z] using credential edgex-jenkins-ssh [2021-01-08T06:24:46.868Z] Cloning the remote Git repository [2021-01-08T06:24:47.111Z] 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-08T06:24:46.940Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-08T06:24:47.058Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2021-01-08T06:24:47.148Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-08T06:24:47.149Z] > git --version # timeout=10 [2021-01-08T06:24:47.165Z] > git --version # 'git version 2.17.1' [2021-01-08T06:24:47.166Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-08T06:24:47.242Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-08T06:24:48.081Z] 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-08T06:24:49.036Z] 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-08T06:24:50.268Z] $ docker stop --time=1 c0b7fa1f62297ecdbb74c67bd60e9ff3bbf4a950ba025ebec6421150c8338359 [2021-01-08T06:24:51.969Z] $ docker rm -f c0b7fa1f62297ecdbb74c67bd60e9ff3bbf4a950ba025ebec6421150c8338359 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-08T06:24:56.497Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-08T06:24:56.497Z] [2021-01-08T06:24:56.497Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-08T06:24:56.901Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-08T06:24:56.902Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-08T06:24:56.902Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-08T06:24:56.902Z] ca9280d653b3: Pulling fs layer [2021-01-08T06:24:56.902Z] 7e9c9ca2126c: Pulling fs layer [2021-01-08T06:24:57.478Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-08T06:24:57.478Z] cbdbe7a5bc2a: Download complete [2021-01-08T06:24:57.744Z] ca9280d653b3: Verifying Checksum [2021-01-08T06:24:57.744Z] ca9280d653b3: Download complete [2021-01-08T06:24:58.009Z] cbdbe7a5bc2a: Pull complete [2021-01-08T06:24:58.980Z] ca9280d653b3: Pull complete [2021-01-08T06:24:59.248Z] 7e9c9ca2126c: Verifying Checksum [2021-01-08T06:24:59.248Z] 7e9c9ca2126c: Download complete [2021-01-08T06:25:05.937Z] 7e9c9ca2126c: Pull complete [2021-01-08T06:25:05.937Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-08T06:25:05.937Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-08T06:25:05.937Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-08T06:25:06.106Z] prd-centos7-docker-4c-2g-19070 does not seem to be running inside a container [2021-01-08T06:25:06.168Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-08T06:25:09.251Z] $ docker top cfff080b58cd4ca87d967ff1455b94c9e5b4ac9103d18c9151ad5fed5323dd98 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-08T06:25:09.837Z] + docker-compose build --help [2021-01-08T06:25:09.837Z] + grep parallel [2021-01-08T06:25:10.787Z] --parallel Build images in parallel. [Pipeline] } [2021-01-08T06:25:10.825Z] $ docker stop --time=1 cfff080b58cd4ca87d967ff1455b94c9e5b4ac9103d18c9151ad5fed5323dd98 [2021-01-08T06:25:12.196Z] $ docker rm -f cfff080b58cd4ca87d967ff1455b94c9e5b4ac9103d18c9151ad5fed5323dd98 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-08T06:25:12.969Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-08T06:25:12.970Z] . [Pipeline] withDockerContainer [2021-01-08T06:25:13.092Z] prd-centos7-docker-4c-2g-19070 does not seem to be running inside a container [2021-01-08T06:25:13.181Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-08T06:25:13.978Z] $ docker top d4eb54137af2c32767b500698b893b0173cea418655dd7045e7dcdcb342ee9d8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-08T06:25:14.617Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-08T06:25:15.585Z] Building docker-core-command-go ... [2021-01-08T06:25:15.585Z] Building docker-core-data-go ... [2021-01-08T06:25:15.585Z] Building docker-core-metadata-go ... [2021-01-08T06:25:15.585Z] Building docker-security-bootstrap-redis-go ... [2021-01-08T06:25:15.585Z] Building docker-security-proxy-setup-go ... [2021-01-08T06:25:15.585Z] Building docker-security-secretstore-setup-go ... [2021-01-08T06:25:15.585Z] Building docker-support-notifications-go ... [2021-01-08T06:25:15.585Z] Building docker-support-scheduler-go ... [2021-01-08T06:25:15.585Z] Building docker-sys-mgmt-agent-go ... [2021-01-08T06:25:15.585Z] Building docker-sys-mgmt-agent-go [2021-01-08T06:25:15.585Z] Building docker-security-proxy-setup-go [2021-01-08T06:25:15.585Z] Building docker-support-notifications-go [2021-01-08T06:25:15.585Z] Building docker-support-scheduler-go [2021-01-08T06:25:15.585Z] Building docker-core-metadata-go [2021-01-08T06:25:23.623Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-08T06:25:23.643Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-08T06:25:23.670Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-08T06:25:24.398Z] Merging remotes/origin/master commit 6aacc02e765899b5f00a422c0b56178915ca79e6 into PR head commit a1e981128744735d131ec80c0be858cf0a480739 [2021-01-08T06:25:24.855Z] Merge succeeded, producing a1e981128744735d131ec80c0be858cf0a480739 [2021-01-08T06:25:24.855Z] Checking out Revision a1e981128744735d131ec80c0be858cf0a480739 (PR-2999) [2021-01-08T06:25:23.758Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-08T06:25:23.759Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-08T06:25:23.789Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2999/head:refs/remotes/origin/PR-2999 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-08T06:25:24.432Z] > git config core.sparsecheckout # timeout=10 [2021-01-08T06:25:24.447Z] > git checkout -f a1e981128744735d131ec80c0be858cf0a480739 # timeout=10 [2021-01-08T06:25:24.774Z] > git remote # timeout=10 [2021-01-08T06:25:24.795Z] > git config --get remote.origin.url # timeout=10 [2021-01-08T06:25:24.808Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-08T06:25:24.819Z] > git merge 6aacc02e765899b5f00a422c0b56178915ca79e6 # timeout=10 [2021-01-08T06:25:24.844Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-08T06:25:24.867Z] > git config core.sparsecheckout # timeout=10 [2021-01-08T06:25:24.876Z] > git checkout -f a1e981128744735d131ec80c0be858cf0a480739 # timeout=10 [2021-01-08T06:25:29.283Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets" [2021-01-08T06:25:29.340Z] > git --version # timeout=10 [2021-01-08T06:25:29.348Z] > git --version # 'git version 2.17.1' [2021-01-08T06:25:29.363Z] fatal: bad object 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-08T06:25:31.100Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-08T06:25:31.527Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-08T06:25:31.912Z] + sudo service docker restart [2021-01-08T06:25:31.912Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-08T06:25:34.724Z] provisioning config files... [2021-01-08T06:25:34.827Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config7171593338974174329tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-08T06:25:35.394Z] ---> docker-login.sh [2021-01-08T06:25:35.394Z] nexus3.edgexfoundry.org:10001 [2021-01-08T06:25:36.388Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-08T06:25:36.663Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-08T06:25:36.663Z] Configure a credential helper to remove this warning. See [2021-01-08T06:25:36.663Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-08T06:25:36.663Z] [2021-01-08T06:25:36.663Z] Login Succeeded [2021-01-08T06:25:36.663Z] nexus3.edgexfoundry.org:10002 [2021-01-08T06:25:37.263Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-08T06:25:37.263Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-08T06:25:37.263Z] Configure a credential helper to remove this warning. See [2021-01-08T06:25:37.263Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-08T06:25:37.263Z] [2021-01-08T06:25:37.263Z] Login Succeeded [2021-01-08T06:25:37.263Z] nexus3.edgexfoundry.org:10003 [2021-01-08T06:25:37.540Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-08T06:25:37.822Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-08T06:25:37.822Z] Configure a credential helper to remove this warning. See [2021-01-08T06:25:37.822Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-08T06:25:37.822Z] [2021-01-08T06:25:37.822Z] Login Succeeded [2021-01-08T06:25:37.822Z] nexus3.edgexfoundry.org:10004 [2021-01-08T06:25:38.096Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-08T06:25:38.372Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-08T06:25:38.372Z] Configure a credential helper to remove this warning. See [2021-01-08T06:25:38.372Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-08T06:25:38.372Z] [2021-01-08T06:25:38.372Z] Login Succeeded [2021-01-08T06:25:38.372Z] docker.io [2021-01-08T06:25:38.648Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-08T06:25:39.243Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-08T06:25:39.243Z] Configure a credential helper to remove this warning. See [2021-01-08T06:25:39.243Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-08T06:25:39.243Z] [2021-01-08T06:25:39.243Z] Login Succeeded [2021-01-08T06:25:39.243Z] ---> docker-login.sh ends [Pipeline] } [2021-01-08T06:25:39.281Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-08T06:25:39.890Z] ========================================================= [2021-01-08T06:25:39.891Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-08T06:25:39.891Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-08T06:25:40.337Z] + 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-08T06:25:43.012Z] Sending build context to Docker daemon 165.5MB [2021-01-08T06:25:43.013Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-08T06:25:43.013Z] Step 2/6 : FROM ${BASE} [2021-01-08T06:25:43.013Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-08T06:25:43.013Z] 5f621e34cdf4: Pulling fs layer [2021-01-08T06:25:43.013Z] a4357932f1b6: Pulling fs layer [2021-01-08T06:25:43.013Z] 18c013af1878: Pulling fs layer [2021-01-08T06:25:43.013Z] 00ac8860ef70: Pulling fs layer [2021-01-08T06:25:43.013Z] 63d7cb157983: Pulling fs layer [2021-01-08T06:25:43.013Z] b116817d02f9: Pulling fs layer [2021-01-08T06:25:43.013Z] 745a02a5169b: Pulling fs layer [2021-01-08T06:25:43.013Z] 63d7cb157983: Waiting [2021-01-08T06:25:43.013Z] b116817d02f9: Waiting [2021-01-08T06:25:43.013Z] 745a02a5169b: Waiting [2021-01-08T06:25:43.013Z] 00ac8860ef70: Waiting [2021-01-08T06:25:43.013Z] 18c013af1878: Verifying Checksum [2021-01-08T06:25:43.013Z] 18c013af1878: Download complete [2021-01-08T06:25:43.013Z] a4357932f1b6: Verifying Checksum [2021-01-08T06:25:43.013Z] a4357932f1b6: Download complete [2021-01-08T06:25:43.013Z] 63d7cb157983: Verifying Checksum [2021-01-08T06:25:43.013Z] 63d7cb157983: Download complete [2021-01-08T06:25:43.013Z] b116817d02f9: Verifying Checksum [2021-01-08T06:25:43.013Z] b116817d02f9: Download complete [2021-01-08T06:25:43.309Z] 5f621e34cdf4: Verifying Checksum [2021-01-08T06:25:43.309Z] 5f621e34cdf4: Download complete [2021-01-08T06:25:44.334Z] 5f621e34cdf4: Pull complete [2021-01-08T06:25:44.610Z] a4357932f1b6: Pull complete [2021-01-08T06:25:45.211Z] 18c013af1878: Pull complete [2021-01-08T06:25:45.826Z] 745a02a5169b: Download complete [2021-01-08T06:25:47.275Z] 00ac8860ef70: Download complete [2021-01-08T06:25:47.916Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-08T06:25:47.916Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-08T06:25:47.916Z] ---> f19274b8f452 [2021-01-08T06:25:47.916Z] Step 3/21 : WORKDIR /edgex-go [2021-01-08T06:25:47.916Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-08T06:25:47.916Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-08T06:25:47.916Z] ---> f19274b8f452 [2021-01-08T06:25:47.916Z] Step 3/21 : WORKDIR /edgex-go [2021-01-08T06:25:47.916Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-08T06:25:47.916Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-08T06:25:47.916Z] [2021-01-08T06:25:47.916Z] ---> f19274b8f452 [2021-01-08T06:25:47.916Z] Step 2/22 : FROM ${BUILDER_BASE} AS builderStep 3/26 : WORKDIR /edgex-go [2021-01-08T06:25:47.916Z] [2021-01-08T06:25:47.916Z] ---> f19274b8f452 [2021-01-08T06:25:47.916Z] Step 3/22 : WORKDIR /edgex-go [2021-01-08T06:25:47.916Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-08T06:25:47.916Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-08T06:25:47.916Z] ---> f19274b8f452 [2021-01-08T06:25:47.916Z] Step 3/24 : WORKDIR /edgex-go [2021-01-08T06:25:47.916Z] ---> Running in 5bd7b4c69656 [2021-01-08T06:25:47.916Z] ---> Running in 1e305567fd9b [2021-01-08T06:25:47.916Z] ---> Running in 0a0da482a490 [2021-01-08T06:25:47.916Z] ---> Running in 0b4aae00e052 [2021-01-08T06:25:47.916Z] ---> Running in 87ec79d3370f [2021-01-08T06:25:47.916Z] Removing intermediate container 87ec79d3370f [2021-01-08T06:25:47.916Z] ---> e24505cda9ea [2021-01-08T06:25:47.916Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-08T06:25:47.916Z] Removing intermediate container 1e305567fd9b [2021-01-08T06:25:47.916Z] ---> 3fa72f016877 [2021-01-08T06:25:47.916Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-08T06:25:47.916Z] Removing intermediate container 0a0da482a490 [2021-01-08T06:25:47.916Z] ---> 3498ca175813 [2021-01-08T06:25:47.916Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-08T06:25:47.916Z] Removing intermediate container 5bd7b4c69656 [2021-01-08T06:25:47.916Z] ---> 07e15644cb80 [2021-01-08T06:25:47.916Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-08T06:25:47.916Z] Removing intermediate container 0b4aae00e052 [2021-01-08T06:25:47.916Z] ---> 79a3c8fc5fb9 [2021-01-08T06:25:47.916Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-08T06:25:47.916Z] ---> Running in d6e0bcb88ccd [2021-01-08T06:25:47.916Z] ---> Running in b2237d466996 [2021-01-08T06:25:47.916Z] ---> Running in c26b9ad2c374 [2021-01-08T06:25:47.916Z] ---> Running in 0314f676b9a3 [2021-01-08T06:25:47.916Z] ---> Running in bde934bb89b8 [2021-01-08T06:25:49.905Z] Removing intermediate container d6e0bcb88ccd [2021-01-08T06:25:49.905Z] ---> 04eb553a20d6 [2021-01-08T06:25:49.905Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-08T06:25:49.905Z] Removing intermediate container c26b9ad2c374 [2021-01-08T06:25:49.905Z] ---> d9eb1d3072c2 [2021-01-08T06:25:49.905Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-08T06:25:49.905Z] Removing intermediate container b2237d466996 [2021-01-08T06:25:49.905Z] ---> 189d428bf428 [2021-01-08T06:25:49.905Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-08T06:25:50.188Z] ---> Running in 42825cf87759 [2021-01-08T06:25:50.188Z] ---> Running in bde259caa156 [2021-01-08T06:25:50.188Z] ---> Running in a56593fe39c5 [2021-01-08T06:25:50.188Z] Removing intermediate container bde934bb89b8 [2021-01-08T06:25:50.188Z] ---> ace5bf339590 [2021-01-08T06:25:50.188Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-08T06:25:50.188Z] Removing intermediate container 0314f676b9a3 [2021-01-08T06:25:50.188Z] ---> d5c7e295487e [2021-01-08T06:25:50.188Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-08T06:25:50.474Z] ---> Running in 11c1534b52b0 [2021-01-08T06:25:50.474Z] ---> Running in c33362458ee7 [2021-01-08T06:25:51.089Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-08T06:25:51.365Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-08T06:25:51.365Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-08T06:25:51.648Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-08T06:25:51.648Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-08T06:25:51.913Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-08T06:25:51.913Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-08T06:25:52.178Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-08T06:25:52.441Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-08T06:25:52.441Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-08T06:25:52.441Z] OK: 233 MiB in 51 packages [2021-01-08T06:25:52.706Z] OK: 233 MiB in 51 packages [2021-01-08T06:25:52.975Z] OK: 233 MiB in 51 packages [2021-01-08T06:25:52.975Z] OK: 233 MiB in 51 packages [2021-01-08T06:25:52.975Z] OK: 233 MiB in 51 packages [2021-01-08T06:25:53.247Z] Removing intermediate container 42825cf87759 [2021-01-08T06:25:53.247Z] ---> 7165a32647a1 [2021-01-08T06:25:53.247Z] Step 6/21 : COPY go.mod . [2021-01-08T06:25:53.518Z] Removing intermediate container a56593fe39c5 [2021-01-08T06:25:53.518Z] ---> 468decb50e67 [2021-01-08T06:25:53.518Z] Step 6/21 : COPY go.mod . [2021-01-08T06:25:53.792Z] ---> 64884eca51a1 [2021-01-08T06:25:53.792Z] Step 7/21 : RUN go mod download [2021-01-08T06:25:54.069Z] Removing intermediate container 11c1534b52b0 [2021-01-08T06:25:54.069Z] ---> 6672c3e14300 [2021-01-08T06:25:54.069Z] Step 6/26 : COPY go.mod . [2021-01-08T06:25:54.069Z] ---> a10f702d487a [2021-01-08T06:25:54.069Z] Step 7/21 : RUN go mod download [2021-01-08T06:25:54.069Z] ---> Running in fcbc530aaa34 [2021-01-08T06:25:54.347Z] ---> Running in 890241b32870 [2021-01-08T06:25:54.347Z] Removing intermediate container bde259caa156 [2021-01-08T06:25:54.347Z] ---> a0b8d092ff28 [2021-01-08T06:25:54.347Z] Step 6/24 : COPY go.mod . [2021-01-08T06:25:54.630Z] Removing intermediate container c33362458ee7 [2021-01-08T06:25:54.630Z] ---> b7a3870dff07 [2021-01-08T06:25:54.630Z] Step 6/22 : COPY go.mod . [2021-01-08T06:25:54.630Z] ---> 71d3c0dc816a [2021-01-08T06:25:54.630Z] Step 7/26 : RUN go mod download [2021-01-08T06:25:54.630Z] ---> Running in bc3d768a53f1 [2021-01-08T06:25:54.908Z] ---> d3f3cf28a37f [2021-01-08T06:25:54.908Z] Step 7/24 : RUN go mod download [2021-01-08T06:25:54.908Z] ---> 8a625b001475 [2021-01-08T06:25:54.908Z] Step 7/22 : RUN go mod download [2021-01-08T06:25:55.180Z] ---> Running in e91aad440daf [2021-01-08T06:25:55.180Z] ---> Running in 57a0cd9de124 [2021-01-08T06:25:56.649Z] Removing intermediate container fcbc530aaa34 [2021-01-08T06:25:56.649Z] ---> 6ac77a255a41 [2021-01-08T06:25:56.649Z] Step 8/21 : COPY . . [2021-01-08T06:25:56.649Z] Removing intermediate container 890241b32870 [2021-01-08T06:25:56.649Z] ---> 66bab5c00811 [2021-01-08T06:25:56.649Z] Step 8/21 : COPY . . [2021-01-08T06:25:57.515Z] 00ac8860ef70: Pull complete [2021-01-08T06:25:57.515Z] 63d7cb157983: Pull complete [2021-01-08T06:25:57.621Z] Removing intermediate container bc3d768a53f1 [2021-01-08T06:25:57.621Z] ---> e6f96b716b51 [2021-01-08T06:25:57.621Z] Step 8/26 : COPY . . [2021-01-08T06:25:57.793Z] b116817d02f9: Pull complete [2021-01-08T06:26:01.010Z] Removing intermediate container e91aad440daf [2021-01-08T06:26:01.010Z] ---> 15791dff7e51 [2021-01-08T06:26:01.010Z] Step 8/24 : COPY . . [2021-01-08T06:26:02.002Z] Removing intermediate container 57a0cd9de124 [2021-01-08T06:26:02.002Z] ---> 8d299dc969f4 [2021-01-08T06:26:02.002Z] Step 8/22 : COPY . . [2021-01-08T06:26:02.180Z] 745a02a5169b: Pull complete [2021-01-08T06:26:02.180Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-08T06:26:02.180Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-08T06:26:02.180Z] ---> b7e6874047d6 [2021-01-08T06:26:02.180Z] 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-08T06:26:04.873Z] ---> Running in 5ed2370cd26a [2021-01-08T06:26:05.873Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-08T06:26:07.308Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-08T06:26:08.742Z] (1/12) Installing libmagic (5.38-r0) [2021-01-08T06:26:09.333Z] (2/12) Installing file (5.38-r0) [2021-01-08T06:26:09.333Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-08T06:26:09.606Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-08T06:26:32.009Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-08T06:26:32.009Z] (6/12) Installing patch (2.7.6-r6) [2021-01-08T06:26:32.285Z] (7/12) Installing build-base (0.5-r2) [2021-01-08T06:26:32.285Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-08T06:26:32.558Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-08T06:26:32.558Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-08T06:26:32.558Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-08T06:26:33.158Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-08T06:26:33.437Z] Executing busybox-1.31.1-r19.trigger [2021-01-08T06:26:33.437Z] OK: 217 MiB in 51 packages [2021-01-08T06:26:34.642Z] ---> b74d3fea5bb0 [2021-01-08T06:26:34.642Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-08T06:26:34.642Z] ---> a6a818fa66ff [2021-01-08T06:26:34.642Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-08T06:26:34.642Z] ---> Running in a8b4590a63ed [2021-01-08T06:26:34.642Z] ---> 099ea0b3896b [2021-01-08T06:26:34.642Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-08T06:26:34.642Z] ---> Running in e8383a9e428b [2021-01-08T06:26:34.642Z] ---> Running in 6c2e674ef2a8 [2021-01-08T06:26:34.642Z] ---> 914a7c356dc7 [2021-01-08T06:26:34.642Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-08T06:26:34.642Z] ---> fd2968493aec [2021-01-08T06:26:34.642Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-08T06:26:34.910Z] ---> Running in d822d11e706e [2021-01-08T06:26:34.910Z] ---> Running in 9a85ac940332 [2021-01-08T06:26:35.893Z] 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-08T06:26:35.893Z] 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-08T06:26:36.179Z] 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-08T06:26:36.179Z] 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-08T06:26:36.179Z] 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-08T06:26:38.106Z] Removing intermediate container 5ed2370cd26a [2021-01-08T06:26:38.106Z] ---> 46b1107d9fa5 [2021-01-08T06:26:38.106Z] Step 4/6 : WORKDIR /edgex-go [2021-01-08T06:26:38.106Z] ---> Running in 09b7257c1394 [2021-01-08T06:26:38.106Z] Removing intermediate container 09b7257c1394 [2021-01-08T06:26:38.106Z] ---> ea04892ee2e6 [2021-01-08T06:26:38.106Z] Step 5/6 : COPY go.mod . [2021-01-08T06:26:38.768Z] ---> 019a2f6ac553 [2021-01-08T06:26:38.768Z] Step 6/6 : RUN go mod download [2021-01-08T06:26:38.768Z] ---> Running in bb0e46b24f29 [2021-01-08T06:27:03.253Z] 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-08T06:27:05.787Z] Removing intermediate container bb0e46b24f29 [2021-01-08T06:27:05.787Z] ---> b6dac4d4921d [2021-01-08T06:27:05.787Z] Successfully built b6dac4d4921d [2021-01-08T06:27:05.787Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-08T06:27:06.208Z] + docker inspect -f . ci-base-image-arm64 [2021-01-08T06:27:06.208Z] . [Pipeline] withDockerContainer [2021-01-08T06:27:06.600Z] prd-ubuntu18.04-docker-arm64-4c-16g-19073 does not seem to be running inside a container [2021-01-08T06:27:06.805Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat [2021-01-08T06:27:07.638Z] Removing intermediate container 6c2e674ef2a8 [2021-01-08T06:27:07.638Z] ---> 3574aa1cec09 [2021-01-08T06:27:07.638Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-08T06:27:08.426Z] $ docker top 1c3682b99cd1eac48f81305c41d6ecb0d0d2ffdb177951e2d2e84f0bd7b5ca97 -eo pid,comm [2021-01-08T06:27:08.714Z] ---> Running in 146fd705e258 [2021-01-08T06:27:08.714Z] Removing intermediate container e8383a9e428b [2021-01-08T06:27:08.714Z] ---> f3264191769c [2021-01-08T06:27:08.714Z] [2021-01-08T06:27:08.714Z] Step 10/21 : FROM scratch [2021-01-08T06:27:08.714Z] ---> [2021-01-08T06:27:08.714Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [Pipeline] { [Pipeline] sh [2021-01-08T06:27:09.047Z] ---> Running in 44214db870d1 [2021-01-08T06:27:09.723Z] + go version [2021-01-08T06:27:09.723Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-08T06:27:09.840Z] $ docker stop --time=1 1c3682b99cd1eac48f81305c41d6ecb0d0d2ffdb177951e2d2e84f0bd7b5ca97 [2021-01-08T06:27:10.119Z] Removing intermediate container 44214db870d1 [2021-01-08T06:27:10.119Z] ---> 59568e8328a1 [2021-01-08T06:27:10.119Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-08T06:27:10.393Z] 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-08T06:27:11.754Z] $ docker rm -f 1c3682b99cd1eac48f81305c41d6ecb0d0d2ffdb177951e2d2e84f0bd7b5ca97 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-08T06:27:12.987Z] ---> Running in 895f3c2784da [2021-01-08T06:27:12.987Z] Removing intermediate container d822d11e706e [2021-01-08T06:27:12.987Z] ---> 6a4578eb025e [2021-01-08T06:27:12.987Z] [2021-01-08T06:27:12.987Z] Step 10/24 : FROM scratch [2021-01-08T06:27:12.987Z] ---> [2021-01-08T06:27:12.987Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-08T06:27:12.987Z] Removing intermediate container a8b4590a63ed [2021-01-08T06:27:12.987Z] ---> 195408487bc3 [2021-01-08T06:27:12.987Z] [2021-01-08T06:27:12.987Z] Step 10/21 : FROM alpine:3.12 [2021-01-08T06:27:12.987Z] ---> Running in a3a5c8587311 [2021-01-08T06:27:12.987Z] 3.12: Pulling from library/alpine [2021-01-08T06:27:12.987Z] Removing intermediate container 895f3c2784da [2021-01-08T06:27:12.987Z] ---> f3b2f5383b9a [2021-01-08T06:27:12.987Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-08T06:27:12.987Z] ---> Running in d85772e8f0af [2021-01-08T06:27:12.987Z] Removing intermediate container a3a5c8587311 [2021-01-08T06:27:12.987Z] ---> b72e5846c799 [2021-01-08T06:27:12.988Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-08T06:27:13.173Z] + docker inspect -f . ci-base-image-arm64 [2021-01-08T06:27:13.173Z] . [Pipeline] withDockerContainer [2021-01-08T06:27:13.544Z] prd-ubuntu18.04-docker-arm64-4c-16g-19073 does not seem to be running inside a container [2021-01-08T06:27:13.624Z] ---> Running in 5cc05c0663aa [2021-01-08T06:27:13.801Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat [2021-01-08T06:27:15.210Z] $ docker top 2d404c2499b73cb749925c2ef402c58cc6300410769fb257fa1e511ba913437d -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-08T06:27:15.698Z] ========================================================= [2021-01-08T06:27:15.698Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-08T06:27:15.698Z] ========================================================= [2021-01-08T06:27:15.709Z] Removing intermediate container d85772e8f0af [2021-01-08T06:27:15.709Z] ---> 3e0b5a4e8edd [2021-01-08T06:27:15.709Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-08T06:27:15.709Z] Removing intermediate container 9a85ac940332 [2021-01-08T06:27:15.709Z] ---> a43a4244ac78 [2021-01-08T06:27:15.709Z] [2021-01-08T06:27:15.709Z] Step 10/22 : FROM scratch [2021-01-08T06:27:15.709Z] ---> [2021-01-08T06:27:15.709Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-08T06:27:15.709Z] Removing intermediate container 5cc05c0663aa [2021-01-08T06:27:15.709Z] ---> 22bcab871350 [2021-01-08T06:27:15.709Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-08T06:27:15.709Z] ---> Using cache [2021-01-08T06:27:15.709Z] ---> 59568e8328a1 [2021-01-08T06:27:15.709Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-08T06:27:15.709Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-08T06:27:15.709Z] Status: Downloaded newer image for alpine:3.12 [2021-01-08T06:27:15.709Z] ---> 389fef711851 [2021-01-08T06:27:15.709Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-08T06:27:15.709Z] Removing intermediate container 146fd705e258 [2021-01-08T06:27:15.709Z] ---> cd150845b313 [2021-01-08T06:27:15.709Z] [2021-01-08T06:27:15.709Z] Step 11/26 : FROM docker:20.10.0 [2021-01-08T06:27:15.709Z] ---> Running in c30edfd9db3f [2021-01-08T06:27:15.709Z] ---> Running in 9d61ed2a6b03 [2021-01-08T06:27:15.709Z] 20.10.0: Pulling from library/docker [2021-01-08T06:27:15.709Z] ---> Running in f87a215e45b5 [Pipeline] sh [2021-01-08T06:27:16.007Z] ---> c25b6fce8701 [2021-01-08T06:27:16.007Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-08T06:27:16.308Z] Removing intermediate container c30edfd9db3f [2021-01-08T06:27:16.308Z] ---> 35f73f4f5109 [2021-01-08T06:27:16.308Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-08T06:27:16.308Z] Removing intermediate container 9d61ed2a6b03 [2021-01-08T06:27:16.308Z] ---> 0c384c71c4e9 [2021-01-08T06:27:16.308Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-08T06:27:16.478Z] + make test [2021-01-08T06:27:16.478Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-08T06:27:16.609Z] ---> Running in 8de98b80c9dd [2021-01-08T06:27:16.910Z] ---> 8e01ae893841 [2021-01-08T06:27:16.910Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-08T06:27:16.910Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-08T06:27:16.910Z] ---> 9d443f998677 [2021-01-08T06:27:16.910Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-08T06:27:16.910Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-08T06:27:17.256Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-08T06:27:17.256Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-08T06:27:17.256Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-08T06:27:17.256Z] (4/4) Installing curl (7.69.1-r3) [2021-01-08T06:27:17.256Z] Executing busybox-1.31.1-r19.trigger [2021-01-08T06:27:17.256Z] Executing ca-certificates-20191127-r4.trigger [2021-01-08T06:27:17.547Z] Removing intermediate container 8de98b80c9dd [2021-01-08T06:27:17.547Z] ---> e3d2a17d500c [2021-01-08T06:27:17.547Z] Step 14/22 : WORKDIR / [2021-01-08T06:27:17.547Z] OK: 7 MiB in 18 packages [2021-01-08T06:27:18.564Z] ---> Running in 0442e44dcc4f [2021-01-08T06:27:18.564Z] ---> b7eaa5a4bab9 [2021-01-08T06:27:18.564Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-08T06:27:18.564Z] ---> bd947174f796 [2021-01-08T06:27:18.564Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-08T06:27:18.841Z] ---> Running in 9d0f2d3bff1e [2021-01-08T06:27:18.841Z] Removing intermediate container 0442e44dcc4f [2021-01-08T06:27:18.841Z] ---> 8d32a01cc1bf [2021-01-08T06:27:18.841Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-08T06:27:19.807Z] Removing intermediate container 9d0f2d3bff1e [2021-01-08T06:27:19.807Z] ---> 8a52afc736d9 [2021-01-08T06:27:19.807Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-08T06:27:20.097Z] Removing intermediate container f87a215e45b5 [2021-01-08T06:27:20.097Z] ---> 9a23e5ccfded [2021-01-08T06:27:20.097Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-08T06:27:20.097Z] ---> 61a976b6aa4c [2021-01-08T06:27:20.097Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-08T06:27:20.097Z] ---> Running in 44697a2875cd [2021-01-08T06:27:20.097Z] ---> 2ed4dc1c9783 [2021-01-08T06:27:20.097Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-08T06:27:20.097Z] ---> Running in aa3519eedb3f [2021-01-08T06:27:20.690Z] Removing intermediate container 44697a2875cd [2021-01-08T06:27:20.690Z] ---> 26073ad7e360 [2021-01-08T06:27:20.690Z] Step 19/21 : LABEL arch=x86_64 [2021-01-08T06:27:20.690Z] Removing intermediate container aa3519eedb3f [2021-01-08T06:27:20.690Z] ---> 782857edbbb8 [2021-01-08T06:27:20.690Z] Step 13/21 : WORKDIR /edgex [2021-01-08T06:27:20.690Z] ---> 7ce4d83a4a6c [2021-01-08T06:27:20.690Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-08T06:27:20.690Z] ---> Running in 6912aef6edee [2021-01-08T06:27:20.959Z] ---> Running in 845dfa91aca0 [2021-01-08T06:27:20.959Z] ---> 81787fe8f19f [2021-01-08T06:27:20.959Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-08T06:27:20.959Z] Removing intermediate container 6912aef6edee [2021-01-08T06:27:20.959Z] ---> f33698c020cd [2021-01-08T06:27:20.959Z] Step 20/21 : LABEL git_sha=a1e981128744735d131ec80c0be858cf0a480739 [2021-01-08T06:27:21.232Z] ---> Running in 37f496de7cdf [2021-01-08T06:27:21.232Z] Removing intermediate container 845dfa91aca0 [2021-01-08T06:27:21.232Z] ---> 45fa9e4b54ec [2021-01-08T06:27:21.232Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-08T06:27:21.232Z] ---> 1e8937f29ec5 [2021-01-08T06:27:21.232Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-08T06:27:21.505Z] Removing intermediate container 37f496de7cdf [2021-01-08T06:27:21.505Z] ---> 70c65514bd92 [2021-01-08T06:27:21.505Z] Step 21/21 : LABEL version=0.0.0 [2021-01-08T06:27:21.505Z] ---> Running in 36fff3095d5d [2021-01-08T06:27:21.505Z] ---> 2b829e119dc0 [2021-01-08T06:27:21.505Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-08T06:27:21.777Z] ---> Running in 5101b90aa25b [2021-01-08T06:27:21.777Z] ---> 0920fcb4236d [2021-01-08T06:27:21.777Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-08T06:27:21.777Z] Removing intermediate container 36fff3095d5d [2021-01-08T06:27:21.777Z] ---> 166808c4bfd2 [2021-01-08T06:27:21.777Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-08T06:27:22.375Z] Removing intermediate container 5101b90aa25b [2021-01-08T06:27:22.375Z] ---> 01051bc6e91d [2021-01-08T06:27:22.375Z] [2021-01-08T06:27:22.375Z] ---> Running in 9984255a35c8 [2021-01-08T06:27:22.653Z] ---> 7ad45fb482ad [2021-01-08T06:27:22.653Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-08T06:27:22.653Z] ---> 880221828f52 [2021-01-08T06:27:22.653Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-08T06:27:22.930Z] ---> Running in 849432b9dcbf [2021-01-08T06:27:22.930Z] Successfully built 01051bc6e91d [2021-01-08T06:27:22.930Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-08T06:27:22.930Z] Building docker-security-bootstrap-redis-go [2021-01-08T06:27:22.930Z]  Building docker-support-scheduler-go ... done Removing intermediate container 9984255a35c8 [2021-01-08T06:27:22.930Z] ---> 85e93aeead08 [2021-01-08T06:27:22.931Z] Step 20/22 : LABEL arch=x86_64 [2021-01-08T06:27:22.931Z] ---> Running in 5d4a3d68d950 [2021-01-08T06:27:23.204Z] Removing intermediate container 849432b9dcbf [2021-01-08T06:27:23.204Z] ---> 0899502b8e0a [2021-01-08T06:27:23.204Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-08T06:27:23.204Z] Removing intermediate container 5d4a3d68d950 [2021-01-08T06:27:23.204Z] ---> b6e813373d01 [2021-01-08T06:27:23.204Z] Step 21/22 : LABEL git_sha=a1e981128744735d131ec80c0be858cf0a480739 [2021-01-08T06:27:23.204Z] ---> Running in cf54567b2533 [2021-01-08T06:27:24.164Z] ---> 806a001c9fca [2021-01-08T06:27:24.164Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-08T06:27:24.429Z] ---> Running in b7fd7dc502c8 [2021-01-08T06:27:26.377Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-08T06:27:26.377Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-08T06:27:26.377Z] ---> aefe523efa57 [2021-01-08T06:27:26.377Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-08T06:27:26.377Z] ---> Running in 38cccd241cca [2021-01-08T06:27:26.377Z] Removing intermediate container cf54567b2533 [2021-01-08T06:27:26.377Z] ---> 6db37737dbe9 [2021-01-08T06:27:26.377Z] Step 22/24 : LABEL arch=x86_64 [2021-01-08T06:27:27.391Z] Removing intermediate container b7fd7dc502c8 [2021-01-08T06:27:27.391Z] ---> 6843c90f0c6b [2021-01-08T06:27:27.391Z] Step 22/22 : LABEL version=0.0.0 [2021-01-08T06:27:28.418Z] ---> Running in 1461aeaca8e7 [2021-01-08T06:27:28.418Z] ---> Running in 15fe4332923e [2021-01-08T06:27:28.418Z] Removing intermediate container 38cccd241cca [2021-01-08T06:27:28.418Z] ---> c57118ab7e56 [2021-01-08T06:27:28.418Z] Step 18/21 : CMD ["--init=true"] [2021-01-08T06:27:29.064Z] ---> Running in 764ea1d9cf16 [2021-01-08T06:27:29.726Z] ---> Running in 74c5fdecc245 [2021-01-08T06:27:30.382Z] Removing intermediate container 15fe4332923e [2021-01-08T06:27:30.382Z] ---> 23ca84abb485 [2021-01-08T06:27:30.382Z] Step 23/24 : LABEL git_sha=a1e981128744735d131ec80c0be858cf0a480739 [2021-01-08T06:27:30.382Z] Removing intermediate container 764ea1d9cf16 [2021-01-08T06:27:30.382Z] ---> 08ee16ac98c9 [2021-01-08T06:27:30.382Z] [2021-01-08T06:27:31.015Z] Successfully built 08ee16ac98c9 [2021-01-08T06:27:31.015Z] Successfully tagged docker-core-metadata-go:latest [2021-01-08T06:27:31.015Z] Building docker-core-command-go [2021-01-08T06:27:31.015Z]  Building docker-core-metadata-go ... done Removing intermediate container 74c5fdecc245 [2021-01-08T06:27:31.015Z] ---> 9c05a964acce [2021-01-08T06:27:31.015Z] Step 19/21 : LABEL arch=x86_64 [2021-01-08T06:27:31.295Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-08T06:27:31.599Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-08T06:27:32.123Z] (1/2) Installing readline (8.0.4-r0) [2021-01-08T06:27:32.123Z] (2/2) Installing bash (5.0.17-r0) [2021-01-08T06:27:32.123Z] Executing bash-5.0.17-r0.post-install [2021-01-08T06:27:32.123Z] Executing busybox-1.31.1-r19.trigger [2021-01-08T06:27:32.123Z] OK: 12 MiB in 22 packages [2021-01-08T06:27:32.123Z] ---> Running in ebb6b893047c [2021-01-08T06:27:32.760Z] ---> Running in 8108cbed49ea [2021-01-08T06:27:33.349Z] Removing intermediate container ebb6b893047c [2021-01-08T06:27:33.349Z] ---> 112247fc3fbf [2021-01-08T06:27:33.349Z] Step 24/24 : LABEL version=0.0.0 [2021-01-08T06:27:34.756Z] Removing intermediate container 8108cbed49ea [2021-01-08T06:27:34.756Z] ---> bade867bf459 [2021-01-08T06:27:34.756Z] Step 20/21 : LABEL git_sha=a1e981128744735d131ec80c0be858cf0a480739 [2021-01-08T06:27:34.756Z] ---> Running in 4e395a95cfcf [2021-01-08T06:27:38.122Z] ---> Running in 98476b343ad7 [2021-01-08T06:27:38.122Z] Removing intermediate container 1461aeaca8e7 [2021-01-08T06:27:38.122Z] ---> 6ffe00644d63 [2021-01-08T06:27:38.122Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-08T06:27:38.398Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-08T06:27:38.398Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-08T06:27:38.398Z] ---> f19274b8f452 [2021-01-08T06:27:38.398Z] Step 3/22 : WORKDIR /edgex-go [2021-01-08T06:27:38.398Z] ---> Using cache [2021-01-08T06:27:38.398Z] ---> 79a3c8fc5fb9 [2021-01-08T06:27:38.398Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-08T06:27:38.398Z] ---> Using cache [2021-01-08T06:27:38.398Z] ---> ace5bf339590 [2021-01-08T06:27:38.398Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-08T06:27:38.974Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-08T06:27:39.395Z] ---> Running in 8f795a460ab8 [2021-01-08T06:27:39.395Z] Removing intermediate container 4e395a95cfcf [2021-01-08T06:27:39.395Z] ---> 6bddf8df4309 [2021-01-08T06:27:39.395Z] [2021-01-08T06:27:39.395Z] ---> Running in 8b81ecc79124 [2021-01-08T06:27:39.395Z] Removing intermediate container 98476b343ad7 [2021-01-08T06:27:39.395Z] ---> 80a4e3b3dc8e [2021-01-08T06:27:39.395Z] Step 21/21 : LABEL version=0.0.0 [2021-01-08T06:27:39.681Z] Successfully built 6bddf8df4309 [2021-01-08T06:27:39.681Z] Successfully tagged docker-support-notifications-go:latest [2021-01-08T06:27:39.681Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-01-08T06:27:39.681Z] ---> Running in 51301f8f921e [2021-01-08T06:27:39.681Z] Removing intermediate container 8f795a460ab8 [2021-01-08T06:27:39.681Z] ---> a74cd72713a9 [2021-01-08T06:27:39.681Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-08T06:27:39.999Z] ---> Running in c8083c76a956 [2021-01-08T06:27:40.289Z] Removing intermediate container 51301f8f921e [2021-01-08T06:27:40.289Z] ---> ec0b04a314e3 [2021-01-08T06:27:40.289Z] [2021-01-08T06:27:42.352Z] Successfully built ec0b04a314e3 [2021-01-08T06:27:42.352Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-08T06:27:42.352Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-08T06:27:42.352Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2021-01-08T06:27:42.630Z] Removing intermediate container c8083c76a956 [2021-01-08T06:27:42.630Z] ---> e1135fe29d6f [2021-01-08T06:27:42.630Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-08T06:27:42.920Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-08T06:27:43.953Z] OK: 233 MiB in 51 packages [2021-01-08T06:27:45.435Z] ---> Running in d6ae19291299 [2021-01-08T06:27:49.262Z] Removing intermediate container d6ae19291299 [2021-01-08T06:27:49.262Z] ---> 1e2b5cd9f087 [2021-01-08T06:27:49.262Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-08T06:27:49.262Z] Removing intermediate container 8b81ecc79124 [2021-01-08T06:27:49.262Z] ---> d54d5304810d [2021-01-08T06:27:49.262Z] Step 6/22 : COPY go.mod . [2021-01-08T06:27:50.544Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-08T06:27:50.544Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-08T06:27:50.544Z] ---> f19274b8f452 [2021-01-08T06:27:50.544Z] Step 3/22 : WORKDIR /edgex-go [2021-01-08T06:27:50.544Z] ---> Using cache [2021-01-08T06:27:50.544Z] ---> 79a3c8fc5fb9 [2021-01-08T06:27:50.544Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-08T06:27:50.544Z] ---> Using cache [2021-01-08T06:27:50.544Z] ---> ace5bf339590 [2021-01-08T06:27:50.544Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-08T06:27:50.544Z] ---> Using cache [2021-01-08T06:27:50.544Z] ---> d54d5304810d [2021-01-08T06:27:50.544Z] Step 6/22 : COPY go.mod . [2021-01-08T06:27:50.544Z] ---> Using cache [2021-01-08T06:27:50.544Z] ---> 62dc48068f75 [2021-01-08T06:27:50.544Z] Step 7/22 : RUN go mod download [2021-01-08T06:27:50.868Z] ---> 62dc48068f75 [2021-01-08T06:27:50.868Z] Step 7/22 : RUN go mod download [2021-01-08T06:27:50.868Z] ---> 01300a6d2f93 [2021-01-08T06:27:50.868Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-08T06:27:50.868Z] ---> Running in 64d4216f6821 [2021-01-08T06:27:50.868Z] ---> Running in 3bd7b9ff3e13 [2021-01-08T06:27:54.287Z] ---> fd1f760c8ebb [2021-01-08T06:27:54.287Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-08T06:27:56.995Z] ---> 7bb027f54ebf [2021-01-08T06:27:56.995Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-08T06:27:57.594Z] ---> Running in e1a2ce70ad67 [2021-01-08T06:27:59.569Z] Removing intermediate container 3bd7b9ff3e13 [2021-01-08T06:27:59.569Z] ---> ada31fcc7ba5 [2021-01-08T06:27:59.569Z] Step 8/22 : COPY . . [2021-01-08T06:27:59.569Z] Removing intermediate container 64d4216f6821 [2021-01-08T06:27:59.569Z] ---> 2fe33ee8b691 [2021-01-08T06:27:59.569Z] Step 8/22 : COPY . . [2021-01-08T06:27:59.569Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-08T06:27:59.569Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-08T06:27:59.569Z] ---> f19274b8f452 [2021-01-08T06:27:59.569Z] Step 3/23 : WORKDIR /edgex-go [2021-01-08T06:27:59.569Z] ---> Using cache [2021-01-08T06:27:59.569Z] ---> 79a3c8fc5fb9 [2021-01-08T06:27:59.569Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-08T06:27:59.569Z] ---> Using cache [2021-01-08T06:27:59.569Z] ---> ace5bf339590 [2021-01-08T06:27:59.569Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-08T06:27:59.858Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-08T06:27:59.858Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-08T06:28:00.152Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-08T06:28:00.152Z] (2/33) Installing expat (2.2.9-r1) [2021-01-08T06:28:00.152Z] (3/33) Installing libffi (3.3-r2) [2021-01-08T06:28:00.152Z] (4/33) Installing gdbm (1.13-r1) [2021-01-08T06:28:00.468Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-08T06:28:00.468Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-08T06:28:00.468Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-08T06:28:03.530Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-08T06:28:03.530Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-08T06:28:03.530Z] ---> f19274b8f452 [2021-01-08T06:28:03.530Z] Step 3/24 : WORKDIR /edgex-go [2021-01-08T06:28:03.530Z] ---> Using cache [2021-01-08T06:28:03.530Z] ---> 79a3c8fc5fb9 [2021-01-08T06:28:03.530Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-08T06:28:03.530Z] ---> Using cache [2021-01-08T06:28:03.530Z] ---> ace5bf339590 [2021-01-08T06:28:03.530Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-08T06:28:03.530Z] ---> Using cache [2021-01-08T06:28:03.530Z] ---> d54d5304810d [2021-01-08T06:28:03.530Z] Step 6/24 : COPY go.mod . [2021-01-08T06:28:03.530Z] ---> Using cache [2021-01-08T06:28:03.530Z] ---> 62dc48068f75 [2021-01-08T06:28:03.530Z] Step 7/24 : RUN go mod download [2021-01-08T06:28:03.530Z] ---> Using cache [2021-01-08T06:28:03.530Z] ---> 2fe33ee8b691 [2021-01-08T06:28:03.530Z] Step 8/24 : COPY . . [2021-01-08T06:28:03.530Z] ---> Running in 0ef9358cf880 [2021-01-08T06:28:11.940Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-08T06:28:11.940Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-08T06:28:11.940Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-08T06:28:11.940Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-08T06:28:11.940Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-08T06:28:11.940Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-08T06:28:12.213Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-08T06:28:12.213Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-08T06:28:12.478Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-08T06:28:12.479Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-08T06:28:12.744Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-08T06:28:13.009Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-08T06:28:13.665Z] OK: 233 MiB in 51 packages [2021-01-08T06:28:13.938Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-08T06:28:14.577Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-08T06:28:14.846Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-08T06:28:16.255Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-08T06:28:16.835Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-08T06:28:18.254Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-08T06:28:18.410Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-08T06:28:20.228Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-08T06:28:20.504Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-08T06:28:20.771Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-08T06:28:22.191Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-08T06:28:22.464Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-08T06:28:22.736Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-08T06:28:22.736Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-08T06:28:22.736Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-08T06:28:23.012Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-08T06:28:23.012Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-08T06:28:23.613Z] Executing busybox-1.31.1-r19.trigger [2021-01-08T06:28:23.613Z] OK: 71 MiB in 55 packages [2021-01-08T06:28:25.053Z] Removing intermediate container 0ef9358cf880 [2021-01-08T06:28:25.053Z] ---> b2a606e77772 [2021-01-08T06:28:25.053Z] Step 6/23 : COPY go.mod . [2021-01-08T06:28:26.477Z] ---> de3c5de49c59 [2021-01-08T06:28:26.477Z] Step 7/23 : RUN go mod download [2021-01-08T06:28:28.456Z] ---> Running in de422a72e2c6 [2021-01-08T06:28:30.405Z] ---> aaea6f2c55bc [2021-01-08T06:28:30.405Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-08T06:28:30.671Z] ---> b8b6e74ac5b5 [2021-01-08T06:28:30.671Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-08T06:28:32.093Z] ---> Running in 38c3bdabe595 [2021-01-08T06:28:32.094Z] ---> Running in 1fa7d63b0f71 [2021-01-08T06:28:32.094Z] ---> da462fbd22b9 [2021-01-08T06:28:32.094Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-08T06:28:33.535Z] ---> Running in a7730b06e20a [2021-01-08T06:28:35.470Z] 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-08T06:28:35.470Z] 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-08T06:28:36.055Z] Removing intermediate container de422a72e2c6 [2021-01-08T06:28:36.055Z] ---> acd52d639002 [2021-01-08T06:28:36.055Z] Step 8/23 : COPY . . [2021-01-08T06:28:36.332Z] 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-08T06:28:36.985Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-08T06:28:36.985Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-08T06:28:36.985Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-08T06:28:36.985Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-08T06:28:36.985Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-08T06:28:36.985Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-08T06:28:36.985Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-08T06:28:36.985Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-08T06:28:36.985Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-08T06:28:40.657Z] Removing intermediate container e1a2ce70ad67 [2021-01-08T06:28:40.657Z] ---> d40d99df5f1a [2021-01-08T06:28:40.657Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-08T06:28:44.023Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-08T06:28:44.023Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-08T06:28:44.023Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-08T06:28:45.001Z] ---> Running in 1b0c32ce2558 [2021-01-08T06:28:49.491Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.264s coverage: 46.6% of statements [2021-01-08T06:28:49.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-08T06:28:49.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-08T06:28:49.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-08T06:28:49.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-08T06:28:49.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-08T06:28:53.347Z] Collecting docker-compose==1.23.2 [2021-01-08T06:28:53.348Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-08T06:28:53.348Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-08T06:28:53.348Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-08T06:28:53.624Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-08T06:28:53.916Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-08T06:28:54.201Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-08T06:28:54.201Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-08T06:28:56.184Z] Collecting jsonschema<3,>=2.5.1 [2021-01-08T06:28:56.184Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-08T06:28:57.221Z] Collecting texttable<0.10,>=0.9.0 [2021-01-08T06:28:57.221Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-08T06:28:57.877Z] Collecting cached-property<2,>=1.2.0 [2021-01-08T06:28:57.877Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-08T06:28:58.077Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.509s coverage: 27.0% of statements [2021-01-08T06:28:58.077Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-08T06:28:58.077Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-08T06:28:58.077Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-08T06:28:58.077Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-08T06:28:58.077Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-08T06:28:58.077Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-08T06:28:58.077Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.072s coverage: 100.0% of statements [2021-01-08T06:28:58.077Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-08T06:28:58.077Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.078s coverage: 100.0% of statements [2021-01-08T06:28:58.077Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-08T06:28:58.077Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-08T06:28:58.077Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.575s coverage: 77.8% of statements [2021-01-08T06:28:58.077Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-08T06:28:58.077Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-08T06:28:58.077Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.644s coverage: 82.4% of statements [2021-01-08T06:28:58.077Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-08T06:28:58.077Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-08T06:28:58.077Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-08T06:28:58.077Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-08T06:28:58.520Z] Collecting docker<4.0,>=3.6.0 [2021-01-08T06:28:58.520Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-08T06:28:58.520Z] Collecting PyYAML<4,>=3.10 [2021-01-08T06:28:58.797Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-08T06:28:59.811Z] 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-08T06:29:00.094Z] Collecting docopt<0.7,>=0.6.1 [2021-01-08T06:29:00.094Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-08T06:29:00.684Z] ---> e10d595e04fc [2021-01-08T06:29:00.684Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-08T06:29:01.278Z] Collecting idna<2.8,>=2.5 [2021-01-08T06:29:01.278Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-08T06:29:01.550Z] 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-08T06:29:01.550Z] ---> Running in 53b8bb3c1426 [2021-01-08T06:29:01.550Z] 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-08T06:29:01.550Z] 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-08T06:29:01.550Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-08T06:29:01.550Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-08T06:29:01.821Z] Collecting docker-pycreds>=0.4.0 [2021-01-08T06:29:01.821Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-08T06:29:01.821Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-08T06:29:01.821Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-08T06:29:01.821Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-08T06:29:01.821Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-08T06:29:02.112Z] Installing collected packages: websocket-client, idna, urllib3, requests, dockerpty, jsonschema, texttable, cached-property, docker-pycreds, docker, PyYAML, docopt, docker-compose [2021-01-08T06:29:02.395Z] 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-08T06:29:02.395Z] Attempting uninstall: idna [2021-01-08T06:29:02.395Z] Found existing installation: idna 2.9 [2021-01-08T06:29:02.395Z] Uninstalling idna-2.9: [2021-01-08T06:29:02.395Z] Successfully uninstalled idna-2.9 [2021-01-08T06:29:02.992Z] Attempting uninstall: urllib3 [2021-01-08T06:29:02.992Z] Found existing installation: urllib3 1.25.9 [2021-01-08T06:29:02.992Z] Uninstalling urllib3-1.25.9: [2021-01-08T06:29:02.992Z] Successfully uninstalled urllib3-1.25.9 [2021-01-08T06:29:03.277Z] Attempting uninstall: requests [2021-01-08T06:29:03.277Z] Found existing installation: requests 2.23.0 [2021-01-08T06:29:03.277Z] Uninstalling requests-2.23.0: [2021-01-08T06:29:03.277Z] Successfully uninstalled requests-2.23.0 [2021-01-08T06:29:03.571Z] Running setup.py install for dockerpty: started [2021-01-08T06:29:04.962Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.211s coverage: 28.6% of statements [2021-01-08T06:29:04.962Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-08T06:29:04.962Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-08T06:29:04.962Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-08T06:29:04.962Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-08T06:29:04.962Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-08T06:29:04.962Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.152s coverage: 100.0% of statements [2021-01-08T06:29:04.962Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-08T06:29:04.962Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.105s coverage: 100.0% of statements [2021-01-08T06:29:04.962Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-08T06:29:04.962Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.335s coverage: 86.7% of statements [2021-01-08T06:29:04.962Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-08T06:29:05.025Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-08T06:29:05.993Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.311s coverage: 97.5% of statements [2021-01-08T06:29:05.993Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-08T06:29:05.993Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.178s coverage: 78.3% of statements [2021-01-08T06:29:05.993Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-08T06:29:05.993Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-08T06:29:05.993Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-08T06:29:05.993Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-08T06:29:07.088Z] Running setup.py install for texttable: started [2021-01-08T06:29:07.088Z] Removing intermediate container 38c3bdabe595 [2021-01-08T06:29:07.088Z] ---> 0c0d34b4189d [2021-01-08T06:29:07.088Z] [2021-01-08T06:29:07.088Z] Step 10/22 : FROM scratch [2021-01-08T06:29:07.088Z] ---> [2021-01-08T06:29:07.088Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-08T06:29:07.088Z] Removing intermediate container 1fa7d63b0f71 [2021-01-08T06:29:07.088Z] ---> 15a01dac54b6 [2021-01-08T06:29:07.088Z] [2021-01-08T06:29:07.088Z] Step 10/22 : FROM alpine:3.12 [2021-01-08T06:29:07.088Z] ---> 389fef711851 [2021-01-08T06:29:07.088Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-08T06:29:07.413Z] ---> Running in 6bf5aab72e6b [2021-01-08T06:29:07.727Z] Running setup.py install for texttable: finished with status 'done' [2021-01-08T06:29:08.049Z] Running setup.py install for PyYAML: started [2021-01-08T06:29:08.332Z] ---> Using cache [2021-01-08T06:29:08.332Z] ---> 59568e8328a1 [2021-01-08T06:29:08.332Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-08T06:29:08.611Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-08T06:29:08.916Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-08T06:29:08.916Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-08T06:29:08.916Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-08T06:29:08.916Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-08T06:29:08.916Z] (4/5) Installing curl (7.69.1-r3) [2021-01-08T06:29:08.916Z] ---> Running in 327c9a8edf32 [2021-01-08T06:29:08.916Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-08T06:29:09.198Z] Executing busybox-1.31.1-r19.trigger [2021-01-08T06:29:09.198Z] Executing ca-certificates-20191127-r4.trigger [2021-01-08T06:29:09.198Z] OK: 7 MiB in 19 packages [2021-01-08T06:29:09.198Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-08T06:29:09.198Z] Running setup.py install for docopt: started [2021-01-08T06:29:09.808Z] Running setup.py install for docopt: finished with status 'done' [2021-01-08T06:29:10.836Z] Removing intermediate container 327c9a8edf32 [2021-01-08T06:29:10.836Z] ---> 64b900ef1583 [2021-01-08T06:29:10.836Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-08T06:29:10.836Z] Removing intermediate container a7730b06e20a [2021-01-08T06:29:10.836Z] ---> f6dc294e3df1 [2021-01-08T06:29:10.836Z] [2021-01-08T06:29:10.836Z] Step 10/24 : FROM alpine:3.12 [2021-01-08T06:29:10.836Z] ---> 389fef711851 [2021-01-08T06:29:10.836Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-08T06:29:11.137Z] ---> Running in adc7c98e0111 [2021-01-08T06:29:11.137Z] 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-08T06:29:11.137Z] ---> Running in ec297e108008 [2021-01-08T06:29:12.655Z] Removing intermediate container adc7c98e0111 [2021-01-08T06:29:12.655Z] ---> 3749c537527d [2021-01-08T06:29:12.655Z] Step 14/22 : WORKDIR / [2021-01-08T06:29:12.655Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-08T06:29:12.933Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-08T06:29:12.933Z] ---> Running in 850e629c4d2f [2021-01-08T06:29:12.933Z] Removing intermediate container 6bf5aab72e6b [2021-01-08T06:29:12.933Z] ---> 92e505156ce1 [2021-01-08T06:29:12.933Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-08T06:29:12.933Z] ---> Running in 27008872f8ee [2021-01-08T06:29:12.933Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-08T06:29:12.960Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.134s coverage: 93.8% of statements [2021-01-08T06:29:12.960Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-08T06:29:12.960Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-08T06:29:12.960Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-08T06:29:12.960Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-08T06:29:12.960Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-08T06:29:12.960Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-08T06:29:12.960Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-08T06:29:12.960Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-08T06:29:12.960Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-08T06:29:12.960Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-08T06:29:12.960Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-08T06:29:12.960Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-08T06:29:12.960Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-08T06:29:12.960Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-08T06:29:12.960Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-08T06:29:12.960Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-08T06:29:12.960Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-08T06:29:12.960Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-08T06:29:12.960Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.048s coverage: 58.8% of statements [2021-01-08T06:29:12.960Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-08T06:29:12.960Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-08T06:29:12.960Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.241s coverage: 0.1% of statements [2021-01-08T06:29:12.960Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-08T06:29:12.960Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-08T06:29:12.960Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-08T06:29:12.960Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-08T06:29:12.960Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.052s coverage: 100.0% of statements [2021-01-08T06:29:12.960Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-08T06:29:12.960Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.110s coverage: 75.5% of statements [2021-01-08T06:29:12.960Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-08T06:29:12.960Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.091s coverage: 80.8% of statements [2021-01-08T06:29:13.213Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-08T06:29:13.213Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-08T06:29:13.213Z] (4/5) Installing curl (7.69.1-r3) [2021-01-08T06:29:13.213Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-08T06:29:13.213Z] Executing busybox-1.31.1-r19.trigger [2021-01-08T06:29:13.475Z] Executing ca-certificates-20191127-r4.trigger [2021-01-08T06:29:13.475Z] OK: 7 MiB in 19 packages [2021-01-08T06:29:13.558Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.152s coverage: 87.2% of statements [2021-01-08T06:29:15.007Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.147s coverage: 84.2% of statements [2021-01-08T06:29:16.065Z] Removing intermediate container 850e629c4d2f [2021-01-08T06:29:16.065Z] ---> 760c8202ab8f [2021-01-08T06:29:16.065Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-08T06:29:16.065Z] Removing intermediate container 27008872f8ee [2021-01-08T06:29:16.065Z] ---> 2f158e74940e [2021-01-08T06:29:16.065Z] Step 13/22 : WORKDIR / [2021-01-08T06:29:16.065Z] Removing intermediate container 1b0c32ce2558 [2021-01-08T06:29:16.065Z] ---> 2dac9f8fab12 [2021-01-08T06:29:16.065Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-08T06:29:16.349Z] ---> Running in 5a196d578afc [2021-01-08T06:29:16.494Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.212s coverage: 91.4% of statements [2021-01-08T06:29:16.494Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-08T06:29:16.627Z] ---> Running in 3af135b3f260 [2021-01-08T06:29:17.150Z] ---> 4a910ef3ec84 [2021-01-08T06:29:17.150Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-08T06:29:17.150Z] Removing intermediate container ec297e108008 [2021-01-08T06:29:17.150Z] ---> a4ed627dffaf [2021-01-08T06:29:17.150Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-08T06:29:17.671Z] ---> Running in 4a2ae178f7cd [2021-01-08T06:29:17.671Z] Removing intermediate container 5a196d578afc [2021-01-08T06:29:17.671Z] ---> 3a225209986c [2021-01-08T06:29:17.671Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-08T06:29:18.182Z] Removing intermediate container 4a2ae178f7cd [2021-01-08T06:29:18.182Z] ---> 8ebad86fe203 [2021-01-08T06:29:18.182Z] Step 13/24 : WORKDIR / [2021-01-08T06:29:18.182Z] ---> Running in f8ab9faf096d [2021-01-08T06:29:18.182Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-08T06:29:18.182Z] ---> 0187e5a08eaa [2021-01-08T06:29:18.182Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-08T06:29:18.182Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-08T06:29:18.182Z] ---> 1f9ab343b20f [2021-01-08T06:29:18.182Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-08T06:29:18.573Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.626s coverage: 63.5% of statements [2021-01-08T06:29:18.573Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-08T06:29:18.573Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-08T06:29:18.573Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.086s coverage: 100.0% of statements [2021-01-08T06:29:18.573Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.095s coverage: 91.3% of statements [2021-01-08T06:29:18.674Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-08T06:29:18.674Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-08T06:29:18.674Z] Removing intermediate container f8ab9faf096d [2021-01-08T06:29:18.674Z] ---> 1d118ec5fa92 [2021-01-08T06:29:18.674Z] 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-08T06:29:18.674Z] (3/3) Installing curl (7.69.1-r3) [2021-01-08T06:29:18.674Z] Executing busybox-1.31.1-r19.trigger [2021-01-08T06:29:18.674Z] OK: 72 MiB in 58 packages [2021-01-08T06:29:18.990Z] ---> 3a8b04ee2cd7 [2021-01-08T06:29:18.990Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-08T06:29:18.990Z] ---> Running in 60fdd759c33c [2021-01-08T06:29:19.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.074s coverage: 100.0% of statements [2021-01-08T06:29:19.522Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.053s coverage: 73.7% of statements [2021-01-08T06:29:19.660Z] ---> 270275ab8723 [2021-01-08T06:29:19.660Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-08T06:29:19.660Z] ---> 218223c0fb0a [2021-01-08T06:29:19.660Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-08T06:29:19.945Z] Removing intermediate container 60fdd759c33c [2021-01-08T06:29:19.946Z] ---> ead5c1892079 [2021-01-08T06:29:19.946Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-08T06:29:19.946Z] ---> Running in 30f3301825d8 [2021-01-08T06:29:20.224Z] Removing intermediate container 3af135b3f260 [2021-01-08T06:29:20.224Z] ---> 0e0b2b682fbb [2021-01-08T06:29:20.224Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-08T06:29:20.503Z] ---> Running in 5fca42e0ffb2 [2021-01-08T06:29:20.503Z] ---> f00c8a297e15 [2021-01-08T06:29:20.503Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-08T06:29:20.503Z] Removing intermediate container 30f3301825d8 [2021-01-08T06:29:20.503Z] ---> 59b2215ef8a6 [2021-01-08T06:29:20.503Z] Step 20/22 : LABEL arch=x86_64 [2021-01-08T06:29:20.781Z] ---> 9ac3b84605e0 [2021-01-08T06:29:20.781Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-08T06:29:20.781Z] ---> Running in 1eaae0540b98 [2021-01-08T06:29:21.020Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.072s coverage: 100.0% of statements [2021-01-08T06:29:21.053Z] Removing intermediate container 5fca42e0ffb2 [2021-01-08T06:29:21.054Z] ---> 33bec9e040ca [2021-01-08T06:29:21.054Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-08T06:29:21.054Z] ---> 71204ebbc6be [2021-01-08T06:29:21.054Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-08T06:29:21.318Z] ---> Running in ade8c876639f [2021-01-08T06:29:21.893Z] Removing intermediate container 1eaae0540b98 [2021-01-08T06:29:21.893Z] ---> e11c64843186 [2021-01-08T06:29:21.893Z] Step 21/22 : LABEL git_sha=a1e981128744735d131ec80c0be858cf0a480739 [2021-01-08T06:29:22.184Z] ---> 25252be81f4b [2021-01-08T06:29:22.184Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-08T06:29:22.184Z] ---> Running in 1029c11a7743 [2021-01-08T06:29:22.184Z] ---> Running in 739a34ece565 [2021-01-08T06:29:22.457Z] ---> 012e35fab5ae [2021-01-08T06:29:22.457Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-08T06:29:22.457Z] Removing intermediate container ade8c876639f [2021-01-08T06:29:22.457Z] ---> 73face238ca4 [2021-01-08T06:29:22.457Z] Step 24/26 : LABEL arch=x86_64 [2021-01-08T06:29:22.728Z] ---> Running in f3d2eb148cb4 [2021-01-08T06:29:22.728Z] Removing intermediate container 1029c11a7743 [2021-01-08T06:29:22.728Z] ---> 063c83e0e1e3 [2021-01-08T06:29:22.728Z] Step 22/22 : LABEL version=0.0.0 [2021-01-08T06:29:23.002Z] ---> Running in 25991d2e0656 [2021-01-08T06:29:23.002Z] Removing intermediate container f3d2eb148cb4 [2021-01-08T06:29:23.002Z] ---> 501bd2785aa7 [2021-01-08T06:29:23.002Z] Step 25/26 : LABEL git_sha=a1e981128744735d131ec80c0be858cf0a480739 [2021-01-08T06:29:23.002Z] ---> 4d50e3b8d42d [2021-01-08T06:29:23.002Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-08T06:29:23.002Z] ---> Running in 6100531d0a91 [2021-01-08T06:29:23.273Z] Removing intermediate container 25991d2e0656 [2021-01-08T06:29:23.273Z] ---> fd4ce523f68b [2021-01-08T06:29:23.273Z] [2021-01-08T06:29:23.273Z] Removing intermediate container 6100531d0a91 [2021-01-08T06:29:23.273Z] ---> c449679211ad [2021-01-08T06:29:23.273Z] Step 26/26 : LABEL version=0.0.0 [2021-01-08T06:29:23.555Z] Successfully built fd4ce523f68b [2021-01-08T06:29:23.555Z] ---> b326c6b55edc [2021-01-08T06:29:23.555Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-08T06:29:23.555Z] Successfully tagged docker-core-command-go:latest [2021-01-08T06:29:23.555Z]  Building docker-core-command-go ... done  ---> Running in 2f5b8b57ba7b [2021-01-08T06:29:23.555Z] ---> Running in 57cf4f4146f7 [2021-01-08T06:29:25.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.825s coverage: 55.9% of statements [2021-01-08T06:29:25.432Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-08T06:29:25.432Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-08T06:29:25.432Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-08T06:29:25.432Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-08T06:29:25.432Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-08T06:29:25.573Z] Removing intermediate container 2f5b8b57ba7b [2021-01-08T06:29:25.573Z] ---> d56a426218d7 [2021-01-08T06:29:25.573Z] [2021-01-08T06:29:25.573Z] Removing intermediate container 739a34ece565 [2021-01-08T06:29:25.573Z] ---> a26ba443a684 [2021-01-08T06:29:25.573Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-08T06:29:25.724Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.408s coverage: 37.0% of statements [2021-01-08T06:29:25.724Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-08T06:29:25.724Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-08T06:29:25.724Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.525s coverage: 84.0% of statements [2021-01-08T06:29:25.724Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.075s coverage: 100.0% of statements [2021-01-08T06:29:25.863Z] ---> Running in 18400c4fc569 [2021-01-08T06:29:26.131Z] Successfully built d56a426218d7 [2021-01-08T06:29:26.405Z] Removing intermediate container 18400c4fc569 [2021-01-08T06:29:26.405Z] ---> 7b7825712818 [2021-01-08T06:29:26.405Z] Step 20/22 : LABEL arch=x86_64 [2021-01-08T06:29:26.405Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-08T06:29:26.405Z]  Building docker-sys-mgmt-agent-go ... done  ---> Running in 59857409584e [2021-01-08T06:29:26.684Z] Removing intermediate container 59857409584e [2021-01-08T06:29:26.684Z] ---> d862ca038479 [2021-01-08T06:29:26.684Z] Step 21/22 : LABEL git_sha=a1e981128744735d131ec80c0be858cf0a480739 [2021-01-08T06:29:26.684Z] ---> Running in 6c056095379f [2021-01-08T06:29:26.965Z] Removing intermediate container 57cf4f4146f7 [2021-01-08T06:29:26.965Z] ---> cb4c1796fe09 [2021-01-08T06:29:26.965Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-08T06:29:26.965Z] Removing intermediate container 6c056095379f [2021-01-08T06:29:26.965Z] ---> 062a5b019c4e [2021-01-08T06:29:26.965Z] Step 22/22 : LABEL version=0.0.0 [2021-01-08T06:29:26.965Z] ---> Running in 9d0be59f6ae1 [2021-01-08T06:29:26.965Z] ---> Running in ddfa62249899 [2021-01-08T06:29:27.242Z] Removing intermediate container 9d0be59f6ae1 [2021-01-08T06:29:27.242Z] ---> f6a9759dd3e5 [2021-01-08T06:29:27.242Z] Step 22/24 : LABEL arch=x86_64 [2021-01-08T06:29:27.242Z] ---> Running in 917b71a70864 [2021-01-08T06:29:27.531Z] Removing intermediate container ddfa62249899 [2021-01-08T06:29:27.531Z] ---> 7bb5737fca9c [2021-01-08T06:29:27.531Z] [2021-01-08T06:29:27.531Z] Successfully built 7bb5737fca9c [2021-01-08T06:29:28.144Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-08T06:29:28.144Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 917b71a70864 [2021-01-08T06:29:28.144Z] ---> 97169f95c50a [2021-01-08T06:29:28.144Z] Step 23/24 : LABEL git_sha=a1e981128744735d131ec80c0be858cf0a480739 [2021-01-08T06:29:29.151Z] ---> Running in b2c5a49ac30a [2021-01-08T06:29:29.151Z] Removing intermediate container 53b8bb3c1426 [2021-01-08T06:29:29.151Z] ---> b8ed09ac5f88 [2021-01-08T06:29:29.151Z] [2021-01-08T06:29:29.151Z] Step 10/23 : FROM alpine:3.12 [2021-01-08T06:29:29.151Z] ---> 389fef711851 [2021-01-08T06:29:29.151Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-08T06:29:29.151Z] ---> Running in 1f18e38e1c95 [2021-01-08T06:29:29.151Z] Removing intermediate container b2c5a49ac30a [2021-01-08T06:29:29.151Z] ---> 81dbfe922175 [2021-01-08T06:29:29.151Z] Step 24/24 : LABEL version=0.0.0 [2021-01-08T06:29:29.430Z] ---> Running in 3db264488c93 [2021-01-08T06:29:29.430Z] Removing intermediate container 1f18e38e1c95 [2021-01-08T06:29:29.430Z] ---> 118a50b03b9c [2021-01-08T06:29:29.430Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-08T06:29:29.430Z] ---> Running in e9e7b5709812 [2021-01-08T06:29:29.430Z] Removing intermediate container 3db264488c93 [2021-01-08T06:29:29.430Z] ---> 8ab2986720b3 [2021-01-08T06:29:29.430Z] [2021-01-08T06:29:29.703Z] Successfully built 8ab2986720b3 [2021-01-08T06:29:29.703Z] Removing intermediate container e9e7b5709812 [2021-01-08T06:29:29.703Z] ---> 93b33d83c69e [2021-01-08T06:29:29.703Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-08T06:29:29.703Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-08T06:29:29.703Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in af3817aa144f [2021-01-08T06:29:29.978Z] Removing intermediate container af3817aa144f [2021-01-08T06:29:29.978Z] ---> 5607237027fb [2021-01-08T06:29:29.978Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-08T06:29:29.978Z] ---> Running in 7959f99345db [2021-01-08T06:29:30.976Z] Removing intermediate container 7959f99345db [2021-01-08T06:29:30.976Z] ---> ff40c630fb91 [2021-01-08T06:29:30.976Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-08T06:29:31.257Z] ---> Running in c587c6f22154 [2021-01-08T06:29:31.534Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-08T06:29:32.533Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-08T06:29:32.583Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.353s coverage: 47.1% of statements [2021-01-08T06:29:32.583Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-08T06:29:32.583Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-08T06:29:32.583Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-08T06:29:32.583Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-08T06:29:32.583Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-08T06:29:32.583Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.154s coverage: 100.0% of statements [2021-01-08T06:29:32.583Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-08T06:29:32.583Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.112s coverage: 100.0% of statements [2021-01-08T06:29:32.583Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-08T06:29:33.150Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-08T06:29:33.150Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-08T06:29:33.150Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-08T06:29:33.429Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-08T06:29:33.696Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-08T06:29:33.696Z] Executing busybox-1.31.1-r19.trigger [2021-01-08T06:29:33.696Z] OK: 8 MiB in 19 packages [2021-01-08T06:29:35.641Z] Removing intermediate container c587c6f22154 [2021-01-08T06:29:35.641Z] ---> 919360a372d8 [2021-01-08T06:29:35.641Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-08T06:29:35.911Z] ---> bb7b75a3c55b [2021-01-08T06:29:35.911Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-08T06:29:36.521Z] ---> 6ac5b4a7afb9 [2021-01-08T06:29:36.521Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-08T06:29:36.791Z] ---> f7854885e9d5 [2021-01-08T06:29:36.791Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-08T06:29:36.791Z] ---> Running in 72f5fa449b93 [2021-01-08T06:29:36.993Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.134s coverage: 29.1% of statements [2021-01-08T06:29:36.993Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-08T06:29:36.993Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-08T06:29:36.993Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-08T06:29:36.993Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-08T06:29:36.993Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-08T06:29:36.993Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.189s coverage: 99.0% of statements [2021-01-08T06:29:36.993Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-08T06:29:36.993Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.113s coverage: 100.0% of statements [2021-01-08T06:29:36.993Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-08T06:29:36.993Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements [2021-01-08T06:29:36.993Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-08T06:29:36.993Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.050s coverage: 100.0% of statements [2021-01-08T06:29:36.993Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-08T06:29:36.993Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-08T06:29:36.993Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-08T06:29:36.993Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-08T06:29:36.993Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.088s coverage: 87.9% of statements [2021-01-08T06:29:36.993Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-08T06:29:36.993Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-08T06:29:37.062Z] Removing intermediate container 72f5fa449b93 [2021-01-08T06:29:37.062Z] ---> 5555aa3c3bb8 [2021-01-08T06:29:37.062Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-08T06:29:37.062Z] ---> Running in 7e330c0ad056 [2021-01-08T06:29:37.286Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements [2021-01-08T06:29:37.338Z] Removing intermediate container 7e330c0ad056 [2021-01-08T06:29:37.338Z] ---> 46dddf76b7f9 [2021-01-08T06:29:37.338Z] Step 21/23 : LABEL arch=x86_64 [2021-01-08T06:29:37.338Z] ---> Running in 7f16962aef6d [2021-01-08T06:29:37.338Z] Removing intermediate container 7f16962aef6d [2021-01-08T06:29:37.338Z] ---> 2dcf6e0b37f3 [2021-01-08T06:29:37.338Z] Step 22/23 : LABEL git_sha=a1e981128744735d131ec80c0be858cf0a480739 [2021-01-08T06:29:37.629Z] ---> Running in a56dfe123c79 [2021-01-08T06:29:37.629Z] Removing intermediate container a56dfe123c79 [2021-01-08T06:29:37.629Z] ---> f78e25273819 [2021-01-08T06:29:37.629Z] Step 23/23 : LABEL version=0.0.0 [2021-01-08T06:29:37.938Z] ---> Running in 80569f7452c9 [2021-01-08T06:29:37.938Z] Removing intermediate container 80569f7452c9 [2021-01-08T06:29:37.938Z] ---> 8564fa99e373 [2021-01-08T06:29:37.938Z] [2021-01-08T06:29:37.938Z] Successfully built 8564fa99e373 [2021-01-08T06:29:37.938Z] Successfully tagged docker-core-data-go:latest [2021-01-08T06:29:38.261Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-08T06:29:38.297Z] $ docker stop --time=1 d4eb54137af2c32767b500698b893b0173cea418655dd7045e7dcdcb342ee9d8 [2021-01-08T06:29:38.375Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-01-08T06:29:39.368Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-01-08T06:29:39.872Z] $ docker rm -f d4eb54137af2c32767b500698b893b0173cea418655dd7045e7dcdcb342ee9d8 [2021-01-08T06:29:39.977Z] GO111MODULE=on go vet ./... [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-08T06:29:40.586Z] + docker images [2021-01-08T06:29:40.586Z] + grep docker [2021-01-08T06:29:40.586Z] docker-core-data-go latest 8564fa99e373 3 seconds ago 22.3MB [2021-01-08T06:29:40.586Z] docker-security-secretstore-setup-go latest 8ab2986720b3 11 seconds ago 24.6MB [2021-01-08T06:29:40.586Z] docker-security-bootstrap-redis-go latest 7bb5737fca9c 13 seconds ago 15.8MB [2021-01-08T06:29:40.586Z] docker-sys-mgmt-agent-go latest d56a426218d7 15 seconds ago 313MB [2021-01-08T06:29:40.586Z] docker-core-command-go latest fd4ce523f68b 17 seconds ago 10.6MB [2021-01-08T06:29:40.586Z] docker-security-proxy-setup-go latest ec0b04a314e3 2 minutes ago 24.5MB [2021-01-08T06:29:40.586Z] docker-support-notifications-go latest 6bddf8df4309 2 minutes ago 12MB [2021-01-08T06:29:40.586Z] docker-core-metadata-go latest 08ee16ac98c9 2 minutes ago 13MB [2021-01-08T06:29:40.586Z] docker-support-scheduler-go latest 01051bc6e91d 2 minutes ago 10.7MB [2021-01-08T06:29:40.586Z] 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-08T06:29:56.770Z] Still waiting to schedule task [2021-01-08T06:29:56.770Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-08T06:30:48.298Z] gofmt -l . [2021-01-08T06:30:48.298Z] [ "`gofmt -l .`" = "" ] [2021-01-08T06:30:48.298Z] ./bin/test-go-mod-tidy.sh [2021-01-08T06:30:48.298Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-08T06:30:52.160Z] + ls -al . [2021-01-08T06:30:52.435Z] total 668 [2021-01-08T06:30:52.435Z] drwxrwxr-x 9 1001 1001 4096 Jan 8 06:30 . [2021-01-08T06:30:52.435Z] drwxr-xr-x 4 root root 4096 Jan 8 06:27 .. [2021-01-08T06:30:52.435Z] -rw-rw-r-- 1 1001 1001 11 Jan 8 06:25 .dockerignore [2021-01-08T06:30:52.435Z] drwxrwxr-x 8 1001 1001 4096 Jan 8 06:25 .git [2021-01-08T06:30:52.435Z] drwxrwxr-x 3 1001 1001 4096 Jan 8 06:25 .github [2021-01-08T06:30:52.435Z] -rw-rw-r-- 1 1001 1001 824 Jan 8 06:25 .gitignore [2021-01-08T06:30:52.435Z] -rw-rw-r-- 1 1001 1001 166 Jan 8 06:25 .sonarcloud.properties [2021-01-08T06:30:52.435Z] -rw-rw-r-- 1 1001 1001 3804 Jan 8 06:25 CONTRIBUTING.md [2021-01-08T06:30:52.435Z] -rw-rw-r-- 1 1001 1001 931 Jan 8 06:25 Dockerfile.build [2021-01-08T06:30:52.435Z] -rw-rw-r-- 1 1001 1001 863 Jan 8 06:25 Jenkinsfile [2021-01-08T06:30:52.435Z] -rw-rw-r-- 1 1001 1001 10775 Jan 8 06:25 LICENSE [2021-01-08T06:30:52.435Z] -rw-rw-r-- 1 1001 1001 5750 Jan 8 06:25 Makefile [2021-01-08T06:30:52.435Z] -rw-rw-r-- 1 1001 1001 6524 Jan 8 06:25 README.md [2021-01-08T06:30:52.435Z] -rw-rw-r-- 1 1001 1001 6744 Jan 8 06:25 SECURITY.md [2021-01-08T06:30:52.435Z] -rw-rw-r-- 1 1001 1001 5 Jan 8 06:22 VERSION [2021-01-08T06:30:52.435Z] -rw-rw-r-- 1 1001 1001 4131 Jan 8 06:25 ZMQWindows.md [2021-01-08T06:30:52.435Z] drwxrwxr-x 2 1001 1001 4096 Jan 8 06:25 bin [2021-01-08T06:30:52.435Z] drwxrwxr-x 14 1001 1001 4096 Jan 8 06:25 cmd [2021-01-08T06:30:52.435Z] -rw-r--r-- 1 root root 541590 Jan 8 06:29 coverage.out [2021-01-08T06:30:52.435Z] -rw-r--r-- 1 root root 979 Jan 8 06:30 go.mod [2021-01-08T06:30:52.435Z] -rw-r--r-- 1 root root 19121 Jan 8 06:30 go.sum [2021-01-08T06:30:52.435Z] drwxrwxr-x 8 1001 1001 4096 Jan 8 06:25 internal [2021-01-08T06:30:52.435Z] drwxrwxr-x 4 1001 1001 4096 Jan 8 06:25 openapi [2021-01-08T06:30:52.435Z] drwxrwxr-x 4 1001 1001 4096 Jan 8 06:25 snap [2021-01-08T06:30:52.435Z] -rw-rw-r-- 1 1001 1001 168 Jan 8 06:25 version.go [Pipeline] sh [2021-01-08T06:30:53.149Z] + '[' -e coverage.out ] [2021-01-08T06:30:53.149Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-08T06:30:53.189Z] Warning: overwriting stash ‘coverage-report’ [2021-01-08T06:30:54.294Z] Stashed 1 file(s) [Pipeline] sh [2021-01-08T06:30:55.024Z] + make build [2021-01-08T06:30:55.024Z] 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-08T06:31:05.357Z] 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-08T06:31:27.722Z] 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-08T06:31:30.504Z] 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-08T06:31:34.828Z] 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-08T06:31:35.830Z] 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-08T06:31:41.289Z] 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-08T06:31:45.649Z] 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-08T06:31:50.081Z] 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-08T06:31:53.507Z] 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-08T06:31:56.961Z] Running on prd-ubuntu18.04-docker-8c-8g-19076 in /w/workspace/edgexfoundry_edgex-go_PR-2999 [Pipeline] { [Pipeline] ws [2021-01-08T06:31:57.067Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2021-01-08T06:31:57.861Z] 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-08T06:31:59.322Z] using credential edgex-jenkins-ssh [2021-01-08T06:31:59.381Z] Cloning the remote Git repository [2021-01-08T06:31:59.400Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-08T06:31:59.461Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2021-01-08T06:31:59.484Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-08T06:31:59.484Z] > git --version # timeout=10 [2021-01-08T06:31:59.489Z] > git --version # 'git version 2.17.1' [2021-01-08T06:31:59.489Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-08T06:31:59.511Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-08T06:32:00.526Z] 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-08T06:32:04.080Z] $ docker stop --time=1 2d404c2499b73cb749925c2ef402c58cc6300410769fb257fa1e511ba913437d [2021-01-08T06:32:06.576Z] $ docker rm -f 2d404c2499b73cb749925c2ef402c58cc6300410769fb257fa1e511ba913437d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-08T06:32:08.680Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-08T06:32:08.680Z] [2021-01-08T06:32:08.680Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-08T06:32:09.119Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-08T06:32:09.406Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-08T06:32:09.406Z] 29e5d40040c1: Pulling fs layer [2021-01-08T06:32:09.406Z] 1ce36da41761: Pulling fs layer [2021-01-08T06:32:09.406Z] 25b303627fd3: Pulling fs layer [2021-01-08T06:32:10.029Z] 29e5d40040c1: Verifying Checksum [2021-01-08T06:32:10.029Z] 29e5d40040c1: Download complete [2021-01-08T06:32:10.666Z] 1ce36da41761: Verifying Checksum [2021-01-08T06:32:10.666Z] 1ce36da41761: Download complete [2021-01-08T06:32:10.666Z] 29e5d40040c1: Pull complete [2021-01-08T06:32:12.169Z] 1ce36da41761: Pull complete [2021-01-08T06:32:13.147Z] Merging remotes/origin/master commit 6aacc02e765899b5f00a422c0b56178915ca79e6 into PR head commit a1e981128744735d131ec80c0be858cf0a480739 [2021-01-08T06:32:13.148Z] 25b303627fd3: Verifying Checksum [2021-01-08T06:32:13.148Z] 25b303627fd3: Download complete [2021-01-08T06:32:13.283Z] Merge succeeded, producing a1e981128744735d131ec80c0be858cf0a480739 [2021-01-08T06:32:13.283Z] Checking out Revision a1e981128744735d131ec80c0be858cf0a480739 (PR-2999) [2021-01-08T06:32:12.680Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-08T06:32:12.687Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-08T06:32:12.698Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-08T06:32:12.715Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-08T06:32:12.715Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-08T06:32:12.720Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2999/head:refs/remotes/origin/PR-2999 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-08T06:32:13.156Z] > git config core.sparsecheckout # timeout=10 [2021-01-08T06:32:13.160Z] > git checkout -f a1e981128744735d131ec80c0be858cf0a480739 # timeout=10 [2021-01-08T06:32:13.253Z] > git remote # timeout=10 [2021-01-08T06:32:13.259Z] > git config --get remote.origin.url # timeout=10 [2021-01-08T06:32:13.262Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-08T06:32:13.265Z] > git merge 6aacc02e765899b5f00a422c0b56178915ca79e6 # timeout=10 [2021-01-08T06:32:13.273Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-08T06:32:13.286Z] > git config core.sparsecheckout # timeout=10 [2021-01-08T06:32:13.289Z] > git checkout -f a1e981128744735d131ec80c0be858cf0a480739 # timeout=10 [2021-01-08T06:32:16.907Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets" [2021-01-08T06:32:16.931Z] > git --version # timeout=10 [2021-01-08T06:32:16.933Z] > git --version # 'git version 2.17.1' [2021-01-08T06:32:16.938Z] fatal: bad object 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-08T06:32:18.251Z] + echo snap-build.sh [2021-01-08T06:32:18.251Z] snap-build.sh [2021-01-08T06:32:18.251Z] + SNAP_BASE_DIR=. [2021-01-08T06:32:18.251Z] + '[' '!' -z /w/workspace/edgex-go/1 ']' [2021-01-08T06:32:18.251Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/1 [2021-01-08T06:32:18.251Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/1]' [2021-01-08T06:32:18.251Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/1] [2021-01-08T06:32:18.251Z] + cd /w/workspace/edgex-go/1 [2021-01-08T06:32:18.251Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-08T06:32:18.251Z] Reading package lists... [2021-01-08T06:32:18.518Z] Building dependency tree... [2021-01-08T06:32:18.518Z] Reading state information... [2021-01-08T06:32:18.518Z] The following packages were automatically installed and are no longer required: [2021-01-08T06:32:18.518Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-08T06:32:18.518Z] uidmap xdelta3 [2021-01-08T06:32:18.518Z] Use 'sudo apt autoremove' to remove them. [2021-01-08T06:32:18.518Z] The following packages will be REMOVED: [2021-01-08T06:32:18.518Z] lxd* lxd-client* [2021-01-08T06:32:19.100Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-08T06:32:19.100Z] After this operation, 31.7 MB disk space will be freed. [2021-01-08T06:32:20.153Z] (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-08T06:32:20.153Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-08T06:32:21.100Z] Removing lxd dnsmasq configuration [2021-01-08T06:32:21.100Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-08T06:32:21.100Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-08T06:32:22.049Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-08T06:32:22.049Z] (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-08T06:32:22.049Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-08T06:32:23.332Z] 25b303627fd3: Pull complete [2021-01-08T06:32:23.332Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-08T06:32:23.332Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-08T06:32:23.332Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-08T06:32:23.436Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-08T06:32:23.436Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-08T06:32:23.624Z] prd-ubuntu18.04-docker-arm64-4c-16g-19073 does not seem to be running inside a container [2021-01-08T06:32:23.701Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-08T06:32:24.823Z] + sudo snap remove --purge lxd [2021-01-08T06:32:25.084Z] snap "lxd" is not installed [2021-01-08T06:32:25.084Z] + sudo groupadd --force --system lxd [2021-01-08T06:32:25.084Z] ++ whoami [2021-01-08T06:32:25.084Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-08T06:32:25.084Z] + newgrp - lxd [2021-01-08T06:32:25.084Z] + sudo snap install lxd [2021-01-08T06:32:26.702Z] $ docker top 34aeb850f8f3aca717573648eb377249b0e5d13c5dea4b12a274e3f7b8653dc5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-08T06:32:28.064Z] + docker-compose build --help [2021-01-08T06:32:28.064Z] + grep parallel [2021-01-08T06:32:31.436Z] --parallel Build images in parallel. [Pipeline] } [2021-01-08T06:32:31.517Z] $ docker stop --time=1 34aeb850f8f3aca717573648eb377249b0e5d13c5dea4b12a274e3f7b8653dc5 [2021-01-08T06:32:33.294Z] 2021-01-08T06:32:30Z INFO Waiting for automatic snapd restart... [2021-01-08T06:32:33.463Z] $ docker rm -f 34aeb850f8f3aca717573648eb377249b0e5d13c5dea4b12a274e3f7b8653dc5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-08T06:32:35.043Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-08T06:32:35.043Z] . [Pipeline] withDockerContainer [2021-01-08T06:32:35.494Z] prd-ubuntu18.04-docker-arm64-4c-16g-19073 does not seem to be running inside a container [2021-01-08T06:32:35.651Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-08T06:32:37.126Z] $ docker top bff9ecae85fd57479f06b467fa729c4e1eea889b22cda2ec804605ed0ea9e3dd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-08T06:32:38.235Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-08T06:32:42.544Z] Building docker-core-command-go ... [2021-01-08T06:32:42.544Z] Building docker-core-data-go ... [2021-01-08T06:32:42.544Z] Building docker-core-metadata-go ... [2021-01-08T06:32:42.544Z] Building docker-security-bootstrap-redis-go ... [2021-01-08T06:32:42.544Z] Building docker-security-proxy-setup-go ... [2021-01-08T06:32:42.544Z] Building docker-security-secretstore-setup-go ... [2021-01-08T06:32:42.544Z] Building docker-support-notifications-go ... [2021-01-08T06:32:42.544Z] Building docker-support-scheduler-go ... [2021-01-08T06:32:42.544Z] Building docker-sys-mgmt-agent-go ... [2021-01-08T06:32:42.544Z] Building docker-sys-mgmt-agent-go [2021-01-08T06:32:42.544Z] Building docker-security-secretstore-setup-go [2021-01-08T06:32:42.544Z] Building docker-security-proxy-setup-go [2021-01-08T06:32:42.544Z] Building docker-core-command-go [2021-01-08T06:32:42.544Z] Building docker-core-metadata-go [2021-01-08T06:32:48.286Z] lxd 4.9 from Canonical* installed [2021-01-08T06:32:48.286Z] + sudo lxd init --auto [2021-01-08T06:32:54.877Z] + sudo snap install --classic snapcraft [2021-01-08T06:32:59.104Z] snapcraft 4.4.4 from Canonical* installed [2021-01-08T06:32:59.104Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-08T06:32:59.104Z] + patch --verbose -p1 [2021-01-08T06:32:59.104Z] Hmm... Looks like a unified diff to me... [2021-01-08T06:32:59.104Z] The text leading up to this was: [2021-01-08T06:32:59.104Z] -------------------------- [2021-01-08T06:32:59.104Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-08T06:32:59.104Z] |From: Tony Espy [2021-01-08T06:32:59.104Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-08T06:32:59.104Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-08T06:32:59.104Z] | [2021-01-08T06:32:59.104Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-08T06:32:59.104Z] |optimize the snap CI check run for pull requests. When [2021-01-08T06:32:59.104Z] |applied, it essentially strips out everything (apps and [2021-01-08T06:32:59.104Z] |parts) from the snapcraft.yaml file except those required [2021-01-08T06:32:59.104Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-08T06:32:59.104Z] |catch changes to edgex-go that break the snap build. [2021-01-08T06:32:59.104Z] | [2021-01-08T06:32:59.104Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-08T06:32:59.104Z] |to update this patch file, otherwise it may fail to apply, [2021-01-08T06:32:59.104Z] |resulting in a failed snap build CI check in the associated [2021-01-08T06:32:59.104Z] |pull request. [2021-01-08T06:32:59.104Z] | [2021-01-08T06:32:59.104Z] |Note - in addition to applying this patch, the pipeline also [2021-01-08T06:32:59.104Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-08T06:32:59.104Z] |need to build the finally binary .snap file (and it won't [2021-01-08T06:32:59.104Z] |work with the patch applied). This further reduces the build [2021-01-08T06:32:59.104Z] |time. [2021-01-08T06:32:59.104Z] |--- [2021-01-08T06:32:59.104Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-08T06:32:59.104Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-08T06:32:59.104Z] | [2021-01-08T06:32:59.104Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-08T06:32:59.104Z] |index 1e537489..faf42425 100644 [2021-01-08T06:32:59.104Z] |--- a/snap/snapcraft.yaml [2021-01-08T06:32:59.104Z] |+++ b/snap/snapcraft.yaml [2021-01-08T06:32:59.104Z] -------------------------- [2021-01-08T06:32:59.104Z] patching file snap/snapcraft.yaml [2021-01-08T06:32:59.104Z] Using Plan A... [2021-01-08T06:32:59.104Z] Hunk #1 succeeded at 73. [2021-01-08T06:32:59.104Z] Hunk #2 succeeded at 202 with fuzz 1. [2021-01-08T06:32:59.104Z] Hunk #3 succeeded at 214. [2021-01-08T06:32:59.104Z] Hunk #4 succeeded at 222. [2021-01-08T06:32:59.104Z] Hunk #5 succeeded at 229. [2021-01-08T06:32:59.104Z] Hunk #6 succeeded at 256. [2021-01-08T06:32:59.104Z] Hunk #7 succeeded at 290. [2021-01-08T06:32:59.104Z] Hunk #8 succeeded at 341. [2021-01-08T06:32:59.104Z] Hmm... Ignoring the trailing garbage. [2021-01-08T06:32:59.104Z] done [2021-01-08T06:32:59.104Z] + sudo snapcraft prime --use-lxd [2021-01-08T06:33:00.494Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-08T06:33:00.768Z] 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-08T06:33:00.768Z] - README.md [2021-01-08T06:33:00.768Z] - snapcraft.yaml.orig [2021-01-08T06:33:00.768Z] [2021-01-08T06:33:00.768Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-08T06:33:01.368Z] Launching a container. [2021-01-08T06:33:13.653Z] Waiting for container to be ready [2021-01-08T06:33:13.653Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-08T06:33:13.653Z] [2021-01-08T06:33:16.215Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-08T06:33:16.484Z] Waiting for network to be ready... [2021-01-08T06:33:17.069Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-08T06:33:17.069Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-08T06:33:17.329Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1478 kB] [2021-01-08T06:33:17.329Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-08T06:33:17.591Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-08T06:33:17.851Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-08T06:33:17.851Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-08T06:33:17.851Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-08T06:33:17.851Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-08T06:33:17.851Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-08T06:33:17.851Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-08T06:33:17.851Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [288 kB] [2021-01-08T06:33:17.851Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-08T06:33:17.851Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-08T06:33:17.851Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [192 kB] [2021-01-08T06:33:17.851Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [25.5 kB] [2021-01-08T06:33:17.851Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] [2021-01-08T06:33:17.851Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-08T06:33:18.118Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-08T06:33:18.378Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1832 kB] [2021-01-08T06:33:18.638Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] [2021-01-08T06:33:18.638Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.4 kB] [2021-01-08T06:33:18.638Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6980 B] [2021-01-08T06:33:18.638Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [225 kB] [2021-01-08T06:33:18.638Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [30.6 kB] [2021-01-08T06:33:18.638Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1701 kB] [2021-01-08T06:33:18.638Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-08T06:33:21.936Z] Fetched 23.6 MB in 5s (4567 kB/s) [2021-01-08T06:33:22.877Z] Reading package lists... [2021-01-08T06:33:23.137Z] Reading package lists... [2021-01-08T06:33:23.397Z] Building dependency tree... [2021-01-08T06:33:23.397Z] Reading state information... [2021-01-08T06:33:23.397Z] The following additional packages will be installed: [2021-01-08T06:33:23.397Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-08T06:33:23.397Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-08T06:33:23.397Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-08T06:33:23.397Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-08T06:33:23.397Z] Suggested packages: [2021-01-08T06:33:23.397Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-08T06:33:23.397Z] Recommended packages: [2021-01-08T06:33:23.397Z] gnupg libsasl2-modules [2021-01-08T06:33:23.397Z] The following NEW packages will be installed: [2021-01-08T06:33:23.397Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-08T06:33:23.397Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-08T06:33:23.397Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-08T06:33:23.397Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-08T06:33:23.397Z] The following packages will be upgraded: [2021-01-08T06:33:23.397Z] gpg gpg-agent gpgconf libudev1 [2021-01-08T06:33:23.657Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-08T06:33:23.657Z] Need to get 3532 kB of archives. [2021-01-08T06:33:23.657Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-08T06:33:23.657Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-08T06:33:23.657Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-08T06:33:23.657Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-08T06:33:23.657Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-08T06:33:23.657Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-08T06:33:23.657Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2021-01-08T06:33:23.657Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-08T06:33:23.917Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2021-01-08T06:33:24.487Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-08T06:33:24.487Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-08T06:33:24.487Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-08T06:33:24.487Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-08T06:33:24.487Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-08T06:33:24.487Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-08T06:33:24.487Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-08T06:33:24.487Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-08T06:33:24.487Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-08T06:33:24.487Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-08T06:33:24.487Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-08T06:33:24.487Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-08T06:33:24.487Z] 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-08T06:33:24.487Z] 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-08T06:33:24.748Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-08T06:33:24.748Z] Fetched 3532 kB in 1s (3416 kB/s) [2021-01-08T06:33:24.748Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-08T06:33:24.748Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2021-01-08T06:33:25.010Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-08T06:33:25.010Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2021-01-08T06:33:25.010Z] Selecting previously unselected package udev. [2021-01-08T06:33:25.010Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-08T06:33:25.010Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2021-01-08T06:33:25.010Z] Unpacking udev (237-3ubuntu10.43) ... [2021-01-08T06:33:25.278Z] Selecting previously unselected package libfuse2:amd64. [2021-01-08T06:33:25.279Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-08T06:33:25.279Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-08T06:33:25.551Z] Selecting previously unselected package fuse. [2021-01-08T06:33:25.551Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-08T06:33:25.551Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-08T06:33:25.551Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-08T06:33:25.551Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-08T06:33:25.551Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-08T06:33:25.822Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-08T06:33:25.822Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-08T06:33:25.822Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-08T06:33:25.822Z] Selecting previously unselected package libksba8:amd64. [2021-01-08T06:33:25.822Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-08T06:33:25.822Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-08T06:33:26.137Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-08T06:33:26.137Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-08T06:33:26.137Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-08T06:33:26.137Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-08T06:33:26.137Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-08T06:33:26.138Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-08T06:33:26.138Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-08T06:33:26.138Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-08T06:33:26.138Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-08T06:33:26.400Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-08T06:33:26.400Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-08T06:33:26.400Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-08T06:33:26.400Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-08T06:33:26.400Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-08T06:33:26.400Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-08T06:33:26.400Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-08T06:33:26.400Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-08T06:33:26.400Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-08T06:33:26.695Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-08T06:33:26.695Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-08T06:33:26.695Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-08T06:33:26.695Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-08T06:33:26.695Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-08T06:33:26.695Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-08T06:33:26.695Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-08T06:33:26.695Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-08T06:33:26.695Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-08T06:33:26.695Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-08T06:33:26.695Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-08T06:33:26.695Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-08T06:33:26.969Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-08T06:33:26.969Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-08T06:33:26.969Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-08T06:33:26.969Z] Selecting previously unselected package libldap-common. [2021-01-08T06:33:26.969Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-08T06:33:26.969Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-08T06:33:26.969Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-08T06:33:26.969Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-08T06:33:26.969Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-08T06:33:27.232Z] Selecting previously unselected package dirmngr. [2021-01-08T06:33:27.232Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-08T06:33:27.232Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-08T06:33:27.494Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-08T06:33:27.494Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-08T06:33:27.494Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-08T06:33:27.494Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-08T06:33:27.494Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-08T06:33:27.757Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-08T06:33:27.758Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-08T06:33:27.758Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-08T06:33:27.758Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-08T06:33:27.758Z] Setting up udev (237-3ubuntu10.43) ... [2021-01-08T06:33:28.332Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-08T06:33:28.332Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-08T06:33:28.332Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-08T06:33:28.332Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-08T06:33:28.332Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-08T06:33:28.332Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-08T06:33:28.595Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-08T06:33:28.595Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-08T06:33:28.595Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-08T06:33:28.595Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-08T06:33:28.595Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-08T06:33:28.595Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-08T06:33:28.595Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-08T06:33:28.892Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-08T06:33:28.893Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-08T06:33:29.157Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-08T06:33:29.157Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-08T06:33:29.157Z] This means they are not meant to be enabled using systemctl. [2021-01-08T06:33:29.157Z] Possible reasons for having this kind of units are: [2021-01-08T06:33:29.157Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-08T06:33:29.157Z] .wants/ or .requires/ directory. [2021-01-08T06:33:29.157Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-08T06:33:29.157Z] a requirement dependency on it. [2021-01-08T06:33:29.157Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-08T06:33:29.157Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-08T06:33:29.157Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-08T06:33:29.157Z] instance name specified. [2021-01-08T06:33:29.421Z] Reading package lists... [2021-01-08T06:33:29.682Z] Building dependency tree... [2021-01-08T06:33:29.682Z] Reading state information... [2021-01-08T06:33:29.944Z] The following additional packages will be installed: [2021-01-08T06:33:29.944Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-08T06:33:29.944Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-08T06:33:29.944Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-08T06:33:29.944Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-08T06:33:29.944Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-08T06:33:29.944Z] Suggested packages: [2021-01-08T06:33:29.944Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-08T06:33:29.944Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-08T06:33:29.944Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-08T06:33:29.944Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-08T06:33:29.944Z] systemd-container policykit-1 [2021-01-08T06:33:29.944Z] Recommended packages: [2021-01-08T06:33:29.944Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-08T06:33:29.944Z] The following NEW packages will be installed: [2021-01-08T06:33:29.944Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-08T06:33:29.945Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-08T06:33:29.945Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-08T06:33:29.945Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-08T06:33:29.945Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-08T06:33:29.945Z] The following packages will be upgraded: [2021-01-08T06:33:29.945Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-08T06:33:30.215Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-08T06:33:30.215Z] Need to get 35.2 MB of archives. [2021-01-08T06:33:30.215Z] After this operation, 141 MB of additional disk space will be used. [2021-01-08T06:33:30.215Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2021-01-08T06:33:30.215Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-08T06:33:30.794Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-08T06:33:30.794Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2021-01-08T06:33:30.794Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-08T06:33:30.794Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-08T06:33:30.794Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-08T06:33:30.794Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-08T06:33:30.794Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-08T06:33:30.794Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-08T06:33:30.794Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-08T06:33:30.794Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-08T06:33:31.056Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-08T06:33:31.056Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-08T06:33:31.056Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-08T06:33:31.056Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-08T06:33:31.056Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-08T06:33:31.056Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-08T06:33:31.056Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-08T06:33:31.056Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-08T06:33:31.056Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-08T06:33:31.316Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-08T06:33:31.316Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-08T06:33:31.316Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-08T06:33:31.316Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-08T06:33:31.316Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-08T06:33:31.316Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-08T06:33:31.316Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-08T06:33:31.316Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-08T06:33:31.316Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-08T06:33:32.288Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-08T06:33:32.288Z] Fetched 35.2 MB in 2s (15.6 MB/s) [2021-01-08T06:33:32.555Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-08T06:33:32.555Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2021-01-08T06:33:32.555Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-08T06:33:33.130Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2021-01-08T06:33:33.130Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-08T06:33:33.397Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2021-01-08T06:33:33.397Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-08T06:33:33.397Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-08T06:33:33.397Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-08T06:33:33.662Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-08T06:33:33.662Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-08T06:33:33.662Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-08T06:33:33.662Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-08T06:33:34.234Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-08T06:33:34.234Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-08T06:33:34.495Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-08T06:33:34.756Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-08T06:33:34.756Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-08T06:33:34.756Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-08T06:33:35.016Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-08T06:33:35.016Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-08T06:33:35.016Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-08T06:33:35.605Z] Selecting previously unselected package libexpat1:amd64. [2021-01-08T06:33:35.605Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-08T06:33:35.605Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-08T06:33:35.605Z] Selecting previously unselected package python3.6-minimal. [2021-01-08T06:33:35.605Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-08T06:33:35.605Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-08T06:33:35.879Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-08T06:33:35.879Z] Checking for services that may need to be restarted...done. [2021-01-08T06:33:35.879Z] Checking for services that may need to be restarted...done. [2021-01-08T06:33:35.879Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-08T06:33:35.879Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-08T06:33:36.155Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-08T06:33:36.790Z] Selecting previously unselected package python3-minimal. [2021-01-08T06:33:36.790Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-08T06:33:36.790Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-08T06:33:36.790Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-08T06:33:36.790Z] Selecting previously unselected package mime-support. [2021-01-08T06:33:36.790Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-08T06:33:36.790Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-08T06:33:36.790Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-08T06:33:36.790Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-08T06:33:36.790Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-08T06:33:37.061Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-08T06:33:37.061Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-08T06:33:37.061Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-08T06:33:37.322Z] Selecting previously unselected package python3.6. [2021-01-08T06:33:37.322Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-08T06:33:37.322Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-08T06:33:37.322Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-08T06:33:37.322Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-08T06:33:37.322Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-08T06:33:37.322Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-08T06:33:37.582Z] Selecting previously unselected package python3. [2021-01-08T06:33:37.583Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-08T06:33:37.583Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-08T06:33:37.583Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-08T06:33:37.583Z] Selecting previously unselected package multiarch-support. [2021-01-08T06:33:37.583Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-08T06:33:37.844Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-08T06:33:37.844Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-08T06:33:37.844Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-08T06:33:37.844Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-08T06:33:37.844Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-08T06:33:37.844Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-08T06:33:37.844Z] Selecting previously unselected package libbsd0:amd64. [2021-01-08T06:33:37.844Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-08T06:33:37.844Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-08T06:33:38.104Z] Selecting previously unselected package sudo. [2021-01-08T06:33:38.104Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-08T06:33:38.104Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-08T06:33:38.104Z] Selecting previously unselected package apparmor. [2021-01-08T06:33:38.104Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-08T06:33:38.104Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-08T06:33:38.365Z] Selecting previously unselected package libedit2:amd64. [2021-01-08T06:33:38.365Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-08T06:33:38.365Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-08T06:33:38.365Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-08T06:33:38.365Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-08T06:33:38.365Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-08T06:33:38.626Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-08T06:33:38.626Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-08T06:33:38.626Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-08T06:33:38.626Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-08T06:33:38.626Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-08T06:33:38.626Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-08T06:33:38.887Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-08T06:33:38.887Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-08T06:33:38.887Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-08T06:33:38.887Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-08T06:33:38.887Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-08T06:33:38.887Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-08T06:33:38.887Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-08T06:33:38.887Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-08T06:33:38.887Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-08T06:33:39.150Z] Selecting previously unselected package openssh-client. [2021-01-08T06:33:39.150Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-08T06:33:39.150Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-08T06:33:39.412Z] Selecting previously unselected package squashfs-tools. [2021-01-08T06:33:39.412Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-08T06:33:39.412Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-08T06:33:39.412Z] Selecting previously unselected package snapd. [2021-01-08T06:33:39.412Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-08T06:33:39.412Z] Unpacking snapd (2.48+18.04) ... [2021-01-08T06:33:41.954Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-08T06:33:41.954Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-08T06:33:41.954Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-08T06:33:41.954Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-08T06:33:41.954Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-08T06:33:42.214Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-08T06:33:42.214Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-08T06:33:42.214Z] Setting up systemd (237-3ubuntu10.43) ... [2021-01-08T06:33:42.214Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-08T06:33:43.158Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-08T06:33:43.158Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-08T06:33:43.158Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-08T06:33:43.158Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-08T06:33:43.158Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-08T06:33:43.158Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-08T06:33:43.730Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-08T06:33:43.993Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-08T06:33:43.993Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-08T06:33:43.993Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-08T06:33:43.993Z] running python rtupdate hooks for python3.6... [2021-01-08T06:33:43.993Z] running python post-rtupdate hooks for python3.6... [2021-01-08T06:33:43.993Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-08T06:33:45.379Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-08T06:33:45.639Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-08T06:33:45.639Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-08T06:33:45.900Z] Setting up snapd (2.48+18.04) ... [2021-01-08T06:33:46.474Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-08T06:33:46.736Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-08T06:33:46.736Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-08T06:33:47.005Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-08T06:33:47.266Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-08T06:33:47.266Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-08T06:33:47.526Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-08T06:33:47.526Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-08T06:33:47.789Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-08T06:33:48.051Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-08T06:33:48.051Z] /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-08T06:33:48.312Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-08T06:33:48.312Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-08T06:33:49.255Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-08T06:33:49.255Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-08T06:33:49.255Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-08T06:33:50.562Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-08T06:33:50.562Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-08T06:33:50.562Z] ---> b6dac4d4921d [2021-01-08T06:33:50.562Z] Step 3/21 : WORKDIR /edgex-go [2021-01-08T06:33:50.562Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-08T06:33:50.562Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-08T06:33:50.562Z] ---> b6dac4d4921d [2021-01-08T06:33:50.562Z] Step 3/24 : WORKDIR /edgex-go [2021-01-08T06:33:50.562Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-08T06:33:50.562Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-08T06:33:50.562Z] ---> b6dac4d4921d [2021-01-08T06:33:50.562Z] Step 3/26 : WORKDIR /edgex-go [2021-01-08T06:33:50.562Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-08T06:33:50.562Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-08T06:33:50.562Z] ---> b6dac4d4921d [2021-01-08T06:33:50.562Z] Step 3/22 : WORKDIR /edgex-go [2021-01-08T06:33:50.562Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-08T06:33:50.562Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-08T06:33:50.562Z] ---> b6dac4d4921d [2021-01-08T06:33:50.562Z] Step 3/22 : WORKDIR /edgex-go [2021-01-08T06:33:50.644Z] Reading package lists... [2021-01-08T06:33:50.644Z] Reading package lists... [2021-01-08T06:33:50.906Z] Building dependency tree... [2021-01-08T06:33:50.906Z] Reading state information... [2021-01-08T06:33:50.906Z] Calculating upgrade... [2021-01-08T06:33:51.170Z] The following packages will be upgraded: [2021-01-08T06:33:51.170Z] advancecomp base-files bash binutils binutils-common [2021-01-08T06:33:51.170Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-08T06:33:51.170Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-08T06:33:51.170Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-08T06:33:51.170Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-08T06:33:51.170Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-08T06:33:51.170Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-08T06:33:51.170Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-08T06:33:51.170Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-08T06:33:51.170Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-08T06:33:51.170Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-08T06:33:51.170Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-08T06:33:51.170Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-08T06:33:51.170Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-08T06:33:51.170Z] ubuntu-keyring util-linux [2021-01-08T06:33:51.431Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-08T06:33:51.431Z] Need to get 63.7 MB of archives. [2021-01-08T06:33:51.431Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-08T06:33:51.431Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-08T06:33:51.431Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-08T06:33:51.692Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-08T06:33:51.953Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-08T06:33:51.953Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-08T06:33:51.953Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-08T06:33:51.953Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-08T06:33:51.953Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-08T06:33:51.953Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-08T06:33:51.953Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-08T06:33:51.953Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-08T06:33:51.953Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-08T06:33:51.953Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-08T06:33:51.953Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-08T06:33:51.953Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-08T06:33:52.215Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-08T06:33:52.215Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-08T06:33:52.215Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-130.134 [988 kB] [2021-01-08T06:33:52.215Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-08T06:33:52.215Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-08T06:33:52.215Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-08T06:33:52.215Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-08T06:33:52.215Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-08T06:33:52.215Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2021-01-08T06:33:52.215Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-08T06:33:52.215Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-08T06:33:52.215Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-08T06:33:52.215Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-08T06:33:52.215Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-08T06:33:52.215Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-08T06:33:52.215Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-08T06:33:52.481Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-08T06:33:52.481Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-08T06:33:52.481Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-08T06:33:52.481Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-08T06:33:52.481Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-08T06:33:52.481Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-08T06:33:52.481Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-08T06:33:52.481Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-08T06:33:52.481Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-08T06:33:52.481Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-08T06:33:52.481Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-08T06:33:52.481Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-08T06:33:52.481Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-08T06:33:52.481Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-08T06:33:52.481Z] Get:46 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-08T06:33:52.481Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-08T06:33:52.481Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2021-01-08T06:33:52.481Z] Get:49 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-08T06:33:52.481Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-08T06:33:52.481Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-08T06:33:52.481Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-08T06:33:52.481Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-08T06:33:52.541Z] ---> Running in b701af0df8de [2021-01-08T06:33:52.541Z] ---> Running in 31bb7ad16110 [2021-01-08T06:33:52.541Z] ---> Running in 40954e06f591 [2021-01-08T06:33:52.541Z] ---> Running in c7706ff420f7 [2021-01-08T06:33:52.541Z] ---> Running in c6950347c48c [2021-01-08T06:33:52.742Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-08T06:33:52.742Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-08T06:33:52.742Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-08T06:33:52.742Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-08T06:33:52.742Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-08T06:33:52.742Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-08T06:33:52.742Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-08T06:33:52.742Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-08T06:33:52.742Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-08T06:33:52.742Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-08T06:33:52.742Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-08T06:33:52.742Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-08T06:33:52.742Z] Get:66 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-08T06:33:52.742Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-08T06:33:52.742Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-08T06:33:52.742Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-08T06:33:52.742Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-08T06:33:52.742Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-08T06:33:52.742Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-08T06:33:52.742Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-08T06:33:52.742Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-08T06:33:52.742Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-08T06:33:52.742Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-08T06:33:52.742Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-08T06:33:52.742Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-08T06:33:52.742Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-08T06:33:52.742Z] Get:80 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-08T06:33:53.005Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-08T06:33:53.005Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-08T06:33:53.005Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-08T06:33:53.005Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-08T06:33:53.005Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-08T06:33:53.005Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-08T06:33:53.005Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-08T06:33:53.005Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-08T06:33:53.145Z] Removing intermediate container c6950347c48c [2021-01-08T06:33:53.145Z] ---> 4cbd960396e0 [2021-01-08T06:33:53.145Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-08T06:33:53.145Z] Removing intermediate container 40954e06f591 [2021-01-08T06:33:53.145Z] ---> 5998e9066024 [2021-01-08T06:33:53.145Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-08T06:33:53.145Z] Removing intermediate container b701af0df8de [2021-01-08T06:33:53.145Z] ---> 408f01fe20d7 [2021-01-08T06:33:53.145Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-08T06:33:53.145Z] Removing intermediate container 31bb7ad16110 [2021-01-08T06:33:53.145Z] ---> 933fe9d7ecc8 [2021-01-08T06:33:53.145Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-08T06:33:53.145Z] Removing intermediate container c7706ff420f7 [2021-01-08T06:33:53.145Z] ---> 94fb165760e9 [2021-01-08T06:33:53.145Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-08T06:33:53.422Z] ---> Running in f4d9cc7e5c88 [2021-01-08T06:33:53.422Z] ---> Running in 5e368832abf1 [2021-01-08T06:33:53.422Z] ---> Running in 52377e04093b [2021-01-08T06:33:53.422Z] ---> Running in 264aeff7c449 [2021-01-08T06:33:53.422Z] ---> Running in 81f0d35d8b82 [2021-01-08T06:33:53.580Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-08T06:33:54.153Z] 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-08T06:33:54.153Z] 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-08T06:33:54.153Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-08T06:33:54.424Z] 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-08T06:33:54.424Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-08T06:33:54.424Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-08T06:33:54.424Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-08T06:33:54.424Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-08T06:33:54.424Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-08T06:33:54.424Z] Fetched 63.7 MB in 3s (19.7 MB/s) [2021-01-08T06:33:54.692Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T06:33:54.692Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-08T06:33:54.692Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-08T06:33:55.268Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-08T06:33:55.268Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-08T06:33:55.530Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-130.134_amd64.deb ... [2021-01-08T06:33:55.530Z] Unpacking linux-libc-dev:amd64 (4.15.0-130.134) over (4.15.0-20.21) ... [2021-01-08T06:33:56.105Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-08T06:33:56.105Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-08T06:33:56.367Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-08T06:33:56.367Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-08T06:33:56.367Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-08T06:33:56.367Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-08T06:33:56.636Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-08T06:33:56.636Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-08T06:33:56.636Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-08T06:33:56.848Z] Removing intermediate container f4d9cc7e5c88 [2021-01-08T06:33:56.848Z] ---> 2c266a46004a [2021-01-08T06:33:56.848Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-08T06:33:56.897Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-08T06:33:56.897Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-08T06:33:56.897Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-08T06:33:57.127Z] ---> Running in aedae693e51d [2021-01-08T06:33:57.164Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-08T06:33:57.164Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-08T06:33:57.164Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-08T06:33:57.404Z] Removing intermediate container 52377e04093b [2021-01-08T06:33:57.405Z] ---> 562d12808570 [2021-01-08T06:33:57.405Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-08T06:33:57.425Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-08T06:33:57.425Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-08T06:33:57.425Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-08T06:33:57.425Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-08T06:33:57.425Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-08T06:33:57.425Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-08T06:33:57.683Z] ---> Running in cc689dee0b13 [2021-01-08T06:33:57.683Z] Removing intermediate container 5e368832abf1 [2021-01-08T06:33:57.683Z] Removing intermediate container 264aeff7c449 [2021-01-08T06:33:57.683Z] ---> 02db64f9ed05 [2021-01-08T06:33:57.683Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-08T06:33:57.683Z] ---> 7634dc91b854 [2021-01-08T06:33:57.683Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-08T06:33:57.683Z] Removing intermediate container 81f0d35d8b82 [2021-01-08T06:33:57.683Z] ---> f34357a0fa78 [2021-01-08T06:33:57.683Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-08T06:33:57.686Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-08T06:33:57.686Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-08T06:33:57.686Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-08T06:33:57.686Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-08T06:33:57.950Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-08T06:33:57.950Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-08T06:33:58.213Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-08T06:33:58.213Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-08T06:33:58.213Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-08T06:33:58.312Z] ---> Running in 4f783ca2d523 [2021-01-08T06:33:58.313Z] ---> Running in a12eb7298dc6 [2021-01-08T06:33:58.313Z] ---> Running in bc801a1eac28 [2021-01-08T06:33:58.787Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-08T06:33:58.927Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-08T06:33:59.048Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-08T06:33:59.048Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-08T06:33:59.048Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-08T06:33:59.048Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-08T06:33:59.048Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-08T06:33:59.313Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-08T06:33:59.313Z] Installing new version of config file /etc/issue ... [2021-01-08T06:33:59.313Z] Installing new version of config file /etc/issue.net ... [2021-01-08T06:33:59.313Z] Installing new version of config file /etc/lsb-release ... [2021-01-08T06:33:59.313Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-08T06:33:59.524Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-08T06:33:59.574Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-08T06:33:59.797Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-08T06:33:59.797Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-08T06:33:59.835Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-08T06:33:59.835Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-08T06:33:59.835Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T06:33:59.835Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-08T06:33:59.835Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-08T06:34:00.069Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-08T06:34:00.070Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-08T06:34:00.098Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-08T06:34:00.098Z] 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-08T06:34:00.098Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T06:34:00.098Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-08T06:34:00.098Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-08T06:34:00.342Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-08T06:34:00.359Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-08T06:34:00.359Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T06:34:00.359Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2021-01-08T06:34:00.359Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2021-01-08T06:34:00.619Z] Setting up tar (1.29b-2ubuntu0.1) ... [2021-01-08T06:34:00.619Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T06:34:00.619Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-08T06:34:00.619Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-08T06:34:00.625Z] OK: 217 MiB in 51 packages [2021-01-08T06:34:00.625Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-08T06:34:00.880Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-08T06:34:00.901Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-08T06:34:00.902Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-08T06:34:01.141Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T06:34:01.141Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-08T06:34:01.141Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-08T06:34:01.141Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-08T06:34:01.180Z] OK: 217 MiB in 51 packages [2021-01-08T06:34:01.404Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T06:34:01.404Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-08T06:34:01.404Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-08T06:34:01.404Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-08T06:34:01.668Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T06:34:01.668Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-08T06:34:01.668Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-08T06:34:01.668Z] Setting up grep (3.1-2build1) ... [2021-01-08T06:34:01.786Z] OK: 217 MiB in 51 packages [2021-01-08T06:34:01.928Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T06:34:01.928Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-08T06:34:01.928Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-08T06:34:01.928Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-08T06:34:02.060Z] OK: 217 MiB in 51 packages [2021-01-08T06:34:02.060Z] OK: 217 MiB in 51 packages [2021-01-08T06:34:02.060Z] Removing intermediate container aedae693e51d [2021-01-08T06:34:02.060Z] ---> 1bb97d2fe0f7 [2021-01-08T06:34:02.060Z] Step 6/22 : COPY go.mod . [2021-01-08T06:34:02.190Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T06:34:02.191Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-08T06:34:02.191Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-08T06:34:02.191Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-08T06:34:02.191Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T06:34:02.191Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-08T06:34:02.191Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-08T06:34:02.763Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-08T06:34:03.026Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-08T06:34:03.026Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-08T06:34:03.026Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-08T06:34:03.074Z] Removing intermediate container cc689dee0b13 [2021-01-08T06:34:03.074Z] ---> 038485572a48 [2021-01-08T06:34:03.074Z] Step 6/21 : COPY go.mod . [2021-01-08T06:34:03.354Z] ---> a8e12b917a12 [2021-01-08T06:34:03.354Z] Step 7/22 : RUN go mod download [2021-01-08T06:34:03.354Z] Removing intermediate container bc801a1eac28 [2021-01-08T06:34:03.354Z] ---> 719027083ba1 [2021-01-08T06:34:03.354Z] Step 6/22 : COPY go.mod . [2021-01-08T06:34:03.598Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-08T06:34:03.598Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T06:34:03.598Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-08T06:34:03.637Z] ---> Running in 173c5ae9fa2a [2021-01-08T06:34:03.903Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-08T06:34:03.921Z] Removing intermediate container 4f783ca2d523 [2021-01-08T06:34:03.921Z] ---> b8727c415c1f [2021-01-08T06:34:03.921Z] Step 6/24 : COPY go.mod . [2021-01-08T06:34:03.921Z] Removing intermediate container a12eb7298dc6 [2021-01-08T06:34:03.921Z] ---> 8df4bfb8c218 [2021-01-08T06:34:03.921Z] Step 6/26 : COPY go.mod . [2021-01-08T06:34:04.205Z] ---> 4e3afd9b4784 [2021-01-08T06:34:04.205Z] Step 7/21 : RUN go mod download [2021-01-08T06:34:04.478Z] ---> Running in 2aba8faa07c2 [2021-01-08T06:34:04.764Z] ---> 6d135907915a [2021-01-08T06:34:04.764Z] Step 7/22 : RUN go mod download [2021-01-08T06:34:04.764Z] ---> Running in 4b47f2a78ca3 [2021-01-08T06:34:04.850Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-08T06:34:04.850Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-08T06:34:04.850Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-08T06:34:04.850Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-08T06:34:04.850Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-08T06:34:05.040Z] ---> 432fe3d98636 [2021-01-08T06:34:05.040Z] Step 7/24 : RUN go mod download [2021-01-08T06:34:05.129Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T06:34:05.129Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-08T06:34:05.129Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-08T06:34:05.129Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-08T06:34:05.320Z] ---> Running in 7cdc20c006c7 [2021-01-08T06:34:05.321Z] ---> 4ef72ecaf03c [2021-01-08T06:34:05.321Z] Step 7/26 : RUN go mod download [2021-01-08T06:34:05.396Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T06:34:05.396Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-08T06:34:05.396Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-08T06:34:05.396Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-08T06:34:05.396Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T06:34:05.396Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-08T06:34:05.396Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-08T06:34:05.606Z] ---> Running in 19d8bcd05bde [2021-01-08T06:34:05.660Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-08T06:34:05.660Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T06:34:05.660Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-08T06:34:05.660Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-08T06:34:05.660Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-08T06:34:05.921Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T06:34:05.921Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-08T06:34:05.921Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-08T06:34:05.921Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-08T06:34:06.185Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T06:34:06.185Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-08T06:34:06.185Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-08T06:34:06.185Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-08T06:34:06.185Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-08T06:34:06.447Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-08T06:34:06.447Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T06:34:06.447Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-08T06:34:06.447Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-08T06:34:06.708Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-08T06:34:06.708Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T06:34:06.708Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-08T06:34:06.708Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-08T06:34:06.708Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-08T06:34:06.971Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T06:34:06.971Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-08T06:34:06.971Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-08T06:34:06.971Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-08T06:34:07.232Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T06:34:07.232Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-08T06:34:07.232Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-08T06:34:07.509Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-08T06:34:07.597Z] Removing intermediate container 173c5ae9fa2a [2021-01-08T06:34:07.597Z] ---> 16839990fc42 [2021-01-08T06:34:07.597Z] Step 8/22 : COPY . . [2021-01-08T06:34:08.081Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-08T06:34:08.345Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-08T06:34:08.345Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T06:34:08.345Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-08T06:34:08.345Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-08T06:34:08.606Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-08T06:34:08.865Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T06:34:08.865Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-08T06:34:08.865Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-08T06:34:08.865Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-08T06:34:08.865Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-08T06:34:08.865Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-08T06:34:09.048Z] Removing intermediate container 2aba8faa07c2 [2021-01-08T06:34:09.048Z] ---> 3a553fb8c9b0 [2021-01-08T06:34:09.048Z] Step 8/21 : COPY . . [2021-01-08T06:34:09.126Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-08T06:34:09.126Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-08T06:34:09.386Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-08T06:34:09.386Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-08T06:34:09.386Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-08T06:34:09.386Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-08T06:34:09.646Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-08T06:34:09.646Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-08T06:34:09.646Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-08T06:34:09.646Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-08T06:34:09.649Z] Removing intermediate container 4b47f2a78ca3 [2021-01-08T06:34:09.649Z] ---> 895cc1605717 [2021-01-08T06:34:09.649Z] Step 8/22 : COPY . . [2021-01-08T06:34:09.907Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-08T06:34:09.907Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-08T06:34:10.168Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-08T06:34:10.168Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-08T06:34:10.252Z] Removing intermediate container 7cdc20c006c7 [2021-01-08T06:34:10.252Z] ---> 21c0127b1ee7 [2021-01-08T06:34:10.252Z] Step 8/24 : COPY . . [2021-01-08T06:34:10.441Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-08T06:34:10.441Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-08T06:34:10.441Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-08T06:34:10.441Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2021-01-08T06:34:10.441Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-08T06:34:10.526Z] Removing intermediate container 19d8bcd05bde [2021-01-08T06:34:10.526Z] ---> ff325e4e2c5a [2021-01-08T06:34:10.526Z] Step 8/26 : COPY . . [2021-01-08T06:34:10.700Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-08T06:34:10.700Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-08T06:34:10.700Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-08T06:34:10.964Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-08T06:34:10.964Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-08T06:34:10.964Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-08T06:34:10.964Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-08T06:34:11.227Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-08T06:34:11.227Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-08T06:34:11.227Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-08T06:34:11.227Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-08T06:34:11.487Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-08T06:34:11.487Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-08T06:34:11.488Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-08T06:34:11.755Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-08T06:34:11.755Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-08T06:34:11.755Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-08T06:34:11.755Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-08T06:34:12.015Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-08T06:34:12.015Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-08T06:34:12.015Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-08T06:34:12.015Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-08T06:34:12.276Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-08T06:34:12.550Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-08T06:34:12.550Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-08T06:34:12.550Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-08T06:34:12.810Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-08T06:34:12.810Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-08T06:34:12.810Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-08T06:34:12.810Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-08T06:34:13.074Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-08T06:34:13.074Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-08T06:34:13.074Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-08T06:34:13.074Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-08T06:34:13.333Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-08T06:34:13.333Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-08T06:34:13.333Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-08T06:34:13.333Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-08T06:34:13.333Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-08T06:34:13.597Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-08T06:34:13.597Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-08T06:34:13.597Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-08T06:34:13.597Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-08T06:34:13.857Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-08T06:34:13.857Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-08T06:34:13.857Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-08T06:34:13.857Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-08T06:34:14.116Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-08T06:34:14.116Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-08T06:34:14.116Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-08T06:34:14.116Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-08T06:34:14.377Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-08T06:34:14.377Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-08T06:34:14.377Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-08T06:34:14.377Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-08T06:34:14.377Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-08T06:34:14.642Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-08T06:34:14.642Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-08T06:34:14.903Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-08T06:34:14.903Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-08T06:34:14.903Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-08T06:34:15.164Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-08T06:34:15.164Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-08T06:34:15.164Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-08T06:34:15.164Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-08T06:34:15.424Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-08T06:34:15.424Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-08T06:34:15.424Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-08T06:34:15.424Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-08T06:34:15.685Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-08T06:34:15.685Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-08T06:34:15.685Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-08T06:34:15.946Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-08T06:34:15.946Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-08T06:34:15.946Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-08T06:34:15.946Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-08T06:34:16.886Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-08T06:34:16.886Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-08T06:34:16.886Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-08T06:34:16.886Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-08T06:34:17.147Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-08T06:34:17.147Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-08T06:34:18.090Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-08T06:34:18.090Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-08T06:34:18.090Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-08T06:34:18.090Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-08T06:34:18.351Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-08T06:34:18.351Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-08T06:34:18.351Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-08T06:34:18.351Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-08T06:34:18.612Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-08T06:34:18.612Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-08T06:34:18.612Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-08T06:34:18.872Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-08T06:34:18.872Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-08T06:34:18.872Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-08T06:34:19.811Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-08T06:34:19.811Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-08T06:34:20.751Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-08T06:34:20.751Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-08T06:34:21.692Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-08T06:34:21.692Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-08T06:34:21.953Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-08T06:34:21.953Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-08T06:34:22.891Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-08T06:34:22.891Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-08T06:34:23.152Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-08T06:34:23.152Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-08T06:34:23.152Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-08T06:34:23.152Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-08T06:34:23.414Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-08T06:34:23.414Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-08T06:34:23.414Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-08T06:34:23.414Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-08T06:34:23.674Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-08T06:34:23.674Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-08T06:34:23.674Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-08T06:34:23.674Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-08T06:34:23.935Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-08T06:34:23.935Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-08T06:34:23.935Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-08T06:34:24.196Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-08T06:34:24.196Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-08T06:34:24.196Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-08T06:34:24.196Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-08T06:34:24.196Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-08T06:34:24.196Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-08T06:34:24.196Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-08T06:34:24.487Z] [2021-01-08T06:34:24.487Z] Current default time zone: 'Etc/UTC' [2021-01-08T06:34:24.487Z] Local time is now: Fri Jan 8 06:34:24 UTC 2021. [2021-01-08T06:34:24.487Z] Universal Time is now: Fri Jan 8 06:34:24 UTC 2021. [2021-01-08T06:34:24.487Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-08T06:34:24.487Z] [2021-01-08T06:34:24.487Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2021-01-08T06:34:24.487Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-08T06:34:24.487Z] Setting up linux-libc-dev:amd64 (4.15.0-130.134) ... [2021-01-08T06:34:24.487Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-08T06:34:24.487Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-08T06:34:24.487Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-08T06:34:24.487Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-08T06:34:24.487Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-08T06:34:24.748Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-08T06:34:24.748Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-08T06:34:24.748Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-08T06:34:24.748Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-08T06:34:25.008Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-08T06:34:25.008Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-08T06:34:25.008Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-08T06:34:25.008Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-08T06:34:25.008Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-08T06:34:25.008Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-08T06:34:25.008Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-08T06:34:25.008Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-08T06:34:25.008Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-08T06:34:25.008Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-08T06:34:25.008Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-08T06:34:26.394Z] Updating certificates in /etc/ssl/certs... [2021-01-08T06:34:26.965Z] 22 added, 17 removed; done. [2021-01-08T06:34:27.226Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-08T06:34:27.226Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-08T06:34:27.226Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-08T06:34:27.226Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-08T06:34:27.226Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-08T06:34:27.226Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-08T06:34:27.226Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-08T06:34:27.487Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-08T06:34:27.487Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-08T06:34:27.487Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-08T06:34:27.487Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-08T06:34:27.487Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-08T06:34:27.487Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-08T06:34:27.487Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-08T06:34:27.747Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-08T06:34:27.747Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-08T06:34:27.747Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-08T06:34:27.747Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-08T06:34:27.747Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-08T06:34:27.747Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-08T06:34:28.007Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-08T06:34:28.007Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-08T06:34:28.007Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-08T06:34:28.007Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-08T06:34:28.267Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-08T06:34:28.267Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-08T06:34:28.267Z] Updating certificates in /etc/ssl/certs... [2021-01-08T06:34:28.528Z] 0 added, 0 removed; done. [2021-01-08T06:34:28.528Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-08T06:34:28.528Z] done. [2021-01-08T06:34:29.099Z] Reading package lists... [2021-01-08T06:34:29.099Z] Building dependency tree... [2021-01-08T06:34:29.099Z] Reading state information... [2021-01-08T06:34:29.363Z] The following NEW packages will be installed: [2021-01-08T06:34:29.363Z] apt-transport-https [2021-01-08T06:34:29.363Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-08T06:34:29.363Z] Need to get 1696 B of archives. [2021-01-08T06:34:29.363Z] After this operation, 153 kB of additional disk space will be used. [2021-01-08T06:34:29.363Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-08T06:34:29.630Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-08T06:34:29.630Z] Fetched 1696 B in 0s (42.4 kB/s) [2021-01-08T06:34:29.630Z] Selecting previously unselected package apt-transport-https. [2021-01-08T06:34:29.630Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-08T06:34:29.630Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-08T06:34:29.630Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-08T06:34:29.630Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-08T06:34:29.913Z] Waiting for network to be ready... [2021-01-08T06:34:35.320Z] 2021-01-08T06:34:33Z INFO Waiting for automatic snapd restart... [2021-01-08T06:34:35.893Z] snapd 2.48.2 from Canonical* installed [2021-01-08T06:34:36.838Z] "snapd" switched to the "latest/stable" channel [2021-01-08T06:34:36.838Z] [2021-01-08T06:34:37.348Z] ---> abe0c04e88ef [2021-01-08T06:34:37.348Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-08T06:34:37.348Z] ---> cd477ec9eed8 [2021-01-08T06:34:37.348Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-08T06:34:37.348Z] ---> 556d003cf21a [2021-01-08T06:34:37.348Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-08T06:34:37.348Z] ---> bdfc9366b117 [2021-01-08T06:34:37.348Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-08T06:34:37.348Z] ---> 91ee0a2461dd [2021-01-08T06:34:37.348Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-08T06:34:37.348Z] ---> Running in 2caaaf637afe [2021-01-08T06:34:37.348Z] ---> Running in e32edb035b77 [2021-01-08T06:34:37.348Z] ---> Running in 40cf1c4437c2 [2021-01-08T06:34:37.348Z] ---> Running in c98841566883 [2021-01-08T06:34:37.348Z] ---> Running in b1ce474d77ed [2021-01-08T06:34:37.348Z] 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-08T06:34:37.348Z] 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-08T06:34:37.348Z] 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-08T06:34:37.348Z] 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-08T06:34:37.348Z] 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-08T06:34:40.302Z] core18 20201210 from Canonical* installed [2021-01-08T06:34:40.302Z] "core18" switched to the "latest/stable" channel [2021-01-08T06:34:40.302Z] [2021-01-08T06:34:44.711Z] snapcraft 4.4.4 from Canonical* installed [2021-01-08T06:34:44.992Z] "snapcraft" switched to the "latest/stable" channel [2021-01-08T06:34:44.992Z] [2021-01-08T06:34:48.428Z] 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-08T06:34:48.428Z] - README.md [2021-01-08T06:34:48.428Z] - snapcraft.yaml.orig [2021-01-08T06:34:48.428Z] [2021-01-08T06:34:48.428Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-08T06:34:55.032Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-08T06:34:55.032Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-08T06:34:55.032Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-08T06:34:55.032Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-08T06:34:55.975Z] Reading package lists... [2021-01-08T06:34:56.236Z] 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-08T06:35:02.817Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-08T06:35:02.817Z] Reading package lists... [2021-01-08T06:35:02.817Z] Building dependency tree... [2021-01-08T06:35:02.817Z] Reading state information... [2021-01-08T06:35:02.817Z] Suggested packages: [2021-01-08T06:35:02.817Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-08T06:35:02.817Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-08T06:35:02.817Z] Recommended packages: [2021-01-08T06:35:02.817Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-08T06:35:02.817Z] The following NEW packages will be installed: [2021-01-08T06:35:02.817Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-08T06:35:02.817Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-08T06:35:02.817Z] pkg-config zip [2021-01-08T06:35:03.080Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-08T06:35:03.080Z] Need to get 7655 kB of archives. [2021-01-08T06:35:03.080Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-08T06:35:03.080Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-08T06:35:03.080Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-01-08T06:35:03.080Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-08T06:35:03.342Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-08T06:35:03.342Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-08T06:35:03.342Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-08T06:35:03.342Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-08T06:35:03.342Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-08T06:35:03.342Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-08T06:35:03.609Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-08T06:35:03.609Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-08T06:35:03.609Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-08T06:35:03.609Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-08T06:35:03.884Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-08T06:35:03.884Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-08T06:35:03.884Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-08T06:35:04.163Z] Fetched 7655 kB in 1s (6723 kB/s) [2021-01-08T06:35:04.163Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-08T06:35:04.163Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-08T06:35:04.163Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-08T06:35:04.163Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-08T06:35:04.477Z] Selecting previously unselected package libpsl5:amd64. [2021-01-08T06:35:04.477Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-08T06:35:04.477Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-08T06:35:04.477Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-08T06:35:04.477Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-08T06:35:04.477Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-08T06:35:04.477Z] Selecting previously unselected package librtmp1:amd64. [2021-01-08T06:35:04.753Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-08T06:35:04.753Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-08T06:35:04.753Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-08T06:35:04.753Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-08T06:35:04.753Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-08T06:35:04.753Z] Selecting previously unselected package liberror-perl. [2021-01-08T06:35:04.753Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-08T06:35:04.753Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-08T06:35:04.753Z] Selecting previously unselected package git-man. [2021-01-08T06:35:04.753Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-08T06:35:05.030Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-08T06:35:05.030Z] Selecting previously unselected package git. [2021-01-08T06:35:05.030Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-08T06:35:05.030Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-08T06:35:06.002Z] Selecting previously unselected package libnorm1:amd64. [2021-01-08T06:35:06.002Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-08T06:35:06.002Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-08T06:35:06.002Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-08T06:35:06.002Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-08T06:35:06.002Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-08T06:35:06.002Z] Selecting previously unselected package libsodium23:amd64. [2021-01-08T06:35:06.002Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-08T06:35:06.002Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-08T06:35:06.266Z] Selecting previously unselected package libzmq5:amd64. [2021-01-08T06:35:06.266Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-08T06:35:06.266Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-08T06:35:06.266Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-08T06:35:06.266Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-08T06:35:06.266Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-08T06:35:06.526Z] Selecting previously unselected package pkg-config. [2021-01-08T06:35:06.526Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-08T06:35:06.526Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-08T06:35:06.526Z] Selecting previously unselected package zip. [2021-01-08T06:35:06.526Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-08T06:35:06.526Z] Unpacking zip (3.0-11build1) ... [2021-01-08T06:35:06.526Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-08T06:35:06.526Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-08T06:35:06.526Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-08T06:35:06.787Z] Setting up liberror-perl (0.17025-1) ... [2021-01-08T06:35:06.787Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-08T06:35:06.787Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-08T06:35:06.787Z] No schema files found: doing nothing. [2021-01-08T06:35:06.787Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-08T06:35:06.787Z] Setting up zip (3.0-11build1) ... [2021-01-08T06:35:06.787Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-08T06:35:06.787Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-08T06:35:06.787Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-08T06:35:07.050Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-08T06:35:07.050Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-08T06:35:07.050Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-08T06:35:07.050Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-08T06:35:07.050Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-08T06:35:13.626Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-08T06:35:13.626Z] git set to automatically installed. [2021-01-08T06:35:13.626Z] git-man set to automatically installed. [2021-01-08T06:35:13.626Z] libcurl3-gnutls set to automatically installed. [2021-01-08T06:35:13.626Z] liberror-perl set to automatically installed. [2021-01-08T06:35:13.626Z] libglib2.0-0 set to automatically installed. [2021-01-08T06:35:13.626Z] libnghttp2-14 set to automatically installed. [2021-01-08T06:35:13.626Z] libnorm1 set to automatically installed. [2021-01-08T06:35:13.626Z] libpgm-5.2-0 set to automatically installed. [2021-01-08T06:35:13.626Z] libpsl5 set to automatically installed. [2021-01-08T06:35:13.626Z] librtmp1 set to automatically installed. [2021-01-08T06:35:13.626Z] libsodium23 set to automatically installed. [2021-01-08T06:35:13.626Z] libzmq3-dev set to automatically installed. [2021-01-08T06:35:13.626Z] libzmq5 set to automatically installed. [2021-01-08T06:35:13.626Z] pkg-config set to automatically installed. [2021-01-08T06:35:13.626Z] zip set to automatically installed. [2021-01-08T06:35:15.535Z] snapd is not logged in, snap install commands will use sudo [2021-01-08T06:35:22.120Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-08T06:35:22.120Z] snap "core18" has no updates available [2021-01-08T06:35:22.694Z] Pulling config-common [2021-01-08T06:35:24.079Z] Pulling go-build-helper [2021-01-08T06:35:50.657Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-08T06:35:50.657Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-08T06:35:50.657Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1478 kB] [2021-01-08T06:35:50.657Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [288 kB] [2021-01-08T06:35:50.657Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-08T06:35:50.657Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-08T06:35:50.657Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [192 kB] [2021-01-08T06:35:50.657Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [25.5 kB] [2021-01-08T06:35:50.657Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] [2021-01-08T06:35:50.657Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-08T06:35:50.657Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-08T06:35:50.657Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-08T06:35:50.657Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-08T06:35:50.657Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-08T06:35:50.657Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-08T06:35:50.657Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-08T06:35:50.657Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-08T06:35:50.657Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-08T06:35:50.657Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-08T06:35:50.657Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1832 kB] [2021-01-08T06:35:50.657Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] [2021-01-08T06:35:50.657Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.4 kB] [2021-01-08T06:35:50.657Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6980 B] [2021-01-08T06:35:50.657Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [225 kB] [2021-01-08T06:35:50.657Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [30.6 kB] [2021-01-08T06:35:50.657Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1701 kB] [2021-01-08T06:35:50.657Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-08T06:35:50.657Z] Fetched 23.6 MB in 0s (0 B/s) [2021-01-08T06:35:50.657Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-08T06:35:50.657Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-08T06:35:50.657Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-08T06:35:50.657Z] Fetched 279 kB in 0s (0 B/s) [2021-01-08T06:35:50.657Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-08T06:35:50.657Z] Fetched 122 kB in 0s (0 B/s) [2021-01-08T06:35:50.657Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-08T06:35:50.657Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-08T06:35:50.657Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-08T06:35:50.657Z] Fetched 8848 B in 0s (0 B/s) [2021-01-08T06:35:50.657Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-08T06:35:50.657Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-08T06:35:50.657Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-08T06:35:50.657Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-08T06:35:50.657Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-08T06:35:50.657Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-08T06:35:50.657Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-08T06:35:50.657Z] Fetched 214 kB in 0s (0 B/s) [2021-01-08T06:35:50.657Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-08T06:35:50.657Z] Fetched 155 kB in 0s (0 B/s) [2021-01-08T06:35:50.657Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-08T06:35:50.657Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-08T06:35:50.657Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-08T06:35:50.657Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-08T06:35:50.657Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-08T06:35:50.657Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-08T06:35:50.657Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-08T06:35:50.657Z] Fetched 499 kB in 0s (0 B/s) [2021-01-08T06:35:50.657Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-08T06:35:50.657Z] Fetched 111 kB in 0s (0 B/s) [2021-01-08T06:35:50.657Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-08T06:35:50.657Z] Fetched 240 kB in 0s (0 B/s) [2021-01-08T06:35:50.657Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-08T06:35:50.657Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-08T06:35:50.657Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-08T06:35:50.657Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-08T06:35:50.657Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-08T06:35:50.657Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-08T06:35:50.657Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-08T06:35:50.657Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-08T06:35:50.657Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-08T06:35:50.657Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-08T06:35:50.657Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-08T06:35:50.657Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-08T06:35:50.657Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-08T06:35:50.657Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-08T06:35:50.657Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-08T06:35:50.657Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-08T06:35:50.657Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-08T06:35:50.657Z] Fetched 8720 B in 0s (0 B/s) [2021-01-08T06:35:50.657Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-08T06:35:50.657Z] Fetched 137 kB in 0s (0 B/s) [2021-01-08T06:35:50.657Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-08T06:35:50.657Z] Fetched 119 kB in 0s (0 B/s) [2021-01-08T06:35:50.657Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-08T06:35:50.657Z] Fetched 109 kB in 0s (0 B/s) [2021-01-08T06:35:50.657Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-08T06:35:50.657Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-08T06:35:50.657Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-08T06:35:50.657Z] Fetched 645 kB in 0s (0 B/s) [2021-01-08T06:35:50.657Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-08T06:35:50.657Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-08T06:35:50.657Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-08T06:35:50.657Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-08T06:35:50.657Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-08T06:35:50.657Z] Fetched 368 kB in 0s (0 B/s) [2021-01-08T06:35:50.657Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-08T06:35:50.657Z] Fetched 187 kB in 0s (0 B/s) [2021-01-08T06:35:50.657Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-08T06:35:50.657Z] Fetched 175 kB in 0s (0 B/s) [2021-01-08T06:35:50.657Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-08T06:35:50.657Z] Fetched 206 kB in 0s (0 B/s) [2021-01-08T06:35:50.658Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-08T06:35:50.658Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-08T06:35:50.658Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-08T06:35:50.658Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-08T06:35:50.658Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-08T06:35:50.658Z] Fetched 159 kB in 0s (0 B/s) [2021-01-08T06:35:50.658Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-08T06:35:50.658Z] Fetched 107 kB in 0s (0 B/s) [2021-01-08T06:35:50.658Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-08T06:35:50.658Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-08T06:35:50.658Z] Pulling static-packages [2021-01-08T06:35:50.658Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-08T06:35:50.658Z] Skipping pull go-build-helper (already ran) [2021-01-08T06:35:50.658Z] Skipping pull static-packages (already ran) [2021-01-08T06:35:50.658Z] Building go-build-helper [2021-01-08T06:35:53.950Z] Building static-packages [2021-01-08T06:35:55.858Z] Staging go-build-helper [2021-01-08T06:35:57.239Z] Staging static-packages [2021-01-08T06:35:58.181Z] Pulling go115 [2021-01-08T06:35:59.118Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-08T06:35:59.118Z] Skipping pull go115 (already ran) [2021-01-08T06:35:59.118Z] Building go115 [2021-01-08T06:35:59.118Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-08T06:35:59.118Z] Dload Upload Total Spent Left Speed [2021-01-08T06:35:59.241Z] 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-08T06:35:59.242Z] 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-08T06:36:02.069Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 31 115M 31 36.3M 0 0 33.1M 0 0:00:03 0:00:01 0:00:02 33.0M 69 115M 69 80.5M 0 0 38.3M 0 0:00:03 0:00:02 0:00:01 38.3M 100 115M 100 115M 0 0 39.4M 0 0:00:02 0:00:02 --:--:-- 39.4M [2021-01-08T06:36:03.011Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-08T06:36:07.210Z] Staging go115 [2021-01-08T06:36:13.787Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-08T06:36:13.787Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-08T06:36:13.787Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-08T06:36:13.787Z] Fetched 0 B in 0s (0 B/s) [2021-01-08T06:36:13.787Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-08T06:36:13.787Z] Fetched 224 kB in 0s (0 B/s) [2021-01-08T06:36:13.787Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-08T06:36:13.787Z] Fetched 157 kB in 0s (0 B/s) [2021-01-08T06:36:13.787Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-08T06:36:13.787Z] Fetched 221 kB in 0s (0 B/s) [2021-01-08T06:36:13.787Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-08T06:36:13.787Z] Fetched 143 kB in 0s (0 B/s) [2021-01-08T06:36:13.787Z] Pulling edgex-go [2021-01-08T06:36:14.356Z] Pulling version [2021-01-08T06:36:14.410Z] Removing intermediate container c98841566883 [2021-01-08T06:36:14.410Z] ---> a4281fbe83d8 [2021-01-08T06:36:14.410Z] [2021-01-08T06:36:14.410Z] Step 10/24 : FROM alpine:3.12 [2021-01-08T06:36:14.410Z] 3.12: Pulling from library/alpine [2021-01-08T06:36:14.410Z] Removing intermediate container 40cf1c4437c2 [2021-01-08T06:36:14.410Z] ---> ff22659dffa0 [2021-01-08T06:36:14.410Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-08T06:36:14.410Z] Removing intermediate container e32edb035b77 [2021-01-08T06:36:14.410Z] ---> 147e4f3fc325 [2021-01-08T06:36:14.410Z] [2021-01-08T06:36:14.410Z] Step 10/21 : FROM alpine:3.12 [2021-01-08T06:36:14.410Z] Removing intermediate container 2caaaf637afe [2021-01-08T06:36:14.410Z] ---> 49ad8cbb15a4 [2021-01-08T06:36:14.410Z] [2021-01-08T06:36:14.410Z] Step 10/22 : FROM scratch [2021-01-08T06:36:14.410Z] ---> [2021-01-08T06:36:14.410Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-08T06:36:14.410Z] 3.12: Pulling from library/alpine [2021-01-08T06:36:14.410Z] ---> Running in 25306f9b1208 [2021-01-08T06:36:14.410Z] ---> Running in d60f0e2bb190 [2021-01-08T06:36:14.410Z] Removing intermediate container d60f0e2bb190 [2021-01-08T06:36:14.410Z] ---> 0f477f07b97b [2021-01-08T06:36:14.410Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-08T06:36:14.410Z] ---> Running in 2a485b99c004 [2021-01-08T06:36:14.410Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-08T06:36:14.410Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-08T06:36:14.410Z] Status: Image is up to date for alpine:3.12 [2021-01-08T06:36:14.410Z] ---> afeebe901d6b [2021-01-08T06:36:14.410Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-08T06:36:14.410Z] Status: Downloaded newer image for alpine:3.12 [2021-01-08T06:36:14.410Z] ---> afeebe901d6b [2021-01-08T06:36:14.410Z] 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-08T06:36:14.410Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-08T06:36:14.688Z] Removing intermediate container 2a485b99c004 [2021-01-08T06:36:14.688Z] ---> bc7063fbfcd1 [2021-01-08T06:36:14.688Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-08T06:36:14.688Z] ---> Running in 13a514ea96cd [2021-01-08T06:36:14.688Z] ---> Running in fff2d6fc04a1 [2021-01-08T06:36:14.688Z] ---> Running in e0b1b481cf15 [2021-01-08T06:36:15.296Z] Building config-common [2021-01-08T06:36:16.132Z] Removing intermediate container e0b1b481cf15 [2021-01-08T06:36:16.132Z] ---> 986cc81c5909 [2021-01-08T06:36:16.132Z] Step 14/22 : WORKDIR / [2021-01-08T06:36:16.132Z] ---> Running in 51a6471dfc32 [2021-01-08T06:36:16.736Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-08T06:36:16.736Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-08T06:36:16.736Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-08T06:36:17.025Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-08T06:36:17.025Z] Removing intermediate container 51a6471dfc32 [2021-01-08T06:36:17.025Z] ---> b315b50c7158 [2021-01-08T06:36:17.025Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-08T06:36:17.307Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-08T06:36:17.599Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-08T06:36:17.599Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-08T06:36:17.599Z] (4/5) Installing curl (7.69.1-r3) [2021-01-08T06:36:17.599Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-08T06:36:17.599Z] Executing busybox-1.31.1-r19.trigger [2021-01-08T06:36:17.599Z] Executing ca-certificates-20191127-r4.trigger [2021-01-08T06:36:17.599Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-08T06:36:17.837Z] Skipping build go-build-helper (already ran) [2021-01-08T06:36:17.837Z] Skipping build static-packages (already ran) [2021-01-08T06:36:17.837Z] Skipping build go115 (already ran) [2021-01-08T06:36:17.837Z] Building edgex-go [2021-01-08T06:36:17.874Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-08T06:36:17.874Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-08T06:36:17.874Z] (4/4) Installing curl (7.69.1-r3) [2021-01-08T06:36:17.874Z] Executing busybox-1.31.1-r19.trigger [2021-01-08T06:36:17.874Z] Executing ca-certificates-20191127-r4.trigger [2021-01-08T06:36:17.874Z] OK: 7 MiB in 19 packages [2021-01-08T06:36:18.096Z] 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-08T06:36:18.158Z] OK: 7 MiB in 18 packages [2021-01-08T06:36:18.767Z] ---> 0aedba16fd73 [2021-01-08T06:36:18.767Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-08T06:36:19.476Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-08T06:36:19.476Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-08T06:36:19.476Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.139 [2021-01-08T06:36:19.476Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.68 [2021-01-08T06:36:19.476Z] go: downloading github.com/google/uuid v1.1.4 [2021-01-08T06:36:19.476Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.31 [2021-01-08T06:36:19.476Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 [2021-01-08T06:36:19.476Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-08T06:36:19.476Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-08T06:36:19.476Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-08T06:36:19.476Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-08T06:36:19.476Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-08T06:36:19.476Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-08T06:36:19.476Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-08T06:36:19.476Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-08T06:36:19.476Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-08T06:36:19.476Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-08T06:36:19.476Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-08T06:36:19.476Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-08T06:36:19.476Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-08T06:36:19.476Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-08T06:36:19.476Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-08T06:36:19.476Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-08T06:36:19.476Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-08T06:36:19.476Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-08T06:36:19.476Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-08T06:36:19.476Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-08T06:36:19.476Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-08T06:36:19.476Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-08T06:36:19.476Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-08T06:36:19.476Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-08T06:36:19.737Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-08T06:36:19.737Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-08T06:36:19.737Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-08T06:36:19.737Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-08T06:36:19.737Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-08T06:36:19.737Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-08T06:36:19.737Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-08T06:36:19.997Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-08T06:36:19.997Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-08T06:36:20.202Z] Removing intermediate container 25306f9b1208 [2021-01-08T06:36:20.202Z] ---> 2e42e7e9f661 [2021-01-08T06:36:20.202Z] [2021-01-08T06:36:20.202Z] Step 11/26 : FROM docker:20.10.0 [2021-01-08T06:36:20.202Z] 20.10.0: Pulling from library/docker [2021-01-08T06:36:21.190Z] ---> 8a0f525b1fd7 [2021-01-08T06:36:21.190Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-08T06:36:21.472Z] Removing intermediate container 13a514ea96cd [2021-01-08T06:36:21.472Z] ---> d0102baf7392 [2021-01-08T06:36:21.472Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-08T06:36:21.472Z] Removing intermediate container fff2d6fc04a1 [2021-01-08T06:36:21.472Z] ---> b693e1474d81 [2021-01-08T06:36:21.472Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-08T06:36:21.746Z] Removing intermediate container b1ce474d77ed [2021-01-08T06:36:21.746Z] ---> 278951903212 [2021-01-08T06:36:21.746Z] [2021-01-08T06:36:21.746Z] Step 10/22 : FROM scratch [2021-01-08T06:36:21.746Z] ---> [2021-01-08T06:36:21.746Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-08T06:36:22.019Z] ---> Using cache [2021-01-08T06:36:22.019Z] ---> 0f477f07b97b [2021-01-08T06:36:22.019Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-08T06:36:22.356Z] ---> Running in 4f9f410fd44f [2021-01-08T06:36:22.356Z] ---> Running in 58a9f3da6e11 [2021-01-08T06:36:22.356Z] ---> Running in 082141894bff [2021-01-08T06:36:22.646Z] ---> 619841260f10 [2021-01-08T06:36:22.646Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-08T06:36:22.951Z] ---> Running in 573d36e91600 [2021-01-08T06:36:23.241Z] Removing intermediate container 4f9f410fd44f [2021-01-08T06:36:23.241Z] ---> 899c97515647 [2021-01-08T06:36:23.241Z] Step 13/21 : WORKDIR /edgex [2021-01-08T06:36:23.241Z] Removing intermediate container 58a9f3da6e11 [2021-01-08T06:36:23.241Z] ---> 85b834f76e4e [2021-01-08T06:36:23.241Z] Step 13/24 : WORKDIR / [2021-01-08T06:36:23.547Z] Removing intermediate container 082141894bff [2021-01-08T06:36:23.547Z] ---> 88b5e14640f5 [2021-01-08T06:36:23.547Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-08T06:36:23.547Z] ---> Running in c7c3d4da856a [2021-01-08T06:36:23.547Z] ---> Running in ec91e71f5796 [2021-01-08T06:36:23.847Z] ---> Running in e7ee9ed29a2a [2021-01-08T06:36:24.124Z] Removing intermediate container 573d36e91600 [2021-01-08T06:36:24.124Z] ---> 1438171f158f [2021-01-08T06:36:24.124Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-08T06:36:24.396Z] ---> Running in 36af3971a1c3 [2021-01-08T06:36:24.675Z] Removing intermediate container e7ee9ed29a2a [2021-01-08T06:36:24.675Z] Removing intermediate container c7c3d4da856a [2021-01-08T06:36:24.675Z] ---> 2607f438d9f4 [2021-01-08T06:36:24.675Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-08T06:36:24.675Z] ---> 6dad569fc7b8 [2021-01-08T06:36:24.675Z] Removing intermediate container ec91e71f5796 [2021-01-08T06:36:24.675Z] ---> 10b748f582e5 [2021-01-08T06:36:24.675Z] 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-08T06:36:24.675Z] Step 14/22 : WORKDIR / [2021-01-08T06:36:24.675Z] ---> Running in 07eab274f130 [2021-01-08T06:36:24.955Z] Removing intermediate container 36af3971a1c3 [2021-01-08T06:36:24.955Z] ---> fc8049869368 [2021-01-08T06:36:24.955Z] Step 20/22 : LABEL arch=arm64 [2021-01-08T06:36:25.233Z] ---> Running in 62eec7a67c80 [2021-01-08T06:36:25.509Z] Removing intermediate container 07eab274f130 [2021-01-08T06:36:25.509Z] ---> 57595e37c5a8 [2021-01-08T06:36:25.509Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-08T06:36:25.790Z] ---> 3ce3bcd398b8 [2021-01-08T06:36:25.790Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-08T06:36:25.790Z] ---> cb1980a9f1b1 [2021-01-08T06:36:25.790Z] 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-08T06:36:26.078Z] Removing intermediate container 62eec7a67c80 [2021-01-08T06:36:26.078Z] ---> d6b0bc87c143 [2021-01-08T06:36:26.078Z] Step 21/22 : LABEL git_sha=a1e981128744735d131ec80c0be858cf0a480739 [2021-01-08T06:36:26.719Z] 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-08T06:36:27.505Z] ---> Running in 1afd230a5e4b [2021-01-08T06:36:27.506Z] ---> 7eed761134b4 [2021-01-08T06:36:27.506Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-08T06:36:28.104Z] ---> 7a7e1858e1b7 [2021-01-08T06:36:28.104Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-08T06:36:28.104Z] ---> aa696725aee4 [2021-01-08T06:36:28.104Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-08T06:36:28.379Z] Removing intermediate container 1afd230a5e4b [2021-01-08T06:36:28.379Z] ---> ac49171c09b5 [2021-01-08T06:36:28.379Z] Step 22/22 : LABEL version=0.0.0 [2021-01-08T06:36:28.981Z] ---> Running in 70c45f5c2225 [2021-01-08T06:36:29.263Z] ---> 5c15a49898f3 [2021-01-08T06:36:29.263Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-08T06:36:29.865Z] ---> 0c2871dd8a66 [2021-01-08T06:36:29.865Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-08T06:36:30.139Z] Removing intermediate container 70c45f5c2225 [2021-01-08T06:36:30.139Z] ---> a61a5a21f08f [2021-01-08T06:36:30.139Z] [2021-01-08T06:36:30.139Z] ---> 10980ab66a26 [2021-01-08T06:36:30.139Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-08T06:36:30.740Z] Successfully built a61a5a21f08f [2021-01-08T06:36:30.740Z] ---> Running in 952bfeeda605 [2021-01-08T06:36:30.740Z] ---> 01648acd4e8d [2021-01-08T06:36:30.740Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-08T06:36:30.740Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-08T06:36:30.740Z]  Building docker-core-command-go ... done Building docker-support-scheduler-go [2021-01-08T06:36:31.339Z] ---> Running in 6b003483e5ad [2021-01-08T06:36:31.611Z] ---> 155fdd155805 [2021-01-08T06:36:31.612Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-08T06:36:31.612Z] Removing intermediate container 952bfeeda605 [2021-01-08T06:36:31.612Z] ---> 098de39a85ba [2021-01-08T06:36:31.612Z] Step 18/21 : CMD ["--init=true"] [2021-01-08T06:36:32.010Z] 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-08T06:36:32.209Z] ---> Running in 11d2dfbeebc4 [2021-01-08T06:36:32.270Z] 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-08T06:36:32.838Z] Removing intermediate container 6b003483e5ad [2021-01-08T06:36:32.838Z] ---> 400dd86cc074 [2021-01-08T06:36:32.838Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-08T06:36:33.662Z] 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-08T06:36:33.662Z] 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-08T06:36:33.662Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-08T06:36:33.823Z] Removing intermediate container 11d2dfbeebc4 [2021-01-08T06:36:33.823Z] ---> 6444ed18c33a [2021-01-08T06:36:33.823Z] Step 19/21 : LABEL arch=arm64 [2021-01-08T06:36:33.926Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-08T06:36:33.926Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-08T06:36:33.926Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-08T06:36:34.097Z] ---> Running in 4416e68ff507 [2021-01-08T06:36:34.097Z] ---> 07e4f7531c21 [2021-01-08T06:36:34.097Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-08T06:36:34.383Z] ---> Running in e176e3f21f0a [2021-01-08T06:36:34.986Z] Removing intermediate container 4416e68ff507 [2021-01-08T06:36:34.986Z] ---> c7e120bdbae2 [2021-01-08T06:36:34.986Z] Step 20/22 : LABEL arch=arm64 [2021-01-08T06:36:35.838Z] 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-08T06:36:35.838Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-08T06:36:35.838Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-08T06:36:35.969Z] ---> Running in e4153c09a339 [2021-01-08T06:36:35.969Z] Removing intermediate container e176e3f21f0a [2021-01-08T06:36:35.969Z] ---> 8a55c8e91ea9 [2021-01-08T06:36:35.969Z] Step 20/21 : LABEL git_sha=a1e981128744735d131ec80c0be858cf0a480739 [2021-01-08T06:36:35.969Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-08T06:36:36.250Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-08T06:36:36.250Z] ---> eeaf43b92773 [2021-01-08T06:36:36.250Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-08T06:36:36.250Z] ---> 417458034956 [2021-01-08T06:36:36.250Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-08T06:36:36.250Z] ---> Running in 8df9b21716b9 [2021-01-08T06:36:36.250Z] ---> Running in 6803c06680aa [2021-01-08T06:36:36.531Z] ---> Running in d524636668e0 [2021-01-08T06:36:36.531Z] Removing intermediate container e4153c09a339 [2021-01-08T06:36:36.531Z] ---> 6113be12873f [2021-01-08T06:36:36.531Z] Step 21/22 : LABEL git_sha=a1e981128744735d131ec80c0be858cf0a480739 [2021-01-08T06:36:36.781Z] 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-08T06:36:36.781Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-08T06:36:36.810Z] ---> Running in 7de51ba542f3 [2021-01-08T06:36:37.090Z] Removing intermediate container 8df9b21716b9 [2021-01-08T06:36:37.090Z] ---> 5c464f39dc0c [2021-01-08T06:36:37.090Z] Step 21/21 : LABEL version=0.0.0 [2021-01-08T06:36:37.368Z] ---> Running in fa563eab34cc [2021-01-08T06:36:37.640Z] Removing intermediate container 7de51ba542f3 [2021-01-08T06:36:37.640Z] ---> 8c8823358a70 [2021-01-08T06:36:37.640Z] Step 22/22 : LABEL version=0.0.0 [2021-01-08T06:36:37.724Z] 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-08T06:36:37.724Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-08T06:36:37.917Z] ---> Running in efcbd9037184 [2021-01-08T06:36:37.917Z] Removing intermediate container fa563eab34cc [2021-01-08T06:36:37.917Z] ---> 8101e369e79d [2021-01-08T06:36:37.917Z] [2021-01-08T06:36:38.518Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-08T06:36:38.795Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-08T06:36:38.795Z] Successfully built 8101e369e79d [2021-01-08T06:36:38.795Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-08T06:36:38.795Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2021-01-08T06:36:38.795Z] Removing intermediate container efcbd9037184 [2021-01-08T06:36:38.795Z] ---> d1ec6d340c00 [2021-01-08T06:36:38.795Z] [2021-01-08T06:36:39.110Z] 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-08T06:36:39.400Z] (1/2) Installing readline (8.0.4-r0) [2021-01-08T06:36:39.400Z] (2/2) Installing bash (5.0.17-r0) [2021-01-08T06:36:39.400Z] Executing bash-5.0.17-r0.post-install [2021-01-08T06:36:39.400Z] Executing busybox-1.31.1-r19.trigger [2021-01-08T06:36:39.400Z] Successfully built d1ec6d340c00 [2021-01-08T06:36:39.400Z] OK: 12 MiB in 22 packages [2021-01-08T06:36:39.400Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-08T06:36:39.400Z]  Building docker-core-metadata-go ... done Building docker-support-notifications-go [2021-01-08T06:36:39.683Z] 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-08T06:36:40.003Z] Removing intermediate container d524636668e0 [2021-01-08T06:36:40.003Z] ---> 2dab73eedf15 [2021-01-08T06:36:40.003Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-08T06:36:40.273Z] ---> Running in b44df2d6bf9a [2021-01-08T06:36:40.626Z] 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-08T06:36:40.873Z] Removing intermediate container b44df2d6bf9a [2021-01-08T06:36:40.873Z] ---> 39c1e1c5fd36 [2021-01-08T06:36:40.873Z] Step 22/24 : LABEL arch=arm64 [2021-01-08T06:36:41.145Z] Removing intermediate container 6803c06680aa [2021-01-08T06:36:41.146Z] ---> b7cabf9fb1aa [2021-01-08T06:36:41.146Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-08T06:36:41.418Z] ---> Running in a2b83c33b9c0 [2021-01-08T06:36:42.012Z] ---> Running in 387b9d9b4eae [2021-01-08T06:36:42.603Z] Removing intermediate container a2b83c33b9c0 [2021-01-08T06:36:42.603Z] ---> cd3218effec1 [2021-01-08T06:36:42.603Z] Step 23/24 : LABEL git_sha=a1e981128744735d131ec80c0be858cf0a480739 [2021-01-08T06:36:42.875Z] Removing intermediate container 387b9d9b4eae [2021-01-08T06:36:42.875Z] ---> 4831e81803d8 [2021-01-08T06:36:42.875Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-08T06:36:43.184Z] Building version [2021-01-08T06:36:43.470Z] ---> Running in 96a18190fc1d [2021-01-08T06:36:43.743Z] ---> Running in f634c77e0f29 [2021-01-08T06:36:44.354Z] Removing intermediate container 96a18190fc1d [2021-01-08T06:36:44.354Z] ---> 4b34dd95036a [2021-01-08T06:36:44.354Z] Step 24/24 : LABEL version=0.0.0 [2021-01-08T06:36:44.354Z] Removing intermediate container f634c77e0f29 [2021-01-08T06:36:44.354Z] ---> 508104ce5874 [2021-01-08T06:36:44.354Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-08T06:36:44.659Z] ---> Running in cf3325998cce [2021-01-08T06:36:44.934Z] ---> Running in e02dc8557be5 [2021-01-08T06:36:45.529Z] Removing intermediate container cf3325998cce [2021-01-08T06:36:45.529Z] ---> 53883c90d577 [2021-01-08T06:36:45.529Z] [2021-01-08T06:36:45.732Z] Staging config-common [2021-01-08T06:36:45.801Z] Successfully built 53883c90d577 [2021-01-08T06:36:46.075Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-08T06:36:46.075Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrap-redis-go [2021-01-08T06:36:46.075Z] Removing intermediate container e02dc8557be5 [2021-01-08T06:36:46.075Z] ---> 55ec7bfdcc28 [2021-01-08T06:36:46.075Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-08T06:36:46.675Z] Skipping stage go-build-helper (already ran) [2021-01-08T06:36:46.675Z] Skipping stage static-packages (already ran) [2021-01-08T06:36:46.675Z] Skipping stage go115 (already ran) [2021-01-08T06:36:46.675Z] Staging edgex-go [2021-01-08T06:36:47.617Z] Staging version [2021-01-08T06:36:48.049Z] ---> 783820d7041f [2021-01-08T06:36:48.049Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-08T06:36:48.558Z] Priming config-common [2021-01-08T06:36:49.488Z] ---> e5d3a6f62da6 [2021-01-08T06:36:49.488Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-08T06:36:49.504Z] Priming go-build-helper [2021-01-08T06:36:50.446Z] Priming static-packages [2021-01-08T06:36:51.468Z] ---> 6c331615668e [2021-01-08T06:36:51.468Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-08T06:36:52.066Z] ---> Running in cb7cb69c6310 [2021-01-08T06:36:52.990Z] Priming go115 [2021-01-08T06:36:53.503Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-08T06:36:53.503Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-08T06:36:53.932Z] Priming edgex-go [2021-01-08T06:36:54.098Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-08T06:36:54.098Z] (2/33) Installing expat (2.2.9-r1) [2021-01-08T06:36:54.098Z] (3/33) Installing libffi (3.3-r2) [2021-01-08T06:36:54.098Z] (4/33) Installing gdbm (1.13-r1) [2021-01-08T06:36:54.098Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-08T06:36:54.098Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-08T06:36:54.098Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-08T06:36:54.873Z] Priming version [2021-01-08T06:36:56.069Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-08T06:36:56.069Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-08T06:36:56.069Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-08T06:36:56.069Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-08T06:36:56.069Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-08T06:36:56.069Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-08T06:36:56.069Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-08T06:36:56.069Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-08T06:36:56.069Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-08T06:36:56.069Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-08T06:36:56.256Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-01-08T06:36:56.340Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-08T06:36:56.340Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-08T06:36:56.340Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-08T06:36:56.340Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-08T06:36:56.340Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-08T06:36:56.340Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-08T06:36:56.340Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-08T06:36:56.340Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-08T06:36:56.340Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-08T06:36:56.614Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-08T06:36:56.614Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-08T06:36:56.614Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-08T06:36:56.614Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-08T06:36:56.614Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-08T06:36:56.614Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-08T06:36:56.614Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-08T06:36:56.614Z] Executing busybox-1.31.1-r19.trigger [2021-01-08T06:36:56.890Z] OK: 71 MiB in 55 packages [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-08T06:37:03.667Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-08T06:37:03.667Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-08T06:37:03.667Z] ---> b6dac4d4921d [2021-01-08T06:37:03.667Z] Step 3/21 : WORKDIR /edgex-go [2021-01-08T06:37:03.667Z] ---> Using cache [2021-01-08T06:37:03.667Z] ---> 94fb165760e9 [2021-01-08T06:37:03.667Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-08T06:37:03.667Z] ---> Using cache [2021-01-08T06:37:03.667Z] ---> f34357a0fa78 [2021-01-08T06:37:03.667Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-08T06:37:03.667Z] ---> Using cache [2021-01-08T06:37:03.667Z] ---> b8727c415c1f [2021-01-08T06:37:03.667Z] Step 6/21 : COPY go.mod . [2021-01-08T06:37:03.667Z] ---> Using cache [2021-01-08T06:37:03.667Z] ---> 432fe3d98636 [2021-01-08T06:37:03.667Z] Step 7/21 : RUN go mod download [2021-01-08T06:37:03.667Z] ---> Using cache [2021-01-08T06:37:03.667Z] ---> 21c0127b1ee7 [2021-01-08T06:37:03.667Z] Step 8/21 : COPY . . [2021-01-08T06:37:03.667Z] ---> Using cache [2021-01-08T06:37:03.667Z] ---> bdfc9366b117 [2021-01-08T06:37:03.667Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-08T06:37:05.725Z] ---> Running in a5135ef22b25 [2021-01-08T06:37:06.725Z] Removing intermediate container cb7cb69c6310 [2021-01-08T06:37:06.725Z] ---> 0ca81e9b3f43 [2021-01-08T06:37:06.725Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-08T06:37:07.326Z] ---> Running in 1c601e70cd01 [2021-01-08T06:37:07.326Z] 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-08T06:37:14.047Z] Collecting docker-compose==1.23.2 [2021-01-08T06:37:14.047Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-08T06:37:15.035Z] Collecting jsonschema<3,>=2.5.1 [2021-01-08T06:37:15.035Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-08T06:37:15.313Z] Collecting docopt<0.7,>=0.6.1 [2021-01-08T06:37:15.588Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-08T06:37:18.987Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-08T06:37:18.987Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-08T06:37:19.985Z] Collecting PyYAML<4,>=3.10 [2021-01-08T06:37:19.985Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-08T06:37:20.292Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-08T06:37:20.292Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-08T06:37:20.292Z] ---> b6dac4d4921d [2021-01-08T06:37:20.292Z] Step 3/24 : WORKDIR /edgex-go [2021-01-08T06:37:20.292Z] ---> Using cache [2021-01-08T06:37:20.292Z] ---> 94fb165760e9 [2021-01-08T06:37:20.292Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-08T06:37:20.292Z] ---> Using cache [2021-01-08T06:37:20.292Z] ---> f34357a0fa78 [2021-01-08T06:37:20.292Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-08T06:37:20.292Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-08T06:37:20.292Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-08T06:37:20.292Z] ---> b6dac4d4921d [2021-01-08T06:37:20.292Z] Step 3/23 : WORKDIR /edgex-go [2021-01-08T06:37:20.292Z] ---> Using cache [2021-01-08T06:37:20.292Z] ---> 94fb165760e9 [2021-01-08T06:37:20.292Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-08T06:37:20.292Z] ---> Using cache [2021-01-08T06:37:20.292Z] ---> f34357a0fa78 [2021-01-08T06:37:20.292Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-08T06:37:23.027Z] ---> Running in 69e487b3356b [2021-01-08T06:37:23.027Z] ---> Running in 65621dcfa3dc [2021-01-08T06:37:25.016Z] 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-08T06:37:25.297Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-08T06:37:25.297Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-08T06:37:25.576Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-08T06:37:25.576Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-08T06:37:25.854Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-08T06:37:25.854Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-08T06:37:26.464Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-08T06:37:26.464Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-08T06:37:26.741Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-08T06:37:26.741Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-08T06:37:26.741Z] ---> b6dac4d4921d [2021-01-08T06:37:26.741Z] Step 3/22 : WORKDIR /edgex-go [2021-01-08T06:37:26.741Z] ---> Using cache [2021-01-08T06:37:26.741Z] ---> 94fb165760e9 [2021-01-08T06:37:26.741Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-08T06:37:26.741Z] ---> Using cache [2021-01-08T06:37:26.741Z] ---> f34357a0fa78 [2021-01-08T06:37:26.741Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-08T06:37:26.741Z] ---> Using cache [2021-01-08T06:37:26.741Z] ---> b8727c415c1f [2021-01-08T06:37:26.741Z] Step 6/22 : COPY go.mod . [2021-01-08T06:37:26.741Z] ---> Using cache [2021-01-08T06:37:26.741Z] ---> 432fe3d98636 [2021-01-08T06:37:26.741Z] Step 7/22 : RUN go mod download [2021-01-08T06:37:26.741Z] ---> Using cache [2021-01-08T06:37:27.017Z] ---> 21c0127b1ee7 [2021-01-08T06:37:27.017Z] Step 8/22 : COPY . . [2021-01-08T06:37:27.017Z] ---> Using cache [2021-01-08T06:37:27.017Z] ---> bdfc9366b117 [2021-01-08T06:37:27.017Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-08T06:37:27.299Z] OK: 217 MiB in 51 packages [2021-01-08T06:37:27.579Z] OK: 217 MiB in 51 packages [2021-01-08T06:37:27.579Z] ---> Running in c45cb3777163 [2021-01-08T06:37:29.027Z] Removing intermediate container 69e487b3356b [2021-01-08T06:37:29.027Z] ---> 36ea94cc2242 [2021-01-08T06:37:29.027Z] Step 6/24 : COPY go.mod . [2021-01-08T06:37:29.376Z] Collecting docker<4.0,>=3.6.0 [2021-01-08T06:37:29.376Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-08T06:37:29.376Z] Removing intermediate container 65621dcfa3dc [2021-01-08T06:37:29.376Z] ---> 21eb2a824371 [2021-01-08T06:37:29.376Z] Step 6/23 : COPY go.mod . [2021-01-08T06:37:30.080Z] 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-08T06:37:30.432Z] ---> f74676605bc9 [2021-01-08T06:37:30.432Z] Step 7/24 : RUN go mod download [2021-01-08T06:37:30.432Z] ---> Running in d8cfe5c119c2 [2021-01-08T06:37:30.432Z] Collecting texttable<0.10,>=0.9.0 [2021-01-08T06:37:30.432Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-08T06:37:31.115Z] ---> 3a2114a73c0f [2021-01-08T06:37:31.115Z] Step 7/23 : RUN go mod download [2021-01-08T06:37:31.115Z] ---> Running in f6571dfa1984 [2021-01-08T06:37:34.529Z] Collecting cached-property<2,>=1.2.0 [2021-01-08T06:37:34.529Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-08T06:37:34.529Z] 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-08T06:37:34.529Z] 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-08T06:37:35.129Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-08T06:37:35.129Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-08T06:37:35.406Z] Removing intermediate container d8cfe5c119c2 [2021-01-08T06:37:35.406Z] ---> 869d9eececeb [2021-01-08T06:37:35.406Z] Step 8/24 : COPY . . [2021-01-08T06:37:36.007Z] Removing intermediate container f6571dfa1984 [2021-01-08T06:37:36.007Z] ---> 8649b9c7f1c7 [2021-01-08T06:37:36.007Z] Step 8/23 : COPY . . [2021-01-08T06:37:36.007Z] Collecting idna<2.8,>=2.5 [2021-01-08T06:37:36.007Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-08T06:37:36.609Z] Collecting docker-pycreds>=0.4.0 [2021-01-08T06:37:36.609Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-08T06:37:36.609Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-08T06:37:36.609Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-08T06:37:36.609Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-08T06:37:36.609Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-08T06:37:38.049Z] Installing collected packages: jsonschema, docopt, urllib3, idna, requests, PyYAML, websocket-client, dockerpty, docker-pycreds, docker, texttable, cached-property, docker-compose [2021-01-08T06:37:38.323Z] Running setup.py install for docopt: started [2021-01-08T06:37:40.966Z] Running setup.py install for docopt: finished with status 'done' [2021-01-08T06:37:40.966Z] Attempting uninstall: urllib3 [2021-01-08T06:37:40.966Z] Found existing installation: urllib3 1.25.9 [2021-01-08T06:37:40.966Z] Uninstalling urllib3-1.25.9: [2021-01-08T06:37:41.243Z] Successfully uninstalled urllib3-1.25.9 [2021-01-08T06:37:41.844Z] Attempting uninstall: idna [2021-01-08T06:37:42.120Z] Found existing installation: idna 2.9 [2021-01-08T06:37:42.120Z] Uninstalling idna-2.9: [2021-01-08T06:37:42.120Z] Successfully uninstalled idna-2.9 [2021-01-08T06:37:43.104Z] Attempting uninstall: requests [2021-01-08T06:37:43.104Z] Found existing installation: requests 2.23.0 [2021-01-08T06:37:43.104Z] Uninstalling requests-2.23.0: [2021-01-08T06:37:43.104Z] Successfully uninstalled requests-2.23.0 [2021-01-08T06:37:43.701Z] Running setup.py install for PyYAML: started [2021-01-08T06:37:47.103Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-08T06:37:47.103Z] Running setup.py install for dockerpty: started [2021-01-08T06:37:49.731Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-08T06:37:50.334Z] Running setup.py install for texttable: started [2021-01-08T06:37:52.971Z] Running setup.py install for texttable: finished with status 'done' [2021-01-08T06:37:53.958Z] 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-08T06:38:04.147Z] ---> e9af8243bd20 [2021-01-08T06:38:04.147Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-08T06:38:04.147Z] ---> e0eca89e16c3 [2021-01-08T06:38:04.147Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-08T06:38:04.422Z] ---> Running in 831f43c4f9f1 [2021-01-08T06:38:04.422Z] ---> Running in c6230aa7469a [2021-01-08T06:38:06.408Z] Removing intermediate container 1c601e70cd01 [2021-01-08T06:38:06.408Z] ---> 11a62b8bbb31 [2021-01-08T06:38:06.408Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-08T06:38:06.684Z] ---> Running in f27f1097a7e1 [2021-01-08T06:38:06.958Z] 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-08T06:38:07.229Z] 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-08T06:38:08.674Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-08T06:38:08.952Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-08T06:38:09.553Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-08T06:38:09.553Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-08T06:38:09.553Z] (3/3) Installing curl (7.69.1-r3) [2021-01-08T06:38:09.553Z] Executing busybox-1.31.1-r19.trigger [2021-01-08T06:38:09.553Z] OK: 71 MiB in 58 packages [2021-01-08T06:38:11.559Z] Removing intermediate container f27f1097a7e1 [2021-01-08T06:38:11.559Z] ---> 7fb3157aae00 [2021-01-08T06:38:11.559Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-08T06:38:11.559Z] ---> Running in bc43ae2b8915 [2021-01-08T06:38:12.164Z] Removing intermediate container bc43ae2b8915 [2021-01-08T06:38:12.164Z] ---> 0bd107c22195 [2021-01-08T06:38:12.164Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-08T06:38:12.164Z] ---> Running in 661d1da7652f [2021-01-08T06:38:13.152Z] Removing intermediate container 661d1da7652f [2021-01-08T06:38:13.152Z] ---> 938c0bf198f3 [2021-01-08T06:38:13.152Z] Step 24/26 : LABEL arch=arm64 [2021-01-08T06:38:13.152Z] ---> Running in f442b858f5ba [2021-01-08T06:38:13.751Z] Removing intermediate container f442b858f5ba [2021-01-08T06:38:13.751Z] ---> c0a78c36e028 [2021-01-08T06:38:13.751Z] Step 25/26 : LABEL git_sha=a1e981128744735d131ec80c0be858cf0a480739 [2021-01-08T06:38:14.029Z] ---> Running in c21cf439311b [2021-01-08T06:38:14.632Z] Removing intermediate container c21cf439311b [2021-01-08T06:38:14.632Z] ---> 4fa4fa74fd6d [2021-01-08T06:38:14.632Z] Step 26/26 : LABEL version=0.0.0 [2021-01-08T06:38:14.908Z] ---> Running in 9c460a41955e [2021-01-08T06:38:15.509Z] Removing intermediate container 9c460a41955e [2021-01-08T06:38:15.509Z] ---> 660add69cdf9 [2021-01-08T06:38:15.509Z] [2021-01-08T06:38:16.111Z] Successfully built 660add69cdf9 [2021-01-08T06:38:16.111Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-08T06:38:20.442Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container a5135ef22b25 [2021-01-08T06:38:20.442Z] ---> 6a91021ec571 [2021-01-08T06:38:20.442Z] [2021-01-08T06:38:20.442Z] Step 10/21 : FROM scratch [2021-01-08T06:38:20.442Z] ---> [2021-01-08T06:38:20.442Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-08T06:38:20.442Z] ---> Using cache [2021-01-08T06:38:20.442Z] ---> 0f477f07b97b [2021-01-08T06:38:20.442Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-08T06:38:20.719Z] ---> Running in 587a96765a07 [2021-01-08T06:38:21.714Z] Removing intermediate container 587a96765a07 [2021-01-08T06:38:21.714Z] ---> b4a3af089f76 [2021-01-08T06:38:21.714Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-08T06:38:21.714Z] ---> Running in a80ce18cd6db [2021-01-08T06:38:22.320Z] Removing intermediate container a80ce18cd6db [2021-01-08T06:38:22.320Z] ---> aef1d8ca6340 [2021-01-08T06:38:22.320Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-08T06:38:23.310Z] ---> f5df0b188f5d [2021-01-08T06:38:23.310Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-08T06:38:25.298Z] ---> 2e8c5c0eef27 [2021-01-08T06:38:25.298Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-08T06:38:26.283Z] ---> e7b6c62cb6c1 [2021-01-08T06:38:26.284Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-08T06:38:26.559Z] ---> Running in d3dea6c44c07 [2021-01-08T06:38:27.161Z] Removing intermediate container d3dea6c44c07 [2021-01-08T06:38:27.161Z] ---> 99b8903e845c [2021-01-08T06:38:27.161Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-08T06:38:27.433Z] ---> Running in 3c8c28a38470 [2021-01-08T06:38:28.032Z] Removing intermediate container 3c8c28a38470 [2021-01-08T06:38:28.032Z] ---> f44d41b1cc10 [2021-01-08T06:38:28.032Z] Step 19/21 : LABEL arch=arm64 [2021-01-08T06:38:28.032Z] ---> Running in aea23f86a588 [2021-01-08T06:38:29.017Z] Removing intermediate container aea23f86a588 [2021-01-08T06:38:29.017Z] ---> f2c031a24fa9 [2021-01-08T06:38:29.017Z] Step 20/21 : LABEL git_sha=a1e981128744735d131ec80c0be858cf0a480739 [2021-01-08T06:38:29.017Z] ---> Running in 88c00506e0b1 [2021-01-08T06:38:29.622Z] Removing intermediate container 88c00506e0b1 [2021-01-08T06:38:29.622Z] ---> 8255ff437eab [2021-01-08T06:38:29.899Z] Step 21/21 : LABEL version=0.0.0 [2021-01-08T06:38:29.899Z] ---> Running in 8d71d9edbeb5 [2021-01-08T06:38:30.501Z] Removing intermediate container 8d71d9edbeb5 [2021-01-08T06:38:30.501Z] ---> 727ea3058ba0 [2021-01-08T06:38:30.501Z] [2021-01-08T06:38:31.105Z] Successfully built 727ea3058ba0 [2021-01-08T06:38:31.105Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-08T06:38:43.533Z]  Building docker-support-scheduler-go ... done Removing intermediate container c45cb3777163 [2021-01-08T06:38:43.533Z] ---> 1ed3db73e540 [2021-01-08T06:38:43.533Z] [2021-01-08T06:38:43.533Z] Step 10/22 : FROM alpine:3.12 [2021-01-08T06:38:43.533Z] ---> afeebe901d6b [2021-01-08T06:38:43.533Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-08T06:38:43.533Z] ---> Using cache [2021-01-08T06:38:43.533Z] ---> d0102baf7392 [2021-01-08T06:38:43.533Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-08T06:38:43.533Z] ---> Running in 578d472b91a4 [2021-01-08T06:38:43.533Z] Removing intermediate container 578d472b91a4 [2021-01-08T06:38:43.533Z] ---> 95d7cc5db523 [2021-01-08T06:38:43.533Z] Step 13/22 : WORKDIR / [2021-01-08T06:38:43.533Z] ---> Running in db81b33fbb35 [2021-01-08T06:38:44.136Z] Removing intermediate container db81b33fbb35 [2021-01-08T06:38:44.136Z] ---> cf26578ca3af [2021-01-08T06:38:44.136Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-08T06:38:45.130Z] ---> 6597824e455f [2021-01-08T06:38:45.130Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-08T06:38:47.427Z] ---> d84cc6b65334 [2021-01-08T06:38:47.427Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-08T06:38:48.092Z] ---> d9170a3c9e1d [2021-01-08T06:38:48.093Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-08T06:38:49.557Z] ---> 3f88a5d5ff32 [2021-01-08T06:38:49.557Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-08T06:38:49.557Z] ---> Running in bb49b984850b [2021-01-08T06:38:52.982Z] Removing intermediate container bb49b984850b [2021-01-08T06:38:52.982Z] ---> 6788f16093eb [2021-01-08T06:38:52.982Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-08T06:38:52.982Z] ---> Running in 28f20016f3a2 [2021-01-08T06:38:53.592Z] Removing intermediate container 28f20016f3a2 [2021-01-08T06:38:53.592Z] ---> 38b01a768dde [2021-01-08T06:38:53.592Z] Step 20/22 : LABEL arch=arm64 [2021-01-08T06:38:53.874Z] ---> Running in af089c88dcd1 [2021-01-08T06:38:54.492Z] Removing intermediate container af089c88dcd1 [2021-01-08T06:38:54.492Z] ---> 2fff441300a6 [2021-01-08T06:38:54.492Z] Step 21/22 : LABEL git_sha=a1e981128744735d131ec80c0be858cf0a480739 [2021-01-08T06:38:54.772Z] ---> Running in 4bb156143dcc [2021-01-08T06:38:55.777Z] Removing intermediate container 4bb156143dcc [2021-01-08T06:38:55.777Z] ---> f46695ae26fb [2021-01-08T06:38:55.777Z] Step 22/22 : LABEL version=0.0.0 [2021-01-08T06:38:55.777Z] ---> Running in 44008b7ebece [2021-01-08T06:38:56.383Z] Removing intermediate container 44008b7ebece [2021-01-08T06:38:56.383Z] ---> c6b46a64d5b5 [2021-01-08T06:38:56.383Z] [2021-01-08T06:38:56.993Z] Successfully built c6b46a64d5b5 [2021-01-08T06:38:56.993Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-08T06:39:12.132Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container c6230aa7469a [2021-01-08T06:39:12.132Z] ---> 42c3ce8e39a6 [2021-01-08T06:39:12.132Z] [2021-01-08T06:39:12.132Z] Step 10/24 : FROM scratch [2021-01-08T06:39:12.132Z] ---> [2021-01-08T06:39:12.132Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-08T06:39:12.132Z] ---> Running in 11566f78803d [2021-01-08T06:39:12.132Z] Removing intermediate container 11566f78803d [2021-01-08T06:39:12.132Z] ---> 09bf20b47011 [2021-01-08T06:39:12.132Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-08T06:39:12.132Z] ---> Running in 10ae284bdd94 [2021-01-08T06:39:12.132Z] Removing intermediate container 10ae284bdd94 [2021-01-08T06:39:12.132Z] ---> d24cf5fa1ec8 [2021-01-08T06:39:12.132Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-08T06:39:12.132Z] ---> Running in 4734c26c13e7 [2021-01-08T06:39:12.132Z] Removing intermediate container 4734c26c13e7 [2021-01-08T06:39:12.132Z] ---> 12f92eb7f4ed [2021-01-08T06:39:12.132Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-08T06:39:12.414Z] ---> a1b62275ab33 [2021-01-08T06:39:12.414Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-08T06:39:13.875Z] ---> 9d83dd7909ca [2021-01-08T06:39:13.875Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-08T06:39:15.333Z] ---> 471fb1ef3afe [2021-01-08T06:39:15.333Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-08T06:39:16.318Z] ---> 159e9d555e52 [2021-01-08T06:39:16.318Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-08T06:39:17.313Z] ---> dd1f3ca722db [2021-01-08T06:39:17.314Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-08T06:39:18.308Z] ---> 0ba2a15ab904 [2021-01-08T06:39:18.308Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-08T06:39:18.308Z] ---> Running in 93e3e929750b [2021-01-08T06:39:18.905Z] Removing intermediate container 93e3e929750b [2021-01-08T06:39:18.905Z] ---> 1e64c810ed41 [2021-01-08T06:39:18.905Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-08T06:39:18.905Z] ---> Running in b2d625dab179 [2021-01-08T06:39:19.538Z] Removing intermediate container b2d625dab179 [2021-01-08T06:39:19.538Z] ---> c0496fd67d2d [2021-01-08T06:39:19.538Z] Step 22/24 : LABEL arch=arm64 [2021-01-08T06:39:19.812Z] ---> Running in 7cdd8f29cd2a [2021-01-08T06:39:20.804Z] Removing intermediate container 7cdd8f29cd2a [2021-01-08T06:39:20.804Z] ---> b022ccd2518f [2021-01-08T06:39:20.804Z] Step 23/24 : LABEL git_sha=a1e981128744735d131ec80c0be858cf0a480739 [2021-01-08T06:39:20.804Z] ---> Running in 99f7867c98b7 [2021-01-08T06:39:20.804Z] Removing intermediate container 831f43c4f9f1 [2021-01-08T06:39:20.804Z] ---> 89e74718f723 [2021-01-08T06:39:20.804Z] [2021-01-08T06:39:20.804Z] Step 10/23 : FROM alpine:3.12 [2021-01-08T06:39:20.804Z] ---> afeebe901d6b [2021-01-08T06:39:20.804Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-08T06:39:21.078Z] ---> Running in 4aee8821a77b [2021-01-08T06:39:21.353Z] Removing intermediate container 99f7867c98b7 [2021-01-08T06:39:21.353Z] ---> 68495e19eae6 [2021-01-08T06:39:21.353Z] Step 24/24 : LABEL version=0.0.0 [2021-01-08T06:39:21.353Z] ---> Running in 6909f8b585db [2021-01-08T06:39:21.628Z] Removing intermediate container 4aee8821a77b [2021-01-08T06:39:21.628Z] ---> 02964c110995 [2021-01-08T06:39:21.628Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-08T06:39:21.628Z] ---> Running in 8ee89edc2de2 [2021-01-08T06:39:21.906Z] Removing intermediate container 6909f8b585db [2021-01-08T06:39:21.906Z] ---> ff398e22b3d2 [2021-01-08T06:39:21.906Z] [2021-01-08T06:39:22.180Z] Successfully built ff398e22b3d2 [2021-01-08T06:39:22.180Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-08T06:39:22.455Z]  Building docker-support-notifications-go ... done Removing intermediate container 8ee89edc2de2 [2021-01-08T06:39:22.455Z] ---> 74bc8fc59a4a [2021-01-08T06:39:22.455Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-08T06:39:22.455Z] ---> Running in ef3db69dc448 [2021-01-08T06:39:23.055Z] Removing intermediate container ef3db69dc448 [2021-01-08T06:39:23.055Z] ---> 18268ba41f05 [2021-01-08T06:39:23.055Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-08T06:39:23.055Z] ---> Running in 3aac49824a05 [2021-01-08T06:39:25.040Z] Removing intermediate container 3aac49824a05 [2021-01-08T06:39:25.040Z] ---> c9e78313ba0d [2021-01-08T06:39:25.040Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-08T06:39:25.315Z] ---> Running in 0c2d81dab19f [2021-01-08T06:39:26.294Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-08T06:39:27.281Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-08T06:39:27.877Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-08T06:39:27.877Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-08T06:39:27.877Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-08T06:39:28.148Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-08T06:39:28.743Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-08T06:39:28.743Z] Executing busybox-1.31.1-r19.trigger [2021-01-08T06:39:28.743Z] OK: 8 MiB in 19 packages [2021-01-08T06:39:30.179Z] Removing intermediate container 0c2d81dab19f [2021-01-08T06:39:30.179Z] ---> dbed3e25f9bf [2021-01-08T06:39:30.179Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-08T06:39:30.780Z] ---> 62fa0d0c5446 [2021-01-08T06:39:30.780Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-08T06:39:32.219Z] ---> 40242aa66e7f [2021-01-08T06:39:32.219Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-08T06:39:32.819Z] ---> 17860118c9c5 [2021-01-08T06:39:32.819Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-08T06:39:32.819Z] ---> Running in 6e30e8aa7cd5 [2021-01-08T06:39:33.418Z] Removing intermediate container 6e30e8aa7cd5 [2021-01-08T06:39:33.418Z] ---> a46e8fa721e8 [2021-01-08T06:39:33.418Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-08T06:39:33.418Z] ---> Running in ffabdc74f818 [2021-01-08T06:39:34.016Z] Removing intermediate container ffabdc74f818 [2021-01-08T06:39:34.016Z] ---> 8450b4b00f32 [2021-01-08T06:39:34.016Z] Step 21/23 : LABEL arch=arm64 [2021-01-08T06:39:34.016Z] ---> Running in 31e5a2cfb5df [2021-01-08T06:39:34.627Z] Removing intermediate container 31e5a2cfb5df [2021-01-08T06:39:34.627Z] ---> 5cfd52ad3c3c [2021-01-08T06:39:34.627Z] Step 22/23 : LABEL git_sha=a1e981128744735d131ec80c0be858cf0a480739 [2021-01-08T06:39:34.627Z] ---> Running in 590350d3bdc4 [2021-01-08T06:39:35.229Z] Removing intermediate container 590350d3bdc4 [2021-01-08T06:39:35.229Z] ---> 94780eb5f00a [2021-01-08T06:39:35.229Z] Step 23/23 : LABEL version=0.0.0 [2021-01-08T06:39:35.229Z] ---> Running in 3ec49d8ead1d [2021-01-08T06:39:35.834Z] Removing intermediate container 3ec49d8ead1d [2021-01-08T06:39:35.834Z] ---> 4b03fe202da9 [2021-01-08T06:39:35.834Z] [2021-01-08T06:39:36.108Z] Successfully built 4b03fe202da9 [2021-01-08T06:39:36.108Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-08T06:39:36.724Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-08T06:39:36.741Z] $ docker stop --time=1 bff9ecae85fd57479f06b467fa729c4e1eea889b22cda2ec804605ed0ea9e3dd [2021-01-08T06:39:38.655Z] $ docker rm -f bff9ecae85fd57479f06b467fa729c4e1eea889b22cda2ec804605ed0ea9e3dd [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-08T06:39:39.465Z] + docker images+ [2021-01-08T06:39:39.465Z] grep docker [2021-01-08T06:39:39.739Z] docker-core-data-go-arm64 latest 4b03fe202da9 4 seconds ago 21MB [2021-01-08T06:39:39.739Z] docker-support-notifications-go-arm64 latest ff398e22b3d2 18 seconds ago 11.4MB [2021-01-08T06:39:39.739Z] docker-security-bootstrap-redis-go-arm64 latest c6b46a64d5b5 43 seconds ago 15.1MB [2021-01-08T06:39:39.739Z] docker-support-scheduler-go-arm64 latest 727ea3058ba0 About a minute ago 10MB [2021-01-08T06:39:39.739Z] docker-sys-mgmt-agent-go-arm64 latest 660add69cdf9 About a minute ago 300MB [2021-01-08T06:39:39.739Z] docker-security-secretstore-setup-go-arm64 latest 53883c90d577 2 minutes ago 23.4MB [2021-01-08T06:39:39.739Z] docker-core-metadata-go-arm64 latest d1ec6d340c00 3 minutes ago 12.2MB [2021-01-08T06:39:39.739Z] docker-security-proxy-setup-go-arm64 latest 8101e369e79d 3 minutes ago 23.3MB [2021-01-08T06:39:39.739Z] docker-core-command-go-arm64 latest a61a5a21f08f 3 minutes ago 9.98MB [2021-01-08T06:39:39.739Z] 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-08T06:39:43.066Z] provisioning config files... [2021-01-08T06:39:43.087Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config8497757562568050515tmp [Pipeline] { [Pipeline] sh [2021-01-08T06:39:43.556Z] + set +x [2021-01-08T06:39:43.556Z] + curl -s https://codecov.io/bash [2021-01-08T06:39:43.556Z] + bash -s -- [2021-01-08T06:39:44.134Z] [2021-01-08T06:39:44.134Z] _____ _ [2021-01-08T06:39:44.134Z] / ____| | | [2021-01-08T06:39:44.134Z] | | ___ __| | ___ ___ _____ __ [2021-01-08T06:39:44.134Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-08T06:39:44.134Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-08T06:39:44.134Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-08T06:39:44.134Z] Bash-20201231-23d4836 [2021-01-08T06:39:44.134Z] [2021-01-08T06:39:44.134Z] [2021-01-08T06:39:44.134Z] ==> git version 2.24.3 found [2021-01-08T06:39:44.134Z] ==> 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-08T06:39:44.134Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-08T06:39:44.134Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-08T06:39:44.134Z] ==> Jenkins CI detected. [2021-01-08T06:39:44.134Z] project root: . [2021-01-08T06:39:44.134Z] --> token set from env [2021-01-08T06:39:44.134Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-08T06:39:44.134Z] ==> Running gcov in . (disable via -X gcov) [2021-01-08T06:39:44.134Z] ==> Python coveragepy not found [2021-01-08T06:39:44.134Z] ==> Searching for coverage reports in: [2021-01-08T06:39:44.134Z] + . [2021-01-08T06:39:44.134Z] -> Found 1 reports [2021-01-08T06:39:44.134Z] ==> Detecting git/mercurial file structure [2021-01-08T06:39:44.134Z] ==> Reading reports [2021-01-08T06:39:44.397Z] + ./coverage.out bytes=541590 [2021-01-08T06:39:44.397Z] ==> Appending adjustments [2021-01-08T06:39:44.397Z] https://docs.codecov.io/docs/fixing-reports [2021-01-08T06:39:47.709Z] + Found adjustments [2021-01-08T06:39:47.709Z] ==> Gzipping contents [2021-01-08T06:39:47.709Z] 84K /tmp/codecov.GGtoyq.gz [2021-01-08T06:39:47.709Z] ==> Uploading reports [2021-01-08T06:39:47.709Z] url: https://codecov.io [2021-01-08T06:39:47.709Z] query: branch=PR-2999&commit=a1e981128744735d131ec80c0be858cf0a480739&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2999%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2999&job=&cmd_args= [2021-01-08T06:39:47.709Z] -> Pinging Codecov [2021-01-08T06:39:47.709Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-2999&commit=a1e981128744735d131ec80c0be858cf0a480739&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2999%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2999&job=&cmd_args= [2021-01-08T06:39:47.972Z] -> Uploading to [2021-01-08T06:39:47.972Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-08/00271124DB129430A58F1EEE437C3FCB/a1e981128744735d131ec80c0be858cf0a480739/83e80ae4-4235-4142-bbdb-1d19ac3725c4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210108%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210108T063947Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9336e741b270c3d06ee5dfc42a90c25b4d54a482a9ae438ec80fe65e9c76da26 [2021-01-08T06:39:47.972Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-08T06:39:47.972Z] Dload Upload Total Spent Left Speed [2021-01-08T06:39:48.552Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 82337 0 0 100 82337 0 120k --:--:-- --:--:-- --:--:-- 121k [2021-01-08T06:39:48.552Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/a1e981128744735d131ec80c0be858cf0a480739 [Pipeline] } [2021-01-08T06:39:48.579Z] 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-08T06:39:51.577Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-08T06:39:52.533Z] ---> package-listing.sh [2021-01-08T06:39:52.533Z] ++ facter osfamily [2021-01-08T06:39:52.533Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-08T06:39:52.533Z] + OS_FAMILY=redhat [2021-01-08T06:39:52.533Z] + workspace=/w/workspace/edgex-go/1 [2021-01-08T06:39:52.533Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-08T06:39:52.533Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-08T06:39:52.533Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-08T06:39:52.533Z] + PACKAGES=/tmp/packages_start.txt [2021-01-08T06:39:52.533Z] + '[' /w/workspace/edgex-go/1 ']' [2021-01-08T06:39:52.533Z] + PACKAGES=/tmp/packages_end.txt [2021-01-08T06:39:52.533Z] + case "${OS_FAMILY}" in [2021-01-08T06:39:52.533Z] + rpm -qa [2021-01-08T06:39:52.533Z] + sort [2021-01-08T06:39:57.849Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-08T06:39:57.849Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-08T06:39:57.849Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-08T06:39:57.849Z] + '[' /w/workspace/edgex-go/1 ']' [2021-01-08T06:39:57.849Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2021-01-08T06:39:57.849Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2021-01-08T06:39:57.885Z] 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/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-08T06:39:58.203Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-08T06:39:58.546Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-08T06:39:58.546Z] [2021-01-08T06:39:58.546Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-08T06:39:58.945Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-08T06:39:58.945Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-08T06:39:58.945Z] df20fa9351a1: Pulling fs layer [2021-01-08T06:39:58.945Z] 36b3adc4ff6f: Pulling fs layer [2021-01-08T06:39:58.945Z] 8ad3a11d3b57: Pulling fs layer [2021-01-08T06:39:58.945Z] 46f8f816bc3b: Pulling fs layer [2021-01-08T06:39:58.945Z] 93b61091891f: Pulling fs layer [2021-01-08T06:39:58.945Z] 93b9cdb0e59b: Pulling fs layer [2021-01-08T06:39:58.945Z] 5e14af77c1be: Pulling fs layer [2021-01-08T06:39:58.945Z] 01666e4c0597: Pulling fs layer [2021-01-08T06:39:58.945Z] aa168da1d23b: Pulling fs layer [2021-01-08T06:39:58.945Z] 46f8f816bc3b: Waiting [2021-01-08T06:39:58.945Z] 93b61091891f: Waiting [2021-01-08T06:39:58.945Z] 93b9cdb0e59b: Waiting [2021-01-08T06:39:58.945Z] 5e14af77c1be: Waiting [2021-01-08T06:39:58.945Z] 01666e4c0597: Waiting [2021-01-08T06:39:58.945Z] aa168da1d23b: Waiting [2021-01-08T06:39:58.945Z] 36b3adc4ff6f: Verifying Checksum [2021-01-08T06:39:58.945Z] 36b3adc4ff6f: Download complete [2021-01-08T06:39:58.945Z] 46f8f816bc3b: Download complete [2021-01-08T06:39:59.213Z] df20fa9351a1: Download complete [2021-01-08T06:39:59.213Z] 93b9cdb0e59b: Download complete [2021-01-08T06:39:59.213Z] 5e14af77c1be: Verifying Checksum [2021-01-08T06:39:59.213Z] 5e14af77c1be: Download complete [2021-01-08T06:39:59.213Z] 01666e4c0597: Verifying Checksum [2021-01-08T06:39:59.213Z] 01666e4c0597: Download complete [2021-01-08T06:39:59.213Z] 93b61091891f: Verifying Checksum [2021-01-08T06:39:59.213Z] 93b61091891f: Download complete [2021-01-08T06:39:59.482Z] 8ad3a11d3b57: Verifying Checksum [2021-01-08T06:39:59.482Z] 8ad3a11d3b57: Download complete [2021-01-08T06:39:59.482Z] df20fa9351a1: Pull complete [2021-01-08T06:39:59.750Z] 36b3adc4ff6f: Pull complete [2021-01-08T06:40:00.714Z] 8ad3a11d3b57: Pull complete [2021-01-08T06:40:00.714Z] 46f8f816bc3b: Pull complete [2021-01-08T06:40:02.120Z] aa168da1d23b: Download complete [2021-01-08T06:40:04.045Z] 93b61091891f: Pull complete [2021-01-08T06:40:04.045Z] 93b9cdb0e59b: Pull complete [2021-01-08T06:40:04.045Z] 5e14af77c1be: Pull complete [2021-01-08T06:40:04.308Z] 01666e4c0597: Pull complete [2021-01-08T06:40:14.578Z] aa168da1d23b: Pull complete [2021-01-08T06:40:14.578Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-08T06:40:14.578Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-08T06:40:14.578Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-08T06:40:14.853Z] prd-centos7-docker-4c-2g-19070 does not seem to be running inside a container [2021-01-08T06:40:14.978Z] $ 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/1/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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-08T06:40:17.968Z] $ docker top 756ec7e63c826c93429b389bffa3d3d7f7213fa1bfb7e7a9fb47e4eaf91179f3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-08T06:40:18.785Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-08T06:40:19.188Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-08T06:40:19.531Z] + ls /var/log/sa-host [2021-01-08T06:40:19.532Z] + sadf -c /var/log/sa-host/sa08 [2021-01-08T06:40:19.532Z] file_magic: OK [2021-01-08T06:40:19.532Z] HZ: Using current value: 100 [2021-01-08T06:40:19.532Z] file_header: OK [2021-01-08T06:40:19.532Z] 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-08T06:40:19.532Z] Statistics: [2021-01-08T06:40:19.532Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-08T06:40:19.532Z] File successfully converted to sysstat format version 12.2.1 [2021-01-08T06:40:19.532Z] + sadf -c /var/log/sa-host/sa23 [2021-01-08T06:40:19.532Z] file_magic: OK [2021-01-08T06:40:19.532Z] HZ: Using current value: 100 [2021-01-08T06:40:19.532Z] file_header: OK [2021-01-08T06:40:19.532Z] 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-08T06:40:19.532Z] Statistics: [2021-01-08T06:40:19.532Z] Hnuu...uuuununununu... [2021-01-08T06:40:19.532Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-08T06:40:20.302Z] provisioning config files... [2021-01-08T06:40:20.321Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config8258688646685425285tmp [Pipeline] { [Pipeline] echo [2021-01-08T06:40:20.458Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-08T06:40:20.801Z] ---> create-netrc.sh [Pipeline] } [2021-01-08T06:40:20.826Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-08T06:40:20.978Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-08T06:40:21.328Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-08T06:40:21.362Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-08T06:40:21.695Z] ---> sudo-logs.sh [2021-01-08T06:40:21.695Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-08T06:40:21.729Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-08T06:40:22.065Z] ---> job-cost.sh [2021-01-08T06:40:22.065Z] lf-activate-venv: SKIPPING [2021-01-08T06:40:22.065Z] INFO: No Stack... [2021-01-08T06:40:23.460Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-08T06:40:23.722Z] INFO: Archiving Costs [Pipeline] echo [2021-01-08T06:40:23.758Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-08T06:40:24.112Z] ---> logs-deploy.sh [2021-01-08T06:40:24.112Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2999/1 [2021-01-08T06:40:24.112Z] INFO: archiving workspace using pattern(s): [2021-01-08T06:40:26.120Z] Archives upload complete. [2021-01-08T06:40:26.120Z] INFO: archiving logs to Nexus