Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 27f9ef015b6b6c909b41bd3d85b12fec80b46d44+cc81cd9a60941bde415ebdc6eaf205dd7f209524 (fdc10139884be949f2a34ecc7ce5b98525b3bdbb) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f82e9360b4159668f7e3e090307a6179e9a8e48d Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f82e9360b4159668f7e3e090307a6179e9a8e48d using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21011 in /w/workspace/edgexfoundry_edgex-go_PR-3039 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/4 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit cc81cd9a60941bde415ebdc6eaf205dd7f209524 into PR head commit 27f9ef015b6b6c909b41bd3d85b12fec80b46d44 Merge succeeded, producing cc001dd965964604bc304bec358ed759899c4713 Checking out Revision cc001dd965964604bc304bec358ed759899c4713 (PR-3039) > 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/3039/head:refs/remotes/origin/PR-3039 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 27f9ef015b6b6c909b41bd3d85b12fec80b46d44 # 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 cc81cd9a60941bde415ebdc6eaf205dd7f209524 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cc001dd965964604bc304bec358ed759899c4713 # timeout=10 Commit message: "Merge commit 'cc81cd9a60941bde415ebdc6eaf205dd7f209524' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-19T00:30:39.783Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-19T00:30:40.030Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-19T00:30:40.149Z] ========================================================= [2021-01-19T00:30:40.149Z] EdgeX Global Pipelines Version Info [2021-01-19T00:30:40.149Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 8fe0217353472eb59f9bed7deef349ed1483ba79 # timeout=10 [2021-01-19T00:30:42.422Z] ------------------- [2021-01-19T00:30:42.422Z] stable info: [2021-01-19T00:30:42.422Z] ------------------- [2021-01-19T00:30:42.422Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-19T00:30:42.422Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-19T00:30:42.422Z] Message: update stable to v1.0.177 [2021-01-19T00:30:43.391Z] ------------------- [2021-01-19T00:30:43.391Z] experimental info: [2021-01-19T00:30:43.391Z] ------------------- [2021-01-19T00:30:43.391Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-19T00:30:43.391Z] Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 [2021-01-19T00:30:43.391Z] Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-19T00:30:43.817Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-19T00:30:43.917Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-19T00:30:44.046Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-19T00:30:44.135Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-19T00:30:44.256Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-19T00:30:44.354Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-19T00:30:44.458Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-19T00:30:44.557Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-19T00:30:44.662Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-19T00:30:44.810Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-19T00:30:44.906Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-19T00:30:45.005Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-19T00:30:45.129Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-19T00:30:45.245Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-19T00:30:45.382Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-19T00:30:45.486Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-19T00:30:45.574Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-19T00:30:45.673Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-19T00:30:45.758Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-19T00:30:45.889Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-19T00:30:45.974Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-19T00:30:46.060Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-19T00:30:46.148Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-19T00:30:46.235Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3039 [Pipeline] echo [2021-01-19T00:30:46.379Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3039 [Pipeline] echo [2021-01-19T00:30:46.475Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3039 [Pipeline] echo [2021-01-19T00:30:46.565Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = cc001dd965964604bc304bec358ed759899c4713 [Pipeline] echo [2021-01-19T00:30:46.651Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = cc001dd [Pipeline] echo [2021-01-19T00:30:46.739Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T00:30:46.927Z] provisioning config files... [2021-01-19T00:30:46.968Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config6307407428475977536tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T00:30:47.524Z] ---> docker-login.sh [2021-01-19T00:30:47.524Z] nexus3.edgexfoundry.org:10001 [2021-01-19T00:30:48.181Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T00:30:48.473Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T00:30:48.473Z] Configure a credential helper to remove this warning. See [2021-01-19T00:30:48.473Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T00:30:48.473Z] [2021-01-19T00:30:48.473Z] Login Succeeded [2021-01-19T00:30:48.473Z] nexus3.edgexfoundry.org:10002 [2021-01-19T00:30:48.741Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T00:30:48.742Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T00:30:48.742Z] Configure a credential helper to remove this warning. See [2021-01-19T00:30:48.742Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T00:30:48.742Z] [2021-01-19T00:30:48.742Z] Login Succeeded [2021-01-19T00:30:48.742Z] nexus3.edgexfoundry.org:10003 [2021-01-19T00:30:49.023Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T00:30:49.023Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T00:30:49.023Z] Configure a credential helper to remove this warning. See [2021-01-19T00:30:49.023Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T00:30:49.023Z] [2021-01-19T00:30:49.023Z] Login Succeeded [2021-01-19T00:30:49.023Z] nexus3.edgexfoundry.org:10004 [2021-01-19T00:30:49.318Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T00:30:50.314Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T00:30:50.314Z] Configure a credential helper to remove this warning. See [2021-01-19T00:30:50.314Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T00:30:50.314Z] [2021-01-19T00:30:50.314Z] Login Succeeded [2021-01-19T00:30:50.314Z] docker.io [2021-01-19T00:30:50.619Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T00:30:50.899Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T00:30:50.899Z] Configure a credential helper to remove this warning. See [2021-01-19T00:30:50.899Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T00:30:50.899Z] [2021-01-19T00:30:50.899Z] Login Succeeded [2021-01-19T00:30:50.899Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T00:30:50.917Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T00:30:51.421Z] ++ 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-19T00:30:51.421Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T00:30:51.421Z] ++ dirname cmd/core-command/Dockerfile [2021-01-19T00:30:51.421Z] ++ cut -d/ -f2 [2021-01-19T00:30:51.421Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-19T00:30:51.421Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T00:30:51.421Z] ++ dirname cmd/core-data/Dockerfile [2021-01-19T00:30:51.421Z] ++ cut -d/ -f2 [2021-01-19T00:30:51.421Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-19T00:30:51.421Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T00:30:51.421Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-19T00:30:51.421Z] ++ cut -d/ -f2 [2021-01-19T00:30:51.421Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-19T00:30:51.421Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T00:30:51.421Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-19T00:30:51.421Z] ++ cut -d/ -f2 [2021-01-19T00:30:51.421Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-19T00:30:51.421Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T00:30:51.421Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-19T00:30:51.421Z] ++ cut -d/ -f2 [2021-01-19T00:30:51.421Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-19T00:30:51.421Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T00:30:51.421Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-19T00:30:51.421Z] ++ cut -d/ -f2 [2021-01-19T00:30:51.421Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-19T00:30:51.421Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T00:30:51.421Z] ++ cut -d/ -f2 [2021-01-19T00:30:51.421Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-19T00:30:51.421Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-19T00:30:51.421Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T00:30:51.421Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-19T00:30:51.421Z] ++ cut -d/ -f2 [2021-01-19T00:30:51.421Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-19T00:30:51.421Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T00:30:51.421Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-19T00:30:51.421Z] ++ cut -d/ -f2 [2021-01-19T00:30:51.421Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-19T00:30:51.569Z] 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-19T00:30:53.210Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T00:30:53.210Z] [2021-01-19T00:30:53.210Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T00:30:53.587Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T00:30:53.587Z] latest: Pulling from edgex-devops/git-semver [2021-01-19T00:30:53.587Z] 31603596830f: Pulling fs layer [2021-01-19T00:30:53.587Z] 2a8b12db71e7: Pulling fs layer [2021-01-19T00:30:53.587Z] 6ca5941a6612: Pulling fs layer [2021-01-19T00:30:53.587Z] ecc8261a40a4: Pulling fs layer [2021-01-19T00:30:53.587Z] ecc8261a40a4: Waiting [2021-01-19T00:30:53.587Z] 2a8b12db71e7: Verifying Checksum [2021-01-19T00:30:53.587Z] 2a8b12db71e7: Download complete [2021-01-19T00:30:53.874Z] 31603596830f: Verifying Checksum [2021-01-19T00:30:53.874Z] 31603596830f: Download complete [2021-01-19T00:30:54.159Z] 6ca5941a6612: Verifying Checksum [2021-01-19T00:30:54.159Z] 6ca5941a6612: Download complete [2021-01-19T00:30:54.443Z] ecc8261a40a4: Verifying Checksum [2021-01-19T00:30:54.443Z] ecc8261a40a4: Download complete [2021-01-19T00:30:54.728Z] 31603596830f: Pull complete [2021-01-19T00:30:54.728Z] 2a8b12db71e7: Pull complete [2021-01-19T00:30:56.205Z] 6ca5941a6612: Pull complete [2021-01-19T00:30:56.478Z] ecc8261a40a4: Pull complete [2021-01-19T00:30:56.478Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-19T00:30:56.478Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T00:30:56.478Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-19T00:30:56.655Z] prd-centos7-docker-4c-2g-21011 does not seem to be running inside a container [2021-01-19T00:30:56.747Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-19T00:31:00.221Z] $ docker top db4d6f77daf58e636cf4c96193d52995913dc75e1f95f300b974c9971cd90efa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T00:31:00.702Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T00:31:00.702Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T00:31:01.093Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T00:31:01.099Z] $ docker exec db4d6f77daf58e636cf4c96193d52995913dc75e1f95f300b974c9971cd90efa ssh-agent [2021-01-19T00:31:01.395Z] SSH_AUTH_SOCK=/tmp/ssh-ARi4rldmLuHt/agent.11 [2021-01-19T00:31:01.395Z] SSH_AGENT_PID=16 [2021-01-19T00:31:01.422Z] Running ssh-add (command line suppressed) [2021-01-19T00:31:01.625Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_332639522374999166.key (/w/workspace/edgex-go/4@tmp/private_key_332639522374999166.key) [2021-01-19T00:31:01.745Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T00:31:02.123Z] + git tag --points-at HEAD [Pipeline] } [2021-01-19T00:31:02.189Z] $ docker exec --env ******** --env ******** db4d6f77daf58e636cf4c96193d52995913dc75e1f95f300b974c9971cd90efa ssh-agent -k [2021-01-19T00:31:02.351Z] unset SSH_AUTH_SOCK; [2021-01-19T00:31:02.352Z] unset SSH_AGENT_PID; [2021-01-19T00:31:02.352Z] echo Agent pid 16 killed; [2021-01-19T00:31:02.423Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-19T00:31:02.555Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T00:31:02.555Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T00:31:02.807Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T00:31:02.813Z] $ docker exec db4d6f77daf58e636cf4c96193d52995913dc75e1f95f300b974c9971cd90efa ssh-agent [2021-01-19T00:31:03.143Z] SSH_AUTH_SOCK=/tmp/ssh-rfmaCqUpGGJm/agent.45 [2021-01-19T00:31:03.143Z] SSH_AGENT_PID=50 [2021-01-19T00:31:03.157Z] Running ssh-add (command line suppressed) [2021-01-19T00:31:03.395Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_991041591059274283.key (/w/workspace/edgex-go/4@tmp/private_key_991041591059274283.key) [2021-01-19T00:31:03.511Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T00:31:03.993Z] + git semver init [2021-01-19T00:31:03.993Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T00:31:03.993Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2021-01-19T00:31:03.993Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2021-01-19T00:31:03.993Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T00:31:03.993Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T00:31:03.993Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T00:31:03.993Z] # $SEMVER_BRANCH = PR-3039 [2021-01-19T00:31:03.993Z] # $SEMVER_TEMP = /tmp/semver-838505027 [2021-01-19T00:31:03.993Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-19T00:31:50.852Z] # '/tmp/semver-838505027' -> '/w/workspace/edgex-go/4/.semver' [2021-01-19T00:31:50.852Z] # -> Force: false [2021-01-19T00:31:50.852Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2021-01-19T00:31:50.869Z] $ docker exec --env ******** --env ******** db4d6f77daf58e636cf4c96193d52995913dc75e1f95f300b974c9971cd90efa ssh-agent -k [2021-01-19T00:31:51.134Z] unset SSH_AUTH_SOCK; [2021-01-19T00:31:51.135Z] unset SSH_AGENT_PID; [2021-01-19T00:31:51.135Z] echo Agent pid 50 killed; [2021-01-19T00:31:51.265Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T00:31:51.730Z] + git semver [Pipeline] } [2021-01-19T00:31:51.751Z] $ docker stop --time=1 db4d6f77daf58e636cf4c96193d52995913dc75e1f95f300b974c9971cd90efa [2021-01-19T00:31:53.811Z] $ docker rm -f db4d6f77daf58e636cf4c96193d52995913dc75e1f95f300b974c9971cd90efa [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T00:31:54.395Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-19T00:31:55.190Z] Stashed 1 file(s) [Pipeline] echo [2021-01-19T00:31:55.192Z] [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-19T00:31:56.222Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-19T00:31:56.529Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T00:31:56.834Z] + sudo service docker restart [2021-01-19T00:31:56.834Z] + true [2021-01-19T00:31:56.834Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-19T00:31:57.429Z] ========================================================= [2021-01-19T00:31:57.430Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-19T00:31:57.430Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T00:31:57.784Z] + 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-19T00:32:02.053Z] Sending build context to Docker daemon 326.6MB [2021-01-19T00:32:02.053Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T00:32:02.053Z] Step 2/6 : FROM ${BASE} [2021-01-19T00:32:02.053Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-19T00:32:02.053Z] 188c0c94c7c5: Pulling fs layer [2021-01-19T00:32:02.053Z] 0ef7d3d256c8: Pulling fs layer [2021-01-19T00:32:02.053Z] de9db76c5a1d: Pulling fs layer [2021-01-19T00:32:02.053Z] bca2f99d35d6: Pulling fs layer [2021-01-19T00:32:02.053Z] 93359f2a8cfa: Pulling fs layer [2021-01-19T00:32:02.053Z] 7c6f9722023f: Pulling fs layer [2021-01-19T00:32:02.053Z] a35cf1a2eb13: Pulling fs layer [2021-01-19T00:32:02.053Z] bca2f99d35d6: Waiting [2021-01-19T00:32:02.053Z] 93359f2a8cfa: Waiting [2021-01-19T00:32:02.053Z] 7c6f9722023f: Waiting [2021-01-19T00:32:02.053Z] a35cf1a2eb13: Waiting [2021-01-19T00:32:02.053Z] de9db76c5a1d: Download complete [2021-01-19T00:32:02.053Z] 0ef7d3d256c8: Verifying Checksum [2021-01-19T00:32:02.053Z] 0ef7d3d256c8: Download complete [2021-01-19T00:32:02.053Z] 93359f2a8cfa: Verifying Checksum [2021-01-19T00:32:02.053Z] 93359f2a8cfa: Download complete [2021-01-19T00:32:02.053Z] 7c6f9722023f: Verifying Checksum [2021-01-19T00:32:02.053Z] 7c6f9722023f: Download complete [2021-01-19T00:32:02.053Z] 188c0c94c7c5: Download complete [2021-01-19T00:32:02.322Z] 188c0c94c7c5: Pull complete [2021-01-19T00:32:03.287Z] 0ef7d3d256c8: Pull complete [2021-01-19T00:32:03.287Z] de9db76c5a1d: Pull complete [2021-01-19T00:32:04.241Z] a35cf1a2eb13: Verifying Checksum [2021-01-19T00:32:04.241Z] a35cf1a2eb13: Download complete [2021-01-19T00:32:04.818Z] bca2f99d35d6: Verifying Checksum [2021-01-19T00:32:04.818Z] bca2f99d35d6: Download complete [2021-01-19T00:32:10.656Z] Still waiting to schedule task [2021-01-19T00:32:10.656Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-19T00:32:11.456Z] bca2f99d35d6: Pull complete [2021-01-19T00:32:11.456Z] 93359f2a8cfa: Pull complete [2021-01-19T00:32:11.456Z] 7c6f9722023f: Pull complete [2021-01-19T00:32:14.809Z] a35cf1a2eb13: Pull complete [2021-01-19T00:32:14.809Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-19T00:32:14.809Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-19T00:32:14.809Z] ---> a62c8e92a672 [2021-01-19T00:32:14.809Z] 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-19T00:32:15.395Z] ---> Running in 9dbea32da60a [2021-01-19T00:32:15.971Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T00:32:16.921Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T00:32:17.185Z] (1/12) Installing libmagic (5.38-r0) [2021-01-19T00:32:17.450Z] (2/12) Installing file (5.38-r0) [2021-01-19T00:32:17.450Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-19T00:32:17.748Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-19T00:32:25.928Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-19T00:32:25.928Z] (6/12) Installing patch (2.7.6-r6) [2021-01-19T00:32:25.928Z] (7/12) Installing build-base (0.5-r2) [2021-01-19T00:32:25.928Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-19T00:32:25.928Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-19T00:32:25.928Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-19T00:32:25.928Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-19T00:32:25.928Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-19T00:32:25.928Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T00:32:25.928Z] OK: 233 MiB in 51 packages [2021-01-19T00:32:30.164Z] Removing intermediate container 9dbea32da60a [2021-01-19T00:32:30.164Z] ---> b998671f6892 [2021-01-19T00:32:30.164Z] Step 4/6 : WORKDIR /edgex-go [2021-01-19T00:32:30.164Z] ---> Running in b223c6642bad [2021-01-19T00:32:30.164Z] Removing intermediate container b223c6642bad [2021-01-19T00:32:30.164Z] ---> 555b85641ae7 [2021-01-19T00:32:30.164Z] Step 5/6 : COPY go.mod . [2021-01-19T00:32:30.164Z] ---> 241dc7ac0bb8 [2021-01-19T00:32:30.164Z] Step 6/6 : RUN go mod download [2021-01-19T00:32:30.433Z] ---> Running in 94475ace2a68 [2021-01-19T00:32:53.726Z] Removing intermediate container 94475ace2a68 [2021-01-19T00:32:53.726Z] ---> 324eb127c34c [2021-01-19T00:32:53.726Z] Successfully built 324eb127c34c [2021-01-19T00:32:53.726Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T00:32:54.054Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T00:32:54.055Z] . [Pipeline] withDockerContainer [2021-01-19T00:32:54.194Z] prd-centos7-docker-4c-2g-21011 does not seem to be running inside a container [2021-01-19T00:32:54.270Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-19T00:32:55.154Z] $ docker top 66246a3f8017086777c2fa6a54385b6cc01a20c753fbb57a1bd6b83feed9cc8b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T00:32:55.719Z] + go version [2021-01-19T00:32:55.719Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-19T00:32:55.738Z] $ docker stop --time=1 66246a3f8017086777c2fa6a54385b6cc01a20c753fbb57a1bd6b83feed9cc8b [2021-01-19T00:32:57.117Z] $ docker rm -f 66246a3f8017086777c2fa6a54385b6cc01a20c753fbb57a1bd6b83feed9cc8b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T00:32:57.965Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T00:32:57.965Z] . [Pipeline] withDockerContainer [2021-01-19T00:32:58.089Z] prd-centos7-docker-4c-2g-21011 does not seem to be running inside a container [2021-01-19T00:32:58.141Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-19T00:32:58.964Z] $ docker top 5d4badef1c0b2a743b875cb09ddd74225e6c5b566b41421c22df53cb567527e9 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-19T00:32:59.209Z] ========================================================= [2021-01-19T00:32:59.209Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-19T00:32:59.209Z] ========================================================= [Pipeline] sh [2021-01-19T00:32:59.516Z] + make test [2021-01-19T00:32:59.516Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-19T00:33:09.639Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-19T00:33:22.017Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-19T00:33:30.239Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-19T00:33:30.826Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-19T00:33:30.826Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-19T00:33:30.826Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-19T00:33:31.092Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-19T00:33:31.359Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-19T00:33:31.945Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-19T00:33:32.901Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-19T00:33:32.901Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-19T00:33:35.517Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-19T00:33:35.517Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-19T00:33:35.517Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-19T00:33:37.509Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.078s coverage: 46.6% of statements [2021-01-19T00:33:37.509Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-19T00:33:37.509Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-19T00:33:37.509Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-19T00:33:37.509Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-19T00:33:37.509Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-19T00:33:42.367Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.218s coverage: 27.0% of statements [2021-01-19T00:33:42.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-19T00:33:42.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-19T00:33:42.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-19T00:33:42.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-19T00:33:42.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-19T00:33:42.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-19T00:33:42.367Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.079s coverage: 100.0% of statements [2021-01-19T00:33:42.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-19T00:33:42.367Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.038s coverage: 100.0% of statements [2021-01-19T00:33:42.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-19T00:33:42.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-19T00:33:42.367Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.109s coverage: 67.9% of statements [2021-01-19T00:33:42.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-19T00:33:42.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-19T00:33:42.367Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.238s coverage: 82.3% of statements [2021-01-19T00:33:42.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-19T00:33:42.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T00:33:42.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-19T00:33:42.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-19T00:33:44.574Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.356s coverage: 28.6% of statements [2021-01-19T00:33:44.575Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-19T00:33:44.575Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-19T00:33:44.575Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-19T00:33:44.575Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-19T00:33:44.575Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-19T00:33:44.575Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.087s coverage: 100.0% of statements [2021-01-19T00:33:44.575Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-19T00:33:44.575Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.041s coverage: 100.0% of statements [2021-01-19T00:33:44.575Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-19T00:33:44.575Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.133s coverage: 86.7% of statements [2021-01-19T00:33:44.575Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-19T00:33:44.847Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.118s coverage: 97.5% of statements [2021-01-19T00:33:44.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-19T00:33:45.118Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.069s coverage: 78.3% of statements [2021-01-19T00:33:45.118Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-19T00:33:45.118Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-19T00:33:45.118Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-19T00:33:45.118Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-19T00:33:47.713Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.440s coverage: 92.8% of statements [2021-01-19T00:33:47.713Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-19T00:33:47.713Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T00:33:47.713Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-19T00:33:47.713Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-19T00:33:47.713Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-19T00:33:47.713Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-19T00:33:47.713Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-19T00:33:47.713Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-19T00:33:47.713Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-19T00:33:47.713Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-19T00:33:47.713Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-19T00:33:47.713Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-19T00:33:47.713Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-19T00:33:47.713Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-19T00:33:47.713Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-19T00:33:47.713Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-19T00:33:47.713Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-19T00:33:47.713Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-19T00:33:47.713Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.038s coverage: 58.8% of statements [2021-01-19T00:33:47.713Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-19T00:33:47.713Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-19T00:33:47.713Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.052s coverage: 0.1% of statements [2021-01-19T00:33:47.713Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-19T00:33:47.713Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-19T00:33:47.713Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-19T00:33:47.713Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-19T00:33:47.713Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.043s coverage: 100.0% of statements [2021-01-19T00:33:47.713Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-19T00:33:47.713Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 75.5% of statements [2021-01-19T00:33:47.713Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-19T00:33:47.713Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.029s coverage: 80.8% of statements [2021-01-19T00:33:47.713Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.110s coverage: 87.2% of statements [2021-01-19T00:33:47.713Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.041s coverage: 84.2% of statements [2021-01-19T00:33:48.690Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.135s coverage: 91.4% of statements [2021-01-19T00:33:48.690Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-19T00:33:49.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.217s coverage: 63.5% of statements [2021-01-19T00:33:49.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-19T00:33:49.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-19T00:33:49.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements [2021-01-19T00:33:49.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.058s coverage: 91.3% of statements [2021-01-19T00:33:49.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.043s coverage: 100.0% of statements [2021-01-19T00:33:49.931Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.044s coverage: 73.7% of statements [2021-01-19T00:33:49.931Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements [2021-01-19T00:33:51.347Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.468s coverage: 68.9% of statements [2021-01-19T00:33:51.347Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-19T00:33:51.347Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-19T00:33:51.347Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-19T00:33:51.347Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-19T00:33:51.347Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-19T00:33:51.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.124s coverage: 37.0% of statements [2021-01-19T00:33:51.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-19T00:33:51.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-19T00:33:51.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.388s coverage: 84.0% of statements [2021-01-19T00:33:51.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.052s coverage: 100.0% of statements [2021-01-19T00:33:54.232Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.144s coverage: 47.1% of statements [2021-01-19T00:33:54.232Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-19T00:33:54.232Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-19T00:33:54.232Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-19T00:33:54.232Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-19T00:33:54.232Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-19T00:33:54.232Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.067s coverage: 100.0% of statements [2021-01-19T00:33:54.232Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-19T00:33:54.232Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.040s coverage: 100.0% of statements [2021-01-19T00:33:54.232Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-19T00:33:55.214Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.769s coverage: 29.1% of statements [2021-01-19T00:33:55.215Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-19T00:33:55.215Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-19T00:33:55.215Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-19T00:33:55.215Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-19T00:33:55.215Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-19T00:33:55.215Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.093s coverage: 99.0% of statements [2021-01-19T00:33:55.215Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-19T00:33:55.215Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.048s coverage: 100.0% of statements [2021-01-19T00:33:55.215Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-19T00:33:55.215Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.054s coverage: 0.0% of statements [2021-01-19T00:33:55.215Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-19T00:33:55.215Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.042s coverage: 100.0% of statements [2021-01-19T00:33:55.215Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-19T00:33:55.215Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-19T00:33:55.215Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-19T00:33:55.215Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-19T00:33:55.480Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.044s coverage: 87.9% of statements [2021-01-19T00:33:55.480Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-19T00:33:55.480Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-19T00:33:55.480Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.052s coverage: 100.0% of statements [2021-01-19T00:33:55.744Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2021-01-19T00:33:56.325Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements [2021-01-19T00:33:56.589Z] GO111MODULE=on go vet ./... [2021-01-19T00:34:28.976Z] gofmt -l . [2021-01-19T00:34:28.976Z] [ "`gofmt -l .`" = "" ] [2021-01-19T00:34:28.976Z] ./bin/test-go-mod-tidy.sh [2021-01-19T00:34:28.976Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-19T00:34:29.619Z] + ls -al . [2021-01-19T00:34:29.619Z] total 656 [2021-01-19T00:34:29.619Z] drwxrwxr-x 10 1001 1001 4096 Jan 19 00:34 . [2021-01-19T00:34:29.619Z] drwxr-xr-x 4 root root 28 Jan 19 00:32 .. [2021-01-19T00:34:29.619Z] -rw-rw-r-- 1 1001 1001 11 Jan 19 00:30 .dockerignore [2021-01-19T00:34:29.619Z] drwxrwxr-x 8 1001 1001 179 Jan 19 00:30 .git [2021-01-19T00:34:29.619Z] drwxrwxr-x 3 1001 1001 125 Jan 19 00:30 .github [2021-01-19T00:34:29.619Z] -rw-rw-r-- 1 1001 1001 824 Jan 19 00:30 .gitignore [2021-01-19T00:34:29.619Z] drwx------ 3 1001 1001 47 Jan 19 00:31 .semver [2021-01-19T00:34:29.619Z] -rw-rw-r-- 1 1001 1001 166 Jan 19 00:30 .sonarcloud.properties [2021-01-19T00:34:29.619Z] -rw-rw-r-- 1 1001 1001 7744 Jan 19 00:30 Attribution.txt [2021-01-19T00:34:29.619Z] -rw-rw-r-- 1 1001 1001 3804 Jan 19 00:30 CONTRIBUTING.md [2021-01-19T00:34:29.619Z] -rw-rw-r-- 1 1001 1001 931 Jan 19 00:30 Dockerfile.build [2021-01-19T00:34:29.619Z] -rw-rw-r-- 1 1001 1001 863 Jan 19 00:30 Jenkinsfile [2021-01-19T00:34:29.619Z] -rw-rw-r-- 1 1001 1001 10775 Jan 19 00:30 LICENSE [2021-01-19T00:34:29.619Z] -rw-rw-r-- 1 1001 1001 5750 Jan 19 00:30 Makefile [2021-01-19T00:34:29.619Z] -rw-rw-r-- 1 1001 1001 6524 Jan 19 00:30 README.md [2021-01-19T00:34:29.619Z] -rw-rw-r-- 1 1001 1001 6744 Jan 19 00:30 SECURITY.md [2021-01-19T00:34:29.619Z] -rw-rw-r-- 1 1001 1001 5 Jan 19 00:31 VERSION [2021-01-19T00:34:29.619Z] -rw-rw-r-- 1 1001 1001 4131 Jan 19 00:30 ZMQWindows.md [2021-01-19T00:34:29.619Z] drwxrwxr-x 2 1001 1001 117 Jan 19 00:30 bin [2021-01-19T00:34:29.619Z] drwxrwxr-x 14 1001 1001 4096 Jan 19 00:30 cmd [2021-01-19T00:34:29.619Z] -rw-r--r-- 1 root root 550280 Jan 19 00:33 coverage.out [2021-01-19T00:34:29.619Z] -rw-r--r-- 1 root root 981 Jan 19 00:34 go.mod [2021-01-19T00:34:29.619Z] -rw-r--r-- 1 root root 19241 Jan 19 00:34 go.sum [2021-01-19T00:34:29.619Z] drwxrwxr-x 8 1001 1001 127 Jan 19 00:30 internal [2021-01-19T00:34:29.619Z] drwxrwxr-x 4 1001 1001 26 Jan 19 00:30 openapi [2021-01-19T00:34:29.619Z] drwxrwxr-x 4 1001 1001 71 Jan 19 00:30 snap [2021-01-19T00:34:29.619Z] -rw-rw-r-- 1 1001 1001 168 Jan 19 00:30 version.go [Pipeline] sh [2021-01-19T00:34:29.943Z] + '[' -e coverage.out ] [2021-01-19T00:34:29.943Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-19T00:34:30.266Z] Stashed 1 file(s) [Pipeline] sh [2021-01-19T00:34:30.616Z] + make build [2021-01-19T00:34:30.886Z] 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-19T00:34:35.170Z] 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-19T00:34:45.495Z] 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-19T00:34:46.482Z] 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-19T00:34:46.724Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21020 in /w/workspace/edgexfoundry_edgex-go_PR-3039 [Pipeline] { [Pipeline] ws [2021-01-19T00:34:46.792Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-01-19T00:34:48.428Z] 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-19T00:34:48.695Z] 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-19T00:34:50.653Z] 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-19T00:34:51.699Z] using credential edgex-jenkins-ssh [2021-01-19T00:34:51.756Z] Cloning the remote Git repository [2021-01-19T00:34:51.832Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-19T00:34:52.632Z] 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-19T00:34:51.957Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-01-19T00:34:52.025Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T00:34:52.026Z] > git --version # timeout=10 [2021-01-19T00:34:52.041Z] > git --version # 'git version 2.17.1' [2021-01-19T00:34:52.042Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T00:34:52.116Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T00:34:54.091Z] 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-19T00:34:55.518Z] 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-19T00:34:56.961Z] 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-19T00:34:58.402Z] 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-19T00:34:59.875Z] $ docker stop --time=1 5d4badef1c0b2a743b875cb09ddd74225e6c5b566b41421c22df53cb567527e9 [2021-01-19T00:35:02.171Z] $ docker rm -f 5d4badef1c0b2a743b875cb09ddd74225e6c5b566b41421c22df53cb567527e9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T00:35:04.052Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T00:35:04.052Z] [2021-01-19T00:35:04.052Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T00:35:04.438Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T00:35:04.438Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-19T00:35:04.438Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-19T00:35:04.438Z] ca9280d653b3: Pulling fs layer [2021-01-19T00:35:04.438Z] 7e9c9ca2126c: Pulling fs layer [2021-01-19T00:35:05.040Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-19T00:35:05.040Z] cbdbe7a5bc2a: Download complete [2021-01-19T00:35:05.652Z] cbdbe7a5bc2a: Pull complete [2021-01-19T00:35:05.652Z] ca9280d653b3: Verifying Checksum [2021-01-19T00:35:05.652Z] ca9280d653b3: Download complete [2021-01-19T00:35:07.110Z] ca9280d653b3: Pull complete [2021-01-19T00:35:07.696Z] 7e9c9ca2126c: Download complete [2021-01-19T00:35:08.615Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T00:35:08.636Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T00:35:08.661Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T00:35:08.700Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T00:35:08.701Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T00:35:08.716Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3039/head:refs/remotes/origin/PR-3039 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T00:35:09.290Z] Merging remotes/origin/master commit cc81cd9a60941bde415ebdc6eaf205dd7f209524 into PR head commit 27f9ef015b6b6c909b41bd3d85b12fec80b46d44 [2021-01-19T00:35:10.125Z] Merge succeeded, producing 5676ff4ed98eb43af28a0d4d5bcb1239c530474d [2021-01-19T00:35:10.126Z] Checking out Revision 5676ff4ed98eb43af28a0d4d5bcb1239c530474d (PR-3039) [2021-01-19T00:35:09.324Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T00:35:09.383Z] > git checkout -f 27f9ef015b6b6c909b41bd3d85b12fec80b46d44 # timeout=10 [2021-01-19T00:35:09.714Z] > git remote # timeout=10 [2021-01-19T00:35:09.736Z] > git config --get remote.origin.url # timeout=10 [2021-01-19T00:35:09.761Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T00:35:09.772Z] > git merge cc81cd9a60941bde415ebdc6eaf205dd7f209524 # timeout=10 [2021-01-19T00:35:10.122Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-19T00:35:10.143Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T00:35:10.152Z] > git checkout -f 5676ff4ed98eb43af28a0d4d5bcb1239c530474d # timeout=10 [2021-01-19T00:35:14.377Z] Commit message: "Merge commit 'cc81cd9a60941bde415ebdc6eaf205dd7f209524' into HEAD" [2021-01-19T00:35:14.401Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T00:35:14.396Z] > git rev-list --no-walk 8fe0217353472eb59f9bed7deef349ed1483ba79 # timeout=10 [2021-01-19T00:35:15.859Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-19T00:35:16.012Z] 7e9c9ca2126c: Pull complete [2021-01-19T00:35:16.012Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-19T00:35:16.012Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T00:35:16.012Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-19T00:35:16.272Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [2021-01-19T00:35:16.361Z] prd-centos7-docker-4c-2g-21011 does not seem to be running inside a container [2021-01-19T00:35:16.441Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-19T00:35:19.224Z] $ docker top 322b59ee8945f2cb08726b9ab2a3b949536d702d9b89ec0b2120d7fb2a4d6a04 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-01-19T00:35:19.778Z] + + true [2021-01-19T00:35:19.778Z] sudo service docker restart [2021-01-19T00:35:19.895Z] + docker-compose build --help [2021-01-19T00:35:19.895Z] + grep parallel [2021-01-19T00:35:21.314Z] --parallel Build images in parallel. [Pipeline] } [2021-01-19T00:35:21.332Z] $ docker stop --time=1 322b59ee8945f2cb08726b9ab2a3b949536d702d9b89ec0b2120d7fb2a4d6a04 [2021-01-19T00:35:22.782Z] $ docker rm -f 322b59ee8945f2cb08726b9ab2a3b949536d702d9b89ec0b2120d7fb2a4d6a04 [Pipeline] // withDockerContainer [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T00:35:23.080Z] provisioning config files... [2021-01-19T00:35:23.131Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config5961143183988485421tmp [Pipeline] writeFile [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-01-19T00:35:23.538Z] ---> docker-login.sh [2021-01-19T00:35:23.538Z] nexus3.edgexfoundry.org:10001 [2021-01-19T00:35:23.668Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T00:35:23.668Z] . [Pipeline] withDockerContainer [2021-01-19T00:35:23.881Z] prd-centos7-docker-4c-2g-21011 does not seem to be running inside a container [2021-01-19T00:35:24.057Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-19T00:35:24.520Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T00:35:24.792Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T00:35:24.792Z] Configure a credential helper to remove this warning. See [2021-01-19T00:35:24.792Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T00:35:24.792Z] [2021-01-19T00:35:24.792Z] Login Succeeded [2021-01-19T00:35:24.792Z] nexus3.edgexfoundry.org:10002 [2021-01-19T00:35:24.979Z] $ docker top 357b589b89e64fbe32e3822e49c6a6060c6621f9fe43768640ff23ac7235b813 -eo pid,comm [2021-01-19T00:35:25.074Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] { [Pipeline] sh [2021-01-19T00:35:25.393Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T00:35:25.393Z] Configure a credential helper to remove this warning. See [2021-01-19T00:35:25.393Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T00:35:25.393Z] [2021-01-19T00:35:25.393Z] Login Succeeded [2021-01-19T00:35:25.393Z] nexus3.edgexfoundry.org:10003 [2021-01-19T00:35:25.571Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-19T00:35:25.674Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T00:35:25.946Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T00:35:25.946Z] Configure a credential helper to remove this warning. See [2021-01-19T00:35:25.946Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T00:35:25.946Z] [2021-01-19T00:35:25.946Z] Login Succeeded [2021-01-19T00:35:25.946Z] nexus3.edgexfoundry.org:10004 [2021-01-19T00:35:26.220Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T00:35:26.503Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T00:35:26.503Z] Configure a credential helper to remove this warning. See [2021-01-19T00:35:26.503Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T00:35:26.503Z] [2021-01-19T00:35:26.503Z] Login Succeeded [2021-01-19T00:35:26.503Z] docker.io [2021-01-19T00:35:26.971Z] Building docker-core-command-go ... [2021-01-19T00:35:26.971Z] Building docker-core-data-go ... [2021-01-19T00:35:26.971Z] Building docker-core-metadata-go ... [2021-01-19T00:35:26.971Z] Building docker-security-bootstrap-redis-go ... [2021-01-19T00:35:26.971Z] Building docker-security-proxy-setup-go ... [2021-01-19T00:35:26.971Z] Building docker-security-secretstore-setup-go ... [2021-01-19T00:35:26.971Z] Building docker-support-notifications-go ... [2021-01-19T00:35:26.971Z] Building docker-support-scheduler-go ... [2021-01-19T00:35:26.971Z] Building docker-sys-mgmt-agent-go ... [2021-01-19T00:35:26.971Z] Building docker-security-secretstore-setup-go [2021-01-19T00:35:26.971Z] Building docker-security-proxy-setup-go [2021-01-19T00:35:26.971Z] Building docker-core-metadata-go [2021-01-19T00:35:26.971Z] Building docker-core-command-go [2021-01-19T00:35:26.971Z] Building docker-support-scheduler-go [2021-01-19T00:35:27.120Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T00:35:27.402Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T00:35:27.402Z] Configure a credential helper to remove this warning. See [2021-01-19T00:35:27.402Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T00:35:27.402Z] [2021-01-19T00:35:27.402Z] Login Succeeded [2021-01-19T00:35:27.402Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T00:35:27.424Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-19T00:35:27.879Z] ========================================================= [2021-01-19T00:35:27.879Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-19T00:35:27.879Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T00:35:28.284Z] + 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-19T00:35:30.969Z] Sending build context to Docker daemon 165.5MB [2021-01-19T00:35:30.969Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T00:35:30.969Z] Step 2/6 : FROM ${BASE} [2021-01-19T00:35:30.969Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-19T00:35:30.969Z] 5f621e34cdf4: Pulling fs layer [2021-01-19T00:35:30.969Z] a4357932f1b6: Pulling fs layer [2021-01-19T00:35:30.969Z] 18c013af1878: Pulling fs layer [2021-01-19T00:35:30.969Z] 00ac8860ef70: Pulling fs layer [2021-01-19T00:35:30.969Z] 63d7cb157983: Pulling fs layer [2021-01-19T00:35:30.969Z] b116817d02f9: Pulling fs layer [2021-01-19T00:35:30.969Z] 745a02a5169b: Pulling fs layer [2021-01-19T00:35:30.969Z] 63d7cb157983: Waiting [2021-01-19T00:35:30.969Z] b116817d02f9: Waiting [2021-01-19T00:35:30.969Z] 745a02a5169b: Waiting [2021-01-19T00:35:30.969Z] 00ac8860ef70: Waiting [2021-01-19T00:35:30.969Z] 18c013af1878: Download complete [2021-01-19T00:35:30.969Z] a4357932f1b6: Verifying Checksum [2021-01-19T00:35:30.969Z] a4357932f1b6: Download complete [2021-01-19T00:35:30.969Z] 63d7cb157983: Download complete [2021-01-19T00:35:30.969Z] b116817d02f9: Download complete [2021-01-19T00:35:30.969Z] 5f621e34cdf4: Verifying Checksum [2021-01-19T00:35:30.969Z] 5f621e34cdf4: Download complete [2021-01-19T00:35:31.864Z] 5f621e34cdf4: Pull complete [2021-01-19T00:35:32.479Z] a4357932f1b6: Pull complete [2021-01-19T00:35:32.768Z] 18c013af1878: Pull complete [2021-01-19T00:35:33.372Z] 745a02a5169b: Verifying Checksum [2021-01-19T00:35:33.372Z] 745a02a5169b: Download complete [2021-01-19T00:35:34.813Z] 00ac8860ef70: Verifying Checksum [2021-01-19T00:35:34.813Z] 00ac8860ef70: Download complete [2021-01-19T00:35:44.973Z] 00ac8860ef70: Pull complete [2021-01-19T00:35:44.973Z] 63d7cb157983: Pull complete [2021-01-19T00:35:44.973Z] b116817d02f9: Pull complete [2021-01-19T00:35:49.286Z] 745a02a5169b: Pull complete [2021-01-19T00:35:49.286Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-19T00:35:49.286Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-19T00:35:49.286Z] ---> b7e6874047d6 [2021-01-19T00:35:49.286Z] 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-19T00:35:52.745Z] ---> Running in eeae3d22a082 [2021-01-19T00:35:53.747Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T00:35:54.354Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T00:35:55.355Z] (1/12) Installing libmagic (5.38-r0) [2021-01-19T00:35:55.631Z] (2/12) Installing file (5.38-r0) [2021-01-19T00:35:55.631Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-19T00:35:55.631Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-19T00:36:06.168Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:36:06.168Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:36:06.168Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:36:06.168Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:36:06.168Z] ---> 324eb127c34c [2021-01-19T00:36:06.168Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T00:36:06.168Z] ---> 324eb127c34c [2021-01-19T00:36:06.168Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T00:36:06.168Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:36:06.168Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:36:06.168Z] ---> 324eb127c34c [2021-01-19T00:36:06.168Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T00:36:06.168Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:36:06.168Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:36:06.168Z] ---> 324eb127c34c [2021-01-19T00:36:06.168Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T00:36:06.168Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:36:06.168Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:36:06.168Z] ---> 324eb127c34c [2021-01-19T00:36:06.168Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T00:36:06.168Z] ---> Running in a469bd02a981 [2021-01-19T00:36:06.168Z] ---> Running in 6b7aa375a4ab [2021-01-19T00:36:06.168Z] ---> Running in ca97ab7e7af5 [2021-01-19T00:36:06.168Z] ---> Running in 2eec75ac7768 [2021-01-19T00:36:06.168Z] ---> Running in c1dea2c23330 [2021-01-19T00:36:06.168Z] Removing intermediate container a469bd02a981 [2021-01-19T00:36:06.168Z] ---> 16ca7e0679fd [2021-01-19T00:36:06.168Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:36:06.168Z] Removing intermediate container 2eec75ac7768 [2021-01-19T00:36:06.168Z] ---> 791931e6a3d8 [2021-01-19T00:36:06.168Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:36:06.168Z] Removing intermediate container c1dea2c23330 [2021-01-19T00:36:06.168Z] ---> 56031bd03c76 [2021-01-19T00:36:06.168Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:36:06.168Z] Removing intermediate container 6b7aa375a4ab [2021-01-19T00:36:06.168Z] ---> 793de2399593 [2021-01-19T00:36:06.168Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:36:06.168Z] Removing intermediate container ca97ab7e7af5 [2021-01-19T00:36:06.168Z] ---> 6672372e4ec9 [2021-01-19T00:36:06.168Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:36:06.168Z] ---> Running in 917a08acb7c2 [2021-01-19T00:36:06.168Z] ---> Running in 7eb02fd72fed [2021-01-19T00:36:06.168Z] ---> Running in 4e039ae64c1f [2021-01-19T00:36:06.168Z] ---> Running in 5d80b0e4505c [2021-01-19T00:36:06.168Z] ---> Running in 19320881bb5a [2021-01-19T00:36:06.168Z] Removing intermediate container 7eb02fd72fed [2021-01-19T00:36:06.169Z] ---> 4e3e00fb80f2 [2021-01-19T00:36:06.169Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T00:36:06.169Z] ---> Running in 47c2125f4e55 [2021-01-19T00:36:06.169Z] Removing intermediate container 917a08acb7c2 [2021-01-19T00:36:06.169Z] ---> 8402a3ff16db [2021-01-19T00:36:06.169Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T00:36:06.169Z] Removing intermediate container 4e039ae64c1f [2021-01-19T00:36:06.169Z] ---> 3574317e91f7 [2021-01-19T00:36:06.169Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T00:36:06.169Z] Removing intermediate container 19320881bb5a [2021-01-19T00:36:06.169Z] ---> 29b2c1830468 [2021-01-19T00:36:06.169Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-19T00:36:06.169Z] ---> Running in c84cb0465042 [2021-01-19T00:36:06.169Z] ---> Running in 69d018dcb9a9 [2021-01-19T00:36:06.169Z] ---> Running in f0cf96788007 [2021-01-19T00:36:06.169Z] Removing intermediate container 5d80b0e4505c [2021-01-19T00:36:06.169Z] ---> 58508b4d2370 [2021-01-19T00:36:06.169Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T00:36:06.453Z] ---> Running in 2b11c6e19d1e [2021-01-19T00:36:06.742Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T00:36:07.007Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T00:36:07.007Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T00:36:07.272Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T00:36:07.272Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T00:36:07.272Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T00:36:07.536Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T00:36:07.801Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T00:36:08.005Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-19T00:36:08.067Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T00:36:08.067Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T00:36:08.280Z] (6/12) Installing patch (2.7.6-r6) [2021-01-19T00:36:08.280Z] (7/12) Installing build-base (0.5-r2) [2021-01-19T00:36:08.280Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-19T00:36:08.333Z] OK: 233 MiB in 51 packages [2021-01-19T00:36:08.333Z] OK: 233 MiB in 51 packages [2021-01-19T00:36:08.552Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-19T00:36:08.553Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-19T00:36:08.553Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-19T00:36:08.599Z] OK: 233 MiB in 51 packages [2021-01-19T00:36:08.825Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-19T00:36:08.825Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T00:36:08.875Z] Removing intermediate container 47c2125f4e55 [2021-01-19T00:36:08.875Z] ---> d80fa90d391e [2021-01-19T00:36:08.875Z] Step 6/22 : COPY go.mod . [2021-01-19T00:36:09.103Z] OK: 217 MiB in 51 packages [2021-01-19T00:36:09.146Z] Removing intermediate container 69d018dcb9a9 [2021-01-19T00:36:09.146Z] ---> 935debb5d93e [2021-01-19T00:36:09.146Z] Step 6/21 : COPY go.mod . [2021-01-19T00:36:09.146Z] ---> 6211e6591f4a [2021-01-19T00:36:09.146Z] Step 7/22 : RUN go mod download [2021-01-19T00:36:09.146Z] OK: 233 MiB in 51 packages [2021-01-19T00:36:09.146Z] OK: 233 MiB in 51 packages [2021-01-19T00:36:09.146Z] ---> Running in 68cd15bfadf5 [2021-01-19T00:36:09.411Z] Removing intermediate container c84cb0465042 [2021-01-19T00:36:09.411Z] ---> 245607e1b8d1 [2021-01-19T00:36:09.411Z] Step 6/22 : COPY go.mod . [2021-01-19T00:36:09.411Z] ---> e305ccb69f83 [2021-01-19T00:36:09.411Z] Step 7/21 : RUN go mod download [2021-01-19T00:36:09.678Z] ---> Running in 43f76f7d8d47 [2021-01-19T00:36:09.678Z] ---> f94b8ec139fe [2021-01-19T00:36:09.678Z] Step 7/22 : RUN go mod download [2021-01-19T00:36:09.951Z] ---> Running in a2cdc1fcf121 [2021-01-19T00:36:10.224Z] Removing intermediate container f0cf96788007 [2021-01-19T00:36:10.224Z] ---> 0b951d188880 [2021-01-19T00:36:10.224Z] Step 6/24 : COPY go.mod . [2021-01-19T00:36:10.224Z] Removing intermediate container 2b11c6e19d1e [2021-01-19T00:36:10.224Z] ---> f45491c3b2a9 [2021-01-19T00:36:10.224Z] Step 6/21 : COPY go.mod . [2021-01-19T00:36:10.493Z] ---> d42d05650936 [2021-01-19T00:36:10.493Z] Step 7/24 : RUN go mod download [2021-01-19T00:36:10.758Z] ---> Running in 812084b95d04 [2021-01-19T00:36:10.758Z] ---> 3b2a0203355d [2021-01-19T00:36:10.758Z] Step 7/21 : RUN go mod download [2021-01-19T00:36:10.758Z] ---> Running in 0efc2fd8d83a [2021-01-19T00:36:12.205Z] Removing intermediate container a2cdc1fcf121 [2021-01-19T00:36:12.205Z] ---> feeee2eed0f7 [2021-01-19T00:36:12.205Z] Step 8/22 : COPY . . [2021-01-19T00:36:12.205Z] Removing intermediate container 68cd15bfadf5 [2021-01-19T00:36:12.205Z] ---> 9591dfa33378 [2021-01-19T00:36:12.205Z] Step 8/22 : COPY . . [2021-01-19T00:36:12.205Z] Removing intermediate container 43f76f7d8d47 [2021-01-19T00:36:12.205Z] ---> 1639905449df [2021-01-19T00:36:12.205Z] Step 8/21 : COPY . . [2021-01-19T00:36:13.446Z] Removing intermediate container eeae3d22a082 [2021-01-19T00:36:13.446Z] ---> 4f254795f30c [2021-01-19T00:36:13.446Z] Step 4/6 : WORKDIR /edgex-go [2021-01-19T00:36:13.446Z] ---> Running in c24d678d4c62 [2021-01-19T00:36:14.057Z] Removing intermediate container c24d678d4c62 [2021-01-19T00:36:14.057Z] ---> 06069ffbb063 [2021-01-19T00:36:14.057Z] Step 5/6 : COPY go.mod . [2021-01-19T00:36:14.683Z] ---> bc0ed54c0435 [2021-01-19T00:36:14.683Z] Step 6/6 : RUN go mod download [2021-01-19T00:36:14.683Z] ---> Running in 4713a1cbd698 [2021-01-19T00:36:16.477Z] Removing intermediate container 812084b95d04 [2021-01-19T00:36:16.477Z] ---> 243d16926630 [2021-01-19T00:36:16.477Z] Step 8/24 : COPY . . [2021-01-19T00:36:16.477Z] Removing intermediate container 0efc2fd8d83a [2021-01-19T00:36:16.477Z] ---> d87ce848891f [2021-01-19T00:36:16.477Z] Step 8/21 : COPY . . [2021-01-19T00:36:41.488Z] Removing intermediate container 4713a1cbd698 [2021-01-19T00:36:41.488Z] ---> b3c88f2dcc38 [2021-01-19T00:36:41.488Z] Successfully built b3c88f2dcc38 [2021-01-19T00:36:41.488Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T00:36:41.827Z] + docker inspect -f . ci-base-image-arm64 [2021-01-19T00:36:41.827Z] . [Pipeline] withDockerContainer [2021-01-19T00:36:42.074Z] prd-ubuntu18.04-docker-arm64-4c-16g-21020 does not seem to be running inside a container [2021-01-19T00:36:42.185Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-19T00:36:43.590Z] $ docker top f740052bcde8ec5eb9a45f4df4256657e117a6275e8a73cf6fe9c8645c0ccca8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T00:36:44.631Z] + go version [2021-01-19T00:36:44.631Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-19T00:36:44.683Z] $ docker stop --time=1 f740052bcde8ec5eb9a45f4df4256657e117a6275e8a73cf6fe9c8645c0ccca8 [2021-01-19T00:36:46.603Z] $ docker rm -f f740052bcde8ec5eb9a45f4df4256657e117a6275e8a73cf6fe9c8645c0ccca8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T00:36:48.637Z] + docker inspect -f . ci-base-image-arm64 [2021-01-19T00:36:48.637Z] . [Pipeline] withDockerContainer [2021-01-19T00:36:48.915Z] prd-ubuntu18.04-docker-arm64-4c-16g-21020 does not seem to be running inside a container [2021-01-19T00:36:49.031Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-19T00:36:50.520Z] $ docker top 1dd7c0af4a0501b293829bac629a1ea69be669853f1d2044971bfe17e0aef145 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-19T00:36:50.904Z] ========================================================= [2021-01-19T00:36:50.904Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-19T00:36:50.904Z] ========================================================= [Pipeline] sh [2021-01-19T00:36:51.550Z] + make test [2021-01-19T00:36:51.550Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-19T00:36:55.474Z] ---> 0e74a9036046 [2021-01-19T00:36:55.474Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-19T00:36:55.474Z] ---> 1ec5a291c37b [2021-01-19T00:36:55.474Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-19T00:36:55.474Z] ---> be25ca130306 [2021-01-19T00:36:55.474Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-19T00:36:55.474Z] ---> 21755c61f29e [2021-01-19T00:36:55.474Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-19T00:36:55.474Z] ---> 65ea4fd96854 [2021-01-19T00:36:55.474Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-19T00:36:55.474Z] ---> Running in dcbe6397e8d0 [2021-01-19T00:36:55.474Z] ---> Running in d34af2f6a21e [2021-01-19T00:36:55.474Z] ---> Running in 613d9ae082e7 [2021-01-19T00:36:55.474Z] ---> Running in 77335a44e0ed [2021-01-19T00:36:55.474Z] ---> Running in 10c462dbfa40 [2021-01-19T00:36:55.474Z] 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-19T00:36:55.474Z] 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-19T00:36:55.474Z] 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-19T00:36:55.474Z] 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-19T00:36:55.474Z] 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-19T00:37:13.715Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-19T00:37:28.087Z] 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-19T00:37:29.511Z] 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-19T00:37:42.074Z] Removing intermediate container 10c462dbfa40 [2021-01-19T00:37:42.074Z] ---> 4c44b2121a7d [2021-01-19T00:37:42.074Z] [2021-01-19T00:37:42.074Z] Step 10/21 : FROM scratch [2021-01-19T00:37:42.074Z] ---> [2021-01-19T00:37:42.074Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T00:37:42.074Z] Removing intermediate container dcbe6397e8d0 [2021-01-19T00:37:42.074Z] ---> acc2da5a22cf [2021-01-19T00:37:42.074Z] [2021-01-19T00:37:42.074Z] Step 10/22 : FROM scratch [2021-01-19T00:37:42.074Z] ---> [2021-01-19T00:37:42.074Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T00:37:42.074Z] Removing intermediate container d34af2f6a21e [2021-01-19T00:37:42.074Z] ---> 540e97f56c2d [2021-01-19T00:37:42.074Z] [2021-01-19T00:37:42.074Z] Step 10/21 : FROM alpine:3.12 [2021-01-19T00:37:42.074Z] Removing intermediate container 613d9ae082e7 [2021-01-19T00:37:42.074Z] ---> 0e97ca6f9c1f [2021-01-19T00:37:42.074Z] [2021-01-19T00:37:42.074Z] Step 10/24 : FROM alpine:3.12 [2021-01-19T00:37:42.074Z] ---> Running in 3331b56220d9 [2021-01-19T00:37:42.074Z] ---> Running in f5d092d544ea [2021-01-19T00:37:42.074Z] 3.12: Pulling from library/alpine [2021-01-19T00:37:42.074Z] 3.12: Pulling from library/alpine [2021-01-19T00:37:42.074Z] Removing intermediate container f5d092d544ea [2021-01-19T00:37:42.074Z] ---> c709fbe8b09a [2021-01-19T00:37:42.074Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-19T00:37:42.074Z] Removing intermediate container 3331b56220d9 [2021-01-19T00:37:42.074Z] ---> 90711b0be81b [2021-01-19T00:37:42.074Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-19T00:37:42.074Z] ---> Running in 51ffbe788b29 [2021-01-19T00:37:42.074Z] ---> Running in 98a1f13b2323 [2021-01-19T00:37:42.074Z] Removing intermediate container 51ffbe788b29 [2021-01-19T00:37:42.074Z] ---> 9d94923a83cd [2021-01-19T00:37:42.074Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T00:37:42.074Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-19T00:37:42.074Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-19T00:37:42.074Z] Status: Downloaded newer image for alpine:3.12 [2021-01-19T00:37:42.074Z] ---> 389fef711851 [2021-01-19T00:37:42.074Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T00:37:42.074Z] ---> Running in 42e4e95f3e82 [2021-01-19T00:37:42.074Z] Status: Downloaded newer image for alpine:3.12 [2021-01-19T00:37:42.074Z] ---> 389fef711851 [2021-01-19T00:37:42.074Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-19T00:37:42.074Z] Removing intermediate container 98a1f13b2323 [2021-01-19T00:37:42.074Z] ---> b61f7303d8f1 [2021-01-19T00:37:42.074Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-19T00:37:42.688Z] ---> Running in 31dc8bfbfa29 [2021-01-19T00:37:42.994Z] ---> Running in 138528bc1e43 [2021-01-19T00:37:42.994Z] ---> Running in c0f7e6070e0c [2021-01-19T00:37:42.994Z] Removing intermediate container 42e4e95f3e82 [2021-01-19T00:37:42.994Z] ---> 3e051f593b37 [2021-01-19T00:37:42.994Z] Step 14/22 : WORKDIR / [2021-01-19T00:37:43.304Z] ---> Running in 3489261fe0d1 [2021-01-19T00:37:43.304Z] Removing intermediate container 31dc8bfbfa29 [2021-01-19T00:37:43.304Z] ---> 22f023576877 [2021-01-19T00:37:43.304Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T00:37:43.623Z] Removing intermediate container 3489261fe0d1 [2021-01-19T00:37:43.623Z] ---> da5f850a8809 [2021-01-19T00:37:43.623Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T00:37:43.967Z] ---> c6f8ac98cd9d [2021-01-19T00:37:43.967Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-19T00:37:44.271Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T00:37:44.271Z] ---> 84ec8e0eaf00 [2021-01-19T00:37:44.271Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-19T00:37:44.271Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T00:37:44.593Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T00:37:44.593Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T00:37:44.876Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-19T00:37:44.876Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T00:37:44.876Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-19T00:37:44.876Z] (4/5) Installing curl (7.69.1-r3) [2021-01-19T00:37:44.876Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-19T00:37:44.876Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T00:37:45.175Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T00:37:45.175Z] OK: 7 MiB in 19 packages [2021-01-19T00:37:45.175Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-19T00:37:45.480Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T00:37:45.480Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-19T00:37:45.480Z] (4/4) Installing curl (7.69.1-r3) [2021-01-19T00:37:45.480Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T00:37:45.480Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T00:37:45.752Z] OK: 7 MiB in 18 packages [2021-01-19T00:37:47.752Z] ---> ba8d454a8997 [2021-01-19T00:37:47.752Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-19T00:37:47.752Z] ---> 221b38ab361f [2021-01-19T00:37:47.752Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-19T00:37:48.028Z] Removing intermediate container 77335a44e0ed [2021-01-19T00:37:48.028Z] ---> d91556a9d0f5 [2021-01-19T00:37:48.028Z] [2021-01-19T00:37:48.028Z] Step 10/22 : FROM scratch [2021-01-19T00:37:48.028Z] ---> [2021-01-19T00:37:48.028Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T00:37:48.028Z] ---> Using cache [2021-01-19T00:37:48.028Z] ---> 90711b0be81b [2021-01-19T00:37:48.028Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-19T00:37:48.314Z] ---> Running in d3219ad9d5cc [2021-01-19T00:37:48.911Z] ---> fce5c8f37903 [2021-01-19T00:37:48.911Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-19T00:37:49.182Z] Removing intermediate container c0f7e6070e0c [2021-01-19T00:37:49.182Z] ---> 38fba95779f3 [2021-01-19T00:37:49.182Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T00:37:49.182Z] ---> 202cdc18583e [2021-01-19T00:37:49.183Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-19T00:37:49.183Z] Removing intermediate container 138528bc1e43 [2021-01-19T00:37:49.183Z] ---> 22d50d47fe6b [2021-01-19T00:37:49.183Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T00:37:49.464Z] Removing intermediate container d3219ad9d5cc [2021-01-19T00:37:49.464Z] ---> dd39ad85c3d3 [2021-01-19T00:37:49.464Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T00:37:49.464Z] ---> Running in 3b87c27ce85b [2021-01-19T00:37:49.464Z] ---> Running in 06aecc6a3709 [2021-01-19T00:37:49.464Z] ---> Running in 9772f23ea409 [2021-01-19T00:37:49.464Z] ---> Running in b18331503937 [2021-01-19T00:37:49.464Z] ---> Running in 6053fc469a1e [2021-01-19T00:37:49.758Z] Removing intermediate container 3b87c27ce85b [2021-01-19T00:37:49.758Z] ---> 92a23fe12a89 [2021-01-19T00:37:49.758Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T00:37:49.758Z] Removing intermediate container 06aecc6a3709 [2021-01-19T00:37:49.758Z] ---> 2dc76f0063dd [2021-01-19T00:37:49.758Z] Step 13/24 : WORKDIR / [2021-01-19T00:37:49.758Z] ---> Running in bc2e967b0701 [2021-01-19T00:37:50.039Z] Removing intermediate container b18331503937 [2021-01-19T00:37:50.039Z] ---> 748827369036 [2021-01-19T00:37:50.039Z] Step 14/22 : WORKDIR / [2021-01-19T00:37:50.039Z] Removing intermediate container 9772f23ea409 [2021-01-19T00:37:50.039Z] ---> a6a3a03c8477 [2021-01-19T00:37:50.039Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T00:37:50.039Z] ---> Running in 5f8cbde2c5c6 [2021-01-19T00:37:50.039Z] Removing intermediate container 6053fc469a1e [2021-01-19T00:37:50.039Z] ---> 94c538360bc1 [2021-01-19T00:37:50.039Z] Step 13/21 : WORKDIR /edgex [2021-01-19T00:37:50.039Z] ---> Running in 2a7919ed8ab3 [2021-01-19T00:37:50.304Z] ---> Running in 8dd77b16c00d [2021-01-19T00:37:50.304Z] ---> Running in b273bad2e7b2 [2021-01-19T00:37:50.304Z] Removing intermediate container bc2e967b0701 [2021-01-19T00:37:50.304Z] ---> b3c423d489cd [2021-01-19T00:37:50.304Z] Step 19/21 : LABEL arch=x86_64 [2021-01-19T00:37:50.304Z] Removing intermediate container 5f8cbde2c5c6 [2021-01-19T00:37:50.304Z] ---> e8363e30ef8c [2021-01-19T00:37:50.304Z] 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-19T00:37:50.573Z] ---> Running in 6bd88794c789 [2021-01-19T00:37:50.573Z] Removing intermediate container 2a7919ed8ab3 [2021-01-19T00:37:50.573Z] ---> c6b8cb3af9bd [2021-01-19T00:37:50.573Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T00:37:50.573Z] Removing intermediate container 8dd77b16c00d [2021-01-19T00:37:50.573Z] ---> f73ee0bbbd33 [2021-01-19T00:37:50.573Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T00:37:50.573Z] Removing intermediate container b273bad2e7b2 [2021-01-19T00:37:50.573Z] ---> fdd5097fe083 [2021-01-19T00:37:50.573Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-19T00:37:50.840Z] ---> Running in 398cb4ab206c [2021-01-19T00:37:50.840Z] Removing intermediate container 6bd88794c789 [2021-01-19T00:37:50.840Z] ---> cb6eacc39104 [2021-01-19T00:37:50.840Z] Step 20/21 : LABEL git_sha=cc001dd965964604bc304bec358ed759899c4713 [2021-01-19T00:37:51.417Z] ---> 277baad9c86a [2021-01-19T00:37:51.417Z] 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-19T00:37:51.704Z] ---> Running in 467c13e62464 [2021-01-19T00:37:51.704Z] ---> bcdea746ad7a [2021-01-19T00:37:51.704Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-19T00:37:51.704Z] Removing intermediate container 398cb4ab206c [2021-01-19T00:37:51.704Z] ---> 50bcf0db9f32 [2021-01-19T00:37:51.704Z] Step 21/22 : LABEL git_sha=cc001dd965964604bc304bec358ed759899c4713 [2021-01-19T00:37:51.704Z] ---> e4659e97472a [2021-01-19T00:37:51.704Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-19T00:37:51.976Z] ---> Running in 79fb88aab94e [2021-01-19T00:37:51.976Z] Removing intermediate container 467c13e62464 [2021-01-19T00:37:51.976Z] ---> 16754a6b423e [2021-01-19T00:37:51.976Z] Step 21/21 : LABEL version=0.0.0 [2021-01-19T00:37:52.252Z] ---> dca8cb621fe8 [2021-01-19T00:37:52.252Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-19T00:37:52.252Z] ---> Running in f66a60c05994 [2021-01-19T00:37:52.520Z] Removing intermediate container 79fb88aab94e [2021-01-19T00:37:52.520Z] ---> 3798b129c289 [2021-01-19T00:37:52.520Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T00:37:52.520Z] ---> Running in 744eaf022b18 [2021-01-19T00:37:52.520Z] Removing intermediate container f66a60c05994 [2021-01-19T00:37:52.520Z] ---> dade84c526bc [2021-01-19T00:37:52.520Z] [2021-01-19T00:37:52.792Z] ---> 27979227a5dc [2021-01-19T00:37:52.792Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-19T00:37:52.792Z] ---> 3decbe9433e9 [2021-01-19T00:37:52.792Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-19T00:37:52.792Z] ---> e3a090f2717d [2021-01-19T00:37:52.792Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-19T00:37:53.077Z] Removing intermediate container 744eaf022b18 [2021-01-19T00:37:53.077Z] ---> e48d04002b7d [2021-01-19T00:37:53.077Z] [2021-01-19T00:37:53.077Z] Successfully built dade84c526bc [2021-01-19T00:37:53.345Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-19T00:37:53.345Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-01-19T00:37:53.345Z] Successfully built e48d04002b7d [2021-01-19T00:37:53.613Z] Successfully tagged docker-core-command-go:latest [2021-01-19T00:37:53.613Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-01-19T00:37:53.613Z] ---> 125c9617d311 [2021-01-19T00:37:53.613Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-19T00:37:53.613Z] ---> 6fe539014b69 [2021-01-19T00:37:53.613Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-19T00:37:53.613Z] ---> 5253f605d6dc [2021-01-19T00:37:53.613Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-19T00:37:53.613Z] ---> Running in 1f90d77b7ea8 [2021-01-19T00:37:53.882Z] ---> Running in 1c98472d4d78 [2021-01-19T00:37:54.166Z] Removing intermediate container 1f90d77b7ea8 [2021-01-19T00:37:54.166Z] ---> d772964c9cb5 [2021-01-19T00:37:54.166Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T00:37:54.166Z] ---> Running in d5d6ce652286 [2021-01-19T00:37:54.166Z] Removing intermediate container 1c98472d4d78 [2021-01-19T00:37:54.166Z] ---> 77328dec546d [2021-01-19T00:37:54.166Z] Step 18/21 : CMD ["--init=true"] [2021-01-19T00:37:54.441Z] ---> Running in 2e81b27b615b [2021-01-19T00:37:55.040Z] ---> cb78e1381b2e [2021-01-19T00:37:55.040Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-19T00:37:55.318Z] Removing intermediate container d5d6ce652286 [2021-01-19T00:37:55.318Z] ---> 31fbdcc5d837 [2021-01-19T00:37:55.318Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T00:37:55.318Z] Removing intermediate container 2e81b27b615b [2021-01-19T00:37:55.318Z] ---> c16515385f45 [2021-01-19T00:37:55.318Z] Step 19/21 : LABEL arch=x86_64 [2021-01-19T00:37:55.594Z] ---> Running in 0a7fce8b2a1b [2021-01-19T00:37:56.606Z] ---> Running in 7d21d2513a1f [2021-01-19T00:37:57.241Z] Removing intermediate container 0a7fce8b2a1b [2021-01-19T00:37:57.241Z] ---> 4e574100a91b [2021-01-19T00:37:57.241Z] Step 21/22 : LABEL git_sha=cc001dd965964604bc304bec358ed759899c4713 [2021-01-19T00:37:57.241Z] ---> 3baae6f04254 [2021-01-19T00:37:57.241Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-19T00:37:57.241Z] ---> Running in b42fb42fbe66 [2021-01-19T00:37:57.241Z] ---> Running in 3e23ffddb5ab [2021-01-19T00:37:57.522Z] Removing intermediate container 7d21d2513a1f [2021-01-19T00:37:57.522Z] ---> 781d9c734a44 [2021-01-19T00:37:57.523Z] Step 20/21 : LABEL git_sha=cc001dd965964604bc304bec358ed759899c4713 [2021-01-19T00:37:58.172Z] ---> Running in 3eadfe9ea2d2 [2021-01-19T00:37:59.710Z] Removing intermediate container 3e23ffddb5ab [2021-01-19T00:37:59.710Z] ---> 700ff5c430f2 [2021-01-19T00:37:59.710Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T00:37:59.710Z] Removing intermediate container 3eadfe9ea2d2 [2021-01-19T00:37:59.710Z] ---> 264e2d0bb758 [2021-01-19T00:37:59.710Z] Step 21/21 : LABEL version=0.0.0 [2021-01-19T00:37:59.999Z] ---> Running in 510cd9a30c0e [2021-01-19T00:38:00.286Z] ---> Running in 051fb6696b23 [2021-01-19T00:38:00.777Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-19T00:38:00.905Z] Removing intermediate container 510cd9a30c0e [2021-01-19T00:38:00.905Z] ---> 58cb8fe1bf3d [2021-01-19T00:38:00.905Z] [2021-01-19T00:38:00.905Z] Removing intermediate container 051fb6696b23 [2021-01-19T00:38:00.905Z] ---> c4981d72b225 [2021-01-19T00:38:00.905Z] [2021-01-19T00:38:01.183Z] Successfully built 58cb8fe1bf3d [2021-01-19T00:38:01.468Z] Successfully built c4981d72b225 [2021-01-19T00:38:02.509Z] Successfully tagged docker-core-metadata-go:latest [2021-01-19T00:38:02.509Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-19T00:38:02.509Z] Building docker-security-bootstrap-redis-go [2021-01-19T00:38:02.509Z] Building docker-support-notifications-go [2021-01-19T00:38:02.777Z]  Building docker-security-proxy-setup-go ... done  Building docker-core-metadata-go ... done Removing intermediate container b42fb42fbe66 [2021-01-19T00:38:02.777Z] ---> 79c9a6d24cd8 [2021-01-19T00:38:02.777Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-19T00:38:03.045Z] ---> Running in 2e147d267797 [2021-01-19T00:38:04.576Z] Removing intermediate container 2e147d267797 [2021-01-19T00:38:04.576Z] ---> 70aee5b8795e [2021-01-19T00:38:04.576Z] Step 22/24 : LABEL arch=x86_64 [2021-01-19T00:38:04.876Z] ---> Running in 03be37df5fba [2021-01-19T00:38:05.498Z] Removing intermediate container 03be37df5fba [2021-01-19T00:38:05.498Z] ---> 0240a08aef3a [2021-01-19T00:38:05.498Z] Step 23/24 : LABEL git_sha=cc001dd965964604bc304bec358ed759899c4713 [2021-01-19T00:38:06.113Z] ---> Running in a1f3604de06b [2021-01-19T00:38:06.781Z] Removing intermediate container a1f3604de06b [2021-01-19T00:38:06.781Z] ---> 44e139c4bf18 [2021-01-19T00:38:06.781Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T00:38:06.781Z] ---> Running in 5621f664cfc4 [2021-01-19T00:38:07.069Z] Removing intermediate container 5621f664cfc4 [2021-01-19T00:38:07.069Z] ---> 1a7b7803972b [2021-01-19T00:38:07.069Z] [2021-01-19T00:38:07.348Z] Successfully built 1a7b7803972b [2021-01-19T00:38:07.348Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-19T00:38:19.143Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-19T00:38:19.143Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-19T00:38:19.143Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-19T00:38:19.143Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-19T00:38:19.143Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-19T00:38:19.143Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-19T00:38:19.143Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-19T00:38:19.143Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-19T00:38:19.143Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-19T00:38:23.451Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-19T00:38:23.451Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-19T00:38:23.451Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-19T00:38:26.205Z]  Building docker-security-secretstore-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:38:26.205Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:38:26.205Z] ---> 324eb127c34c [2021-01-19T00:38:26.205Z] Step 3/23 : WORKDIR /edgex-go [2021-01-19T00:38:26.205Z] ---> Using cache [2021-01-19T00:38:26.205Z] ---> 6672372e4ec9 [2021-01-19T00:38:26.205Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:38:26.205Z] ---> Using cache [2021-01-19T00:38:26.205Z] ---> 29b2c1830468 [2021-01-19T00:38:26.205Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-19T00:38:26.205Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:38:26.205Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:38:26.205Z] ---> 324eb127c34c [2021-01-19T00:38:26.205Z] Step 3/26 : WORKDIR /edgex-go [2021-01-19T00:38:26.205Z] ---> Using cache [2021-01-19T00:38:26.205Z] ---> 6672372e4ec9 [2021-01-19T00:38:26.205Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:38:26.205Z] ---> Using cache [2021-01-19T00:38:26.205Z] ---> 29b2c1830468 [2021-01-19T00:38:26.205Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-19T00:38:26.205Z] ---> Running in f88e84fc0d8d [2021-01-19T00:38:26.205Z] ---> Running in 163088d3205c [2021-01-19T00:38:28.867Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.251s coverage: 46.6% of statements [2021-01-19T00:38:28.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-19T00:38:28.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-19T00:38:28.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-19T00:38:28.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-19T00:38:28.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-19T00:38:31.031Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T00:38:31.031Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T00:38:31.031Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T00:38:31.031Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T00:38:32.387Z] OK: 233 MiB in 51 packages [2021-01-19T00:38:32.699Z] OK: 233 MiB in 51 packages [2021-01-19T00:38:34.171Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:38:34.171Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:38:34.171Z] ---> 324eb127c34c [2021-01-19T00:38:34.171Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T00:38:34.171Z] ---> Using cache [2021-01-19T00:38:34.171Z] ---> 6672372e4ec9 [2021-01-19T00:38:34.171Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:38:34.171Z] ---> Using cache [2021-01-19T00:38:34.171Z] ---> 29b2c1830468 [2021-01-19T00:38:34.171Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T00:38:34.171Z] ---> Using cache [2021-01-19T00:38:34.171Z] ---> 0b951d188880 [2021-01-19T00:38:34.171Z] Step 6/22 : COPY go.mod . [2021-01-19T00:38:34.171Z] ---> Using cache [2021-01-19T00:38:34.171Z] ---> d42d05650936 [2021-01-19T00:38:34.171Z] Step 7/22 : RUN go mod download [2021-01-19T00:38:34.171Z] ---> Using cache [2021-01-19T00:38:34.171Z] ---> 243d16926630 [2021-01-19T00:38:34.171Z] Step 8/22 : COPY . . [2021-01-19T00:38:34.171Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:38:34.171Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:38:34.171Z] ---> 324eb127c34c [2021-01-19T00:38:34.171Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T00:38:34.171Z] ---> Using cache [2021-01-19T00:38:34.171Z] ---> 6672372e4ec9 [2021-01-19T00:38:34.171Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:38:34.171Z] ---> Using cache [2021-01-19T00:38:34.171Z] ---> 29b2c1830468 [2021-01-19T00:38:34.171Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-19T00:38:34.171Z] ---> Using cache [2021-01-19T00:38:34.171Z] ---> 21755c61f29e [2021-01-19T00:38:34.171Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-19T00:38:34.768Z] ---> Running in b865f2af6787 [2021-01-19T00:38:34.768Z] ---> Running in db8d5790d975 [2021-01-19T00:38:35.371Z] Removing intermediate container 163088d3205c [2021-01-19T00:38:35.371Z] ---> 27a0e8f5e575 [2021-01-19T00:38:35.371Z] Step 6/26 : COPY go.mod . [2021-01-19T00:38:35.371Z] Removing intermediate container f88e84fc0d8d [2021-01-19T00:38:35.371Z] ---> cbf288a07081 [2021-01-19T00:38:35.371Z] Step 6/23 : COPY go.mod . [2021-01-19T00:38:35.984Z] ---> 5fd222946c91 [2021-01-19T00:38:35.984Z] Step 7/26 : RUN go mod download [2021-01-19T00:38:35.984Z] ---> f68e5fa6cc1d [2021-01-19T00:38:35.984Z] Step 7/23 : RUN go mod download [2021-01-19T00:38:35.984Z] 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-19T00:38:35.984Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T00:38:35.984Z] ---> Running in e72154797f9b [2021-01-19T00:38:35.984Z] ---> Running in 771cb354cce6 [2021-01-19T00:38:37.186Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.530s coverage: 27.0% of statements [2021-01-19T00:38:37.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-19T00:38:37.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-19T00:38:37.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-19T00:38:37.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-19T00:38:37.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-19T00:38:37.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-19T00:38:37.187Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.076s coverage: 100.0% of statements [2021-01-19T00:38:37.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-19T00:38:37.187Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.076s coverage: 100.0% of statements [2021-01-19T00:38:37.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-19T00:38:37.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-19T00:38:37.187Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.260s coverage: 67.9% of statements [2021-01-19T00:38:37.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-19T00:38:37.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-19T00:38:37.187Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.671s coverage: 82.3% of statements [2021-01-19T00:38:37.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-19T00:38:37.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T00:38:37.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-19T00:38:37.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-19T00:38:38.723Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T00:38:39.410Z] Removing intermediate container 771cb354cce6 [2021-01-19T00:38:39.410Z] ---> 84da2355ac30 [2021-01-19T00:38:39.410Z] Step 8/23 : COPY . . [2021-01-19T00:38:39.410Z] Removing intermediate container e72154797f9b [2021-01-19T00:38:39.410Z] ---> 42f01465f6c1 [2021-01-19T00:38:39.410Z] Step 8/26 : COPY . . [2021-01-19T00:38:41.485Z] OK: 233 MiB in 51 packages [2021-01-19T00:38:45.514Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.182s coverage: 28.6% of statements [2021-01-19T00:38:45.514Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-19T00:38:45.514Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-19T00:38:45.514Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-19T00:38:45.514Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-19T00:38:45.514Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-19T00:38:45.514Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.165s coverage: 100.0% of statements [2021-01-19T00:38:45.514Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-19T00:38:45.514Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.067s coverage: 100.0% of statements [2021-01-19T00:38:45.514Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-19T00:38:45.514Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.361s coverage: 86.7% of statements [2021-01-19T00:38:45.514Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-19T00:38:45.514Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.351s coverage: 97.5% of statements [2021-01-19T00:38:45.514Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-19T00:38:46.507Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.146s coverage: 78.3% of statements [2021-01-19T00:38:46.507Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-19T00:38:46.507Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-19T00:38:46.507Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-19T00:38:46.507Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-19T00:38:47.051Z] Removing intermediate container db8d5790d975 [2021-01-19T00:38:47.051Z] ---> 0a8b1a4e5624 [2021-01-19T00:38:47.051Z] Step 6/24 : COPY go.mod . [2021-01-19T00:38:49.174Z] ---> 440b372132d0 [2021-01-19T00:38:49.174Z] Step 7/24 : RUN go mod download [2021-01-19T00:38:49.826Z] ---> Running in 8a817c09cb8c [2021-01-19T00:38:56.724Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.394s coverage: 92.8% of statements [2021-01-19T00:38:56.724Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-19T00:38:56.724Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T00:38:56.724Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-19T00:38:56.724Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-19T00:38:56.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-19T00:38:56.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-19T00:38:56.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-19T00:38:56.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-19T00:38:56.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-19T00:38:56.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-19T00:38:56.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-19T00:38:56.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-19T00:38:56.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-19T00:38:56.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-19T00:38:56.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-19T00:38:56.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-19T00:38:56.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-19T00:38:56.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-19T00:38:56.724Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.047s coverage: 58.8% of statements [2021-01-19T00:38:56.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-19T00:38:56.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-19T00:38:56.724Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.202s coverage: 0.1% of statements [2021-01-19T00:38:56.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-19T00:38:56.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-19T00:38:56.724Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-19T00:38:56.724Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-19T00:38:56.724Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.049s coverage: 100.0% of statements [2021-01-19T00:38:56.724Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-19T00:38:56.724Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.143s coverage: 75.5% of statements [2021-01-19T00:38:56.724Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-19T00:38:56.724Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.059s coverage: 80.8% of statements [2021-01-19T00:38:56.724Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.148s coverage: 87.2% of statements [2021-01-19T00:38:56.724Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.161s coverage: 84.2% of statements [2021-01-19T00:38:58.182Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.203s coverage: 91.4% of statements [2021-01-19T00:38:58.182Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-19T00:39:00.153Z] Removing intermediate container 8a817c09cb8c [2021-01-19T00:39:00.154Z] ---> 24338dc1dc02 [2021-01-19T00:39:00.154Z] Step 8/24 : COPY . . [2021-01-19T00:39:01.599Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.619s coverage: 63.5% of statements [2021-01-19T00:39:01.599Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-19T00:39:01.599Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-19T00:39:01.599Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.071s coverage: 100.0% of statements [2021-01-19T00:39:01.599Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.110s coverage: 91.3% of statements [2021-01-19T00:39:01.599Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.068s coverage: 100.0% of statements [2021-01-19T00:39:01.599Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.082s coverage: 73.7% of statements [2021-01-19T00:39:02.589Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.064s coverage: 100.0% of statements [2021-01-19T00:39:05.701Z] Removing intermediate container b865f2af6787 [2021-01-19T00:39:05.701Z] ---> 254c9f966290 [2021-01-19T00:39:05.701Z] [2021-01-19T00:39:05.701Z] Step 10/22 : FROM alpine:3.12 [2021-01-19T00:39:05.701Z] ---> 389fef711851 [2021-01-19T00:39:05.701Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T00:39:05.701Z] ---> Using cache [2021-01-19T00:39:05.701Z] ---> 38fba95779f3 [2021-01-19T00:39:05.701Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-19T00:39:07.149Z] ---> Running in c8097ccde5e4 [2021-01-19T00:39:08.028Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.944s coverage: 68.9% of statements [2021-01-19T00:39:08.028Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-19T00:39:08.028Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-19T00:39:08.028Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-19T00:39:08.028Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-19T00:39:08.028Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-19T00:39:08.307Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.391s coverage: 37.0% of statements [2021-01-19T00:39:08.307Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-19T00:39:08.307Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-19T00:39:08.307Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.771s coverage: 84.0% of statements [2021-01-19T00:39:08.307Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.086s coverage: 100.0% of statements [2021-01-19T00:39:09.126Z] Removing intermediate container c8097ccde5e4 [2021-01-19T00:39:09.126Z] ---> a5185de1acea [2021-01-19T00:39:09.126Z] Step 13/22 : WORKDIR / [2021-01-19T00:39:10.592Z] ---> Running in 38e7115d6581 [2021-01-19T00:39:13.341Z] ---> 911ecf4a7222 [2021-01-19T00:39:13.341Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-19T00:39:13.341Z] Removing intermediate container 38e7115d6581 [2021-01-19T00:39:13.341Z] ---> 13dcc9eab951 [2021-01-19T00:39:13.341Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T00:39:13.612Z] ---> Running in 7de8ea0adea1 [2021-01-19T00:39:13.909Z] ---> def197760e26 [2021-01-19T00:39:13.909Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-19T00:39:14.514Z] ---> Running in 2ba22632fdea [2021-01-19T00:39:14.514Z] ---> c2f87274b160 [2021-01-19T00:39:14.514Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-19T00:39:15.952Z] 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-19T00:39:16.238Z] ---> 03f7038c5938 [2021-01-19T00:39:16.238Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-19T00:39:16.544Z] 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-19T00:39:16.624Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.435s coverage: 47.1% of statements [2021-01-19T00:39:16.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-19T00:39:16.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-19T00:39:16.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-19T00:39:16.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-19T00:39:16.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-19T00:39:16.624Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.160s coverage: 100.0% of statements [2021-01-19T00:39:16.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-19T00:39:16.624Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.107s coverage: 100.0% of statements [2021-01-19T00:39:16.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-19T00:39:17.543Z] ---> 30cbcd2ac6b8 [2021-01-19T00:39:17.543Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-19T00:39:18.555Z] ---> 5030f7f5e638 [2021-01-19T00:39:18.555Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-19T00:39:19.190Z] ---> Running in 7a185a12a482 [2021-01-19T00:39:22.046Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.234s coverage: 29.1% of statements [2021-01-19T00:39:22.046Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-19T00:39:22.046Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-19T00:39:22.046Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-19T00:39:22.046Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-19T00:39:22.046Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-19T00:39:22.046Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.230s coverage: 99.0% of statements [2021-01-19T00:39:22.046Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-19T00:39:22.046Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.092s coverage: 100.0% of statements [2021-01-19T00:39:22.046Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-19T00:39:22.046Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements [2021-01-19T00:39:22.046Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-19T00:39:22.046Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.055s coverage: 100.0% of statements [2021-01-19T00:39:22.046Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-19T00:39:22.046Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-19T00:39:22.046Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-19T00:39:22.046Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-19T00:39:22.046Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.115s coverage: 87.9% of statements [2021-01-19T00:39:22.046Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-19T00:39:22.046Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-19T00:39:22.046Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.068s coverage: 100.0% of statements [2021-01-19T00:39:22.046Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements [2021-01-19T00:39:23.476Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.088s coverage: 100.0% of statements [2021-01-19T00:39:24.071Z] GO111MODULE=on go vet ./... [2021-01-19T00:39:24.735Z] Removing intermediate container 7a185a12a482 [2021-01-19T00:39:24.735Z] ---> e5bfeb9b07a0 [2021-01-19T00:39:24.735Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-19T00:39:24.735Z] ---> Running in d9976105c352 [2021-01-19T00:39:25.375Z] Removing intermediate container d9976105c352 [2021-01-19T00:39:25.375Z] ---> 6eb309572575 [2021-01-19T00:39:25.375Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T00:39:25.375Z] ---> Running in 14906c65fb9a [2021-01-19T00:39:26.410Z] Removing intermediate container 14906c65fb9a [2021-01-19T00:39:26.410Z] ---> 313c0e5f44d1 [2021-01-19T00:39:26.410Z] Step 21/22 : LABEL git_sha=cc001dd965964604bc304bec358ed759899c4713 [2021-01-19T00:39:26.410Z] ---> Running in 59a640cfe027 [2021-01-19T00:39:27.917Z] Removing intermediate container 59a640cfe027 [2021-01-19T00:39:27.917Z] ---> d173acdd6ef1 [2021-01-19T00:39:27.917Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T00:39:28.559Z] ---> Running in 8116b6340120 [2021-01-19T00:39:29.184Z] Removing intermediate container 8116b6340120 [2021-01-19T00:39:29.184Z] ---> 5f75d1e39e73 [2021-01-19T00:39:29.184Z] [2021-01-19T00:39:29.826Z] ---> 76480336637e [2021-01-19T00:39:29.826Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-19T00:39:29.826Z] Successfully built 5f75d1e39e73 [2021-01-19T00:39:29.826Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-19T00:39:29.826Z]  Building docker-security-bootstrap-redis-go ... done  ---> Running in da4937bfadcd [2021-01-19T00:39:31.326Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-19T00:39:49.706Z] Removing intermediate container 2ba22632fdea [2021-01-19T00:39:49.706Z] ---> e381ee0e42b3 [2021-01-19T00:39:49.706Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-19T00:39:49.706Z] ---> Running in b22c57a38cf3 [2021-01-19T00:39:51.763Z] 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-19T00:39:54.436Z] Removing intermediate container b22c57a38cf3 [2021-01-19T00:39:54.436Z] ---> edc327da44af [2021-01-19T00:39:54.436Z] [2021-01-19T00:39:54.436Z] Step 11/26 : FROM docker:20.10.0 [2021-01-19T00:39:54.727Z] 20.10.0: Pulling from library/docker [2021-01-19T00:39:57.359Z] Removing intermediate container 7de8ea0adea1 [2021-01-19T00:39:57.359Z] ---> f7f8a5a16bec [2021-01-19T00:39:57.359Z] [2021-01-19T00:39:57.359Z] Step 10/23 : FROM alpine:3.12 [2021-01-19T00:39:57.359Z] ---> 389fef711851 [2021-01-19T00:39:57.359Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T00:39:57.634Z] ---> Running in c12cdc485edd [2021-01-19T00:39:59.039Z] Removing intermediate container c12cdc485edd [2021-01-19T00:39:59.039Z] ---> 3f0d3fe09f53 [2021-01-19T00:39:59.039Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-19T00:39:59.039Z] Removing intermediate container da4937bfadcd [2021-01-19T00:39:59.039Z] ---> 56cfe73cc014 [2021-01-19T00:39:59.039Z] [2021-01-19T00:39:59.039Z] Step 10/24 : FROM scratch [2021-01-19T00:39:59.039Z] ---> [2021-01-19T00:39:59.039Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-19T00:39:59.039Z] ---> Running in ae34eba5d570 [2021-01-19T00:39:59.646Z] Removing intermediate container ae34eba5d570 [2021-01-19T00:39:59.646Z] ---> 397b95353190 [2021-01-19T00:39:59.646Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-19T00:39:59.646Z] ---> Running in 32561ed116c2 [2021-01-19T00:39:59.916Z] ---> Running in e73f59339998 [2021-01-19T00:40:00.190Z] Removing intermediate container 32561ed116c2 [2021-01-19T00:40:00.190Z] ---> 9d9e12535fa9 [2021-01-19T00:40:00.190Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-19T00:40:00.190Z] ---> Running in 87c286f4380c [2021-01-19T00:40:00.190Z] Removing intermediate container e73f59339998 [2021-01-19T00:40:00.190Z] ---> 706869681f2a [2021-01-19T00:40:00.190Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:40:00.455Z] ---> Running in 748e29e9bea1 [2021-01-19T00:40:00.729Z] Removing intermediate container 87c286f4380c [2021-01-19T00:40:00.729Z] ---> f78effb44e26 [2021-01-19T00:40:00.729Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-19T00:40:00.729Z] ---> Running in 0d80b5e3c1a3 [2021-01-19T00:40:01.325Z] Removing intermediate container 0d80b5e3c1a3 [2021-01-19T00:40:01.325Z] ---> c56ae03bae8c [2021-01-19T00:40:01.325Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-19T00:40:02.310Z] ---> e9a811bf37fc [2021-01-19T00:40:02.310Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-19T00:40:04.298Z] Removing intermediate container 748e29e9bea1 [2021-01-19T00:40:04.298Z] ---> 092990f148cf [2021-01-19T00:40:04.298Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-19T00:40:04.574Z] ---> 65bcb7a47d28 [2021-01-19T00:40:04.574Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-19T00:40:04.574Z] ---> Running in d9fb004fc01b [2021-01-19T00:40:04.846Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-19T00:40:04.846Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-19T00:40:04.846Z] ---> aefe523efa57 [2021-01-19T00:40:04.846Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-19T00:40:05.113Z] ---> Running in 5b213fc890a4 [2021-01-19T00:40:05.378Z] ---> 72386cf968b4 [2021-01-19T00:40:05.378Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T00:40:05.378Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T00:40:05.652Z] ---> 8c7e9b287c0a [2021-01-19T00:40:05.652Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-19T00:40:05.924Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T00:40:05.924Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T00:40:06.194Z] (1/2) Installing readline (8.0.4-r0) [2021-01-19T00:40:06.194Z] (2/2) Installing bash (5.0.17-r0) [2021-01-19T00:40:06.194Z] Executing bash-5.0.17-r0.post-install [2021-01-19T00:40:06.194Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T00:40:06.194Z] OK: 12 MiB in 22 packages [2021-01-19T00:40:06.463Z] ---> 9bfbd07b38ef [2021-01-19T00:40:06.463Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-19T00:40:07.052Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T00:40:07.052Z] ---> dd4e3a8b5814 [2021-01-19T00:40:07.052Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-19T00:40:07.052Z] Removing intermediate container 5b213fc890a4 [2021-01-19T00:40:07.052Z] ---> c1597162f1a6 [2021-01-19T00:40:07.052Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-19T00:40:07.052Z] ---> Running in 6d26f1fb2e8f [2021-01-19T00:40:07.052Z] ---> Running in 741bddbf78a3 [2021-01-19T00:40:07.319Z] Removing intermediate container 6d26f1fb2e8f [2021-01-19T00:40:07.319Z] ---> 3c87d0177d7e [2021-01-19T00:40:07.319Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T00:40:07.319Z] Removing intermediate container 741bddbf78a3 [2021-01-19T00:40:07.319Z] ---> 9c319d2b8066 [2021-01-19T00:40:07.319Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-19T00:40:07.586Z] ---> Running in 8673bd1eafdc [2021-01-19T00:40:07.586Z] ---> Running in b339dbf1d42a [2021-01-19T00:40:07.586Z] Removing intermediate container b339dbf1d42a [2021-01-19T00:40:07.586Z] ---> d9476868d8f3 [2021-01-19T00:40:07.586Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-19T00:40:07.854Z] Removing intermediate container 8673bd1eafdc [2021-01-19T00:40:07.854Z] ---> 2a5dbdefbf9e [2021-01-19T00:40:07.854Z] Step 22/24 : LABEL arch=x86_64 [2021-01-19T00:40:07.854Z] ---> Running in 395d28b5701f [2021-01-19T00:40:07.854Z] ---> Running in d3f71ba6c949 [2021-01-19T00:40:08.122Z] Removing intermediate container d3f71ba6c949 [2021-01-19T00:40:08.122Z] ---> 94d3d4aa0f86 [2021-01-19T00:40:08.122Z] Step 23/24 : LABEL git_sha=cc001dd965964604bc304bec358ed759899c4713 [2021-01-19T00:40:08.122Z] Removing intermediate container 395d28b5701f [2021-01-19T00:40:08.122Z] ---> 0ff12e6f2734 [2021-01-19T00:40:08.122Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-19T00:40:08.122Z] ---> Running in f7c52d9f4ea2 [2021-01-19T00:40:08.122Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-19T00:40:08.390Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-19T00:40:08.390Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-19T00:40:08.656Z] Removing intermediate container f7c52d9f4ea2 [2021-01-19T00:40:08.656Z] ---> d2c6a765edac [2021-01-19T00:40:08.656Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T00:40:08.657Z] ---> Running in 8d771a10ba86 [2021-01-19T00:40:08.924Z] ---> 3b0c991040c7 [2021-01-19T00:40:08.925Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-19T00:40:08.925Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-19T00:40:08.925Z] Removing intermediate container 8d771a10ba86 [2021-01-19T00:40:08.925Z] ---> 10e316e71002 [2021-01-19T00:40:08.925Z] [2021-01-19T00:40:08.925Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-19T00:40:09.203Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T00:40:09.203Z] Successfully built 10e316e71002 [2021-01-19T00:40:09.203Z] OK: 8 MiB in 19 packages [2021-01-19T00:40:09.203Z] Successfully tagged docker-support-notifications-go:latest [2021-01-19T00:40:09.203Z]  Building docker-support-notifications-go ... done  ---> a4bba2d64d6e [2021-01-19T00:40:09.203Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-19T00:40:10.175Z] ---> 736bdbb01ebc [2021-01-19T00:40:10.175Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-19T00:40:10.175Z] ---> Running in a79367269a89 [2021-01-19T00:40:10.175Z] Removing intermediate container d9fb004fc01b [2021-01-19T00:40:10.175Z] ---> f3685bd2596e [2021-01-19T00:40:10.175Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T00:40:10.842Z] ---> e371e581992e [2021-01-19T00:40:10.842Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-19T00:40:10.842Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T00:40:11.134Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T00:40:11.404Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-19T00:40:11.404Z] (2/33) Installing expat (2.2.9-r1) [2021-01-19T00:40:11.404Z] (3/33) Installing libffi (3.3-r2) [2021-01-19T00:40:11.404Z] (4/33) Installing gdbm (1.13-r1) [2021-01-19T00:40:11.404Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-19T00:40:11.404Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-19T00:40:11.404Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-19T00:40:12.142Z] ---> a0e0f0e9f673 [2021-01-19T00:40:12.142Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-19T00:40:15.841Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-19T00:40:15.841Z] ---> 5fd602623a7c [2021-01-19T00:40:15.841Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-19T00:40:15.841Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-19T00:40:15.841Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-19T00:40:15.841Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-19T00:40:15.841Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-19T00:40:15.841Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-19T00:40:15.841Z] ---> Running in 4702e2dec0b9 [2021-01-19T00:40:15.841Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-19T00:40:15.841Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-19T00:40:15.841Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-19T00:40:15.841Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-19T00:40:16.112Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-19T00:40:16.112Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-19T00:40:16.382Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-19T00:40:16.650Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-19T00:40:16.650Z] Removing intermediate container 4702e2dec0b9 [2021-01-19T00:40:16.650Z] ---> 91c79b8d36bb [2021-01-19T00:40:16.650Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T00:40:16.650Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-19T00:40:17.242Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-19T00:40:17.535Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-19T00:40:17.535Z] ---> Running in 1907edc450be [2021-01-19T00:40:17.535Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-19T00:40:17.535Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-19T00:40:17.535Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-19T00:40:17.535Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-19T00:40:17.535Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-19T00:40:17.535Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-19T00:40:17.535Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-19T00:40:17.535Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-19T00:40:17.535Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-19T00:40:18.517Z] Removing intermediate container 1907edc450be [2021-01-19T00:40:18.518Z] ---> abaa8c3bdfb5 [2021-01-19T00:40:18.518Z] Step 21/23 : LABEL arch=x86_64 [2021-01-19T00:40:18.518Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T00:40:18.518Z] OK: 71 MiB in 55 packages [2021-01-19T00:40:18.803Z] ---> Running in c62392d25640 [2021-01-19T00:40:19.073Z] Removing intermediate container c62392d25640 [2021-01-19T00:40:19.074Z] ---> c80af8e2c864 [2021-01-19T00:40:19.074Z] Step 22/23 : LABEL git_sha=cc001dd965964604bc304bec358ed759899c4713 [2021-01-19T00:40:19.350Z] ---> Running in 3ead7d175421 [2021-01-19T00:40:19.630Z] Removing intermediate container 3ead7d175421 [2021-01-19T00:40:19.630Z] ---> cc0c11e93f17 [2021-01-19T00:40:19.630Z] Step 23/23 : LABEL version=0.0.0 [2021-01-19T00:40:19.630Z] ---> Running in e5fc066bce80 [2021-01-19T00:40:20.600Z] Removing intermediate container e5fc066bce80 [2021-01-19T00:40:20.601Z] ---> 9714ce4f6c65 [2021-01-19T00:40:20.601Z] [2021-01-19T00:40:21.212Z] Successfully built 9714ce4f6c65 [2021-01-19T00:40:21.212Z] Successfully tagged docker-core-data-go:latest [2021-01-19T00:40:25.528Z]  Building docker-core-data-go ... done Removing intermediate container a79367269a89 [2021-01-19T00:40:25.528Z] ---> d1899be101a0 [2021-01-19T00:40:25.528Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-19T00:40:25.528Z] ---> Running in e2d59c751b26 [2021-01-19T00:40:28.185Z] Collecting docker-compose==1.23.2 [2021-01-19T00:40:28.185Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-19T00:40:28.185Z] 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-19T00:40:28.185Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-19T00:40:28.185Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-19T00:40:28.457Z] Collecting docopt<0.7,>=0.6.1 [2021-01-19T00:40:28.457Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-19T00:40:29.419Z] Collecting PyYAML<4,>=3.10 [2021-01-19T00:40:29.419Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-19T00:40:30.843Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-19T00:40:30.843Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-19T00:40:30.843Z] Collecting cached-property<2,>=1.2.0 [2021-01-19T00:40:30.843Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-19T00:40:31.111Z] Collecting jsonschema<3,>=2.5.1 [2021-01-19T00:40:31.111Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-19T00:40:31.111Z] Collecting texttable<0.10,>=0.9.0 [2021-01-19T00:40:31.397Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-19T00:40:31.996Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-19T00:40:31.996Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-19T00:40:33.960Z] Collecting docker<4.0,>=3.6.0 [2021-01-19T00:40:33.960Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-19T00:40:33.960Z] 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-19T00:40:33.960Z] Collecting idna<2.8,>=2.5 [2021-01-19T00:40:33.960Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-19T00:40:33.960Z] 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-19T00:40:34.238Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-19T00:40:34.238Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-19T00:40:34.238Z] Collecting docker-pycreds>=0.4.0 [2021-01-19T00:40:34.238Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-19T00:40:34.238Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-19T00:40:34.238Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-19T00:40:34.238Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-19T00:40:34.238Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-19T00:40:34.503Z] Installing collected packages: idna, urllib3, requests, docopt, PyYAML, websocket-client, cached-property, jsonschema, texttable, dockerpty, docker-pycreds, docker, docker-compose [2021-01-19T00:40:34.503Z] Attempting uninstall: idna [2021-01-19T00:40:34.503Z] Found existing installation: idna 2.9 [2021-01-19T00:40:34.503Z] Uninstalling idna-2.9: [2021-01-19T00:40:34.503Z] Successfully uninstalled idna-2.9 [2021-01-19T00:40:34.769Z] Attempting uninstall: urllib3 [2021-01-19T00:40:34.769Z] Found existing installation: urllib3 1.25.9 [2021-01-19T00:40:34.769Z] Uninstalling urllib3-1.25.9: [2021-01-19T00:40:35.038Z] Successfully uninstalled urllib3-1.25.9 [2021-01-19T00:40:35.354Z] Attempting uninstall: requests [2021-01-19T00:40:35.354Z] Found existing installation: requests 2.23.0 [2021-01-19T00:40:35.354Z] Uninstalling requests-2.23.0: [2021-01-19T00:40:35.354Z] Successfully uninstalled requests-2.23.0 [2021-01-19T00:40:35.354Z] Running setup.py install for docopt: started [2021-01-19T00:40:35.977Z] Running setup.py install for docopt: finished with status 'done' [2021-01-19T00:40:35.978Z] Running setup.py install for PyYAML: started [2021-01-19T00:40:36.933Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-19T00:40:37.198Z] Running setup.py install for texttable: started [2021-01-19T00:40:37.783Z] Running setup.py install for texttable: finished with status 'done' [2021-01-19T00:40:37.783Z] Running setup.py install for dockerpty: started [2021-01-19T00:40:38.359Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-19T00:40:38.942Z] 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-19T00:40:43.198Z] Removing intermediate container e2d59c751b26 [2021-01-19T00:40:43.198Z] ---> fb08a4d8dfb0 [2021-01-19T00:40:43.198Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-19T00:40:43.198Z] ---> Running in 8d68c5f5512d [2021-01-19T00:40:43.479Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T00:40:43.754Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T00:40:44.024Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T00:40:44.024Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-19T00:40:44.024Z] (3/3) Installing curl (7.69.1-r3) [2021-01-19T00:40:44.024Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T00:40:44.024Z] OK: 72 MiB in 58 packages [2021-01-19T00:40:45.002Z] Removing intermediate container 8d68c5f5512d [2021-01-19T00:40:45.002Z] ---> 18f1aa270985 [2021-01-19T00:40:45.002Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-19T00:40:45.002Z] ---> Running in 6cfae10b1f6b [2021-01-19T00:40:45.002Z] Removing intermediate container 6cfae10b1f6b [2021-01-19T00:40:45.002Z] ---> b443d067773c [2021-01-19T00:40:45.002Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T00:40:45.267Z] ---> Running in d6205b8e2639 [2021-01-19T00:40:45.544Z] Removing intermediate container d6205b8e2639 [2021-01-19T00:40:45.544Z] ---> 4dc978620915 [2021-01-19T00:40:45.544Z] Step 24/26 : LABEL arch=x86_64 [2021-01-19T00:40:45.544Z] ---> Running in 05baf1d4f4e0 [2021-01-19T00:40:45.838Z] Removing intermediate container 05baf1d4f4e0 [2021-01-19T00:40:45.838Z] ---> 7113be6e973f [2021-01-19T00:40:45.838Z] Step 25/26 : LABEL git_sha=cc001dd965964604bc304bec358ed759899c4713 [2021-01-19T00:40:45.838Z] ---> Running in a2cdb1be1ce8 [2021-01-19T00:40:45.898Z] gofmt -l . [2021-01-19T00:40:45.898Z] [ "`gofmt -l .`" = "" ] [2021-01-19T00:40:45.898Z] ./bin/test-go-mod-tidy.sh [2021-01-19T00:40:45.898Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-19T00:40:46.130Z] Removing intermediate container a2cdb1be1ce8 [2021-01-19T00:40:46.130Z] ---> 450df7b30458 [2021-01-19T00:40:46.130Z] Step 26/26 : LABEL version=0.0.0 [2021-01-19T00:40:46.130Z] ---> Running in 2a78c2273ca4 [2021-01-19T00:40:46.407Z] Removing intermediate container 2a78c2273ca4 [2021-01-19T00:40:46.407Z] ---> bce8884354c7 [2021-01-19T00:40:46.407Z] [2021-01-19T00:40:46.555Z] + ls -al . [2021-01-19T00:40:46.555Z] total 684 [2021-01-19T00:40:46.555Z] drwxrwxr-x 9 1001 1001 4096 Jan 19 00:40 . [2021-01-19T00:40:46.555Z] drwxr-xr-x 4 root root 4096 Jan 19 00:36 .. [2021-01-19T00:40:46.555Z] -rw-rw-r-- 1 1001 1001 11 Jan 19 00:35 .dockerignore [2021-01-19T00:40:46.555Z] drwxrwxr-x 8 1001 1001 4096 Jan 19 00:35 .git [2021-01-19T00:40:46.555Z] drwxrwxr-x 3 1001 1001 4096 Jan 19 00:35 .github [2021-01-19T00:40:46.555Z] -rw-rw-r-- 1 1001 1001 824 Jan 19 00:35 .gitignore [2021-01-19T00:40:46.555Z] -rw-rw-r-- 1 1001 1001 166 Jan 19 00:35 .sonarcloud.properties [2021-01-19T00:40:46.555Z] -rw-rw-r-- 1 1001 1001 7744 Jan 19 00:35 Attribution.txt [2021-01-19T00:40:46.555Z] -rw-rw-r-- 1 1001 1001 3804 Jan 19 00:35 CONTRIBUTING.md [2021-01-19T00:40:46.555Z] -rw-rw-r-- 1 1001 1001 931 Jan 19 00:35 Dockerfile.build [2021-01-19T00:40:46.555Z] -rw-rw-r-- 1 1001 1001 863 Jan 19 00:35 Jenkinsfile [2021-01-19T00:40:46.555Z] -rw-rw-r-- 1 1001 1001 10775 Jan 19 00:35 LICENSE [2021-01-19T00:40:46.555Z] -rw-rw-r-- 1 1001 1001 5750 Jan 19 00:35 Makefile [2021-01-19T00:40:46.555Z] -rw-rw-r-- 1 1001 1001 6524 Jan 19 00:35 README.md [2021-01-19T00:40:46.555Z] -rw-rw-r-- 1 1001 1001 6744 Jan 19 00:35 SECURITY.md [2021-01-19T00:40:46.555Z] -rw-rw-r-- 1 1001 1001 5 Jan 19 00:31 VERSION [2021-01-19T00:40:46.555Z] -rw-rw-r-- 1 1001 1001 4131 Jan 19 00:35 ZMQWindows.md [2021-01-19T00:40:46.555Z] drwxrwxr-x 2 1001 1001 4096 Jan 19 00:35 bin [2021-01-19T00:40:46.555Z] drwxrwxr-x 14 1001 1001 4096 Jan 19 00:35 cmd [2021-01-19T00:40:46.555Z] -rw-r--r-- 1 root root 550280 Jan 19 00:39 coverage.out [2021-01-19T00:40:46.555Z] -rw-r--r-- 1 root root 981 Jan 19 00:40 go.mod [2021-01-19T00:40:46.555Z] -rw-r--r-- 1 root root 19241 Jan 19 00:40 go.sum [2021-01-19T00:40:46.555Z] drwxrwxr-x 8 1001 1001 4096 Jan 19 00:35 internal [2021-01-19T00:40:46.555Z] drwxrwxr-x 4 1001 1001 4096 Jan 19 00:35 openapi [2021-01-19T00:40:46.555Z] drwxrwxr-x 4 1001 1001 4096 Jan 19 00:35 snap [2021-01-19T00:40:46.555Z] -rw-rw-r-- 1 1001 1001 168 Jan 19 00:35 version.go [Pipeline] sh [2021-01-19T00:40:46.673Z] Successfully built bce8884354c7 [2021-01-19T00:40:46.673Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-19T00:40:47.241Z] + '[' -e coverage.out ] [2021-01-19T00:40:47.241Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-19T00:40:47.314Z] Warning: overwriting stash ‘coverage-report’ [2021-01-19T00:40:47.676Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-19T00:40:47.741Z] $ docker stop --time=1 357b589b89e64fbe32e3822e49c6a6060c6621f9fe43768640ff23ac7235b813 [2021-01-19T00:40:48.502Z] Stashed 1 file(s) [2021-01-19T00:40:49.611Z] $ docker rm -f 357b589b89e64fbe32e3822e49c6a6060c6621f9fe43768640ff23ac7235b813 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] sh [2021-01-19T00:40:50.248Z] + docker images [2021-01-19T00:40:50.248Z] + grep docker [2021-01-19T00:40:50.248Z] docker-sys-mgmt-agent-go latest bce8884354c7 4 seconds ago 313MB [2021-01-19T00:40:50.248Z] docker-core-data-go latest 9714ce4f6c65 31 seconds ago 22.3MB [2021-01-19T00:40:50.248Z] docker-support-notifications-go latest 10e316e71002 42 seconds ago 12MB [2021-01-19T00:40:50.248Z] docker-security-bootstrap-redis-go latest 5f75d1e39e73 About a minute ago 15.8MB [2021-01-19T00:40:50.248Z] docker-security-secretstore-setup-go latest 1a7b7803972b 2 minutes ago 24.6MB [2021-01-19T00:40:50.248Z] docker-security-proxy-setup-go latest c4981d72b225 2 minutes ago 24.4MB [2021-01-19T00:40:50.248Z] docker-core-metadata-go latest 58cb8fe1bf3d 2 minutes ago 13.1MB [2021-01-19T00:40:50.248Z] docker-core-command-go latest e48d04002b7d 2 minutes ago 10.6MB [2021-01-19T00:40:50.248Z] docker-support-scheduler-go latest dade84c526bc 2 minutes ago 10.7MB [2021-01-19T00:40:50.248Z] docker 20.10.0 aefe523efa57 5 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2021-01-19T00:40:50.680Z] + make build [2021-01-19T00:40:50.680Z] 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 Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-19T00:41:03.121Z] 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-19T00:41:06.556Z] Still waiting to schedule task [2021-01-19T00:41:06.556Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-21029’ [2021-01-19T00:41:30.781Z] 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-19T00:41:31.378Z] 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-19T00:41:36.783Z] 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-19T00:41:37.762Z] 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-19T00:41:43.198Z] 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-19T00:41:47.497Z] 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-19T00:41:51.840Z] 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-19T00:41:56.149Z] 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-19T00:42:00.468Z] 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-19T00:42:05.873Z] 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-19T00:42:10.290Z] $ docker stop --time=1 1dd7c0af4a0501b293829bac629a1ea69be669853f1d2044971bfe17e0aef145 [2021-01-19T00:42:12.570Z] $ docker rm -f 1dd7c0af4a0501b293829bac629a1ea69be669853f1d2044971bfe17e0aef145 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T00:42:14.409Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T00:42:14.409Z] [2021-01-19T00:42:14.409Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T00:42:14.789Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T00:42:14.789Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-19T00:42:14.789Z] 29e5d40040c1: Pulling fs layer [2021-01-19T00:42:14.789Z] 1ce36da41761: Pulling fs layer [2021-01-19T00:42:14.789Z] 25b303627fd3: Pulling fs layer [2021-01-19T00:42:15.763Z] 29e5d40040c1: Verifying Checksum [2021-01-19T00:42:15.763Z] 29e5d40040c1: Download complete [2021-01-19T00:42:16.038Z] 1ce36da41761: Verifying Checksum [2021-01-19T00:42:16.038Z] 1ce36da41761: Download complete [2021-01-19T00:42:16.038Z] 29e5d40040c1: Pull complete [2021-01-19T00:42:17.478Z] 1ce36da41761: Pull complete [2021-01-19T00:42:17.752Z] 25b303627fd3: Verifying Checksum [2021-01-19T00:42:17.752Z] 25b303627fd3: Download complete [2021-01-19T00:42:27.892Z] 25b303627fd3: Pull complete [2021-01-19T00:42:27.892Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-19T00:42:27.892Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T00:42:27.892Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-19T00:42:28.152Z] prd-ubuntu18.04-docker-arm64-4c-16g-21020 does not seem to be running inside a container [2021-01-19T00:42:28.319Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-19T00:42:31.401Z] $ docker top c34d65a27a441ab17c4cd77f0a80c0d92934f4fc2433d345c0b85bbeb70f5297 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T00:42:32.402Z] + docker-compose build --help [2021-01-19T00:42:32.402Z] + grep parallel [2021-01-19T00:42:36.695Z] --parallel Build images in parallel. [Pipeline] } [2021-01-19T00:42:36.799Z] $ docker stop --time=1 c34d65a27a441ab17c4cd77f0a80c0d92934f4fc2433d345c0b85bbeb70f5297 [2021-01-19T00:42:38.774Z] $ docker rm -f c34d65a27a441ab17c4cd77f0a80c0d92934f4fc2433d345c0b85bbeb70f5297 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T00:42:39.509Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T00:42:39.509Z] . [Pipeline] withDockerContainer [2021-01-19T00:42:39.793Z] prd-ubuntu18.04-docker-arm64-4c-16g-21020 does not seem to be running inside a container [2021-01-19T00:42:39.993Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-19T00:42:41.498Z] $ docker top 21e0d27baf318c972e8528da7a9b9c7e8f01fa66c3c5b2a551b6b3d981bf9e63 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T00:42:42.478Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-19T00:42:46.793Z] Building docker-core-command-go ... [2021-01-19T00:42:46.793Z] Building docker-core-data-go ... [2021-01-19T00:42:46.793Z] Building docker-core-metadata-go ... [2021-01-19T00:42:46.793Z] Building docker-security-bootstrap-redis-go ... [2021-01-19T00:42:46.793Z] Building docker-security-proxy-setup-go ... [2021-01-19T00:42:46.793Z] Building docker-security-secretstore-setup-go ... [2021-01-19T00:42:46.793Z] Building docker-support-notifications-go ... [2021-01-19T00:42:46.793Z] Building docker-support-scheduler-go ... [2021-01-19T00:42:46.793Z] Building docker-sys-mgmt-agent-go ... [2021-01-19T00:42:46.793Z] Building docker-sys-mgmt-agent-go [2021-01-19T00:42:46.793Z] Building docker-support-notifications-go [2021-01-19T00:42:46.793Z] Building docker-core-command-go [2021-01-19T00:42:46.793Z] Building docker-security-secretstore-setup-go [2021-01-19T00:42:46.793Z] Building docker-security-bootstrap-redis-go [2021-01-19T00:42:47.809Z] Running on prd-ubuntu18.04-docker-8c-8g-21030 in /w/workspace/edgexfoundry_edgex-go_PR-3039 [Pipeline] { [Pipeline] ws [2021-01-19T00:42:47.859Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-01-19T00:42:49.943Z] using credential edgex-jenkins-ssh [2021-01-19T00:42:49.997Z] Cloning the remote Git repository [2021-01-19T00:42:50.026Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-19T00:42:50.095Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-01-19T00:42:50.121Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T00:42:50.121Z] > git --version # timeout=10 [2021-01-19T00:42:50.128Z] > git --version # 'git version 2.17.1' [2021-01-19T00:42:50.128Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T00:42:50.154Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T00:42:57.322Z] Merging remotes/origin/master commit cc81cd9a60941bde415ebdc6eaf205dd7f209524 into PR head commit 27f9ef015b6b6c909b41bd3d85b12fec80b46d44 [2021-01-19T00:42:57.498Z] Merge succeeded, producing bf672f40aba572915bdb8331003dd29f0dfefa02 [2021-01-19T00:42:57.499Z] Checking out Revision bf672f40aba572915bdb8331003dd29f0dfefa02 (PR-3039) [2021-01-19T00:42:56.795Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T00:42:56.802Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T00:42:56.811Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T00:42:56.825Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T00:42:56.828Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T00:42:56.832Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3039/head:refs/remotes/origin/PR-3039 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T00:42:57.353Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T00:42:57.358Z] > git checkout -f 27f9ef015b6b6c909b41bd3d85b12fec80b46d44 # timeout=10 [2021-01-19T00:42:57.430Z] > git remote # timeout=10 [2021-01-19T00:42:57.437Z] > git config --get remote.origin.url # timeout=10 [2021-01-19T00:42:57.443Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T00:42:57.446Z] > git merge cc81cd9a60941bde415ebdc6eaf205dd7f209524 # timeout=10 [2021-01-19T00:42:57.514Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-19T00:42:57.523Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T00:42:57.527Z] > git checkout -f bf672f40aba572915bdb8331003dd29f0dfefa02 # timeout=10 [2021-01-19T00:43:01.181Z] Commit message: "Merge commit 'cc81cd9a60941bde415ebdc6eaf205dd7f209524' into HEAD" [2021-01-19T00:43:01.193Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T00:43:01.210Z] > git rev-list --no-walk 8fe0217353472eb59f9bed7deef349ed1483ba79 # timeout=10 [2021-01-19T00:43:02.580Z] + echo snap-build.sh [2021-01-19T00:43:02.580Z] snap-build.sh [2021-01-19T00:43:02.580Z] + SNAP_BASE_DIR=. [2021-01-19T00:43:02.580Z] + '[' '!' -z /w/workspace/edgex-go/4 ']' [2021-01-19T00:43:02.580Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/4 [2021-01-19T00:43:02.580Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' [2021-01-19T00:43:02.580Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/4] [2021-01-19T00:43:02.580Z] + cd /w/workspace/edgex-go/4 [2021-01-19T00:43:02.580Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-19T00:43:02.580Z] Reading package lists... [2021-01-19T00:43:02.580Z] Building dependency tree... [2021-01-19T00:43:02.580Z] Reading state information... [2021-01-19T00:43:02.844Z] The following packages were automatically installed and are no longer required: [2021-01-19T00:43:02.844Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-19T00:43:02.844Z] uidmap xdelta3 [2021-01-19T00:43:02.844Z] Use 'sudo apt autoremove' to remove them. [2021-01-19T00:43:02.844Z] The following packages will be REMOVED: [2021-01-19T00:43:02.844Z] lxd* lxd-client* [2021-01-19T00:43:03.105Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-19T00:43:03.105Z] After this operation, 31.7 MB disk space will be freed. [2021-01-19T00:43:04.157Z] (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-19T00:43:04.157Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-19T00:43:05.101Z] Removing lxd dnsmasq configuration [2021-01-19T00:43:05.101Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-19T00:43:05.101Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-19T00:43:06.046Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-19T00:43:06.046Z] (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-19T00:43:06.046Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-19T00:43:07.433Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-19T00:43:07.433Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-19T00:43:08.823Z] + sudo snap remove --purge lxd [2021-01-19T00:43:08.823Z] snap "lxd" is not installed [2021-01-19T00:43:08.823Z] + sudo groupadd --force --system lxd [2021-01-19T00:43:08.823Z] ++ whoami [2021-01-19T00:43:08.823Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-19T00:43:08.823Z] + newgrp - lxd [2021-01-19T00:43:08.823Z] + sudo snap install lxd [2021-01-19T00:43:16.982Z] 2021-01-19T00:43:14Z INFO Waiting for automatic snapd restart... [2021-01-19T00:43:31.967Z] lxd 4.10 from Canonical* installed [2021-01-19T00:43:31.967Z] + sudo lxd init --auto [2021-01-19T00:43:40.124Z] + sudo snap install --classic snapcraft [2021-01-19T00:43:44.342Z] snapcraft 4.4.4 from Canonical* installed [2021-01-19T00:43:44.342Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-19T00:43:44.342Z] + patch --verbose -p1 [2021-01-19T00:43:44.342Z] Hmm... Looks like a unified diff to me... [2021-01-19T00:43:44.342Z] The text leading up to this was: [2021-01-19T00:43:44.342Z] -------------------------- [2021-01-19T00:43:44.342Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-19T00:43:44.342Z] |From: Tony Espy [2021-01-19T00:43:44.342Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-19T00:43:44.342Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-19T00:43:44.342Z] | [2021-01-19T00:43:44.342Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-19T00:43:44.342Z] |optimize the snap CI check run for pull requests. When [2021-01-19T00:43:44.342Z] |applied, it essentially strips out everything (apps and [2021-01-19T00:43:44.342Z] |parts) from the snapcraft.yaml file except those required [2021-01-19T00:43:44.342Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-19T00:43:44.342Z] |catch changes to edgex-go that break the snap build. [2021-01-19T00:43:44.342Z] | [2021-01-19T00:43:44.342Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-19T00:43:44.342Z] |to update this patch file, otherwise it may fail to apply, [2021-01-19T00:43:44.342Z] |resulting in a failed snap build CI check in the associated [2021-01-19T00:43:44.342Z] |pull request. [2021-01-19T00:43:44.342Z] | [2021-01-19T00:43:44.342Z] |Note - in addition to applying this patch, the pipeline also [2021-01-19T00:43:44.342Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-19T00:43:44.342Z] |need to build the finally binary .snap file (and it won't [2021-01-19T00:43:44.342Z] |work with the patch applied). This further reduces the build [2021-01-19T00:43:44.342Z] |time. [2021-01-19T00:43:44.342Z] |--- [2021-01-19T00:43:44.342Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-19T00:43:44.342Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-19T00:43:44.342Z] | [2021-01-19T00:43:44.342Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-19T00:43:44.342Z] |index 1e537489..faf42425 100644 [2021-01-19T00:43:44.342Z] |--- a/snap/snapcraft.yaml [2021-01-19T00:43:44.342Z] |+++ b/snap/snapcraft.yaml [2021-01-19T00:43:44.342Z] -------------------------- [2021-01-19T00:43:44.342Z] patching file snap/snapcraft.yaml [2021-01-19T00:43:44.342Z] Using Plan A... [2021-01-19T00:43:44.342Z] Hunk #1 succeeded at 73. [2021-01-19T00:43:44.342Z] Hunk #2 succeeded at 202 with fuzz 1. [2021-01-19T00:43:44.342Z] Hunk #3 succeeded at 214 (offset -3 lines). [2021-01-19T00:43:44.342Z] Hunk #4 succeeded at 222 (offset -3 lines). [2021-01-19T00:43:44.342Z] Hunk #5 succeeded at 229 (offset -3 lines). [2021-01-19T00:43:44.342Z] Hunk #6 succeeded at 256 (offset -3 lines). [2021-01-19T00:43:44.342Z] Hunk #7 succeeded at 290 (offset -3 lines). [2021-01-19T00:43:44.342Z] Hunk #8 succeeded at 342 (offset -2 lines). [2021-01-19T00:43:44.342Z] Hmm... Ignoring the trailing garbage. [2021-01-19T00:43:44.342Z] done [2021-01-19T00:43:44.342Z] + sudo snapcraft prime --use-lxd [2021-01-19T00:43:45.728Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-19T00:43:45.728Z] 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-19T00:43:45.728Z] - README.md [2021-01-19T00:43:45.728Z] - snapcraft.yaml.orig [2021-01-19T00:43:45.728Z] [2021-01-19T00:43:45.728Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-19T00:43:46.300Z] Launching a container. [2021-01-19T00:43:54.824Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:43:54.825Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:43:54.825Z] ---> b3c88f2dcc38 [2021-01-19T00:43:54.825Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T00:43:54.825Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:43:54.825Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:43:54.825Z] ---> b3c88f2dcc38 [2021-01-19T00:43:54.825Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T00:43:54.825Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:43:54.825Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:43:54.825Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:43:54.825Z] ---> b3c88f2dcc38 [2021-01-19T00:43:54.825Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T00:43:54.825Z] [2021-01-19T00:43:54.825Z] ---> b3c88f2dcc38 [2021-01-19T00:43:54.825Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T00:43:54.825Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:43:54.825Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:43:54.825Z] ---> b3c88f2dcc38 [2021-01-19T00:43:54.825Z] Step 3/26 : WORKDIR /edgex-go [2021-01-19T00:43:56.288Z] ---> Running in 7b07e6be978f [2021-01-19T00:43:56.288Z] ---> Running in aca8f0fc8048 [2021-01-19T00:43:56.288Z] ---> Running in bdff1a31f537 [2021-01-19T00:43:56.288Z] ---> Running in d5d60c298cc8 [2021-01-19T00:43:56.288Z] ---> Running in 8b42b61d8085 [2021-01-19T00:43:57.272Z] Removing intermediate container 7b07e6be978f [2021-01-19T00:43:57.272Z] ---> 4c2253869159 [2021-01-19T00:43:57.272Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:43:57.272Z] Removing intermediate container bdff1a31f537 [2021-01-19T00:43:57.272Z] ---> 3f6751cf2e83 [2021-01-19T00:43:57.272Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:43:57.272Z] Removing intermediate container d5d60c298cc8 [2021-01-19T00:43:57.272Z] ---> 89d35564525a [2021-01-19T00:43:57.272Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:43:57.272Z] Removing intermediate container aca8f0fc8048 [2021-01-19T00:43:57.272Z] ---> 02b24dc639f1 [2021-01-19T00:43:57.272Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:43:57.272Z] Removing intermediate container 8b42b61d8085 [2021-01-19T00:43:57.272Z] ---> c05f64309c84 [2021-01-19T00:43:57.272Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:43:57.546Z] ---> Running in a344cabea0a8 [2021-01-19T00:43:57.546Z] ---> Running in 78e31ec805fe [2021-01-19T00:43:57.546Z] ---> Running in 8525a7b51f5a [2021-01-19T00:43:57.546Z] ---> Running in 26c13e43f591 [2021-01-19T00:43:57.546Z] ---> Running in 0acbaf08f0ba [2021-01-19T00:44:01.242Z] Waiting for container to be ready [2021-01-19T00:44:01.242Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-19T00:44:01.242Z] [2021-01-19T00:44:01.906Z] Removing intermediate container a344cabea0a8 [2021-01-19T00:44:01.906Z] ---> 322da77a5c3c [2021-01-19T00:44:01.906Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-19T00:44:01.906Z] Removing intermediate container 78e31ec805fe [2021-01-19T00:44:01.906Z] ---> 537201bfb9a6 [2021-01-19T00:44:01.906Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-19T00:44:01.906Z] Removing intermediate container 8525a7b51f5a [2021-01-19T00:44:01.906Z] ---> 0f6d0edea09a [2021-01-19T00:44:01.906Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-19T00:44:01.906Z] ---> Running in 766b0949a499 [2021-01-19T00:44:01.906Z] ---> Running in 0c884079dccd [2021-01-19T00:44:02.180Z] ---> Running in 71548bf8da5e [2021-01-19T00:44:02.180Z] Removing intermediate container 0acbaf08f0ba [2021-01-19T00:44:02.180Z] ---> 7f2f5453da01 [2021-01-19T00:44:02.180Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T00:44:02.180Z] Removing intermediate container 26c13e43f591 [2021-01-19T00:44:02.180Z] ---> 8156c559e4f5 [2021-01-19T00:44:02.180Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T00:44:02.454Z] ---> Running in e017bf4932a8 [2021-01-19T00:44:02.454Z] ---> Running in 88f6effb7d09 [2021-01-19T00:44:03.167Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-19T00:44:03.739Z] Waiting for network to be ready... [2021-01-19T00:44:04.316Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-19T00:44:04.316Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-19T00:44:04.479Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T00:44:04.479Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T00:44:04.577Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-19T00:44:04.753Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T00:44:04.753Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T00:44:04.753Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T00:44:04.837Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1512 kB] [2021-01-19T00:44:04.837Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-19T00:44:05.098Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-19T00:44:05.098Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-19T00:44:05.098Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-19T00:44:05.098Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-19T00:44:05.098Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-19T00:44:05.098Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-19T00:44:05.346Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T00:44:05.346Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T00:44:05.359Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-19T00:44:05.360Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-19T00:44:05.360Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-19T00:44:05.360Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-19T00:44:05.360Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-19T00:44:05.360Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1099 kB] [2021-01-19T00:44:05.360Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-19T00:44:05.618Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T00:44:05.619Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T00:44:05.619Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T00:44:05.620Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-19T00:44:05.882Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1843 kB] [2021-01-19T00:44:06.142Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-19T00:44:06.142Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-19T00:44:06.142Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-19T00:44:06.142Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-19T00:44:06.142Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-19T00:44:06.142Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1705 kB] [2021-01-19T00:44:06.142Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [359 kB] [2021-01-19T00:44:06.214Z] OK: 217 MiB in 51 packages [2021-01-19T00:44:06.499Z] OK: 217 MiB in 51 packages [2021-01-19T00:44:06.778Z] OK: 217 MiB in 51 packages [2021-01-19T00:44:07.058Z] OK: 217 MiB in 51 packages [2021-01-19T00:44:07.663Z] OK: 217 MiB in 51 packages [2021-01-19T00:44:08.262Z] Removing intermediate container 766b0949a499 [2021-01-19T00:44:08.262Z] ---> c79c95cb8cd6 [2021-01-19T00:44:08.262Z] Step 6/24 : COPY go.mod . [2021-01-19T00:44:08.686Z] Fetched 23.7 MB in 4s (5672 kB/s) [2021-01-19T00:44:08.869Z] Removing intermediate container 71548bf8da5e [2021-01-19T00:44:08.869Z] ---> 54f934df9c0b [2021-01-19T00:44:08.869Z] Step 6/24 : COPY go.mod . [2021-01-19T00:44:08.869Z] Removing intermediate container e017bf4932a8 [2021-01-19T00:44:08.869Z] ---> 528a572acb98 [2021-01-19T00:44:08.869Z] Step 6/22 : COPY go.mod . [2021-01-19T00:44:08.948Z] Reading package lists... [2021-01-19T00:44:09.146Z] Removing intermediate container 88f6effb7d09 [2021-01-19T00:44:09.146Z] ---> 0f755bb5a01b [2021-01-19T00:44:09.146Z] Step 6/22 : COPY go.mod . [2021-01-19T00:44:09.146Z] ---> 1033e527f772 [2021-01-19T00:44:09.146Z] Step 7/24 : RUN go mod download [2021-01-19T00:44:09.146Z] Removing intermediate container 0c884079dccd [2021-01-19T00:44:09.146Z] ---> 5b30cd7fe3be [2021-01-19T00:44:09.146Z] Step 6/26 : COPY go.mod . [2021-01-19T00:44:09.208Z] Reading package lists... [2021-01-19T00:44:09.437Z] ---> Running in 1fa22f719778 [2021-01-19T00:44:09.470Z] Building dependency tree... [2021-01-19T00:44:09.470Z] Reading state information... [2021-01-19T00:44:09.720Z] ---> 4d7894d10593 [2021-01-19T00:44:09.720Z] Step 7/24 : RUN go mod download [2021-01-19T00:44:09.730Z] The following additional packages will be installed: [2021-01-19T00:44:09.730Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-19T00:44:09.730Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-19T00:44:09.730Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-19T00:44:09.730Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-19T00:44:09.730Z] Suggested packages: [2021-01-19T00:44:09.730Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-19T00:44:09.730Z] Recommended packages: [2021-01-19T00:44:09.730Z] gnupg libsasl2-modules [2021-01-19T00:44:09.730Z] The following NEW packages will be installed: [2021-01-19T00:44:09.730Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-19T00:44:09.730Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-19T00:44:09.730Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-19T00:44:09.730Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-19T00:44:09.730Z] The following packages will be upgraded: [2021-01-19T00:44:09.730Z] gpg gpg-agent gpgconf libudev1 [2021-01-19T00:44:09.990Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-19T00:44:09.990Z] Need to get 3533 kB of archives. [2021-01-19T00:44:09.990Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-19T00:44:09.990Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-19T00:44:09.990Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-19T00:44:10.004Z] ---> 5c729085a010 [2021-01-19T00:44:10.004Z] Step 7/22 : RUN go mod download [2021-01-19T00:44:10.004Z] ---> Running in 77a2f4023ce8 [2021-01-19T00:44:10.250Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-19T00:44:10.277Z] ---> Running in d8126a388358 [2021-01-19T00:44:10.277Z] ---> 4153da8111e4 [2021-01-19T00:44:10.277Z] Step 7/22 : RUN go mod download [2021-01-19T00:44:10.512Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-19T00:44:10.512Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-19T00:44:10.512Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-01-19T00:44:10.512Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-19T00:44:10.512Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-19T00:44:10.512Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-19T00:44:10.512Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-19T00:44:10.512Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-19T00:44:10.512Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-19T00:44:10.512Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-19T00:44:10.512Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-19T00:44:10.512Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-19T00:44:10.512Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-19T00:44:10.512Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-19T00:44:10.512Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-19T00:44:10.512Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-19T00:44:10.512Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-19T00:44:10.572Z] ---> 606f45cc9d3e [2021-01-19T00:44:10.572Z] Step 7/26 : RUN go mod download [2021-01-19T00:44:10.572Z] ---> Running in 73d3ce6291a4 [2021-01-19T00:44:10.775Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-19T00:44:10.775Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-19T00:44:10.775Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-19T00:44:10.775Z] Fetched 3533 kB in 1s (3524 kB/s) [2021-01-19T00:44:10.775Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-19T00:44:10.775Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-19T00:44:10.868Z] ---> Running in 70f8a5e55fcd [2021-01-19T00:44:11.035Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-19T00:44:11.036Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-19T00:44:11.036Z] Selecting previously unselected package udev. [2021-01-19T00:44:11.036Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-19T00:44:11.036Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-19T00:44:11.318Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-19T00:44:11.318Z] Selecting previously unselected package libfuse2:amd64. [2021-01-19T00:44:11.318Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-19T00:44:11.318Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-19T00:44:11.582Z] Selecting previously unselected package fuse. [2021-01-19T00:44:11.583Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-19T00:44:11.583Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-19T00:44:11.583Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-19T00:44:11.583Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-19T00:44:11.866Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-19T00:44:11.867Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-19T00:44:11.867Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-19T00:44:11.867Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-19T00:44:12.129Z] Selecting previously unselected package libksba8:amd64. [2021-01-19T00:44:12.129Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-19T00:44:12.129Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-19T00:44:12.129Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-19T00:44:12.129Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T00:44:12.129Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T00:44:12.406Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-19T00:44:12.406Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T00:44:12.406Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T00:44:12.406Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-19T00:44:12.406Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T00:44:12.406Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T00:44:12.406Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-19T00:44:12.406Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T00:44:12.406Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T00:44:12.694Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-19T00:44:12.694Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T00:44:12.694Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T00:44:12.694Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-19T00:44:12.694Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T00:44:12.694Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T00:44:12.694Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-19T00:44:12.694Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T00:44:12.694Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T00:44:12.965Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-19T00:44:12.965Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T00:44:12.965Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T00:44:12.965Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-19T00:44:12.965Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T00:44:12.965Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T00:44:12.966Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-19T00:44:12.966Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-19T00:44:12.966Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-19T00:44:13.239Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-19T00:44:13.239Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-19T00:44:13.239Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-19T00:44:13.239Z] Selecting previously unselected package libldap-common. [2021-01-19T00:44:13.239Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-19T00:44:13.239Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-19T00:44:13.239Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-19T00:44:13.239Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-19T00:44:13.239Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-19T00:44:13.509Z] Selecting previously unselected package dirmngr. [2021-01-19T00:44:13.509Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-19T00:44:13.509Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-19T00:44:13.509Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-19T00:44:13.509Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-19T00:44:13.509Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-19T00:44:13.543Z] Removing intermediate container 1fa22f719778 [2021-01-19T00:44:13.544Z] ---> 98c9700be2ed [2021-01-19T00:44:13.544Z] Step 8/24 : COPY . . [2021-01-19T00:44:13.781Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-19T00:44:13.781Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-19T00:44:13.781Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-19T00:44:13.781Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T00:44:13.781Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-19T00:44:13.781Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-19T00:44:13.781Z] Setting up udev (237-3ubuntu10.44) ... [2021-01-19T00:44:14.046Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-19T00:44:14.308Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T00:44:14.308Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-19T00:44:14.308Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-19T00:44:14.308Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-19T00:44:14.570Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T00:44:14.570Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T00:44:14.570Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T00:44:14.570Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T00:44:14.570Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T00:44:14.570Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T00:44:14.570Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T00:44:14.570Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-19T00:44:14.570Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-19T00:44:14.836Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-19T00:44:15.041Z] Removing intermediate container 77a2f4023ce8 [2021-01-19T00:44:15.041Z] ---> c6b7b1c61523 [2021-01-19T00:44:15.041Z] Step 8/24 : COPY . . [2021-01-19T00:44:15.100Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-19T00:44:15.100Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-19T00:44:15.100Z] This means they are not meant to be enabled using systemctl. [2021-01-19T00:44:15.100Z] Possible reasons for having this kind of units are: [2021-01-19T00:44:15.100Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-19T00:44:15.100Z] .wants/ or .requires/ directory. [2021-01-19T00:44:15.100Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-19T00:44:15.100Z] a requirement dependency on it. [2021-01-19T00:44:15.100Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-19T00:44:15.101Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-19T00:44:15.101Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-19T00:44:15.101Z] instance name specified. [2021-01-19T00:44:15.361Z] Reading package lists... [2021-01-19T00:44:15.627Z] Building dependency tree... [2021-01-19T00:44:15.627Z] Reading state information... [2021-01-19T00:44:15.627Z] The following additional packages will be installed: [2021-01-19T00:44:15.627Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-19T00:44:15.627Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-19T00:44:15.627Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-19T00:44:15.627Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-19T00:44:15.627Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-19T00:44:15.627Z] Suggested packages: [2021-01-19T00:44:15.627Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-19T00:44:15.627Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-19T00:44:15.627Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-19T00:44:15.627Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-19T00:44:15.627Z] systemd-container policykit-1 [2021-01-19T00:44:15.627Z] Recommended packages: [2021-01-19T00:44:15.628Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-19T00:44:15.628Z] The following NEW packages will be installed: [2021-01-19T00:44:15.628Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-19T00:44:15.628Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-19T00:44:15.628Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-19T00:44:15.628Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-19T00:44:15.628Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-19T00:44:15.628Z] The following packages will be upgraded: [2021-01-19T00:44:15.628Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-19T00:44:15.891Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-19T00:44:15.891Z] Need to get 35.2 MB of archives. [2021-01-19T00:44:15.891Z] After this operation, 141 MB of additional disk space will be used. [2021-01-19T00:44:15.891Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-19T00:44:15.891Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-19T00:44:16.040Z] Removing intermediate container d8126a388358 [2021-01-19T00:44:16.040Z] ---> d6c481b2654a [2021-01-19T00:44:16.040Z] Step 8/22 : COPY . . [2021-01-19T00:44:16.324Z] Removing intermediate container 70f8a5e55fcd [2021-01-19T00:44:16.324Z] ---> 1e29d62d958a [2021-01-19T00:44:16.324Z] Step 8/26 : COPY . . [2021-01-19T00:44:16.603Z] Removing intermediate container 73d3ce6291a4 [2021-01-19T00:44:16.603Z] ---> 3bc03f375b25 [2021-01-19T00:44:16.603Z] Step 8/22 : COPY . . [2021-01-19T00:44:16.839Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-19T00:44:16.840Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-19T00:44:17.102Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-19T00:44:17.102Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-19T00:44:17.102Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-19T00:44:17.102Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-19T00:44:17.102Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-19T00:44:17.102Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-19T00:44:17.102Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-19T00:44:17.102Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-19T00:44:17.367Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-19T00:44:17.367Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-19T00:44:17.367Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-19T00:44:17.367Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-19T00:44:17.367Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-19T00:44:17.367Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-19T00:44:17.367Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-19T00:44:17.367Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-19T00:44:17.367Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-19T00:44:17.367Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-19T00:44:17.367Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-19T00:44:17.367Z] Get:24 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-19T00:44:17.367Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-19T00:44:17.367Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-19T00:44:17.367Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-19T00:44:17.367Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-19T00:44:17.628Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-19T00:44:17.628Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-19T00:44:19.543Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-19T00:44:19.543Z] Fetched 35.2 MB in 3s (10.1 MB/s) [2021-01-19T00:44:19.543Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-19T00:44:19.543Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-19T00:44:19.543Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-19T00:44:20.116Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-19T00:44:20.116Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-19T00:44:20.378Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-19T00:44:20.378Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-19T00:44:20.378Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-19T00:44:20.378Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-19T00:44:20.640Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-19T00:44:20.900Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-19T00:44:20.900Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-19T00:44:20.900Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-19T00:44:21.160Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-19T00:44:21.160Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-19T00:44:21.421Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-19T00:44:21.682Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-19T00:44:21.682Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-19T00:44:21.682Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-19T00:44:21.945Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-19T00:44:21.945Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-19T00:44:21.945Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T00:44:21.945Z] Selecting previously unselected package libexpat1:amd64. [2021-01-19T00:44:21.945Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-19T00:44:21.945Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-19T00:44:22.206Z] Selecting previously unselected package python3.6-minimal. [2021-01-19T00:44:22.206Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-19T00:44:22.206Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T00:44:22.467Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-19T00:44:22.467Z] Checking for services that may need to be restarted...done. [2021-01-19T00:44:22.467Z] Checking for services that may need to be restarted...done. [2021-01-19T00:44:22.467Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T00:44:22.730Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-19T00:44:22.730Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T00:44:22.991Z] Selecting previously unselected package python3-minimal. [2021-01-19T00:44:23.252Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-19T00:44:23.252Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-19T00:44:23.252Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-19T00:44:23.252Z] Selecting previously unselected package mime-support. [2021-01-19T00:44:23.252Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-19T00:44:23.252Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-19T00:44:23.252Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-19T00:44:23.252Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-19T00:44:23.252Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-19T00:44:23.512Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-19T00:44:23.512Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-19T00:44:23.512Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T00:44:23.774Z] Selecting previously unselected package python3.6. [2021-01-19T00:44:23.774Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-19T00:44:23.774Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T00:44:23.774Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-19T00:44:23.774Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-19T00:44:23.774Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-19T00:44:24.034Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-19T00:44:24.295Z] Selecting previously unselected package python3. [2021-01-19T00:44:24.295Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-19T00:44:24.295Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-19T00:44:24.295Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-19T00:44:24.295Z] Selecting previously unselected package multiarch-support. [2021-01-19T00:44:24.295Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-19T00:44:24.295Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-19T00:44:24.295Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-19T00:44:24.567Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-19T00:44:24.567Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-19T00:44:24.567Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-19T00:44:24.567Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-19T00:44:24.567Z] Selecting previously unselected package libbsd0:amd64. [2021-01-19T00:44:24.567Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-19T00:44:24.567Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-19T00:44:24.832Z] Selecting previously unselected package sudo. [2021-01-19T00:44:24.832Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-19T00:44:24.832Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-19T00:44:24.832Z] Selecting previously unselected package apparmor. [2021-01-19T00:44:24.832Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-19T00:44:24.832Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-19T00:44:25.092Z] Selecting previously unselected package libedit2:amd64. [2021-01-19T00:44:25.092Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-19T00:44:25.092Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-19T00:44:25.092Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-19T00:44:25.092Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-19T00:44:25.092Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T00:44:25.362Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-19T00:44:25.362Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-19T00:44:25.362Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T00:44:25.362Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-19T00:44:25.362Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-19T00:44:25.362Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-19T00:44:25.947Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-19T00:44:25.947Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-19T00:44:25.947Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T00:44:25.947Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-19T00:44:25.947Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-19T00:44:25.947Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T00:44:26.216Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-19T00:44:26.216Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-19T00:44:26.216Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-19T00:44:26.216Z] Selecting previously unselected package openssh-client. [2021-01-19T00:44:26.216Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-19T00:44:26.216Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-19T00:44:26.481Z] Selecting previously unselected package squashfs-tools. [2021-01-19T00:44:26.481Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-19T00:44:26.481Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-19T00:44:26.481Z] Selecting previously unselected package snapd. [2021-01-19T00:44:26.481Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-19T00:44:26.481Z] Unpacking snapd (2.48+18.04) ... [2021-01-19T00:44:28.391Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-19T00:44:28.391Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-19T00:44:28.682Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-19T00:44:28.682Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-19T00:44:28.682Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-19T00:44:28.682Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T00:44:28.682Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-19T00:44:28.682Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-19T00:44:28.682Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-19T00:44:29.631Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-19T00:44:29.631Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-19T00:44:29.631Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-19T00:44:29.631Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T00:44:29.631Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T00:44:29.631Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T00:44:30.202Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-19T00:44:30.202Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T00:44:30.202Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-19T00:44:30.202Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-19T00:44:30.202Z] running python rtupdate hooks for python3.6... [2021-01-19T00:44:30.202Z] running python post-rtupdate hooks for python3.6... [2021-01-19T00:44:30.462Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-19T00:44:32.376Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-19T00:44:32.376Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T00:44:32.376Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-19T00:44:32.638Z] Setting up snapd (2.48+18.04) ... [2021-01-19T00:44:32.898Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-19T00:44:33.158Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-19T00:44:33.158Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-19T00:44:33.418Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-19T00:44:33.678Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-19T00:44:33.678Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-19T00:44:33.678Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-19T00:44:33.938Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-19T00:44:34.199Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-19T00:44:34.199Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-19T00:44:34.459Z] /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-19T00:44:34.459Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-19T00:44:34.459Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-19T00:44:35.396Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-19T00:44:35.396Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-19T00:44:35.396Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-19T00:44:36.597Z] Reading package lists... [2021-01-19T00:44:36.857Z] Reading package lists... [2021-01-19T00:44:36.857Z] Building dependency tree... [2021-01-19T00:44:36.857Z] Reading state information... [2021-01-19T00:44:37.118Z] Calculating upgrade... [2021-01-19T00:44:37.118Z] The following packages will be upgraded: [2021-01-19T00:44:37.118Z] advancecomp base-files bash binutils binutils-common [2021-01-19T00:44:37.118Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-19T00:44:37.118Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-19T00:44:37.118Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-19T00:44:37.118Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-19T00:44:37.118Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-19T00:44:37.118Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-19T00:44:37.118Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-19T00:44:37.118Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-19T00:44:37.118Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-19T00:44:37.118Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-19T00:44:37.118Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-19T00:44:37.118Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-19T00:44:37.118Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-19T00:44:37.118Z] ubuntu-keyring util-linux [2021-01-19T00:44:37.118Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-19T00:44:37.118Z] Need to get 63.7 MB of archives. [2021-01-19T00:44:37.118Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-19T00:44:37.118Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] [2021-01-19T00:44:37.383Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-19T00:44:37.383Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-19T00:44:37.383Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-19T00:44:37.383Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-19T00:44:37.383Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-19T00:44:37.383Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-19T00:44:37.383Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-19T00:44:37.383Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-19T00:44:37.383Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-19T00:44:37.383Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-19T00:44:37.383Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-19T00:44:37.383Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-19T00:44:37.383Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-19T00:44:37.383Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-19T00:44:37.383Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-19T00:44:37.383Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-19T00:44:37.383Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-19T00:44:37.646Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-19T00:44:37.646Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-19T00:44:37.646Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-19T00:44:37.646Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-19T00:44:37.646Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-19T00:44:37.646Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-19T00:44:37.646Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-19T00:44:37.646Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-19T00:44:37.646Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-19T00:44:37.646Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-19T00:44:37.646Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-19T00:44:37.646Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-19T00:44:37.647Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-19T00:44:37.647Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-19T00:44:37.647Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-19T00:44:37.647Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-19T00:44:37.647Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-19T00:44:37.647Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-19T00:44:37.647Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-19T00:44:37.647Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-19T00:44:37.647Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-19T00:44:37.647Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-19T00:44:37.647Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-19T00:44:37.647Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-19T00:44:37.647Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-19T00:44:37.647Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-19T00:44:37.647Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-19T00:44:37.906Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-19T00:44:37.906Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-19T00:44:37.906Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-19T00:44:37.906Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-01-19T00:44:37.906Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-19T00:44:37.906Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-19T00:44:37.906Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-19T00:44:37.906Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-19T00:44:37.906Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-19T00:44:37.906Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-19T00:44:37.906Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-19T00:44:37.906Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-19T00:44:38.167Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-19T00:44:38.167Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-19T00:44:38.167Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-19T00:44:38.428Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-19T00:44:38.428Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-19T00:44:38.428Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-19T00:44:38.428Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-19T00:44:38.428Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-19T00:44:38.688Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-19T00:44:38.949Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-19T00:44:39.210Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-19T00:44:39.210Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-19T00:44:39.471Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-19T00:44:39.471Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-19T00:44:39.471Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-19T00:44:39.732Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-19T00:44:39.732Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-19T00:44:39.732Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-19T00:44:39.732Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-19T00:44:39.732Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-19T00:44:39.732Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-19T00:44:39.732Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-19T00:44:39.732Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-19T00:44:39.732Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-01-19T00:44:39.732Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-19T00:44:39.732Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-19T00:44:39.732Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-01-19T00:44:39.732Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-19T00:44:39.732Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-19T00:44:39.993Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-19T00:44:39.993Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-19T00:44:39.993Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-19T00:44:39.993Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-19T00:44:39.993Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-01-19T00:44:39.993Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-19T00:44:39.993Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-19T00:44:39.993Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-19T00:44:39.993Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-19T00:44:39.993Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-19T00:44:40.254Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-19T00:44:40.254Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-19T00:44:40.254Z] Fetched 63.7 MB in 3s (21.7 MB/s) [2021-01-19T00:44:40.254Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:44:40.254Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-19T00:44:40.254Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-19T00:44:41.194Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-19T00:44:41.194Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-19T00:44:41.194Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... [2021-01-19T00:44:41.194Z] Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... [2021-01-19T00:44:42.137Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T00:44:42.137Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T00:44:42.137Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T00:44:42.137Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T00:44:42.399Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T00:44:42.399Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T00:44:42.399Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T00:44:42.399Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T00:44:42.660Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T00:44:42.660Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T00:44:42.660Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T00:44:42.660Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T00:44:42.922Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T00:44:42.922Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T00:44:42.922Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T00:44:43.182Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-19T00:44:43.182Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T00:44:43.182Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-19T00:44:43.182Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-19T00:44:43.443Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-19T00:44:43.443Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T00:44:43.443Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T00:44:43.443Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T00:44:43.443Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T00:44:43.487Z] ---> 36acfa87e219 [2021-01-19T00:44:43.487Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-19T00:44:43.487Z] ---> 05d661679968 [2021-01-19T00:44:43.487Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-19T00:44:43.487Z] ---> 65215b4ada2f [2021-01-19T00:44:43.487Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-19T00:44:43.487Z] ---> d261afabf18c [2021-01-19T00:44:43.487Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-19T00:44:43.487Z] ---> bfc322e00d58 [2021-01-19T00:44:43.487Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-19T00:44:43.487Z] ---> Running in 4198f1a582cd [2021-01-19T00:44:43.487Z] ---> Running in 19c8e6e8e824 [2021-01-19T00:44:43.487Z] ---> Running in 004e19bcac34 [2021-01-19T00:44:43.487Z] ---> Running in 663cffb29683 [2021-01-19T00:44:43.487Z] ---> Running in 1025e158963a [2021-01-19T00:44:43.487Z] 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-19T00:44:43.487Z] 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-19T00:44:43.487Z] 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-19T00:44:43.487Z] 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-19T00:44:43.705Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T00:44:43.705Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T00:44:43.761Z] 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-19T00:44:43.970Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T00:44:43.970Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-19T00:44:43.970Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-19T00:44:44.232Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-19T00:44:44.492Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-19T00:44:44.753Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-19T00:44:44.753Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-19T00:44:44.753Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-19T00:44:44.753Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-19T00:44:45.013Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-19T00:44:45.274Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-19T00:44:45.274Z] Installing new version of config file /etc/issue ... [2021-01-19T00:44:45.274Z] Installing new version of config file /etc/issue.net ... [2021-01-19T00:44:45.274Z] Installing new version of config file /etc/lsb-release ... [2021-01-19T00:44:45.274Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-19T00:44:45.536Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-19T00:44:45.536Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-19T00:44:45.536Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-19T00:44:45.799Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:44:45.799Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-19T00:44:45.799Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-19T00:44:45.799Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-19T00:44:46.060Z] 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-19T00:44:46.060Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:44:46.060Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T00:44:46.060Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-19T00:44:46.321Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-19T00:44:46.321Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:44:46.321Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-19T00:44:46.321Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-19T00:44:46.582Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-19T00:44:46.582Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:44:46.582Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-19T00:44:46.582Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-19T00:44:46.842Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-19T00:44:47.107Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:44:47.107Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-19T00:44:47.107Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-19T00:44:47.107Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-19T00:44:47.368Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:44:47.368Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-19T00:44:47.368Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-19T00:44:47.633Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-19T00:44:47.633Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:44:47.633Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-19T00:44:47.633Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-19T00:44:47.899Z] Setting up grep (3.1-2build1) ... [2021-01-19T00:44:47.899Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:44:47.899Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-19T00:44:47.899Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-19T00:44:48.163Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-19T00:44:48.163Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:44:48.163Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-19T00:44:48.163Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-19T00:44:48.424Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-19T00:44:48.424Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:44:48.424Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-19T00:44:48.684Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-19T00:44:48.944Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-19T00:44:49.204Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-19T00:44:49.204Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-19T00:44:49.204Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-19T00:44:49.775Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-19T00:44:49.775Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:44:49.775Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-19T00:44:49.775Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-19T00:44:50.756Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-19T00:44:51.023Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-19T00:44:51.023Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-19T00:44:51.023Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-19T00:44:51.283Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-19T00:44:51.283Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:44:51.283Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-19T00:44:51.283Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-19T00:44:51.546Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-19T00:44:51.546Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:44:51.546Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T00:44:51.546Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T00:44:51.816Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-19T00:44:52.088Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:44:52.088Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T00:44:52.088Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T00:44:52.088Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-19T00:44:52.349Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:44:52.349Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T00:44:52.349Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T00:44:52.349Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-19T00:44:52.349Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:44:52.349Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T00:44:52.609Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T00:44:52.609Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-19T00:44:52.609Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:44:52.609Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-19T00:44:52.609Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-19T00:44:52.870Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-19T00:44:52.870Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-19T00:44:52.870Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-19T00:44:52.870Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:44:52.870Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-19T00:44:53.137Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-19T00:44:53.137Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-19T00:44:53.137Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:44:53.137Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T00:44:53.137Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T00:44:53.399Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-19T00:44:53.399Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:44:53.399Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T00:44:53.399Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T00:44:53.659Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-19T00:44:53.659Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:44:53.659Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T00:44:53.921Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T00:44:54.181Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-19T00:44:54.447Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-19T00:44:54.734Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-19T00:44:54.734Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:44:54.734Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-19T00:44:54.734Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-19T00:44:54.995Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-19T00:44:55.256Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:44:55.256Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-19T00:44:55.256Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-19T00:44:55.256Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-19T00:44:55.517Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T00:44:55.517Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-19T00:44:55.517Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-19T00:44:55.778Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-19T00:44:55.778Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T00:44:55.778Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-19T00:44:56.038Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-19T00:44:56.038Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-19T00:44:56.299Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T00:44:56.299Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-19T00:44:56.299Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-19T00:44:56.299Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-19T00:44:56.558Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T00:44:56.558Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-19T00:44:56.558Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-19T00:44:56.818Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-19T00:44:57.079Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T00:44:57.079Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T00:44:57.080Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T00:44:57.080Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-19T00:44:57.080Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-19T00:44:57.340Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-19T00:44:57.340Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-19T00:44:57.340Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-19T00:44:57.600Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T00:44:57.600Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-19T00:44:57.600Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-19T00:44:57.600Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-19T00:44:57.861Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T00:44:57.861Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-19T00:44:57.861Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-19T00:44:57.861Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-19T00:44:58.121Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T00:44:58.121Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-19T00:44:58.121Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-19T00:44:58.382Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-19T00:44:58.382Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T00:44:58.382Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-19T00:44:58.382Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-19T00:44:58.641Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-19T00:44:58.641Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T00:44:58.641Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-19T00:44:58.641Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-19T00:44:58.902Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-19T00:44:59.162Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T00:44:59.162Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-19T00:44:59.162Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-19T00:44:59.162Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-19T00:44:59.422Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T00:44:59.422Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-19T00:44:59.422Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-19T00:44:59.422Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-19T00:44:59.682Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T00:44:59.682Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-19T00:44:59.682Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-19T00:44:59.682Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-19T00:44:59.944Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T00:44:59.944Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-19T00:44:59.944Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-19T00:44:59.944Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-19T00:45:00.206Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T00:45:00.206Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-19T00:45:00.206Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-19T00:45:00.206Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-19T00:45:00.466Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T00:45:00.466Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-19T00:45:00.466Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-19T00:45:00.466Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-19T00:45:00.728Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T00:45:00.728Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-19T00:45:00.728Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-19T00:45:00.728Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-19T00:45:00.728Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-19T00:45:00.728Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-19T00:45:00.728Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-19T00:45:00.988Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-19T00:45:00.988Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-19T00:45:01.248Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-19T00:45:01.248Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-19T00:45:01.510Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-19T00:45:01.510Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-19T00:45:01.510Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-19T00:45:01.510Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-19T00:45:01.791Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-19T00:45:01.791Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-19T00:45:02.098Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-19T00:45:02.098Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-19T00:45:02.098Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-19T00:45:02.098Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-19T00:45:02.672Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-19T00:45:02.672Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-19T00:45:02.672Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-19T00:45:02.672Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-19T00:45:02.932Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-19T00:45:02.932Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-19T00:45:02.932Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-19T00:45:02.932Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-19T00:45:03.872Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-19T00:45:03.872Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-19T00:45:03.872Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-19T00:45:03.872Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-19T00:45:04.135Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-19T00:45:04.135Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-19T00:45:04.415Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-19T00:45:04.415Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-19T00:45:04.689Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-19T00:45:04.689Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-19T00:45:04.689Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-19T00:45:04.689Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-19T00:45:04.956Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T00:45:04.956Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T00:45:04.956Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T00:45:04.957Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T00:45:05.226Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T00:45:05.226Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T00:45:05.490Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T00:45:05.490Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T00:45:06.544Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T00:45:06.544Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T00:45:07.139Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T00:45:07.139Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T00:45:08.090Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T00:45:08.090Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T00:45:08.351Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T00:45:08.351Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T00:45:08.922Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T00:45:09.182Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T00:45:09.182Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-19T00:45:09.182Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-19T00:45:09.182Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-19T00:45:09.182Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-19T00:45:09.442Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-19T00:45:09.442Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-19T00:45:09.724Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-19T00:45:09.724Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-19T00:45:09.724Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-19T00:45:09.724Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-19T00:45:10.004Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-19T00:45:10.004Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-19T00:45:10.004Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-19T00:45:10.282Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-19T00:45:10.282Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T00:45:10.282Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-19T00:45:10.282Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T00:45:10.282Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T00:45:10.282Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T00:45:10.551Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-19T00:45:10.551Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-19T00:45:10.551Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-19T00:45:10.551Z] [2021-01-19T00:45:10.551Z] Current default time zone: 'Etc/UTC' [2021-01-19T00:45:10.551Z] Local time is now: Tue Jan 19 00:45:10 UTC 2021. [2021-01-19T00:45:10.551Z] Universal Time is now: Tue Jan 19 00:45:10 UTC 2021. [2021-01-19T00:45:10.551Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-19T00:45:10.551Z] [2021-01-19T00:45:10.551Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-19T00:45:10.551Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T00:45:10.847Z] Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... [2021-01-19T00:45:10.847Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-19T00:45:10.847Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-19T00:45:10.847Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-19T00:45:10.847Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-19T00:45:10.847Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-19T00:45:10.847Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-19T00:45:10.847Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-19T00:45:10.847Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T00:45:11.106Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-19T00:45:11.106Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T00:45:11.367Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-19T00:45:11.367Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T00:45:11.367Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-19T00:45:11.367Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-19T00:45:11.367Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-19T00:45:11.367Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-19T00:45:11.367Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-19T00:45:11.367Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-19T00:45:11.367Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-19T00:45:11.367Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-19T00:45:13.281Z] Updating certificates in /etc/ssl/certs... [2021-01-19T00:45:14.224Z] 22 added, 17 removed; done. [2021-01-19T00:45:14.224Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-19T00:45:14.224Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T00:45:14.224Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-19T00:45:14.224Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-19T00:45:14.224Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-19T00:45:14.484Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T00:45:14.484Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-19T00:45:14.484Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T00:45:14.484Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T00:45:14.744Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T00:45:14.744Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T00:45:14.744Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T00:45:14.744Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-19T00:45:14.744Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-19T00:45:14.744Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-19T00:45:14.744Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-19T00:45:15.004Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-19T00:45:15.004Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T00:45:15.004Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T00:45:15.004Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-19T00:45:15.004Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-19T00:45:15.004Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-19T00:45:15.265Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-19T00:45:15.265Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-19T00:45:15.265Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-19T00:45:15.265Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-19T00:45:15.265Z] Updating certificates in /etc/ssl/certs... [2021-01-19T00:45:15.835Z] 0 added, 0 removed; done. [2021-01-19T00:45:15.835Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-19T00:45:15.835Z] done. [2021-01-19T00:45:17.097Z] Reading package lists... [2021-01-19T00:45:17.097Z] Building dependency tree... [2021-01-19T00:45:17.097Z] Reading state information... [2021-01-19T00:45:17.097Z] The following NEW packages will be installed: [2021-01-19T00:45:17.097Z] apt-transport-https [2021-01-19T00:45:17.097Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-19T00:45:17.097Z] Need to get 1696 B of archives. [2021-01-19T00:45:17.097Z] After this operation, 153 kB of additional disk space will be used. [2021-01-19T00:45:17.097Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-19T00:45:17.097Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-19T00:45:17.097Z] Fetched 1696 B in 0s (45.4 kB/s) [2021-01-19T00:45:17.097Z] Selecting previously unselected package apt-transport-https. [2021-01-19T00:45:17.097Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-19T00:45:17.097Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-19T00:45:17.097Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-19T00:45:17.097Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-19T00:45:17.097Z] Waiting for network to be ready... [2021-01-19T00:45:22.385Z] 2021-01-19T00:45:20Z INFO Waiting for automatic snapd restart... [2021-01-19T00:45:22.645Z] snapd 2.48.2 from Canonical* installed [2021-01-19T00:45:23.589Z] "snapd" switched to the "latest/stable" channel [2021-01-19T00:45:23.589Z] [2021-01-19T00:45:26.133Z] core18 20201210 from Canonical* installed [2021-01-19T00:45:26.394Z] "core18" switched to the "latest/stable" channel [2021-01-19T00:45:26.394Z] [2021-01-19T00:45:29.699Z] snapcraft 4.4.4 from Canonical* installed [2021-01-19T00:45:29.699Z] "snapcraft" switched to the "latest/stable" channel [2021-01-19T00:45:29.699Z] [2021-01-19T00:45:33.020Z] 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-19T00:45:33.020Z] - README.md [2021-01-19T00:45:33.020Z] - snapcraft.yaml.orig [2021-01-19T00:45:33.020Z] [2021-01-19T00:45:33.020Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-19T00:45:39.646Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-19T00:45:39.646Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-19T00:45:39.646Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-19T00:45:39.646Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-19T00:45:40.487Z] Reading package lists... [2021-01-19T00:45:41.069Z] 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-19T00:45:47.656Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-19T00:45:47.656Z] Reading package lists... [2021-01-19T00:45:47.656Z] Building dependency tree... [2021-01-19T00:45:47.656Z] Reading state information... [2021-01-19T00:45:47.656Z] Suggested packages: [2021-01-19T00:45:47.656Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-19T00:45:47.656Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-19T00:45:47.656Z] Recommended packages: [2021-01-19T00:45:47.656Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-19T00:45:47.656Z] The following NEW packages will be installed: [2021-01-19T00:45:47.656Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-19T00:45:47.656Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-19T00:45:47.656Z] pkg-config zip [2021-01-19T00:45:47.656Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-19T00:45:47.656Z] Need to get 7655 kB of archives. [2021-01-19T00:45:47.656Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-19T00:45:47.656Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-01-19T00:45:47.656Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-19T00:45:47.656Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-19T00:45:47.656Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-19T00:45:47.656Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-19T00:45:47.656Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-19T00:45:47.656Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-19T00:45:47.943Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-19T00:45:47.943Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-19T00:45:47.943Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-19T00:45:47.943Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-19T00:45:48.203Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-19T00:45:48.203Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-19T00:45:48.203Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-19T00:45:48.203Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-19T00:45:48.203Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-19T00:45:48.463Z] Fetched 7655 kB in 1s (10.5 MB/s) [2021-01-19T00:45:48.463Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-19T00:45:48.463Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-19T00:45:48.463Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-19T00:45:48.463Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-19T00:45:48.723Z] Selecting previously unselected package libpsl5:amd64. [2021-01-19T00:45:48.723Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-19T00:45:48.723Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-19T00:45:48.723Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-19T00:45:48.723Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-19T00:45:48.723Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-19T00:45:48.723Z] Selecting previously unselected package librtmp1:amd64. [2021-01-19T00:45:48.724Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-19T00:45:48.724Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-19T00:45:48.984Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-19T00:45:48.984Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-19T00:45:48.984Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-19T00:45:48.984Z] Selecting previously unselected package liberror-perl. [2021-01-19T00:45:48.984Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-19T00:45:48.984Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-19T00:45:48.984Z] Selecting previously unselected package git-man. [2021-01-19T00:45:48.984Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-19T00:45:49.246Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-19T00:45:49.246Z] Selecting previously unselected package git. [2021-01-19T00:45:49.246Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-19T00:45:49.246Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-19T00:45:50.188Z] Selecting previously unselected package libnorm1:amd64. [2021-01-19T00:45:50.188Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-19T00:45:50.188Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-19T00:45:50.188Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-19T00:45:50.188Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-19T00:45:50.188Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-19T00:45:50.188Z] Selecting previously unselected package libsodium23:amd64. [2021-01-19T00:45:50.188Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-19T00:45:50.449Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-19T00:45:50.449Z] Selecting previously unselected package libzmq5:amd64. [2021-01-19T00:45:50.449Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-19T00:45:50.449Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-19T00:45:50.449Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-19T00:45:50.449Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-19T00:45:50.449Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-19T00:45:50.710Z] Selecting previously unselected package pkg-config. [2021-01-19T00:45:50.710Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-19T00:45:50.710Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-19T00:45:50.710Z] Selecting previously unselected package zip. [2021-01-19T00:45:50.710Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-19T00:45:50.710Z] Unpacking zip (3.0-11build1) ... [2021-01-19T00:45:50.970Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-19T00:45:50.970Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-19T00:45:50.970Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-19T00:45:50.970Z] Setting up liberror-perl (0.17025-1) ... [2021-01-19T00:45:50.970Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-19T00:45:50.970Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-19T00:45:50.970Z] No schema files found: doing nothing. [2021-01-19T00:45:50.970Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-19T00:45:50.970Z] Setting up zip (3.0-11build1) ... [2021-01-19T00:45:50.970Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-19T00:45:51.231Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-19T00:45:51.231Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-19T00:45:51.231Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-19T00:45:51.231Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-19T00:45:51.231Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-19T00:45:51.491Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-19T00:45:51.491Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-19T00:45:58.076Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-19T00:45:58.076Z] git set to automatically installed. [2021-01-19T00:45:58.076Z] git-man set to automatically installed. [2021-01-19T00:45:58.076Z] libcurl3-gnutls set to automatically installed. [2021-01-19T00:45:58.076Z] liberror-perl set to automatically installed. [2021-01-19T00:45:58.076Z] libglib2.0-0 set to automatically installed. [2021-01-19T00:45:58.076Z] libnghttp2-14 set to automatically installed. [2021-01-19T00:45:58.076Z] libnorm1 set to automatically installed. [2021-01-19T00:45:58.076Z] libpgm-5.2-0 set to automatically installed. [2021-01-19T00:45:58.076Z] libpsl5 set to automatically installed. [2021-01-19T00:45:58.076Z] librtmp1 set to automatically installed. [2021-01-19T00:45:58.076Z] libsodium23 set to automatically installed. [2021-01-19T00:45:58.076Z] libzmq3-dev set to automatically installed. [2021-01-19T00:45:58.076Z] libzmq5 set to automatically installed. [2021-01-19T00:45:58.076Z] pkg-config set to automatically installed. [2021-01-19T00:45:58.076Z] zip set to automatically installed. [2021-01-19T00:45:59.983Z] snapd is not logged in, snap install commands will use sudo [2021-01-19T00:46:06.561Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-19T00:46:06.561Z] snap "core18" has no updates available [2021-01-19T00:46:06.821Z] Pulling config-common [2021-01-19T00:46:07.763Z] Pulling go-build-helper [2021-01-19T00:46:21.311Z] 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-19T00:46:23.332Z] Removing intermediate container 1025e158963a [2021-01-19T00:46:23.332Z] ---> 35288d5f4b5e [2021-01-19T00:46:23.332Z] [2021-01-19T00:46:23.332Z] Step 10/22 : FROM alpine:3.12 [2021-01-19T00:46:23.614Z] 3.12: Pulling from library/alpine [2021-01-19T00:46:23.614Z] Removing intermediate container 4198f1a582cd [2021-01-19T00:46:23.614Z] ---> 3ed85765611d [2021-01-19T00:46:23.614Z] [2021-01-19T00:46:23.614Z] Step 10/24 : FROM alpine:3.12 [2021-01-19T00:46:23.893Z] 3.12: Pulling from library/alpine [2021-01-19T00:46:25.365Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-19T00:46:25.365Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-19T00:46:25.365Z] Status: Downloaded newer image for alpine:3.12 [2021-01-19T00:46:25.365Z] ---> afeebe901d6b [2021-01-19T00:46:25.365Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T00:46:25.365Z] Status: Image is up to date for alpine:3.12 [2021-01-19T00:46:25.365Z] ---> afeebe901d6b [2021-01-19T00:46:25.365Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T00:46:25.639Z] ---> Running in 0541fd6ecd5e [2021-01-19T00:46:25.639Z] ---> Running in 40e4f7246974 [2021-01-19T00:46:27.619Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T00:46:27.894Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T00:46:27.894Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T00:46:27.894Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T00:46:28.884Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-19T00:46:28.884Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-19T00:46:28.884Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T00:46:28.884Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T00:46:28.884Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-19T00:46:28.884Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-19T00:46:28.884Z] (4/5) Installing curl (7.69.1-r3) [2021-01-19T00:46:28.884Z] (4/5) Installing curl (7.69.1-r3) [2021-01-19T00:46:28.884Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-19T00:46:28.884Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-19T00:46:28.884Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T00:46:28.884Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T00:46:28.884Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T00:46:28.884Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T00:46:29.163Z] OK: 7 MiB in 19 packages [2021-01-19T00:46:29.163Z] OK: 7 MiB in 19 packages [2021-01-19T00:46:29.718Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-19T00:46:29.718Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-19T00:46:29.718Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1512 kB] [2021-01-19T00:46:29.718Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-19T00:46:29.718Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-19T00:46:29.718Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-19T00:46:29.718Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-19T00:46:29.718Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-19T00:46:29.718Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1099 kB] [2021-01-19T00:46:29.718Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-19T00:46:29.718Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-19T00:46:29.718Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-19T00:46:29.718Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-19T00:46:29.718Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-19T00:46:29.718Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-19T00:46:29.718Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-19T00:46:29.718Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-19T00:46:29.718Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-19T00:46:29.718Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-19T00:46:29.718Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1843 kB] [2021-01-19T00:46:29.718Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-19T00:46:29.718Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-19T00:46:29.718Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-19T00:46:29.718Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-19T00:46:29.718Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-19T00:46:29.718Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1705 kB] [2021-01-19T00:46:29.718Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [359 kB] [2021-01-19T00:46:29.718Z] Fetched 23.7 MB in 0s (0 B/s) [2021-01-19T00:46:29.718Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-19T00:46:29.718Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-19T00:46:29.718Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-19T00:46:29.718Z] Fetched 279 kB in 0s (0 B/s) [2021-01-19T00:46:29.718Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-19T00:46:29.718Z] Fetched 122 kB in 0s (0 B/s) [2021-01-19T00:46:29.718Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-19T00:46:29.718Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-19T00:46:29.718Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-19T00:46:29.718Z] Fetched 8848 B in 0s (0 B/s) [2021-01-19T00:46:29.718Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-19T00:46:29.718Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-19T00:46:29.718Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-19T00:46:29.718Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-19T00:46:29.718Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-19T00:46:29.718Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-19T00:46:29.718Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-19T00:46:29.718Z] Fetched 214 kB in 0s (0 B/s) [2021-01-19T00:46:29.718Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-19T00:46:29.718Z] Fetched 155 kB in 0s (0 B/s) [2021-01-19T00:46:29.718Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-19T00:46:29.718Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-19T00:46:29.718Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-19T00:46:29.718Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-19T00:46:29.718Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-19T00:46:29.718Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-19T00:46:29.718Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-19T00:46:29.718Z] Fetched 499 kB in 0s (0 B/s) [2021-01-19T00:46:29.718Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-19T00:46:29.718Z] Fetched 111 kB in 0s (0 B/s) [2021-01-19T00:46:29.718Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-19T00:46:29.718Z] Fetched 240 kB in 0s (0 B/s) [2021-01-19T00:46:29.718Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-19T00:46:29.718Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-19T00:46:29.718Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-19T00:46:29.718Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-19T00:46:29.719Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-19T00:46:29.719Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-19T00:46:29.719Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-19T00:46:29.719Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-19T00:46:29.719Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-19T00:46:29.719Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-19T00:46:29.719Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-19T00:46:29.719Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-19T00:46:29.719Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-19T00:46:29.719Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-19T00:46:29.719Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-19T00:46:29.719Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-19T00:46:29.719Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-19T00:46:29.719Z] Fetched 8720 B in 0s (0 B/s) [2021-01-19T00:46:29.719Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-19T00:46:29.719Z] Fetched 137 kB in 0s (0 B/s) [2021-01-19T00:46:29.719Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-19T00:46:29.719Z] Fetched 119 kB in 0s (0 B/s) [2021-01-19T00:46:29.719Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-19T00:46:29.719Z] Fetched 109 kB in 0s (0 B/s) [2021-01-19T00:46:29.719Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-19T00:46:29.719Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-19T00:46:29.719Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-19T00:46:29.719Z] Fetched 645 kB in 0s (0 B/s) [2021-01-19T00:46:29.719Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-19T00:46:29.719Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-19T00:46:29.719Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-19T00:46:29.719Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-19T00:46:29.719Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-19T00:46:29.719Z] Fetched 368 kB in 0s (0 B/s) [2021-01-19T00:46:29.719Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-19T00:46:29.719Z] Fetched 187 kB in 0s (0 B/s) [2021-01-19T00:46:29.719Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-19T00:46:29.719Z] Fetched 175 kB in 0s (0 B/s) [2021-01-19T00:46:29.719Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-19T00:46:30.666Z] Removing intermediate container 19c8e6e8e824 [2021-01-19T00:46:30.959Z] ---> 58efc910976d [2021-01-19T00:46:30.959Z] [2021-01-19T00:46:30.959Z] Step 10/22 : FROM scratch [2021-01-19T00:46:30.959Z] ---> [2021-01-19T00:46:30.959Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T00:46:30.959Z] Removing intermediate container 004e19bcac34 [2021-01-19T00:46:30.959Z] ---> e32f1efc47e0 [2021-01-19T00:46:30.959Z] [2021-01-19T00:46:30.959Z] Step 10/24 : FROM scratch [2021-01-19T00:46:30.959Z] ---> [2021-01-19T00:46:30.959Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-19T00:46:30.959Z] Removing intermediate container 663cffb29683 [2021-01-19T00:46:30.959Z] ---> c472bed82d85 [2021-01-19T00:46:30.959Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-19T00:46:31.290Z] ---> Running in 426108ed861c [2021-01-19T00:46:31.290Z] ---> Running in 70a4db8f0cbc [2021-01-19T00:46:31.290Z] ---> Running in dbe4c7de872b [2021-01-19T00:46:31.628Z] Fetched 206 kB in 0s (0 B/s) [2021-01-19T00:46:31.628Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-19T00:46:31.628Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-19T00:46:31.628Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-19T00:46:31.628Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-19T00:46:31.628Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-19T00:46:31.628Z] Fetched 159 kB in 0s (0 B/s) [2021-01-19T00:46:31.628Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-19T00:46:31.628Z] Fetched 107 kB in 0s (0 B/s) [2021-01-19T00:46:31.628Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-19T00:46:31.628Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-19T00:46:31.628Z] Pulling static-packages [2021-01-19T00:46:32.332Z] Removing intermediate container dbe4c7de872b [2021-01-19T00:46:32.332Z] ---> 3e4324f8d348 [2021-01-19T00:46:32.332Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-19T00:46:32.607Z] Removing intermediate container 70a4db8f0cbc [2021-01-19T00:46:32.607Z] ---> 488e16ec4661 [2021-01-19T00:46:32.607Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-19T00:46:32.653Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-01-19T00:46:32.653Z] Skipping pull go-build-helper (already ran) [2021-01-19T00:46:32.653Z] Skipping pull static-packages (already ran) [2021-01-19T00:46:32.653Z] Building go-build-helper [2021-01-19T00:46:32.881Z] ---> Running in f6d9fd9a521e [2021-01-19T00:46:32.881Z] ---> Running in 4e737571cd11 [2021-01-19T00:46:33.157Z] Removing intermediate container 40e4f7246974 [2021-01-19T00:46:33.157Z] ---> 30098f808040 [2021-01-19T00:46:33.157Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-19T00:46:33.157Z] 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-19T00:46:33.157Z] Removing intermediate container 0541fd6ecd5e [2021-01-19T00:46:33.157Z] ---> c4695bfb01dd [2021-01-19T00:46:33.157Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T00:46:33.431Z] ---> Running in 309b12dea845 [2021-01-19T00:46:33.431Z] ---> Running in a56a6657a171 [2021-01-19T00:46:33.716Z] Removing intermediate container 4e737571cd11 [2021-01-19T00:46:33.716Z] ---> aef4ced31566 [2021-01-19T00:46:33.716Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T00:46:33.716Z] Removing intermediate container f6d9fd9a521e [2021-01-19T00:46:33.716Z] ---> 294cea8306eb [2021-01-19T00:46:33.716Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-19T00:46:33.989Z] ---> Running in 79ff374879c5 [2021-01-19T00:46:33.989Z] ---> Running in 110710adf578 [2021-01-19T00:46:34.264Z] Removing intermediate container a56a6657a171 [2021-01-19T00:46:34.264Z] ---> 42ca8fea0fcf [2021-01-19T00:46:34.264Z] Step 13/24 : WORKDIR / [2021-01-19T00:46:34.264Z] Removing intermediate container 309b12dea845 [2021-01-19T00:46:34.264Z] ---> 8380113a9c40 [2021-01-19T00:46:34.264Z] Step 13/22 : WORKDIR / [2021-01-19T00:46:34.543Z] ---> Running in bde68fadee74 [2021-01-19T00:46:34.543Z] ---> Running in cf0f6fd62ccd [2021-01-19T00:46:34.543Z] Removing intermediate container 110710adf578 [2021-01-19T00:46:34.543Z] ---> 88c65954e193 [2021-01-19T00:46:34.543Z] Step 14/22 : WORKDIR / [2021-01-19T00:46:34.817Z] Removing intermediate container 79ff374879c5 [2021-01-19T00:46:34.817Z] ---> 0d3f756bce5a [2021-01-19T00:46:34.817Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-19T00:46:34.817Z] ---> Running in e8926b4a6186 [2021-01-19T00:46:35.418Z] Removing intermediate container bde68fadee74 [2021-01-19T00:46:35.418Z] ---> 4373a7fb2486 [2021-01-19T00:46:35.418Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T00:46:35.418Z] Removing intermediate container cf0f6fd62ccd [2021-01-19T00:46:35.418Z] ---> 7b5086acba8b [2021-01-19T00:46:35.418Z] 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-19T00:46:35.697Z] Removing intermediate container e8926b4a6186 [2021-01-19T00:46:35.697Z] ---> baf3ce134a17 [2021-01-19T00:46:35.697Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T00:46:36.066Z] Building static-packages [2021-01-19T00:46:36.311Z] ---> ceed4a0433b9 [2021-01-19T00:46:36.311Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-19T00:46:36.595Z] ---> ad42230ae414 [2021-01-19T00:46:36.595Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-19T00:46:36.595Z] ---> a3daaba52dcc [2021-01-19T00:46:36.595Z] 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-19T00:46:36.869Z] ---> da822e874372 [2021-01-19T00:46:36.869Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-19T00:46:37.488Z] Removing intermediate container 426108ed861c [2021-01-19T00:46:37.488Z] ---> 7859c433a49a [2021-01-19T00:46:37.488Z] [2021-01-19T00:46:37.488Z] Step 11/26 : FROM docker:20.10.0 [2021-01-19T00:46:37.764Z] 20.10.0: Pulling from library/docker [2021-01-19T00:46:38.009Z] Staging go-build-helper [2021-01-19T00:46:38.044Z] ---> 5d2939299f00 [2021-01-19T00:46:38.044Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-19T00:46:38.330Z] ---> 9f82922d7e5a [2021-01-19T00:46:38.330Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-19T00:46:38.580Z] Staging static-packages [2021-01-19T00:46:38.609Z] ---> b8fe77444b28 [2021-01-19T00:46:38.609Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-19T00:46:38.883Z] ---> 37cfbad4bb09 [2021-01-19T00:46:38.883Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-19T00:46:39.490Z] ---> 365d34a7ec6a [2021-01-19T00:46:39.490Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-19T00:46:39.963Z] Pulling go115 [2021-01-19T00:46:40.532Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-19T00:46:40.532Z] Skipping pull go115 (already ran) [2021-01-19T00:46:40.532Z] Building go115 [2021-01-19T00:46:40.532Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T00:46:40.532Z] Dload Upload Total Spent Left Speed [2021-01-19T00:46:40.972Z] ---> 3bb3d8135ca5 [2021-01-19T00:46:40.972Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-19T00:46:40.972Z] ---> 7015f1c0e655 [2021-01-19T00:46:40.972Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-19T00:46:41.253Z] ---> b63af6d6bf9d [2021-01-19T00:46:41.253Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T00:46:41.253Z] ---> Running in a97dea0d1567 [2021-01-19T00:46:41.534Z] ---> 958f2ba84f3d [2021-01-19T00:46:41.534Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-19T00:46:42.135Z] ---> f5b2d4625fd2 [2021-01-19T00:46:42.135Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-19T00:46:42.407Z] Removing intermediate container a97dea0d1567 [2021-01-19T00:46:42.407Z] ---> 4c1040b131c9 [2021-01-19T00:46:42.407Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T00:46:42.692Z] ---> Running in bfd78cccdc09 [2021-01-19T00:46:42.967Z] ---> Running in 30369a6ee4fe [2021-01-19T00:46:43.195Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 3 115M 3 4335k 0 0 17.2M 0 0:00:06 --:--:-- 0:00:06 17.1M 51 115M 51 59.4M 0 0 47.7M 0 0:00:02 0:00:01 0:00:01 47.7M 96 115M 96 111M 0 0 49.2M 0 0:00:02 0:00:02 --:--:-- 49.2M 100 115M 100 115M 0 0 49.7M 0 0:00:02 0:00:02 --:--:-- 49.7M [2021-01-19T00:46:43.239Z] ---> cf3b3045ea15 [2021-01-19T00:46:43.239Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-19T00:46:43.455Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-19T00:46:43.515Z] ---> 9afa651033b9 [2021-01-19T00:46:43.515Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-19T00:46:43.789Z] Removing intermediate container 30369a6ee4fe [2021-01-19T00:46:43.789Z] ---> cfb5feb9fd36 [2021-01-19T00:46:43.789Z] Step 20/22 : LABEL arch=arm64 [2021-01-19T00:46:44.384Z] ---> Running in 14064ae3414c [2021-01-19T00:46:44.979Z] ---> b510a36f07af [2021-01-19T00:46:44.979Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-19T00:46:45.255Z] Removing intermediate container 14064ae3414c [2021-01-19T00:46:45.255Z] ---> 308505025ad8 [2021-01-19T00:46:45.255Z] Step 21/22 : LABEL git_sha=cc001dd965964604bc304bec358ed759899c4713 [2021-01-19T00:46:45.531Z] ---> Running in 3391543634cc [2021-01-19T00:46:45.816Z] ---> 630c3c008feb [2021-01-19T00:46:45.816Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-19T00:46:46.093Z] ---> Running in cd54c0826a56 [2021-01-19T00:46:47.077Z] Removing intermediate container cd54c0826a56 [2021-01-19T00:46:47.077Z] Removing intermediate container bfd78cccdc09 [2021-01-19T00:46:47.077Z] ---> 3cda6aae0a63 [2021-01-19T00:46:47.077Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-19T00:46:47.077Z] ---> 7fd32e8ad992 [2021-01-19T00:46:47.077Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T00:46:47.354Z] ---> 953dc0818747 [2021-01-19T00:46:47.354Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-19T00:46:47.641Z] ---> Running in f8557ba48989 [2021-01-19T00:46:47.642Z] ---> Running in 27ae94a75f47 [2021-01-19T00:46:47.642Z] ---> Running in 82b998fa9cdc [2021-01-19T00:46:47.659Z] Staging go115 [2021-01-19T00:46:49.084Z] Removing intermediate container 27ae94a75f47 [2021-01-19T00:46:49.084Z] ---> 055b7fac10a8 [2021-01-19T00:46:49.084Z] Step 20/22 : LABEL arch=arm64 [2021-01-19T00:46:49.084Z] Removing intermediate container f8557ba48989 [2021-01-19T00:46:49.084Z] ---> 410a5432b94d [2021-01-19T00:46:49.084Z] [2021-01-19T00:46:49.084Z] Removing intermediate container 82b998fa9cdc [2021-01-19T00:46:49.084Z] ---> f0b4ec5790cb [2021-01-19T00:46:49.084Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T00:46:49.359Z] ---> Running in 066272235af4 [2021-01-19T00:46:49.359Z] ---> Running in e748a9c25282 [2021-01-19T00:46:49.359Z] Removing intermediate container 3391543634cc [2021-01-19T00:46:49.359Z] ---> 9ed73fa5f86f [2021-01-19T00:46:49.359Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-19T00:46:49.631Z] Successfully built 410a5432b94d [2021-01-19T00:46:49.905Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-19T00:46:49.905Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-01-19T00:46:49.905Z] ---> Running in 8c48bf216eb6 [2021-01-19T00:46:50.180Z] Removing intermediate container e748a9c25282 [2021-01-19T00:46:50.180Z] ---> 8fc69b62a49b [2021-01-19T00:46:50.180Z] Step 22/24 : LABEL arch=arm64 [2021-01-19T00:46:50.456Z] Removing intermediate container 066272235af4 [2021-01-19T00:46:50.456Z] ---> 90a3fc4afabc [2021-01-19T00:46:50.456Z] Step 21/22 : LABEL git_sha=cc001dd965964604bc304bec358ed759899c4713 [2021-01-19T00:46:50.735Z] ---> Running in fc44b129ae7d [2021-01-19T00:46:50.735Z] Removing intermediate container 8c48bf216eb6 [2021-01-19T00:46:50.735Z] ---> b06398119cf0 [2021-01-19T00:46:50.735Z] Step 22/24 : LABEL arch=arm64 [2021-01-19T00:46:50.735Z] ---> Running in 27a5b3d5b31b [2021-01-19T00:46:51.012Z] ---> Running in 3762f2d1ea64 [2021-01-19T00:46:51.612Z] Removing intermediate container fc44b129ae7d [2021-01-19T00:46:51.612Z] ---> 28f2921cbd49 [2021-01-19T00:46:51.612Z] Step 23/24 : LABEL git_sha=cc001dd965964604bc304bec358ed759899c4713 [2021-01-19T00:46:51.858Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-19T00:46:51.858Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-19T00:46:51.858Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-19T00:46:51.858Z] Fetched 0 B in 0s (0 B/s) [2021-01-19T00:46:51.858Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-19T00:46:51.858Z] Fetched 224 kB in 0s (0 B/s) [2021-01-19T00:46:51.858Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-19T00:46:51.858Z] Fetched 157 kB in 0s (0 B/s) [2021-01-19T00:46:51.858Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-19T00:46:51.858Z] Fetched 221 kB in 0s (0 B/s) [2021-01-19T00:46:51.858Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-19T00:46:51.858Z] Fetched 143 kB in 0s (0 B/s) [2021-01-19T00:46:51.858Z] Pulling edgex-go [2021-01-19T00:46:52.207Z] Removing intermediate container 27a5b3d5b31b [2021-01-19T00:46:52.207Z] ---> 8af6f5e66272 [2021-01-19T00:46:52.207Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T00:46:52.483Z] ---> Running in b22a09d7b42b [2021-01-19T00:46:52.483Z] Removing intermediate container 3762f2d1ea64 [2021-01-19T00:46:52.483Z] ---> 25878499fc20 [2021-01-19T00:46:52.483Z] Step 23/24 : LABEL git_sha=cc001dd965964604bc304bec358ed759899c4713 [2021-01-19T00:46:53.075Z] ---> Running in 1f95c69869b6 [2021-01-19T00:46:53.075Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-19T00:46:53.239Z] Pulling version [2021-01-19T00:46:53.349Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-19T00:46:53.349Z] ---> eeaf43b92773 [2021-01-19T00:46:53.349Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-19T00:46:53.349Z] ---> Running in 21ed1b095290 [2021-01-19T00:46:53.623Z] Removing intermediate container b22a09d7b42b [2021-01-19T00:46:53.623Z] ---> b9a4c456f1de [2021-01-19T00:46:53.623Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T00:46:53.623Z] ---> Running in 60fc0c8d41d4 [2021-01-19T00:46:53.623Z] Removing intermediate container 1f95c69869b6 [2021-01-19T00:46:53.623Z] ---> d6bd17aba4f7 [2021-01-19T00:46:53.623Z] [2021-01-19T00:46:53.900Z] ---> Running in 12fb116d1395 [2021-01-19T00:46:54.178Z] Building config-common [2021-01-19T00:46:54.194Z] Removing intermediate container 21ed1b095290 [2021-01-19T00:46:54.194Z] ---> cdff0e84cd56 [2021-01-19T00:46:54.194Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T00:46:54.473Z] Successfully built d6bd17aba4f7 [2021-01-19T00:46:54.473Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-19T00:46:54.473Z]  Building docker-security-bootstrap-redis-go ... done Building docker-support-scheduler-go [2021-01-19T00:46:54.748Z] ---> Running in de81dfa25648 [2021-01-19T00:46:55.023Z] Removing intermediate container 12fb116d1395 [2021-01-19T00:46:55.024Z] ---> 045293bfdb24 [2021-01-19T00:46:55.024Z] [2021-01-19T00:46:55.620Z] Removing intermediate container de81dfa25648 [2021-01-19T00:46:55.620Z] ---> f7afad7fd425 [2021-01-19T00:46:55.620Z] [2021-01-19T00:46:55.620Z] Successfully built 045293bfdb24 [2021-01-19T00:46:55.620Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-19T00:46:55.620Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2021-01-19T00:46:55.620Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T00:46:55.893Z] Successfully built f7afad7fd425 [2021-01-19T00:46:55.893Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T00:46:55.893Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-19T00:46:55.893Z] Building docker-core-metadata-go [2021-01-19T00:46:56.086Z] Skipping build go-build-helper (already ran) [2021-01-19T00:46:56.086Z] Skipping build static-packages (already ran) [2021-01-19T00:46:56.086Z] Skipping build go115 (already ran) [2021-01-19T00:46:56.086Z] Building edgex-go [2021-01-19T00:46:56.086Z] 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-19T00:46:56.486Z]  Building docker-security-secretstore-setup-go ... done (1/2) Installing readline (8.0.4-r0) [2021-01-19T00:46:56.486Z] (2/2) Installing bash (5.0.17-r0) [2021-01-19T00:46:56.486Z] Executing bash-5.0.17-r0.post-install [2021-01-19T00:46:56.486Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T00:46:56.758Z] OK: 12 MiB in 22 packages [2021-01-19T00:46:57.024Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-19T00:46:57.024Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-19T00:46:57.024Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 [2021-01-19T00:46:57.024Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.146 [2021-01-19T00:46:57.288Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-19T00:46:57.288Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 [2021-01-19T00:46:57.288Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.32 [2021-01-19T00:46:57.288Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-19T00:46:57.288Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-19T00:46:57.288Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0 [2021-01-19T00:46:57.288Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-19T00:46:57.288Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-19T00:46:57.288Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-19T00:46:57.288Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-19T00:46:57.288Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-19T00:46:57.288Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-19T00:46:57.288Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-19T00:46:57.288Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-19T00:46:57.288Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-19T00:46:57.288Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-19T00:46:57.288Z] go: downloading github.com/google/uuid v1.1.4 [2021-01-19T00:46:57.288Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-19T00:46:57.288Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-19T00:46:57.288Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-19T00:46:57.288Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-19T00:46:57.288Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-19T00:46:57.288Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-19T00:46:57.288Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-19T00:46:57.288Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-19T00:46:57.288Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-19T00:46:57.288Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-19T00:46:57.549Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-19T00:46:57.549Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-19T00:46:57.549Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-19T00:46:57.549Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-19T00:46:57.549Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-19T00:46:57.549Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-19T00:46:57.549Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-19T00:46:57.549Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-19T00:46:57.809Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-19T00:46:57.809Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-19T00:46:58.733Z] Removing intermediate container 60fc0c8d41d4 [2021-01-19T00:46:58.733Z] ---> 8e78cbdba96f [2021-01-19T00:46:58.733Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-19T00:47:00.181Z] ---> Running in 1656598cc8f7 [2021-01-19T00:47:01.170Z] Removing intermediate container 1656598cc8f7 [2021-01-19T00:47:01.170Z] ---> 9d9a65156924 [2021-01-19T00:47:01.170Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-19T00:47:01.443Z] ---> Running in e8139ea92b57 [2021-01-19T00:47:02.428Z] Removing intermediate container e8139ea92b57 [2021-01-19T00:47:02.428Z] ---> dd943e35dce2 [2021-01-19T00:47:02.428Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-19T00:47:02.704Z] ---> Running in 23eabe408037 [2021-01-19T00:47:03.692Z] Removing intermediate container 23eabe408037 [2021-01-19T00:47:03.692Z] ---> d6032bac3275 [2021-01-19T00:47:03.692Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-19T00:47:04.380Z] 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-19T00:47:05.667Z] ---> 71dcde6ba8fc [2021-01-19T00:47:05.667Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-19T00:47:06.654Z] ---> a85c8057e11f [2021-01-19T00:47:06.654Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-19T00:47:08.082Z] ---> 78f64797eea9 [2021-01-19T00:47:08.082Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-19T00:47:08.355Z] ---> Running in 308c322723c1 [2021-01-19T00:47:08.578Z] 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-19T00:47:09.152Z] 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-19T00:47:09.792Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T00:47:09.792Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T00:47:10.092Z] 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-19T00:47:10.352Z] 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-19T00:47:10.352Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-19T00:47:10.390Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-19T00:47:10.390Z] (2/33) Installing expat (2.2.9-r1) [2021-01-19T00:47:10.390Z] (3/33) Installing libffi (3.3-r2) [2021-01-19T00:47:10.390Z] (4/33) Installing gdbm (1.13-r1) [2021-01-19T00:47:10.390Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-19T00:47:10.390Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-19T00:47:10.390Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-19T00:47:10.611Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-19T00:47:10.611Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-19T00:47:10.611Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-19T00:47:11.991Z] 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-19T00:47:11.991Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-19T00:47:11.991Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-19T00:47:12.368Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-19T00:47:12.368Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-19T00:47:12.368Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-19T00:47:12.368Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-19T00:47:12.368Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-19T00:47:12.368Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-19T00:47:12.641Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-19T00:47:12.641Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-19T00:47:12.641Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-19T00:47:12.641Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-19T00:47:12.641Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-19T00:47:12.641Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-19T00:47:12.641Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-19T00:47:12.914Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-19T00:47:12.914Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-19T00:47:12.914Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-19T00:47:12.914Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-19T00:47:12.914Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-19T00:47:12.914Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-19T00:47:12.914Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-19T00:47:12.914Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-19T00:47:12.914Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-19T00:47:12.914Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-19T00:47:13.194Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-19T00:47:13.194Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-19T00:47:13.194Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-19T00:47:13.194Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T00:47:13.194Z] OK: 71 MiB in 55 packages [2021-01-19T00:47:13.373Z] 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-19T00:47:13.944Z] 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-19T00:47:14.205Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-19T00:47:15.589Z] 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-19T00:47:16.158Z] 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-19T00:47:17.097Z] 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-19T00:47:17.097Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-19T00:47:19.640Z] Building version [2021-01-19T00:47:21.021Z] Staging config-common [2021-01-19T00:47:21.963Z] Skipping stage go-build-helper (already ran) [2021-01-19T00:47:21.963Z] Skipping stage static-packages (already ran) [2021-01-19T00:47:21.963Z] Skipping stage go115 (already ran) [2021-01-19T00:47:21.963Z] Staging edgex-go [2021-01-19T00:47:22.913Z] Staging version [2021-01-19T00:47:23.359Z] Removing intermediate container 308c322723c1 [2021-01-19T00:47:23.359Z] ---> f821f8b4d18d [2021-01-19T00:47:23.359Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-19T00:47:23.852Z] Priming config-common [2021-01-19T00:47:24.792Z] Priming go-build-helper [2021-01-19T00:47:24.796Z] ---> Running in 241fe4ebca8f [2021-01-19T00:47:25.730Z] Priming static-packages [2021-01-19T00:47:27.638Z] Priming go115 [2021-01-19T00:47:28.590Z] Priming edgex-go [2021-01-19T00:47:29.969Z] Priming version [2021-01-19T00:47:30.908Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-01-19T00:47:31.531Z] Collecting docker-compose==1.23.2 [2021-01-19T00:47:31.531Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-19T00:47:31.805Z] Collecting texttable<0.10,>=0.9.0 [2021-01-19T00:47:31.805Z] Downloading texttable-0.9.1.tar.gz (11 kB) [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-19T00:47:33.823Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:47:33.823Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:47:33.823Z] ---> b3c88f2dcc38 [2021-01-19T00:47:33.823Z] Step 3/23 : WORKDIR /edgex-go [2021-01-19T00:47:33.823Z] ---> Using cache [2021-01-19T00:47:33.823Z] ---> c05f64309c84 [2021-01-19T00:47:33.823Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:47:33.823Z] ---> Using cache [2021-01-19T00:47:33.823Z] ---> 7f2f5453da01 [2021-01-19T00:47:33.823Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-19T00:47:35.834Z] Collecting docker<4.0,>=3.6.0 [2021-01-19T00:47:35.834Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-19T00:47:36.452Z] ---> Running in 48da22771b43 [2021-01-19T00:47:37.047Z] Collecting jsonschema<3,>=2.5.1 [2021-01-19T00:47:37.047Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-19T00:47:38.030Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T00:47:38.355Z] Collecting PyYAML<4,>=3.10 [2021-01-19T00:47:38.355Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-19T00:47:38.664Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T00:47:39.731Z] OK: 217 MiB in 51 packages [2021-01-19T00:47:42.403Z] 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-19T00:47:42.698Z] Collecting docopt<0.7,>=0.6.1 [2021-01-19T00:47:42.698Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-19T00:47:43.318Z] Removing intermediate container 48da22771b43 [2021-01-19T00:47:43.318Z] ---> bf907e281419 [2021-01-19T00:47:43.318Z] Step 6/23 : COPY go.mod . [2021-01-19T00:47:43.594Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:47:43.594Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:47:43.594Z] ---> b3c88f2dcc38 [2021-01-19T00:47:43.594Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T00:47:43.594Z] ---> Using cache [2021-01-19T00:47:43.594Z] ---> c05f64309c84 [2021-01-19T00:47:43.594Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:47:43.594Z] ---> Using cache [2021-01-19T00:47:43.594Z] ---> 7f2f5453da01 [2021-01-19T00:47:43.594Z] Step 5/21 : RUN apk add --update --no-cache make gitStep 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:47:43.594Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:47:43.594Z] ---> b3c88f2dcc38 [2021-01-19T00:47:43.594Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T00:47:43.594Z] ---> Using cache [2021-01-19T00:47:43.594Z] [2021-01-19T00:47:43.594Z] ---> Using cache [2021-01-19T00:47:43.594Z] ---> 528a572acb98 [2021-01-19T00:47:43.594Z] Step 6/21 : COPY go.mod . ---> c05f64309c84 [2021-01-19T00:47:43.594Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:47:43.594Z] ---> Using cache [2021-01-19T00:47:43.594Z] ---> 7f2f5453da01 [2021-01-19T00:47:43.594Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T00:47:43.594Z] [2021-01-19T00:47:43.594Z] ---> Using cache [2021-01-19T00:47:43.594Z] ---> 528a572acb98 [2021-01-19T00:47:43.594Z] ---> Using cache [2021-01-19T00:47:43.594Z] Step 6/21 : COPY go.mod . [2021-01-19T00:47:43.594Z] ---> Using cache [2021-01-19T00:47:43.594Z] ---> 5c729085a010 [2021-01-19T00:47:43.594Z] ---> 5c729085a010 [2021-01-19T00:47:43.594Z] Step 7/21 : RUN go mod download [2021-01-19T00:47:43.594Z] ---> Using cache [2021-01-19T00:47:43.594Z] ---> d6c481b2654a [2021-01-19T00:47:43.594Z] Step 8/21 : COPY . . [2021-01-19T00:47:43.594Z] Step 7/21 : RUN go mod download [2021-01-19T00:47:43.594Z] ---> Using cache [2021-01-19T00:47:43.594Z] ---> 05d661679968 [2021-01-19T00:47:43.594Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler ---> Using cache [2021-01-19T00:47:43.594Z] ---> d6c481b2654a [2021-01-19T00:47:43.594Z] Step 8/21 : COPY . . [2021-01-19T00:47:43.594Z] ---> Using cache [2021-01-19T00:47:43.594Z] ---> 05d661679968 [2021-01-19T00:47:43.594Z] [2021-01-19T00:47:43.594Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-19T00:47:43.594Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:47:43.594Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:47:43.594Z] ---> b3c88f2dcc38 [2021-01-19T00:47:43.594Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T00:47:43.594Z] ---> Using cache [2021-01-19T00:47:43.594Z] ---> c05f64309c84 [2021-01-19T00:47:43.594Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:47:43.594Z] ---> Using cache [2021-01-19T00:47:43.594Z] ---> 7f2f5453da01 [2021-01-19T00:47:43.594Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T00:47:43.594Z] ---> Using cache [2021-01-19T00:47:43.594Z] ---> 528a572acb98 [2021-01-19T00:47:43.594Z] Step 6/22 : COPY go.mod . [2021-01-19T00:47:43.594Z] ---> Using cache [2021-01-19T00:47:43.594Z] ---> 5c729085a010 [2021-01-19T00:47:43.594Z] Step 7/22 : RUN go mod download [2021-01-19T00:47:43.594Z] ---> Using cache [2021-01-19T00:47:43.594Z] ---> d6c481b2654a [2021-01-19T00:47:43.594Z] Step 8/22 : COPY . . [2021-01-19T00:47:43.877Z] ---> Using cache [2021-01-19T00:47:43.877Z] ---> 05d661679968 [2021-01-19T00:47:43.877Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-19T00:47:43.877Z] ---> Running in 37d74bc022de [2021-01-19T00:47:43.877Z] ---> Running in 84127e0328d1 [2021-01-19T00:47:44.152Z] ---> Running in aa4e23cc7904 [2021-01-19T00:47:44.751Z] ---> bd7959d85c27 [2021-01-19T00:47:44.751Z] Step 7/23 : RUN go mod download [2021-01-19T00:47:45.027Z] ---> Running in 1ff0337efd99 [2021-01-19T00:47:46.023Z] 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-19T00:47:46.619Z] 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-19T00:47:46.619Z] 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-19T00:47:47.221Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-19T00:47:47.221Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-19T00:47:47.845Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-19T00:47:47.845Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-19T00:47:49.290Z] Removing intermediate container 1ff0337efd99 [2021-01-19T00:47:49.290Z] ---> 4115a2b6fb72 [2021-01-19T00:47:49.290Z] Step 8/23 : COPY . . [2021-01-19T00:47:52.695Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-19T00:47:52.695Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-19T00:47:52.969Z] Collecting cached-property<2,>=1.2.0 [2021-01-19T00:47:52.969Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-19T00:47:53.568Z] Collecting docker-pycreds>=0.4.0 [2021-01-19T00:47:53.568Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-19T00:47:53.842Z] 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-19T00:47:53.842Z] 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-19T00:47:55.285Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-19T00:47:55.285Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-19T00:47:55.882Z] Collecting idna<2.8,>=2.5 [2021-01-19T00:47:55.882Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-19T00:47:56.173Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-19T00:47:56.173Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-19T00:47:56.173Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-19T00:47:56.173Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-19T00:47:57.634Z] Installing collected packages: texttable, docker-pycreds, websocket-client, urllib3, idna, requests, docker, jsonschema, PyYAML, docopt, dockerpty, cached-property, docker-compose [2021-01-19T00:47:57.634Z] Running setup.py install for texttable: started [2021-01-19T00:48:01.971Z] Running setup.py install for texttable: finished with status 'done' [2021-01-19T00:48:02.587Z] Attempting uninstall: urllib3 [2021-01-19T00:48:02.588Z] Found existing installation: urllib3 1.25.9 [2021-01-19T00:48:02.588Z] Uninstalling urllib3-1.25.9: [2021-01-19T00:48:02.864Z] Successfully uninstalled urllib3-1.25.9 [2021-01-19T00:48:03.860Z] Attempting uninstall: idna [2021-01-19T00:48:03.861Z] Found existing installation: idna 2.9 [2021-01-19T00:48:03.861Z] Uninstalling idna-2.9: [2021-01-19T00:48:03.861Z] Successfully uninstalled idna-2.9 [2021-01-19T00:48:07.309Z] Attempting uninstall: requests [2021-01-19T00:48:07.309Z] Found existing installation: requests 2.23.0 [2021-01-19T00:48:07.309Z] Uninstalling requests-2.23.0: [2021-01-19T00:48:07.309Z] Successfully uninstalled requests-2.23.0 [2021-01-19T00:48:08.766Z] ---> f4a57e916479 [2021-01-19T00:48:08.766Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-19T00:48:09.051Z] ---> Running in b19625883730 [2021-01-19T00:48:10.536Z] Running setup.py install for PyYAML: started [2021-01-19T00:48:11.152Z] 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-19T00:48:14.561Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-19T00:48:14.561Z] Running setup.py install for docopt: started [2021-01-19T00:48:17.979Z] Running setup.py install for docopt: finished with status 'done' [2021-01-19T00:48:17.979Z] Running setup.py install for dockerpty: started [2021-01-19T00:48:21.405Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-19T00:48:22.395Z] 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-19T00:48:29.169Z] Removing intermediate container 241fe4ebca8f [2021-01-19T00:48:29.169Z] ---> e3ae7754cc01 [2021-01-19T00:48:29.169Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-19T00:48:29.169Z] ---> Running in 03b4b5d53303 [2021-01-19T00:48:30.627Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T00:48:30.627Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T00:48:31.279Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T00:48:31.279Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-19T00:48:31.279Z] (3/3) Installing curl (7.69.1-r3) [2021-01-19T00:48:31.279Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T00:48:31.279Z] OK: 71 MiB in 58 packages [2021-01-19T00:48:33.301Z] Removing intermediate container 03b4b5d53303 [2021-01-19T00:48:33.301Z] ---> fabbe2042455 [2021-01-19T00:48:33.301Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-19T00:48:33.582Z] ---> Running in 4800ccc9f04f [2021-01-19T00:48:34.191Z] Removing intermediate container 4800ccc9f04f [2021-01-19T00:48:34.191Z] ---> 2c8fc1fe90dc [2021-01-19T00:48:34.191Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T00:48:34.468Z] ---> Running in 92631350d7db [2021-01-19T00:48:35.076Z] Removing intermediate container 92631350d7db [2021-01-19T00:48:35.076Z] ---> 4f5372f1b289 [2021-01-19T00:48:35.076Z] Step 24/26 : LABEL arch=arm64 [2021-01-19T00:48:35.355Z] ---> Running in e4eaca4660b8 [2021-01-19T00:48:35.965Z] Removing intermediate container e4eaca4660b8 [2021-01-19T00:48:35.965Z] ---> 3a10757c2bc4 [2021-01-19T00:48:35.965Z] Step 25/26 : LABEL git_sha=cc001dd965964604bc304bec358ed759899c4713 [2021-01-19T00:48:36.243Z] ---> Running in d2e5a33a5dab [2021-01-19T00:48:37.238Z] Removing intermediate container d2e5a33a5dab [2021-01-19T00:48:37.239Z] ---> 9c3e135b7150 [2021-01-19T00:48:37.239Z] Step 26/26 : LABEL version=0.0.0 [2021-01-19T00:48:37.239Z] ---> Running in b4eda5a0d834 [2021-01-19T00:48:37.844Z] Removing intermediate container b4eda5a0d834 [2021-01-19T00:48:37.844Z] ---> b1126fc4ee61 [2021-01-19T00:48:37.844Z] [2021-01-19T00:48:38.453Z] Successfully built b1126fc4ee61 [2021-01-19T00:48:38.453Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-19T00:49:10.839Z]  Building docker-sys-mgmt-agent-go ... done 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-19T00:49:29.359Z] Removing intermediate container 37d74bc022de [2021-01-19T00:49:29.359Z] ---> 7e3d20ad3cb7 [2021-01-19T00:49:29.359Z] [2021-01-19T00:49:29.359Z] Step 10/21 : FROM alpine:3.12 [2021-01-19T00:49:29.359Z] ---> afeebe901d6b [2021-01-19T00:49:29.359Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-19T00:49:29.359Z] ---> Running in 324d64f61838 [2021-01-19T00:49:29.359Z] Removing intermediate container 84127e0328d1 [2021-01-19T00:49:29.359Z] ---> 6d9994895366 [2021-01-19T00:49:29.359Z] [2021-01-19T00:49:29.359Z] Step 10/21 : FROM scratch [2021-01-19T00:49:29.359Z] ---> [2021-01-19T00:49:29.359Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T00:49:29.359Z] ---> Using cache [2021-01-19T00:49:29.359Z] ---> 488e16ec4661 [2021-01-19T00:49:29.359Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-19T00:49:29.359Z] ---> Running in 4601e89bf3ca [2021-01-19T00:49:29.959Z] Removing intermediate container 4601e89bf3ca [2021-01-19T00:49:29.960Z] ---> aa52a8ca8abc [2021-01-19T00:49:29.960Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-19T00:49:29.960Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T00:49:30.240Z] ---> Running in 646934b9505b [2021-01-19T00:49:30.240Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T00:49:30.842Z] Removing intermediate container 646934b9505b [2021-01-19T00:49:30.842Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-19T00:49:30.842Z] ---> c75fd58f54c2 [2021-01-19T00:49:30.842Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T00:49:31.118Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T00:49:31.118Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-19T00:49:31.118Z] (4/4) Installing curl (7.69.1-r3) [2021-01-19T00:49:31.118Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T00:49:31.118Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T00:49:31.397Z] OK: 7 MiB in 18 packages [2021-01-19T00:49:32.384Z] ---> 2fb8af4d3bb2 [2021-01-19T00:49:32.384Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-19T00:49:35.035Z] ---> 3d1d31284c29 [2021-01-19T00:49:35.035Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-19T00:49:35.035Z] Removing intermediate container 324d64f61838 [2021-01-19T00:49:35.035Z] ---> f47e7cccc76d [2021-01-19T00:49:35.035Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T00:49:35.035Z] ---> Running in ddb2f72004df [2021-01-19T00:49:36.037Z] Removing intermediate container ddb2f72004df [2021-01-19T00:49:36.037Z] ---> 0197d0a1f876 [2021-01-19T00:49:36.037Z] Step 13/21 : WORKDIR /edgex [2021-01-19T00:49:36.323Z] ---> be17bf7886f8 [2021-01-19T00:49:36.323Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-19T00:49:36.323Z] ---> Running in f99c74ace352 [2021-01-19T00:49:36.602Z] ---> Running in 451123cce6c4 [2021-01-19T00:49:37.230Z] Removing intermediate container f99c74ace352 [2021-01-19T00:49:37.230Z] ---> 0e5d823cd233 [2021-01-19T00:49:37.230Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-19T00:49:37.230Z] Removing intermediate container 451123cce6c4 [2021-01-19T00:49:37.230Z] ---> 01a25d3238b0 [2021-01-19T00:49:37.230Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T00:49:37.507Z] ---> Running in 2bc2f6db79ca [2021-01-19T00:49:38.505Z] Removing intermediate container 2bc2f6db79ca [2021-01-19T00:49:38.505Z] ---> 6597449beb1e [2021-01-19T00:49:38.505Z] Step 19/21 : LABEL arch=arm64 [2021-01-19T00:49:38.782Z] ---> aa9972987015 [2021-01-19T00:49:38.782Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-19T00:49:38.782Z] ---> Running in f14fe8bee03f [2021-01-19T00:49:39.776Z] Removing intermediate container f14fe8bee03f [2021-01-19T00:49:39.776Z] ---> 276a8b5c1230 [2021-01-19T00:49:39.776Z] Step 20/21 : LABEL git_sha=cc001dd965964604bc304bec358ed759899c4713 [2021-01-19T00:49:40.052Z] ---> Running in c8d4eae264eb [2021-01-19T00:49:41.040Z] ---> c3ee0894679f [2021-01-19T00:49:41.040Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-19T00:49:41.040Z] Removing intermediate container c8d4eae264eb [2021-01-19T00:49:41.040Z] ---> d6f750128c42 [2021-01-19T00:49:41.040Z] Step 21/21 : LABEL version=0.0.0 [2021-01-19T00:49:41.316Z] ---> Running in 3870c5668f81 [2021-01-19T00:49:42.309Z] Removing intermediate container 3870c5668f81 [2021-01-19T00:49:42.309Z] ---> 40a681c7abc1 [2021-01-19T00:49:42.309Z] [2021-01-19T00:49:42.911Z] Successfully built 40a681c7abc1 [2021-01-19T00:49:43.187Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-19T00:49:43.187Z]  Building docker-support-scheduler-go ... done  ---> fa54283f0cd2 [2021-01-19T00:49:43.187Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-19T00:49:43.468Z] ---> Running in cc40810b318c [2021-01-19T00:49:44.083Z] Removing intermediate container cc40810b318c [2021-01-19T00:49:44.083Z] ---> 7247eaf24f47 [2021-01-19T00:49:44.083Z] Step 18/21 : CMD ["--init=true"] [2021-01-19T00:49:44.687Z] ---> Running in d22176e145eb [2021-01-19T00:49:45.293Z] Removing intermediate container d22176e145eb [2021-01-19T00:49:45.293Z] ---> c897ffe6c941 [2021-01-19T00:49:45.293Z] Step 19/21 : LABEL arch=arm64 [2021-01-19T00:49:45.573Z] ---> Running in bdd4d346f01e [2021-01-19T00:49:46.586Z] Removing intermediate container bdd4d346f01e [2021-01-19T00:49:46.586Z] ---> 561dba2a1069 [2021-01-19T00:49:46.586Z] Step 20/21 : LABEL git_sha=cc001dd965964604bc304bec358ed759899c4713 [2021-01-19T00:49:46.875Z] ---> Running in 8bb1f0f92f99 [2021-01-19T00:49:47.867Z] Removing intermediate container 8bb1f0f92f99 [2021-01-19T00:49:47.867Z] ---> 7b77e782d2c2 [2021-01-19T00:49:47.867Z] Step 21/21 : LABEL version=0.0.0 [2021-01-19T00:49:47.867Z] ---> Running in 6489aaf19543 [2021-01-19T00:49:48.144Z] Removing intermediate container aa4e23cc7904 [2021-01-19T00:49:48.144Z] ---> 7ffdaac02d0a [2021-01-19T00:49:48.144Z] [2021-01-19T00:49:48.144Z] Step 10/22 : FROM scratch [2021-01-19T00:49:48.144Z] ---> [2021-01-19T00:49:48.144Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T00:49:48.418Z] ---> Using cache [2021-01-19T00:49:48.418Z] ---> 488e16ec4661 [2021-01-19T00:49:48.418Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-19T00:49:48.418Z] ---> Running in cfd28e2f771d [2021-01-19T00:49:48.696Z] Removing intermediate container 6489aaf19543 [2021-01-19T00:49:48.696Z] ---> 32cb3a795620 [2021-01-19T00:49:48.696Z] [2021-01-19T00:49:48.973Z] Successfully built 32cb3a795620 [2021-01-19T00:49:48.973Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-19T00:49:49.243Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container cfd28e2f771d [2021-01-19T00:49:49.243Z] ---> 77ab8170ece1 [2021-01-19T00:49:49.243Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T00:49:49.243Z] ---> Running in badd9bee69b3 [2021-01-19T00:49:49.856Z] Removing intermediate container badd9bee69b3 [2021-01-19T00:49:49.856Z] ---> 043ffe6e9419 [2021-01-19T00:49:49.856Z] Step 14/22 : WORKDIR / [2021-01-19T00:49:49.856Z] ---> Running in 2512b98e8ca9 [2021-01-19T00:49:50.841Z] Removing intermediate container 2512b98e8ca9 [2021-01-19T00:49:50.841Z] ---> d91f8eb2a202 [2021-01-19T00:49:50.841Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T00:49:51.812Z] ---> 8d00ef1af02b [2021-01-19T00:49:51.812Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-19T00:49:53.239Z] ---> 0a8311eaf5af [2021-01-19T00:49:53.239Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-19T00:49:55.332Z] ---> 312bb904d100 [2021-01-19T00:49:55.332Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-19T00:49:55.332Z] ---> Running in 3312bf823ac9 [2021-01-19T00:49:55.332Z] Removing intermediate container 3312bf823ac9 [2021-01-19T00:49:55.332Z] ---> 347ab142ae67 [2021-01-19T00:49:55.332Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T00:49:55.332Z] ---> Running in 4bbf6cb388cf [2021-01-19T00:49:55.332Z] Removing intermediate container 4bbf6cb388cf [2021-01-19T00:49:55.332Z] ---> 82539c76c286 [2021-01-19T00:49:55.332Z] Step 20/22 : LABEL arch=arm64 [2021-01-19T00:49:55.332Z] ---> Running in 6477f7ab0603 [2021-01-19T00:49:55.935Z] Removing intermediate container 6477f7ab0603 [2021-01-19T00:49:55.936Z] ---> a1d827487f31 [2021-01-19T00:49:55.936Z] Step 21/22 : LABEL git_sha=cc001dd965964604bc304bec358ed759899c4713 [2021-01-19T00:49:55.936Z] ---> Running in 445173d98f65 [2021-01-19T00:49:56.538Z] Removing intermediate container 445173d98f65 [2021-01-19T00:49:56.538Z] ---> 080ac7f13d69 [2021-01-19T00:49:56.538Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T00:49:56.538Z] ---> Running in d32040758550 [2021-01-19T00:49:57.133Z] Removing intermediate container d32040758550 [2021-01-19T00:49:57.133Z] ---> ac2b45eef5d1 [2021-01-19T00:49:57.133Z] [2021-01-19T00:49:57.730Z] Successfully built ac2b45eef5d1 [2021-01-19T00:49:57.730Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-19T00:50:00.345Z]  Building docker-core-metadata-go ... done Removing intermediate container b19625883730 [2021-01-19T00:50:00.345Z] ---> f4e39898c358 [2021-01-19T00:50:00.345Z] [2021-01-19T00:50:00.345Z] Step 10/23 : FROM alpine:3.12 [2021-01-19T00:50:00.345Z] ---> afeebe901d6b [2021-01-19T00:50:00.345Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T00:50:00.345Z] ---> Running in 51731be749ec [2021-01-19T00:50:00.618Z] Removing intermediate container 51731be749ec [2021-01-19T00:50:00.618Z] ---> af549257c2c7 [2021-01-19T00:50:00.618Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-19T00:50:00.618Z] ---> Running in 2a52d076b350 [2021-01-19T00:50:01.209Z] Removing intermediate container 2a52d076b350 [2021-01-19T00:50:01.209Z] ---> 4cb250332ad6 [2021-01-19T00:50:01.209Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-19T00:50:01.209Z] ---> Running in 1699ba3acaa3 [2021-01-19T00:50:01.804Z] Removing intermediate container 1699ba3acaa3 [2021-01-19T00:50:01.804Z] ---> 011a1e5aabd1 [2021-01-19T00:50:01.804Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:50:01.804Z] ---> Running in 6c975703e073 [2021-01-19T00:50:04.418Z] Removing intermediate container 6c975703e073 [2021-01-19T00:50:04.418Z] ---> 56a19e28e1b9 [2021-01-19T00:50:04.418Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-19T00:50:04.418Z] ---> Running in aedaab465bb7 [2021-01-19T00:50:05.427Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T00:50:06.029Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T00:50:06.625Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-19T00:50:06.625Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-19T00:50:06.625Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-19T00:50:06.897Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-19T00:50:07.168Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-19T00:50:07.168Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T00:50:07.168Z] OK: 8 MiB in 19 packages [2021-01-19T00:50:08.594Z] Removing intermediate container aedaab465bb7 [2021-01-19T00:50:08.594Z] ---> 26fb0ac12b0b [2021-01-19T00:50:08.594Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T00:50:09.186Z] ---> d8a5c72d3e63 [2021-01-19T00:50:09.186Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-19T00:50:10.614Z] ---> 177d3e8819ee [2021-01-19T00:50:10.615Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-19T00:50:11.209Z] ---> 1ab41525a046 [2021-01-19T00:50:11.209Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-19T00:50:11.481Z] ---> Running in abc7d302391a [2021-01-19T00:50:11.753Z] Removing intermediate container abc7d302391a [2021-01-19T00:50:11.753Z] ---> ede5b3ec0c9f [2021-01-19T00:50:11.753Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T00:50:12.032Z] ---> Running in 9bf28c03360a [2021-01-19T00:50:12.309Z] Removing intermediate container 9bf28c03360a [2021-01-19T00:50:12.309Z] ---> 8a40458f205e [2021-01-19T00:50:12.309Z] Step 21/23 : LABEL arch=arm64 [2021-01-19T00:50:12.582Z] ---> Running in fa31a094f9fa [2021-01-19T00:50:13.175Z] Removing intermediate container fa31a094f9fa [2021-01-19T00:50:13.175Z] ---> 451410f28431 [2021-01-19T00:50:13.175Z] Step 22/23 : LABEL git_sha=cc001dd965964604bc304bec358ed759899c4713 [2021-01-19T00:50:13.175Z] ---> Running in bf03e59c3a67 [2021-01-19T00:50:13.768Z] Removing intermediate container bf03e59c3a67 [2021-01-19T00:50:13.768Z] ---> a52116adfe51 [2021-01-19T00:50:13.768Z] Step 23/23 : LABEL version=0.0.0 [2021-01-19T00:50:13.768Z] ---> Running in 59b18856a6bd [2021-01-19T00:50:14.364Z] Removing intermediate container 59b18856a6bd [2021-01-19T00:50:14.364Z] ---> a821f9709d88 [2021-01-19T00:50:14.364Z] [2021-01-19T00:50:14.636Z] Successfully built a821f9709d88 [2021-01-19T00:50:14.636Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-19T00:50:15.242Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-19T00:50:15.298Z] $ docker stop --time=1 21e0d27baf318c972e8528da7a9b9c7e8f01fa66c3c5b2a551b6b3d981bf9e63 [2021-01-19T00:50:17.309Z] $ docker rm -f 21e0d27baf318c972e8528da7a9b9c7e8f01fa66c3c5b2a551b6b3d981bf9e63 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T00:50:17.954Z] + grep docker [2021-01-19T00:50:17.954Z] + docker images [2021-01-19T00:50:18.228Z] docker-core-data-go-arm64 latest a821f9709d88 4 seconds ago 21MB [2021-01-19T00:50:18.228Z] docker-core-metadata-go-arm64 latest ac2b45eef5d1 22 seconds ago 12.3MB [2021-01-19T00:50:18.228Z] docker-security-proxy-setup-go-arm64 latest 32cb3a795620 30 seconds ago 23.2MB [2021-01-19T00:50:18.228Z] docker-support-scheduler-go-arm64 latest 40a681c7abc1 37 seconds ago 10MB [2021-01-19T00:50:18.228Z] docker-sys-mgmt-agent-go-arm64 latest b1126fc4ee61 About a minute ago 300MB [2021-01-19T00:50:18.228Z] docker-security-secretstore-setup-go-arm64 latest f7afad7fd425 3 minutes ago 23.4MB [2021-01-19T00:50:18.228Z] docker-support-notifications-go-arm64 latest 045293bfdb24 3 minutes ago 11.4MB [2021-01-19T00:50:18.228Z] docker-security-bootstrap-redis-go-arm64 latest d6bd17aba4f7 3 minutes ago 15.1MB [2021-01-19T00:50:18.228Z] docker-core-command-go-arm64 latest 410a5432b94d 3 minutes ago 9.98MB [2021-01-19T00:50:18.228Z] docker 20.10.0 eeaf43b92773 5 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-19T00:50:19.920Z] provisioning config files... [2021-01-19T00:50:19.937Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config8835276338423278321tmp [Pipeline] { [Pipeline] sh [2021-01-19T00:50:20.308Z] + set +x [2021-01-19T00:50:20.308Z] + curl -s https://codecov.io/bash [2021-01-19T00:50:20.308Z] + bash -s -- [2021-01-19T00:50:20.570Z] [2021-01-19T00:50:20.570Z] _____ _ [2021-01-19T00:50:20.570Z] / ____| | | [2021-01-19T00:50:20.570Z] | | ___ __| | ___ ___ _____ __ [2021-01-19T00:50:20.570Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-19T00:50:20.570Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-19T00:50:20.570Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-19T00:50:20.570Z] Bash-20210115-cec3c92 [2021-01-19T00:50:20.570Z] [2021-01-19T00:50:20.570Z] [2021-01-19T00:50:20.570Z] ==> git version 2.24.3 found [2021-01-19T00:50:20.833Z] ==> 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-19T00:50:20.833Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-19T00:50:20.833Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-19T00:50:20.833Z] ==> Jenkins CI detected. [2021-01-19T00:50:20.833Z] project root: . [2021-01-19T00:50:20.833Z] --> token set from env [2021-01-19T00:50:20.833Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-19T00:50:20.833Z] ==> Running gcov in . (disable via -X gcov) [2021-01-19T00:50:20.833Z] ==> Python coveragepy not found [2021-01-19T00:50:20.833Z] ==> Searching for coverage reports in: [2021-01-19T00:50:20.833Z] + . [2021-01-19T00:50:20.833Z] -> Found 1 reports [2021-01-19T00:50:20.833Z] ==> Detecting git/mercurial file structure [2021-01-19T00:50:20.833Z] ==> Reading reports [2021-01-19T00:50:20.833Z] + ./coverage.out bytes=550280 [2021-01-19T00:50:21.096Z] ==> Appending adjustments [2021-01-19T00:50:21.096Z] https://docs.codecov.io/docs/fixing-reports [2021-01-19T00:50:24.408Z] + Found adjustments [2021-01-19T00:50:24.408Z] ==> Gzipping contents [2021-01-19T00:50:24.408Z] 84K /tmp/codecov.1NrFGz.gz [2021-01-19T00:50:24.408Z] ==> Uploading reports [2021-01-19T00:50:24.408Z] url: https://codecov.io [2021-01-19T00:50:24.408Z] query: branch=PR-3039&commit=cc001dd965964604bc304bec358ed759899c4713&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3039%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3039&job=&cmd_args= [2021-01-19T00:50:24.408Z] -> Pinging Codecov [2021-01-19T00:50:24.408Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3039&commit=cc001dd965964604bc304bec358ed759899c4713&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3039%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3039&job=&cmd_args= [2021-01-19T00:50:24.408Z] -> Uploading to [2021-01-19T00:50:24.408Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-19/00271124DB129430A58F1EEE437C3FCB/cc001dd965964604bc304bec358ed759899c4713/f802ac95-e490-459f-9811-942ace213cb7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210119T005024Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2fa251a4ac9d2ec32b9bb0b20b8e62177f521c4aed0c327c9c57bf05ea381667 [2021-01-19T00:50:24.408Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T00:50:24.408Z] Dload Upload Total Spent Left Speed [2021-01-19T00:50:25.244Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83247 0 0 100 83247 0 133k --:--:-- --:--:-- --:--:-- 133k [2021-01-19T00:50:25.244Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/cc001dd965964604bc304bec358ed759899c4713 [Pipeline] } [2021-01-19T00:50:25.254Z] 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-19T00:50:27.136Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T00:50:28.024Z] ---> package-listing.sh [2021-01-19T00:50:28.025Z] ++ facter osfamily [2021-01-19T00:50:28.025Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-19T00:50:28.025Z] + OS_FAMILY=redhat [2021-01-19T00:50:28.025Z] + workspace=/w/workspace/edgex-go/4 [2021-01-19T00:50:28.025Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-19T00:50:28.025Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-19T00:50:28.025Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-19T00:50:28.025Z] + PACKAGES=/tmp/packages_start.txt [2021-01-19T00:50:28.025Z] + '[' /w/workspace/edgex-go/4 ']' [2021-01-19T00:50:28.025Z] + PACKAGES=/tmp/packages_end.txt [2021-01-19T00:50:28.025Z] + case "${OS_FAMILY}" in [2021-01-19T00:50:28.025Z] + rpm -qa [2021-01-19T00:50:28.025Z] + sort [2021-01-19T00:50:33.348Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-19T00:50:33.348Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-19T00:50:33.348Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-19T00:50:33.348Z] + '[' /w/workspace/edgex-go/4 ']' [2021-01-19T00:50:33.348Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2021-01-19T00:50:33.348Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo [2021-01-19T00:50:33.361Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-19T00:50:33.659Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-19T00:50:33.973Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T00:50:33.973Z] [2021-01-19T00:50:33.973Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-19T00:50:34.584Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T00:50:34.585Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-19T00:50:34.585Z] df20fa9351a1: Pulling fs layer [2021-01-19T00:50:34.585Z] 36b3adc4ff6f: Pulling fs layer [2021-01-19T00:50:34.585Z] 8ad3a11d3b57: Pulling fs layer [2021-01-19T00:50:34.585Z] 46f8f816bc3b: Pulling fs layer [2021-01-19T00:50:34.585Z] 93b61091891f: Pulling fs layer [2021-01-19T00:50:34.585Z] 93b9cdb0e59b: Pulling fs layer [2021-01-19T00:50:34.585Z] 5e14af77c1be: Pulling fs layer [2021-01-19T00:50:34.585Z] 01666e4c0597: Pulling fs layer [2021-01-19T00:50:34.585Z] aa168da1d23b: Pulling fs layer [2021-01-19T00:50:34.585Z] 46f8f816bc3b: Waiting [2021-01-19T00:50:34.585Z] 93b61091891f: Waiting [2021-01-19T00:50:34.585Z] 93b9cdb0e59b: Waiting [2021-01-19T00:50:34.585Z] 5e14af77c1be: Waiting [2021-01-19T00:50:34.585Z] 01666e4c0597: Waiting [2021-01-19T00:50:34.585Z] aa168da1d23b: Waiting [2021-01-19T00:50:34.585Z] 36b3adc4ff6f: Verifying Checksum [2021-01-19T00:50:34.585Z] 36b3adc4ff6f: Download complete [2021-01-19T00:50:34.585Z] 46f8f816bc3b: Verifying Checksum [2021-01-19T00:50:34.585Z] 46f8f816bc3b: Download complete [2021-01-19T00:50:34.854Z] df20fa9351a1: Download complete [2021-01-19T00:50:34.854Z] 93b9cdb0e59b: Verifying Checksum [2021-01-19T00:50:34.854Z] 93b9cdb0e59b: Download complete [2021-01-19T00:50:34.854Z] 5e14af77c1be: Verifying Checksum [2021-01-19T00:50:34.854Z] 5e14af77c1be: Download complete [2021-01-19T00:50:34.854Z] 93b61091891f: Verifying Checksum [2021-01-19T00:50:34.854Z] 93b61091891f: Download complete [2021-01-19T00:50:34.854Z] 01666e4c0597: Verifying Checksum [2021-01-19T00:50:34.854Z] 01666e4c0597: Download complete [2021-01-19T00:50:34.854Z] 8ad3a11d3b57: Verifying Checksum [2021-01-19T00:50:34.854Z] 8ad3a11d3b57: Download complete [2021-01-19T00:50:35.116Z] df20fa9351a1: Pull complete [2021-01-19T00:50:35.380Z] 36b3adc4ff6f: Pull complete [2021-01-19T00:50:37.467Z] aa168da1d23b: Verifying Checksum [2021-01-19T00:50:37.467Z] aa168da1d23b: Download complete [2021-01-19T00:50:37.739Z] 8ad3a11d3b57: Pull complete [2021-01-19T00:50:38.431Z] 46f8f816bc3b: Pull complete [2021-01-19T00:50:39.012Z] 93b61091891f: Pull complete [2021-01-19T00:50:39.012Z] 93b9cdb0e59b: Pull complete [2021-01-19T00:50:39.275Z] 5e14af77c1be: Pull complete [2021-01-19T00:50:39.537Z] 01666e4c0597: Pull complete [2021-01-19T00:50:47.718Z] aa168da1d23b: Pull complete [2021-01-19T00:50:47.718Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-19T00:50:47.718Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T00:50:47.718Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-19T00:50:47.958Z] prd-centos7-docker-4c-2g-21011 does not seem to be running inside a container [2021-01-19T00:50:48.023Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-19T00:50:51.868Z] $ docker top a7fa4e505a0be1eae6d2f8cf4486481e5318d86e7fa8b1b1c250f42a39b7182d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T00:50:52.404Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-19T00:50:52.721Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-19T00:50:53.038Z] + ls /var/log/sa-host [2021-01-19T00:50:53.039Z] + sadf -c /var/log/sa-host/sa19 [2021-01-19T00:50:53.039Z] file_magic: OK [2021-01-19T00:50:53.039Z] HZ: Using current value: 100 [2021-01-19T00:50:53.039Z] file_header: OK [2021-01-19T00:50:53.039Z] 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-19T00:50:53.039Z] Statistics: [2021-01-19T00:50:53.039Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-19T00:50:53.039Z] File successfully converted to sysstat format version 12.2.1 [2021-01-19T00:50:53.039Z] + sadf -c /var/log/sa-host/sa23 [2021-01-19T00:50:53.039Z] file_magic: OK [2021-01-19T00:50:53.039Z] HZ: Using current value: 100 [2021-01-19T00:50:53.039Z] file_header: OK [2021-01-19T00:50:53.039Z] 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-19T00:50:53.039Z] Statistics: [2021-01-19T00:50:53.039Z] Hnuu...uuuununununu... [2021-01-19T00:50:53.039Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-19T00:50:53.289Z] provisioning config files... [2021-01-19T00:50:53.303Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config2381029422292619217tmp [Pipeline] { [Pipeline] echo [2021-01-19T00:50:53.375Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T00:50:53.679Z] ---> create-netrc.sh [Pipeline] } [2021-01-19T00:50:53.690Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-19T00:50:53.777Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T00:50:54.087Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-19T00:50:54.099Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T00:50:54.401Z] ---> sudo-logs.sh [2021-01-19T00:50:54.401Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-19T00:50:54.414Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T00:50:54.724Z] ---> job-cost.sh [2021-01-19T00:50:54.724Z] lf-activate-venv: SKIPPING [2021-01-19T00:50:54.724Z] INFO: No Stack... [2021-01-19T00:50:55.673Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-19T00:50:56.249Z] INFO: Archiving Costs [Pipeline] echo [2021-01-19T00:50:56.264Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T00:50:56.565Z] ---> logs-deploy.sh [2021-01-19T00:50:56.565Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3039/4 [2021-01-19T00:50:56.565Z] INFO: archiving workspace using pattern(s): [2021-01-19T00:50:58.489Z] Archives upload complete. [2021-01-19T00:50:58.489Z] INFO: archiving logs to Nexus