Pull request #3072 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from fd0285852452e0e60bb303654278afa6bd9b4a9c+eb962563c78e340597fe6b0a01e022bbdd66f5a5 (894aed7dea8bb4473ed0774d7fbf0a5cc0abf511) 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-22627’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-22634 in /w/workspace/edgexfoundry_edgex-go_PR-3072 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit eb962563c78e340597fe6b0a01e022bbdd66f5a5 into PR head commit fd0285852452e0e60bb303654278afa6bd9b4a9c Merge succeeded, producing fd0285852452e0e60bb303654278afa6bd9b4a9c Checking out Revision fd0285852452e0e60bb303654278afa6bd9b4a9c (PR-3072) > 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/3072/head:refs/remotes/origin/PR-3072 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fd0285852452e0e60bb303654278afa6bd9b4a9c # 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 eb962563c78e340597fe6b0a01e022bbdd66f5a5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fd0285852452e0e60bb303654278afa6bd9b4a9c # timeout=10 Commit message: "build(deps): Bump github.com/google/uuid from 1.1.5 to 1.2.0" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-25T14:28:46.522Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-25T14:28:46.762Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk 4148dfc6fa8fb263c039e1a395b150777a2bbe36 # timeout=10 [Pipeline] echo [2021-01-25T14:28:46.874Z] ========================================================= [2021-01-25T14:28:46.874Z] EdgeX Global Pipelines Version Info [2021-01-25T14:28:46.874Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-25T14:28:48.445Z] ------------------- [2021-01-25T14:28:48.445Z] stable info: [2021-01-25T14:28:48.445Z] ------------------- [2021-01-25T14:28:48.445Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-25T14:28:48.445Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-25T14:28:48.445Z] Message: update stable to v1.0.179 [2021-01-25T14:28:49.404Z] ------------------- [2021-01-25T14:28:49.404Z] experimental info: [2021-01-25T14:28:49.404Z] ------------------- [2021-01-25T14:28:49.404Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-25T14:28:49.404Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-25T14:28:49.404Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-25T14:28:49.655Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-25T14:28:49.767Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-25T14:28:49.878Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-25T14:28:49.970Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-25T14:28:50.057Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-25T14:28:50.203Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-25T14:28:50.304Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-25T14:28:50.513Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-25T14:28:50.668Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-25T14:28:50.751Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-25T14:28:50.865Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-25T14:28:50.987Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-25T14:28:51.076Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-25T14:28:51.171Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-25T14:28:51.261Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-25T14:28:51.349Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-25T14:28:51.435Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-25T14:28:51.554Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-25T14:28:51.634Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-25T14:28:51.721Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-25T14:28:51.802Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-25T14:28:51.913Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-25T14:28:51.997Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-25T14:28:52.105Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3072 [Pipeline] echo [2021-01-25T14:28:52.191Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3072 [Pipeline] echo [2021-01-25T14:28:52.276Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3072 [Pipeline] echo [2021-01-25T14:28:52.358Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fd0285852452e0e60bb303654278afa6bd9b4a9c [Pipeline] echo [2021-01-25T14:28:52.445Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fd02858 [Pipeline] echo [2021-01-25T14:28:52.528Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-25T14:28:52.735Z] provisioning config files... [2021-01-25T14:28:52.768Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config8086693736328562087tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-25T14:28:53.135Z] ---> docker-login.sh [2021-01-25T14:28:53.135Z] nexus3.edgexfoundry.org:10001 [2021-01-25T14:28:53.399Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-25T14:28:53.399Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-25T14:28:53.399Z] Configure a credential helper to remove this warning. See [2021-01-25T14:28:53.399Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-25T14:28:53.399Z] [2021-01-25T14:28:53.399Z] Login Succeeded [2021-01-25T14:28:53.399Z] nexus3.edgexfoundry.org:10002 [2021-01-25T14:28:53.665Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-25T14:28:53.665Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-25T14:28:53.665Z] Configure a credential helper to remove this warning. See [2021-01-25T14:28:53.665Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-25T14:28:53.665Z] [2021-01-25T14:28:53.665Z] Login Succeeded [2021-01-25T14:28:53.665Z] nexus3.edgexfoundry.org:10003 [2021-01-25T14:28:53.928Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-25T14:28:53.928Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-25T14:28:53.928Z] Configure a credential helper to remove this warning. See [2021-01-25T14:28:53.928Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-25T14:28:53.928Z] [2021-01-25T14:28:53.928Z] Login Succeeded [2021-01-25T14:28:53.928Z] nexus3.edgexfoundry.org:10004 [2021-01-25T14:28:53.928Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-25T14:28:54.191Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-25T14:28:54.191Z] Configure a credential helper to remove this warning. See [2021-01-25T14:28:54.191Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-25T14:28:54.191Z] [2021-01-25T14:28:54.191Z] Login Succeeded [2021-01-25T14:28:54.191Z] docker.io [2021-01-25T14:28:54.191Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-25T14:28:54.453Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-25T14:28:54.453Z] Configure a credential helper to remove this warning. See [2021-01-25T14:28:54.453Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-25T14:28:54.453Z] [2021-01-25T14:28:54.453Z] Login Succeeded [2021-01-25T14:28:54.453Z] ---> docker-login.sh ends [Pipeline] } [2021-01-25T14:28:54.462Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-25T14:28:54.936Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/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-25T14:28:54.936Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-25T14:28:54.936Z] ++ dirname cmd/core-command/Dockerfile [2021-01-25T14:28:54.936Z] ++ cut -d/ -f2 [2021-01-25T14:28:54.936Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-25T14:28:54.936Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-25T14:28:54.936Z] ++ dirname cmd/core-data/Dockerfile [2021-01-25T14:28:54.936Z] ++ cut -d/ -f2 [2021-01-25T14:28:54.936Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-25T14:28:54.936Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-25T14:28:54.936Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-25T14:28:54.936Z] ++ cut -d/ -f2 [2021-01-25T14:28:54.936Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-25T14:28:54.936Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-25T14:28:54.936Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-25T14:28:54.936Z] ++ cut -d/ -f2 [2021-01-25T14:28:54.936Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-25T14:28:54.936Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-25T14:28:54.936Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-25T14:28:54.936Z] ++ cut -d/ -f2 [2021-01-25T14:28:54.936Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-25T14:28:54.936Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-25T14:28:54.936Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-25T14:28:54.936Z] ++ cut -d/ -f2 [2021-01-25T14:28:54.936Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-25T14:28:54.936Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-25T14:28:54.936Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-25T14:28:54.936Z] ++ cut -d/ -f2 [2021-01-25T14:28:54.936Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-25T14:28:54.936Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-25T14:28:54.936Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-25T14:28:54.936Z] ++ cut -d/ -f2 [2021-01-25T14:28:54.936Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-25T14:28:54.936Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-25T14:28:54.936Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-25T14:28:54.936Z] ++ cut -d/ -f2 [2021-01-25T14:28:54.936Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-25T14:28:55.037Z] 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-bootstrapper-go, dockerfile:cmd/security-bootstrapper/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-25T14:28:55.983Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-25T14:28:55.983Z] [2021-01-25T14:28:55.983Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-25T14:28:56.347Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-25T14:28:56.613Z] latest: Pulling from edgex-devops/git-semver [2021-01-25T14:28:56.613Z] 31603596830f: Pulling fs layer [2021-01-25T14:28:56.613Z] 2a8b12db71e7: Pulling fs layer [2021-01-25T14:28:56.613Z] 6ca5941a6612: Pulling fs layer [2021-01-25T14:28:56.613Z] ecc8261a40a4: Pulling fs layer [2021-01-25T14:28:56.613Z] ecc8261a40a4: Waiting [2021-01-25T14:28:56.613Z] 2a8b12db71e7: Download complete [2021-01-25T14:28:56.891Z] 31603596830f: Verifying Checksum [2021-01-25T14:28:56.891Z] 31603596830f: Download complete [2021-01-25T14:28:57.159Z] 31603596830f: Pull complete [2021-01-25T14:28:57.424Z] 2a8b12db71e7: Pull complete [2021-01-25T14:28:57.424Z] ecc8261a40a4: Download complete [2021-01-25T14:28:57.688Z] 6ca5941a6612: Verifying Checksum [2021-01-25T14:28:57.688Z] 6ca5941a6612: Download complete [2021-01-25T14:28:58.656Z] 6ca5941a6612: Pull complete [2021-01-25T14:28:58.656Z] ecc8261a40a4: Pull complete [2021-01-25T14:28:58.656Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-25T14:28:58.656Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-25T14:28:58.656Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-25T14:28:58.775Z] prd-centos7-docker-4c-2g-22634 does not seem to be running inside a container [2021-01-25T14:28:58.838Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-25T14:29:01.672Z] $ docker top a5bc045fb16c8726393857533d80fbe6665c85ed2ef9cf6bc304836033bf7753 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-25T14:29:02.062Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-25T14:29:02.062Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-25T14:29:02.292Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-25T14:29:02.297Z] $ docker exec a5bc045fb16c8726393857533d80fbe6665c85ed2ef9cf6bc304836033bf7753 ssh-agent [2021-01-25T14:29:02.468Z] SSH_AUTH_SOCK=/tmp/ssh-d1jMCv5N327Q/agent.12 [2021-01-25T14:29:02.468Z] SSH_AGENT_PID=17 [2021-01-25T14:29:02.481Z] Running ssh-add (command line suppressed) [2021-01-25T14:29:02.616Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_5356831800142169325.key (/w/workspace/edgex-go/3@tmp/private_key_5356831800142169325.key) [2021-01-25T14:29:02.668Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-25T14:29:03.005Z] + git tag --points-at HEAD [Pipeline] } [2021-01-25T14:29:03.033Z] $ docker exec --env ******** --env ******** a5bc045fb16c8726393857533d80fbe6665c85ed2ef9cf6bc304836033bf7753 ssh-agent -k [2021-01-25T14:29:03.143Z] unset SSH_AUTH_SOCK; [2021-01-25T14:29:03.144Z] unset SSH_AGENT_PID; [2021-01-25T14:29:03.144Z] echo Agent pid 17 killed; [2021-01-25T14:29:03.197Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-25T14:29:03.331Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-25T14:29:03.331Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-25T14:29:03.496Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-25T14:29:03.503Z] $ docker exec a5bc045fb16c8726393857533d80fbe6665c85ed2ef9cf6bc304836033bf7753 ssh-agent [2021-01-25T14:29:03.708Z] SSH_AUTH_SOCK=/tmp/ssh-0WFPUJ67w06G/agent.47 [2021-01-25T14:29:03.708Z] SSH_AGENT_PID=52 [2021-01-25T14:29:03.715Z] Running ssh-add (command line suppressed) [2021-01-25T14:29:03.847Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_6888700977051678684.key (/w/workspace/edgex-go/3@tmp/private_key_6888700977051678684.key) [2021-01-25T14:29:03.899Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-25T14:29:04.236Z] + git semver init [2021-01-25T14:29:04.236Z] # -> Open(): unable to determine branch for HEAD [2021-01-25T14:29:04.236Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-01-25T14:29:04.236Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-01-25T14:29:04.236Z] # $SEMVER_REMOTE_NAME = origin [2021-01-25T14:29:04.236Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-25T14:29:04.236Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-25T14:29:04.236Z] # $SEMVER_BRANCH = PR-3072 [2021-01-25T14:29:04.236Z] # $SEMVER_TEMP = /tmp/semver-711437934 [2021-01-25T14:29:04.236Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-25T14:29:36.442Z] # '/tmp/semver-711437934' -> '/w/workspace/edgex-go/3/.semver' [2021-01-25T14:29:36.442Z] # -> Force: false [2021-01-25T14:29:36.442Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-01-25T14:29:36.459Z] $ docker exec --env ******** --env ******** a5bc045fb16c8726393857533d80fbe6665c85ed2ef9cf6bc304836033bf7753 ssh-agent -k [2021-01-25T14:29:36.725Z] unset SSH_AUTH_SOCK; [2021-01-25T14:29:36.725Z] unset SSH_AGENT_PID; [2021-01-25T14:29:36.725Z] echo Agent pid 52 killed; [2021-01-25T14:29:36.804Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-25T14:29:37.267Z] + git semver [Pipeline] } [2021-01-25T14:29:37.285Z] $ docker stop --time=1 a5bc045fb16c8726393857533d80fbe6665c85ed2ef9cf6bc304836033bf7753 [2021-01-25T14:29:38.942Z] $ docker rm -f a5bc045fb16c8726393857533d80fbe6665c85ed2ef9cf6bc304836033bf7753 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-25T14:29:39.518Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-25T14:29:40.091Z] Stashed 1 file(s) [Pipeline] echo [2021-01-25T14:29:40.094Z] [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-25T14:29:41.133Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-25T14:29:41.430Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-25T14:29:41.730Z] + sudo service docker restart [2021-01-25T14:29:41.730Z] + true [2021-01-25T14:29:41.730Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-25T14:29:42.320Z] ========================================================= [2021-01-25T14:29:42.320Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-25T14:29:42.320Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-25T14:29:42.706Z] + 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-25T14:29:46.032Z] Sending build context to Docker daemon 327.1MB [2021-01-25T14:29:46.032Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-25T14:29:46.032Z] Step 2/6 : FROM ${BASE} [2021-01-25T14:29:46.295Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-25T14:29:46.295Z] 188c0c94c7c5: Pulling fs layer [2021-01-25T14:29:46.295Z] 0ef7d3d256c8: Pulling fs layer [2021-01-25T14:29:46.295Z] de9db76c5a1d: Pulling fs layer [2021-01-25T14:29:46.295Z] bca2f99d35d6: Pulling fs layer [2021-01-25T14:29:46.295Z] 93359f2a8cfa: Pulling fs layer [2021-01-25T14:29:46.295Z] 7c6f9722023f: Pulling fs layer [2021-01-25T14:29:46.295Z] a35cf1a2eb13: Pulling fs layer [2021-01-25T14:29:46.295Z] bca2f99d35d6: Waiting [2021-01-25T14:29:46.295Z] 93359f2a8cfa: Waiting [2021-01-25T14:29:46.295Z] 7c6f9722023f: Waiting [2021-01-25T14:29:46.295Z] a35cf1a2eb13: Waiting [2021-01-25T14:29:46.295Z] de9db76c5a1d: Download complete [2021-01-25T14:29:46.295Z] 0ef7d3d256c8: Verifying Checksum [2021-01-25T14:29:46.295Z] 0ef7d3d256c8: Download complete [2021-01-25T14:29:46.295Z] 93359f2a8cfa: Verifying Checksum [2021-01-25T14:29:46.295Z] 93359f2a8cfa: Download complete [2021-01-25T14:29:46.557Z] 7c6f9722023f: Verifying Checksum [2021-01-25T14:29:46.557Z] 7c6f9722023f: Download complete [2021-01-25T14:29:46.557Z] 188c0c94c7c5: Verifying Checksum [2021-01-25T14:29:46.557Z] 188c0c94c7c5: Download complete [2021-01-25T14:29:46.828Z] 188c0c94c7c5: Pull complete [2021-01-25T14:29:47.412Z] 0ef7d3d256c8: Pull complete [2021-01-25T14:29:47.412Z] de9db76c5a1d: Pull complete [2021-01-25T14:29:48.813Z] a35cf1a2eb13: Verifying Checksum [2021-01-25T14:29:48.813Z] a35cf1a2eb13: Download complete [2021-01-25T14:29:49.768Z] bca2f99d35d6: Verifying Checksum [2021-01-25T14:29:49.768Z] bca2f99d35d6: Download complete [2021-01-25T14:29:55.625Z] Still waiting to schedule task [2021-01-25T14:29:55.626Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-01-25T14:29:56.459Z] bca2f99d35d6: Pull complete [2021-01-25T14:29:56.459Z] 93359f2a8cfa: Pull complete [2021-01-25T14:29:56.459Z] 7c6f9722023f: Pull complete [2021-01-25T14:29:59.803Z] a35cf1a2eb13: Pull complete [2021-01-25T14:29:59.803Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-25T14:29:59.803Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-25T14:29:59.803Z] ---> a62c8e92a672 [2021-01-25T14:29:59.803Z] 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-25T14:29:59.803Z] ---> Running in ba9ee2ae5ff1 [2021-01-25T14:30:00.757Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-25T14:30:02.166Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-25T14:30:03.559Z] (1/12) Installing libmagic (5.38-r0) [2021-01-25T14:30:03.822Z] (2/12) Installing file (5.38-r0) [2021-01-25T14:30:04.086Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-25T14:30:04.086Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-25T14:30:36.266Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-25T14:30:36.266Z] (6/12) Installing patch (2.7.6-r6) [2021-01-25T14:30:36.266Z] (7/12) Installing build-base (0.5-r2) [2021-01-25T14:30:36.266Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-25T14:30:36.266Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-25T14:30:36.266Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-25T14:30:36.266Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-25T14:30:36.266Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-25T14:30:36.266Z] Executing busybox-1.31.1-r19.trigger [2021-01-25T14:30:36.266Z] OK: 233 MiB in 51 packages [2021-01-25T14:30:36.266Z] Removing intermediate container ba9ee2ae5ff1 [2021-01-25T14:30:36.266Z] ---> 215e3343033d [2021-01-25T14:30:36.266Z] Step 4/6 : WORKDIR /edgex-go [2021-01-25T14:30:36.266Z] ---> Running in 00799d9de278 [2021-01-25T14:30:36.266Z] Removing intermediate container 00799d9de278 [2021-01-25T14:30:36.266Z] ---> d372cad95adb [2021-01-25T14:30:36.266Z] Step 5/6 : COPY go.mod . [2021-01-25T14:30:36.266Z] ---> aadd616b8565 [2021-01-25T14:30:36.266Z] Step 6/6 : RUN go mod download [2021-01-25T14:30:36.266Z] ---> Running in 9415203005d7 [2021-01-25T14:30:58.311Z] Removing intermediate container 9415203005d7 [2021-01-25T14:30:58.311Z] ---> c6d81725fca2 [2021-01-25T14:30:58.311Z] Successfully built c6d81725fca2 [2021-01-25T14:30:58.311Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-25T14:30:58.633Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-25T14:30:58.633Z] . [Pipeline] withDockerContainer [2021-01-25T14:30:58.744Z] prd-centos7-docker-4c-2g-22634 does not seem to be running inside a container [2021-01-25T14:30:58.798Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-25T14:30:59.885Z] $ docker top 189123fa585e6496adc5260f03d8324b07a6fa19efc3926bc775ab1c0fa1c39a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-25T14:31:00.619Z] + go version [2021-01-25T14:31:00.620Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-25T14:31:00.643Z] $ docker stop --time=1 189123fa585e6496adc5260f03d8324b07a6fa19efc3926bc775ab1c0fa1c39a [2021-01-25T14:31:02.045Z] $ docker rm -f 189123fa585e6496adc5260f03d8324b07a6fa19efc3926bc775ab1c0fa1c39a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-25T14:31:02.920Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-25T14:31:02.921Z] . [Pipeline] withDockerContainer [2021-01-25T14:31:03.043Z] prd-centos7-docker-4c-2g-22634 does not seem to be running inside a container [2021-01-25T14:31:03.106Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-25T14:31:03.763Z] $ docker top 0d646899a28b6ff9041545f3ec6b81aa15a595340b9ccfa6348e36b01964061e -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-25T14:31:03.964Z] ========================================================= [2021-01-25T14:31:03.965Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-25T14:31:03.965Z] ========================================================= [Pipeline] sh [2021-01-25T14:31:04.262Z] + make test [2021-01-25T14:31:04.262Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-25T14:31:14.396Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-25T14:31:26.751Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-25T14:31:35.018Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-25T14:31:35.018Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-25T14:31:35.018Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-25T14:31:35.018Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-25T14:31:37.633Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-25T14:31:37.633Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-25T14:31:37.633Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-25T14:31:37.633Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-25T14:31:37.633Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-25T14:31:37.633Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-25T14:31:39.610Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-25T14:31:39.610Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-25T14:31:39.610Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-25T14:31:41.571Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.132s coverage: 46.6% of statements [2021-01-25T14:31:41.571Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-25T14:31:41.571Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-25T14:31:41.571Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-25T14:31:41.571Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-25T14:31:41.571Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-25T14:31:45.854Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.215s coverage: 27.1% of statements [2021-01-25T14:31:45.855Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-25T14:31:45.855Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-25T14:31:45.855Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-25T14:31:45.855Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-25T14:31:45.855Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-25T14:31:45.855Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-25T14:31:45.855Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.036s coverage: 100.0% of statements [2021-01-25T14:31:45.855Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-25T14:31:45.855Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.041s coverage: 100.0% of statements [2021-01-25T14:31:45.855Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-25T14:31:45.855Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-25T14:31:45.855Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.097s coverage: 65.8% of statements [2021-01-25T14:31:45.855Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-25T14:31:45.855Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-25T14:31:45.855Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.430s coverage: 82.3% of statements [2021-01-25T14:31:45.855Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-25T14:31:45.855Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-25T14:31:45.855Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-25T14:31:45.855Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-25T14:31:47.833Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.333s coverage: 28.6% of statements [2021-01-25T14:31:47.833Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-25T14:31:47.833Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-25T14:31:47.833Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-25T14:31:47.833Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-25T14:31:47.833Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-25T14:31:47.833Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.063s coverage: 100.0% of statements [2021-01-25T14:31:47.833Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-25T14:31:47.833Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.040s coverage: 100.0% of statements [2021-01-25T14:31:47.833Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-25T14:31:47.833Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.132s coverage: 86.7% of statements [2021-01-25T14:31:47.833Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-25T14:31:47.833Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.130s coverage: 97.5% of statements [2021-01-25T14:31:47.833Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-25T14:31:48.105Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.061s coverage: 78.3% of statements [2021-01-25T14:31:48.105Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-25T14:31:48.105Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-25T14:31:48.105Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-25T14:31:48.105Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-25T14:31:51.443Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.442s coverage: 92.8% of statements [2021-01-25T14:31:51.444Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-25T14:31:51.444Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-25T14:31:51.444Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-25T14:31:51.444Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-25T14:31:51.444Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-25T14:31:51.444Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-25T14:31:51.444Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-25T14:31:51.444Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-25T14:31:51.444Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-25T14:31:51.444Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-25T14:31:51.444Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-25T14:31:51.444Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-25T14:31:51.444Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-25T14:31:51.444Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-25T14:31:51.444Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-25T14:31:51.444Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-25T14:31:51.444Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-25T14:31:51.444Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-25T14:31:51.444Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.030s coverage: 58.8% of statements [2021-01-25T14:31:51.444Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-25T14:31:51.444Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-25T14:31:51.444Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.068s coverage: 0.1% of statements [2021-01-25T14:31:51.444Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-25T14:31:51.444Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-25T14:31:51.444Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-25T14:31:51.444Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.058s coverage: 43.8% of statements [2021-01-25T14:31:51.444Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.040s coverage: 79.5% of statements [2021-01-25T14:31:51.444Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.036s coverage: 94.1% of statements [2021-01-25T14:31:51.444Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.037s coverage: 96.3% of statements [2021-01-25T14:31:51.444Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.033s coverage: 87.5% of statements [2021-01-25T14:32:04.213Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.050s coverage: 94.4% of statements [2021-01-25T14:32:04.213Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.031s coverage: 44.8% of statements [2021-01-25T14:32:04.213Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-25T14:32:04.213Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-25T14:32:04.213Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-25T14:32:04.213Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-25T14:32:04.213Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.040s coverage: 87.2% of statements [2021-01-25T14:32:04.213Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-25T14:32:04.213Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-25T14:32:04.213Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.035s coverage: 100.0% of statements [2021-01-25T14:32:04.213Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-25T14:32:04.213Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.051s coverage: 75.5% of statements [2021-01-25T14:32:04.213Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-25T14:32:04.213Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-01-25T14:32:04.213Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.069s coverage: 87.2% of statements [2021-01-25T14:32:04.213Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.054s coverage: 84.2% of statements [2021-01-25T14:32:04.213Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.080s coverage: 91.4% of statements [2021-01-25T14:32:04.213Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-25T14:32:04.213Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.162s coverage: 63.5% of statements [2021-01-25T14:32:04.213Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-25T14:32:04.213Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-25T14:32:04.213Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-01-25T14:32:04.213Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2021-01-25T14:32:04.213Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.040s coverage: 100.0% of statements [2021-01-25T14:32:04.213Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.040s coverage: 73.7% of statements [2021-01-25T14:32:04.213Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-01-25T14:32:04.213Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.308s coverage: 68.9% of statements [2021-01-25T14:32:04.213Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-25T14:32:04.213Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-25T14:32:04.213Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-25T14:32:04.213Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-25T14:32:04.213Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-25T14:32:04.213Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.091s coverage: 37.0% of statements [2021-01-25T14:32:04.213Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-25T14:32:04.213Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-25T14:32:04.213Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.251s coverage: 84.0% of statements [2021-01-25T14:32:04.213Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.032s coverage: 100.0% of statements [2021-01-25T14:32:04.213Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.101s coverage: 47.1% of statements [2021-01-25T14:32:04.213Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-25T14:32:04.213Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-25T14:32:04.213Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-25T14:32:04.213Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-25T14:32:04.213Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-25T14:32:04.213Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.050s coverage: 100.0% of statements [2021-01-25T14:32:04.213Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-25T14:32:04.213Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.048s coverage: 100.0% of statements [2021-01-25T14:32:04.213Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-25T14:32:04.213Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.680s coverage: 29.1% of statements [2021-01-25T14:32:04.213Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-25T14:32:04.213Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-25T14:32:04.213Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-25T14:32:04.213Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-25T14:32:04.213Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-25T14:32:04.213Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.066s coverage: 99.0% of statements [2021-01-25T14:32:04.213Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-25T14:32:04.213Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.039s coverage: 100.0% of statements [2021-01-25T14:32:04.213Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-25T14:32:04.213Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements [2021-01-25T14:32:04.213Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-25T14:32:04.213Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.041s coverage: 100.0% of statements [2021-01-25T14:32:04.213Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-25T14:32:04.213Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-25T14:32:04.213Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-25T14:32:04.213Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-25T14:32:04.213Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.068s coverage: 87.9% of statements [2021-01-25T14:32:04.213Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-25T14:32:04.213Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-25T14:32:04.213Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements [2021-01-25T14:32:04.213Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-01-25T14:32:04.213Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-25T14:32:04.788Z] GO111MODULE=on go vet ./... [2021-01-25T14:32:32.366Z] gofmt -l . [2021-01-25T14:32:32.366Z] [ "`gofmt -l .`" = "" ] [2021-01-25T14:32:32.366Z] ./bin/test-go-mod-tidy.sh [2021-01-25T14:32:32.366Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-25T14:32:32.680Z] + ls -al . [2021-01-25T14:32:32.680Z] total 668 [2021-01-25T14:32:32.680Z] drwxrwxr-x 10 1001 1001 4096 Jan 25 14:32 . [2021-01-25T14:32:32.680Z] drwxr-xr-x 4 root root 28 Jan 25 14:31 .. [2021-01-25T14:32:32.680Z] -rw-rw-r-- 1 1001 1001 11 Jan 25 14:28 .dockerignore [2021-01-25T14:32:32.680Z] drwxrwxr-x 8 1001 1001 179 Jan 25 14:28 .git [2021-01-25T14:32:32.680Z] drwxrwxr-x 3 1001 1001 125 Jan 25 14:28 .github [2021-01-25T14:32:32.680Z] -rw-rw-r-- 1 1001 1001 872 Jan 25 14:28 .gitignore [2021-01-25T14:32:32.680Z] drwx------ 3 1001 1001 47 Jan 25 14:29 .semver [2021-01-25T14:32:32.680Z] -rw-rw-r-- 1 1001 1001 166 Jan 25 14:28 .sonarcloud.properties [2021-01-25T14:32:32.680Z] -rw-rw-r-- 1 1001 1001 7859 Jan 25 14:28 Attribution.txt [2021-01-25T14:32:32.680Z] -rw-rw-r-- 1 1001 1001 3804 Jan 25 14:28 CONTRIBUTING.md [2021-01-25T14:32:32.680Z] -rw-rw-r-- 1 1001 1001 931 Jan 25 14:28 Dockerfile.build [2021-01-25T14:32:32.680Z] -rw-rw-r-- 1 1001 1001 863 Jan 25 14:28 Jenkinsfile [2021-01-25T14:32:32.680Z] -rw-rw-r-- 1 1001 1001 10775 Jan 25 14:28 LICENSE [2021-01-25T14:32:32.680Z] -rw-rw-r-- 1 1001 1001 6001 Jan 25 14:28 Makefile [2021-01-25T14:32:32.680Z] -rw-rw-r-- 1 1001 1001 6524 Jan 25 14:28 README.md [2021-01-25T14:32:32.680Z] -rw-rw-r-- 1 1001 1001 6755 Jan 25 14:28 SECURITY.md [2021-01-25T14:32:32.680Z] -rw-rw-r-- 1 1001 1001 5 Jan 25 14:29 VERSION [2021-01-25T14:32:32.680Z] -rw-rw-r-- 1 1001 1001 4131 Jan 25 14:28 ZMQWindows.md [2021-01-25T14:32:32.680Z] drwxrwxr-x 2 1001 1001 117 Jan 25 14:28 bin [2021-01-25T14:32:32.680Z] drwxrwxr-x 15 1001 1001 4096 Jan 25 14:28 cmd [2021-01-25T14:32:32.680Z] -rw-r--r-- 1 root root 564700 Jan 25 14:32 coverage.out [2021-01-25T14:32:32.680Z] -rw-r--r-- 1 root root 1053 Jan 25 14:32 go.mod [2021-01-25T14:32:32.680Z] -rw-r--r-- 1 root root 19080 Jan 25 14:32 go.sum [2021-01-25T14:32:32.680Z] drwxrwxr-x 8 1001 1001 127 Jan 25 14:28 internal [2021-01-25T14:32:32.680Z] drwxrwxr-x 4 1001 1001 26 Jan 25 14:28 openapi [2021-01-25T14:32:32.680Z] drwxrwxr-x 4 1001 1001 71 Jan 25 14:28 snap [2021-01-25T14:32:32.680Z] -rw-rw-r-- 1 1001 1001 168 Jan 25 14:28 version.go [Pipeline] sh [2021-01-25T14:32:32.982Z] + '[' -e coverage.out ] [2021-01-25T14:32:32.982Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-25T14:32:33.211Z] Stashed 1 file(s) [Pipeline] sh [2021-01-25T14:32:33.536Z] + make build [2021-01-25T14:32:33.536Z] 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-25T14:32:36.846Z] 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-25T14:32:45.087Z] 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-25T14:32:45.669Z] 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-25T14:32:47.085Z] 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-25T14:32:47.351Z] 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-25T14:32:48.766Z] 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-25T14:32:50.183Z] 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-25T14:32:51.133Z] 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-25T14:32:52.531Z] 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-25T14:32:53.480Z] 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-25T14:32:54.437Z] 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-25T14:32:55.832Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-01-25T14:32:57.236Z] $ docker stop --time=1 0d646899a28b6ff9041545f3ec6b81aa15a595340b9ccfa6348e36b01964061e [2021-01-25T14:32:58.163Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-22642 in /w/workspace/edgexfoundry_edgex-go_PR-3072 [2021-01-25T14:32:59.025Z] $ docker rm -f 0d646899a28b6ff9041545f3ec6b81aa15a595340b9ccfa6348e36b01964061e [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] ws [2021-01-25T14:32:59.691Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] checkout [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-25T14:33:00.846Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-25T14:33:00.846Z] [2021-01-25T14:33:00.846Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-25T14:33:01.206Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-25T14:33:01.207Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-25T14:33:01.207Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-25T14:33:01.207Z] ca9280d653b3: Pulling fs layer [2021-01-25T14:33:01.207Z] 7e9c9ca2126c: Pulling fs layer [2021-01-25T14:33:01.792Z] cbdbe7a5bc2a: Download complete [2021-01-25T14:33:02.062Z] ca9280d653b3: Verifying Checksum [2021-01-25T14:33:02.062Z] ca9280d653b3: Download complete [2021-01-25T14:33:02.062Z] cbdbe7a5bc2a: Pull complete [2021-01-25T14:33:03.016Z] 7e9c9ca2126c: Verifying Checksum [2021-01-25T14:33:03.016Z] 7e9c9ca2126c: Download complete [2021-01-25T14:33:03.016Z] ca9280d653b3: Pull complete [2021-01-25T14:33:05.845Z] using credential edgex-jenkins-ssh [2021-01-25T14:33:05.902Z] Cloning the remote Git repository [2021-01-25T14:33:06.005Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-25T14:33:06.125Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-01-25T14:33:06.224Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-25T14:33:06.224Z] > git --version # timeout=10 [2021-01-25T14:33:06.238Z] > git --version # 'git version 2.17.1' [2021-01-25T14:33:06.240Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-25T14:33:06.304Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-25T14:33:09.640Z] 7e9c9ca2126c: Pull complete [2021-01-25T14:33:09.640Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-25T14:33:09.640Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-25T14:33:09.640Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-25T14:33:09.787Z] prd-centos7-docker-4c-2g-22634 does not seem to be running inside a container [2021-01-25T14:33:09.838Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-25T14:33:12.968Z] $ docker top a368aecf9dcda077b5c0581def10ca28c26b898006b3be171ae5d2efa85e0df4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-25T14:33:13.728Z] + + docker-compose buildgrep --help parallel [2021-01-25T14:33:13.728Z] [2021-01-25T14:33:14.674Z] --parallel Build images in parallel. [Pipeline] } [2021-01-25T14:33:14.951Z] $ docker stop --time=1 a368aecf9dcda077b5c0581def10ca28c26b898006b3be171ae5d2efa85e0df4 [2021-01-25T14:33:16.314Z] $ docker rm -f a368aecf9dcda077b5c0581def10ca28c26b898006b3be171ae5d2efa85e0df4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-25T14:33:16.897Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-25T14:33:16.897Z] . [Pipeline] withDockerContainer [2021-01-25T14:33:17.000Z] prd-centos7-docker-4c-2g-22634 does not seem to be running inside a container [2021-01-25T14:33:17.052Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-25T14:33:17.745Z] $ docker top 5490f1c1d9f01807615041e77b29c145744e2963c041090051a28c4eae5e5c80 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-25T14:33:18.223Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-25T14:33:19.174Z] Building docker-core-command-go ... [2021-01-25T14:33:19.174Z] Building docker-core-data-go ... [2021-01-25T14:33:19.174Z] Building docker-core-metadata-go ... [2021-01-25T14:33:19.174Z] Building docker-security-bootstrapper-go ... [2021-01-25T14:33:19.174Z] Building docker-security-proxy-setup-go ... [2021-01-25T14:33:19.174Z] Building docker-security-secretstore-setup-go ... [2021-01-25T14:33:19.174Z] Building docker-support-notifications-go ... [2021-01-25T14:33:19.174Z] Building docker-support-scheduler-go ... [2021-01-25T14:33:19.174Z] Building docker-sys-mgmt-agent-go ... [2021-01-25T14:33:19.174Z] Building docker-core-command-go [2021-01-25T14:33:19.174Z] Building docker-core-data-go [2021-01-25T14:33:19.174Z] Building docker-security-secretstore-setup-go [2021-01-25T14:33:19.174Z] Building docker-security-proxy-setup-go [2021-01-25T14:33:19.174Z] Building docker-sys-mgmt-agent-go [2021-01-25T14:33:35.822Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-25T14:33:35.849Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-25T14:33:35.873Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-25T14:33:35.936Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-25T14:33:35.937Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-25T14:33:35.956Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3072/head:refs/remotes/origin/PR-3072 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-25T14:33:36.570Z] Merging remotes/origin/master commit eb962563c78e340597fe6b0a01e022bbdd66f5a5 into PR head commit fd0285852452e0e60bb303654278afa6bd9b4a9c [2021-01-25T14:33:37.092Z] Merge succeeded, producing fd0285852452e0e60bb303654278afa6bd9b4a9c [2021-01-25T14:33:37.093Z] Checking out Revision fd0285852452e0e60bb303654278afa6bd9b4a9c (PR-3072) [2021-01-25T14:33:36.598Z] > git config core.sparsecheckout # timeout=10 [2021-01-25T14:33:36.626Z] > git checkout -f fd0285852452e0e60bb303654278afa6bd9b4a9c # timeout=10 [2021-01-25T14:33:36.964Z] > git remote # timeout=10 [2021-01-25T14:33:36.987Z] > git config --get remote.origin.url # timeout=10 [2021-01-25T14:33:37.042Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-25T14:33:37.054Z] > git merge eb962563c78e340597fe6b0a01e022bbdd66f5a5 # timeout=10 [2021-01-25T14:33:37.079Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-25T14:33:37.100Z] > git config core.sparsecheckout # timeout=10 [2021-01-25T14:33:37.122Z] > git checkout -f fd0285852452e0e60bb303654278afa6bd9b4a9c # timeout=10 [2021-01-25T14:33:41.621Z] Commit message: "build(deps): Bump github.com/google/uuid from 1.1.5 to 1.2.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-25T14:33:42.994Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-25T14:33:43.418Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-25T14:33:43.786Z] + sudo service docker restart [2021-01-25T14:33:43.786Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-25T14:33:45.831Z] provisioning config files... [2021-01-25T14:33:45.876Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config128152893765352880tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-25T14:33:46.285Z] ---> docker-login.sh [2021-01-25T14:33:46.285Z] nexus3.edgexfoundry.org:10001 [2021-01-25T14:33:47.268Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-25T14:33:47.541Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-25T14:33:47.541Z] Configure a credential helper to remove this warning. See [2021-01-25T14:33:47.541Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-25T14:33:47.541Z] [2021-01-25T14:33:47.541Z] Login Succeeded [2021-01-25T14:33:47.541Z] nexus3.edgexfoundry.org:10002 [2021-01-25T14:33:48.137Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-25T14:33:48.137Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-25T14:33:48.137Z] Configure a credential helper to remove this warning. See [2021-01-25T14:33:48.137Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-25T14:33:48.137Z] [2021-01-25T14:33:48.137Z] Login Succeeded [2021-01-25T14:33:48.137Z] nexus3.edgexfoundry.org:10003 [2021-01-25T14:33:48.415Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-25T14:33:48.690Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-25T14:33:48.690Z] Configure a credential helper to remove this warning. See [2021-01-25T14:33:48.690Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-25T14:33:48.690Z] [2021-01-25T14:33:48.690Z] Login Succeeded [2021-01-25T14:33:48.690Z] nexus3.edgexfoundry.org:10004 [2021-01-25T14:33:49.289Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-25T14:33:49.289Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-25T14:33:49.289Z] Configure a credential helper to remove this warning. See [2021-01-25T14:33:49.289Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-25T14:33:49.289Z] [2021-01-25T14:33:49.289Z] Login Succeeded [2021-01-25T14:33:49.289Z] docker.io [2021-01-25T14:33:49.890Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-25T14:33:50.164Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-25T14:33:50.164Z] Configure a credential helper to remove this warning. See [2021-01-25T14:33:50.164Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-25T14:33:50.164Z] [2021-01-25T14:33:50.164Z] Login Succeeded [2021-01-25T14:33:50.164Z] ---> docker-login.sh ends [Pipeline] } [2021-01-25T14:33:50.183Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-25T14:33:50.674Z] ========================================================= [2021-01-25T14:33:50.674Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-25T14:33:50.674Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-25T14:33:51.063Z] + 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-25T14:33:51.569Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-25T14:33:51.569Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-25T14:33:51.569Z] ---> c6d81725fca2 [2021-01-25T14:33:51.569Z] Step 3/23 : WORKDIR /edgex-go [2021-01-25T14:33:51.569Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-25T14:33:51.569Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-25T14:33:51.569Z] ---> c6d81725fca2 [2021-01-25T14:33:51.569Z] Step 3/24 : WORKDIR /edgex-go [2021-01-25T14:33:51.569Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-25T14:33:51.569Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-25T14:33:51.569Z] ---> c6d81725fca2 [2021-01-25T14:33:51.569Z] Step 3/26 : WORKDIR /edgex-go [2021-01-25T14:33:51.569Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-25T14:33:51.569Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-25T14:33:51.569Z] ---> c6d81725fca2 [2021-01-25T14:33:51.569Z] Step 3/23 : WORKDIR /edgex-go [2021-01-25T14:33:51.569Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-25T14:33:51.569Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-25T14:33:51.569Z] ---> c6d81725fca2 [2021-01-25T14:33:51.569Z] Step 3/21 : WORKDIR /edgex-go [2021-01-25T14:33:51.569Z] ---> Running in 48dc009aeadd [2021-01-25T14:33:51.569Z] ---> Running in 3bdab3586c22 [2021-01-25T14:33:51.569Z] ---> Running in 8b7ffa8fa6ef [2021-01-25T14:33:51.569Z] ---> Running in bd2a5b9fef35 [2021-01-25T14:33:51.569Z] ---> Running in d086eab9a5b1 [2021-01-25T14:33:51.569Z] Removing intermediate container 48dc009aeadd [2021-01-25T14:33:51.569Z] ---> ab230fc19047 [2021-01-25T14:33:51.569Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-25T14:33:51.569Z] Removing intermediate container d086eab9a5b1 [2021-01-25T14:33:51.569Z] ---> 02e415e3d64f [2021-01-25T14:33:51.569Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-25T14:33:51.569Z] Removing intermediate container bd2a5b9fef35 [2021-01-25T14:33:51.569Z] ---> 73854c628e28 [2021-01-25T14:33:51.569Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-25T14:33:51.569Z] Removing intermediate container 3bdab3586c22 [2021-01-25T14:33:51.569Z] ---> 9297cf378756 [2021-01-25T14:33:51.569Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-25T14:33:51.569Z] Removing intermediate container 8b7ffa8fa6ef [2021-01-25T14:33:51.569Z] ---> 6fdcf59ef3cd [2021-01-25T14:33:51.569Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-25T14:33:51.569Z] ---> Running in 118d4856fd6e [2021-01-25T14:33:51.569Z] ---> Running in c8e76dad9e78 [2021-01-25T14:33:51.569Z] ---> Running in 5ac70e65c7df [2021-01-25T14:33:51.569Z] ---> Running in 2b80b59b7197 [2021-01-25T14:33:51.569Z] ---> Running in 5e8631e9691b [2021-01-25T14:33:52.524Z] Removing intermediate container c8e76dad9e78 [2021-01-25T14:33:52.524Z] ---> 7f9f23d2ec6b [2021-01-25T14:33:52.524Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-25T14:33:52.524Z] ---> Running in 05a905de01ff [2021-01-25T14:33:52.524Z] Removing intermediate container 5e8631e9691b [2021-01-25T14:33:52.524Z] ---> 2f92ed6c0d5b [2021-01-25T14:33:52.524Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-25T14:33:52.791Z] ---> Running in ea4b6ba8479f [2021-01-25T14:33:53.055Z] Removing intermediate container 118d4856fd6e [2021-01-25T14:33:53.055Z] ---> 66b849eb806f [2021-01-25T14:33:53.055Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-25T14:33:53.317Z] Removing intermediate container 2b80b59b7197 [2021-01-25T14:33:53.317Z] ---> 00f7eb2a3303 [2021-01-25T14:33:53.317Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-25T14:33:53.317Z] Removing intermediate container 5ac70e65c7df [2021-01-25T14:33:53.317Z] ---> 65b24f3f5b9b [2021-01-25T14:33:53.317Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-25T14:33:53.317Z] ---> Running in f9f144352c6d [2021-01-25T14:33:53.317Z] ---> Running in d2c6a39dc10b [2021-01-25T14:33:53.579Z] ---> Running in e4852d097a7a [2021-01-25T14:33:53.579Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-25T14:33:53.712Z] Sending build context to Docker daemon 165.9MB [2021-01-25T14:33:53.712Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-25T14:33:53.712Z] Step 2/6 : FROM ${BASE} [2021-01-25T14:33:53.712Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-25T14:33:53.712Z] 5f621e34cdf4: Pulling fs layer [2021-01-25T14:33:53.712Z] a4357932f1b6: Pulling fs layer [2021-01-25T14:33:53.712Z] 18c013af1878: Pulling fs layer [2021-01-25T14:33:53.712Z] 00ac8860ef70: Pulling fs layer [2021-01-25T14:33:53.712Z] 63d7cb157983: Pulling fs layer [2021-01-25T14:33:53.712Z] b116817d02f9: Pulling fs layer [2021-01-25T14:33:53.712Z] 00ac8860ef70: Waiting [2021-01-25T14:33:53.712Z] 745a02a5169b: Pulling fs layer [2021-01-25T14:33:53.712Z] 63d7cb157983: Waiting [2021-01-25T14:33:53.712Z] b116817d02f9: Waiting [2021-01-25T14:33:53.712Z] 745a02a5169b: Waiting [2021-01-25T14:33:53.712Z] 18c013af1878: Verifying Checksum [2021-01-25T14:33:53.712Z] 18c013af1878: Download complete [2021-01-25T14:33:53.712Z] a4357932f1b6: Verifying Checksum [2021-01-25T14:33:53.712Z] a4357932f1b6: Download complete [2021-01-25T14:33:53.712Z] 63d7cb157983: Download complete [2021-01-25T14:33:53.712Z] b116817d02f9: Verifying Checksum [2021-01-25T14:33:53.712Z] b116817d02f9: Download complete [2021-01-25T14:33:53.712Z] 5f621e34cdf4: Verifying Checksum [2021-01-25T14:33:53.712Z] 5f621e34cdf4: Download complete [2021-01-25T14:33:53.845Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-25T14:33:54.108Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-25T14:33:54.325Z] 5f621e34cdf4: Pull complete [2021-01-25T14:33:54.369Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-25T14:33:54.369Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-25T14:33:54.369Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-25T14:33:54.629Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-25T14:33:54.891Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-25T14:33:55.153Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-25T14:33:55.153Z] OK: 233 MiB in 51 packages [2021-01-25T14:33:55.314Z] a4357932f1b6: Pull complete [2021-01-25T14:33:55.314Z] 18c013af1878: Pull complete [2021-01-25T14:33:55.424Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-25T14:33:55.691Z] Removing intermediate container 05a905de01ff [2021-01-25T14:33:55.691Z] ---> b7cae2c9141f [2021-01-25T14:33:55.691Z] Step 6/23 : COPY go.mod . [2021-01-25T14:33:55.953Z] ---> 0729984d5b17 [2021-01-25T14:33:55.953Z] Step 7/23 : RUN go mod download [2021-01-25T14:33:55.953Z] ---> Running in 6935fcce8502 [2021-01-25T14:33:56.233Z] OK: 233 MiB in 51 packages [2021-01-25T14:33:56.300Z] 745a02a5169b: Verifying Checksum [2021-01-25T14:33:56.300Z] 745a02a5169b: Download complete [2021-01-25T14:33:56.495Z] OK: 233 MiB in 51 packages [2021-01-25T14:33:56.761Z] Removing intermediate container ea4b6ba8479f [2021-01-25T14:33:56.761Z] ---> 1ea7d67b53af [2021-01-25T14:33:56.761Z] Step 6/21 : COPY go.mod . [2021-01-25T14:33:56.761Z] OK: 233 MiB in 51 packages [2021-01-25T14:33:57.035Z] Removing intermediate container e4852d097a7a [2021-01-25T14:33:57.035Z] ---> 7f92d6a2fa4e [2021-01-25T14:33:57.035Z] Step 6/24 : COPY go.mod . [2021-01-25T14:33:57.035Z] ---> ac520b3d7bb8 [2021-01-25T14:33:57.035Z] Step 7/21 : RUN go mod download [2021-01-25T14:33:57.035Z] ---> Running in b7eafe0c8314 [2021-01-25T14:33:57.299Z] ---> 56a91a30294b [2021-01-25T14:33:57.299Z] Step 7/24 : RUN go mod download [2021-01-25T14:33:57.563Z] OK: 233 MiB in 51 packages [2021-01-25T14:33:57.563Z] ---> Running in 2f487fef2efc [2021-01-25T14:33:57.735Z] 00ac8860ef70: Verifying Checksum [2021-01-25T14:33:57.735Z] 00ac8860ef70: Download complete [2021-01-25T14:33:57.836Z] Removing intermediate container f9f144352c6d [2021-01-25T14:33:57.836Z] ---> 29c1fbfd73e2 [2021-01-25T14:33:57.836Z] Step 6/26 : COPY go.mod . [2021-01-25T14:33:58.105Z] Removing intermediate container 6935fcce8502 [2021-01-25T14:33:58.105Z] ---> f36ee9fbfd4b [2021-01-25T14:33:58.105Z] Step 8/23 : COPY . . [2021-01-25T14:33:58.105Z] ---> 0ae77757a5a3 [2021-01-25T14:33:58.105Z] Step 7/26 : RUN go mod download [2021-01-25T14:33:58.368Z] ---> Running in 4b81cf19a968 [2021-01-25T14:34:00.328Z] Removing intermediate container d2c6a39dc10b [2021-01-25T14:34:00.328Z] ---> e6eef503416a [2021-01-25T14:34:00.328Z] Step 6/23 : COPY go.mod . [2021-01-25T14:34:01.746Z] ---> 720df5078184 [2021-01-25T14:34:01.746Z] Step 7/23 : RUN go mod download [2021-01-25T14:34:03.142Z] ---> Running in 43412cb0958d [2021-01-25T14:34:04.539Z] Removing intermediate container 2f487fef2efc [2021-01-25T14:34:04.539Z] ---> 94d6fca606ea [2021-01-25T14:34:04.539Z] Step 8/24 : COPY . . [2021-01-25T14:34:04.539Z] Removing intermediate container b7eafe0c8314 [2021-01-25T14:34:04.539Z] ---> 72ddf46cd605 [2021-01-25T14:34:04.539Z] Step 8/21 : COPY . . [2021-01-25T14:34:07.880Z] Removing intermediate container 4b81cf19a968 [2021-01-25T14:34:07.880Z] ---> 78251dab5652 [2021-01-25T14:34:07.880Z] Step 8/26 : COPY . . [2021-01-25T14:34:07.913Z] 00ac8860ef70: Pull complete [2021-01-25T14:34:07.913Z] 63d7cb157983: Pull complete [2021-01-25T14:34:08.200Z] b116817d02f9: Pull complete [2021-01-25T14:34:12.553Z] 745a02a5169b: Pull complete [2021-01-25T14:34:12.553Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-25T14:34:12.553Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-25T14:34:12.553Z] ---> b7e6874047d6 [2021-01-25T14:34:12.553Z] 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-25T14:34:15.955Z] ---> Running in 8cd7556cf48c [2021-01-25T14:34:16.933Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-25T14:34:18.359Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-25T14:34:19.334Z] (1/12) Installing libmagic (5.38-r0) [2021-01-25T14:34:20.311Z] (2/12) Installing file (5.38-r0) [2021-01-25T14:34:20.311Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-25T14:34:20.311Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-25T14:34:26.098Z] Removing intermediate container 43412cb0958d [2021-01-25T14:34:26.098Z] ---> a9c0cdd1ca6a [2021-01-25T14:34:26.098Z] Step 8/23 : COPY . . [2021-01-25T14:34:35.369Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-25T14:34:35.369Z] (6/12) Installing patch (2.7.6-r6) [2021-01-25T14:34:35.369Z] (7/12) Installing build-base (0.5-r2) [2021-01-25T14:34:35.369Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-25T14:34:35.369Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-25T14:34:35.641Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-25T14:34:35.641Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-25T14:34:35.915Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-25T14:34:35.915Z] Executing busybox-1.31.1-r19.trigger [2021-01-25T14:34:35.915Z] OK: 217 MiB in 51 packages [2021-01-25T14:34:36.168Z] ---> 9ceb07b1b053 [2021-01-25T14:34:36.168Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-25T14:34:38.113Z] ---> Running in d5b1984afdf2 [2021-01-25T14:34:40.225Z] Removing intermediate container 8cd7556cf48c [2021-01-25T14:34:40.225Z] ---> b6b8c10cbeb0 [2021-01-25T14:34:40.225Z] Step 4/6 : WORKDIR /edgex-go [2021-01-25T14:34:40.499Z] ---> Running in 56522aa5972f [2021-01-25T14:34:40.778Z] Removing intermediate container 56522aa5972f [2021-01-25T14:34:40.778Z] ---> b4dbb2c3b3d5 [2021-01-25T14:34:40.778Z] Step 5/6 : COPY go.mod . [2021-01-25T14:34:41.761Z] ---> 5551a817aef6 [2021-01-25T14:34:41.761Z] Step 6/6 : RUN go mod download [2021-01-25T14:34:41.761Z] ---> Running in cb96f5f19baf [2021-01-25T14:34:42.357Z] 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-25T14:34:43.316Z] ---> 5ca1fc5c9517 [2021-01-25T14:34:43.316Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-25T14:34:43.316Z] ---> 527542bde99d [2021-01-25T14:34:43.316Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-25T14:34:43.316Z] ---> f1ebddf8b3c1 [2021-01-25T14:34:43.316Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-25T14:34:43.605Z] ---> Running in 6ad1929fcbd8 [2021-01-25T14:34:43.605Z] ---> Running in bf2bcead6989 [2021-01-25T14:34:43.605Z] ---> Running in 080f163bb4d0 [2021-01-25T14:34:45.591Z] 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-25T14:34:46.187Z] 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-25T14:34:46.187Z] 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-25T14:34:52.928Z] ---> e65a2159a504 [2021-01-25T14:34:52.928Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-25T14:34:52.928Z] ---> Running in 084d28dbcdb7 [2021-01-25T14:34:53.551Z] 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-25T14:35:08.722Z] Removing intermediate container cb96f5f19baf [2021-01-25T14:35:08.722Z] ---> 38836284b4a5 [2021-01-25T14:35:08.722Z] Successfully built 38836284b4a5 [2021-01-25T14:35:08.722Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-25T14:35:09.066Z] + docker inspect -f . ci-base-image-arm64 [2021-01-25T14:35:09.066Z] . [Pipeline] withDockerContainer [2021-01-25T14:35:09.320Z] prd-ubuntu18.04-docker-arm64-4c-16g-22642 does not seem to be running inside a container [2021-01-25T14:35:09.404Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-25T14:35:10.944Z] $ docker top f84b35d335bba0d82482d345d27382b53e783c35c4470f7fb99aa952031235aa -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-25T14:35:11.856Z] 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-25T14:35:11.978Z] + go version [2021-01-25T14:35:11.978Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-25T14:35:12.007Z] $ docker stop --time=1 f84b35d335bba0d82482d345d27382b53e783c35c4470f7fb99aa952031235aa [2021-01-25T14:35:13.827Z] 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-25T14:35:13.827Z] Removing intermediate container d5b1984afdf2 [2021-01-25T14:35:13.827Z] ---> 85208c6bb8bc [2021-01-25T14:35:13.827Z] [2021-01-25T14:35:13.827Z] Step 10/23 : FROM alpine:3.12 [2021-01-25T14:35:13.827Z] 3.12: Pulling from library/alpine [2021-01-25T14:35:13.967Z] $ docker rm -f f84b35d335bba0d82482d345d27382b53e783c35c4470f7fb99aa952031235aa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-25T14:35:14.919Z] + docker inspect -f . ci-base-image-arm64 [2021-01-25T14:35:14.919Z] . [Pipeline] withDockerContainer [2021-01-25T14:35:15.184Z] prd-ubuntu18.04-docker-arm64-4c-16g-22642 does not seem to be running inside a container [2021-01-25T14:35:15.271Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-25T14:35:15.791Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-25T14:35:15.791Z] Status: Downloaded newer image for alpine:3.12 [2021-01-25T14:35:15.791Z] ---> 389fef711851 [2021-01-25T14:35:15.791Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-25T14:35:16.667Z] $ docker top 9d91b92cd4fccbbdc837f12ae10707edc24b4ba2edd054056e2ed263da819d32 -eo pid,comm [2021-01-25T14:35:16.752Z] ---> Running in a7e6f8524a92 [Pipeline] { [Pipeline] echo [2021-01-25T14:35:17.016Z] ========================================================= [2021-01-25T14:35:17.016Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-25T14:35:17.016Z] ========================================================= [Pipeline] sh [2021-01-25T14:35:17.669Z] + make test [2021-01-25T14:35:17.669Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-25T14:35:18.791Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-25T14:35:18.791Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-25T14:35:18.791Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-25T14:35:18.791Z] Executing busybox-1.31.1-r19.trigger [2021-01-25T14:35:18.791Z] OK: 6 MiB in 15 packages [2021-01-25T14:35:21.380Z] Removing intermediate container 6ad1929fcbd8 [2021-01-25T14:35:21.380Z] ---> 1fd84cd9a59f [2021-01-25T14:35:21.380Z] [2021-01-25T14:35:21.380Z] Step 10/24 : FROM alpine:3.12 [2021-01-25T14:35:21.380Z] ---> 389fef711851 [2021-01-25T14:35:21.380Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-25T14:35:21.380Z] Removing intermediate container bf2bcead6989 [2021-01-25T14:35:21.380Z] ---> 1e720c0b668b [2021-01-25T14:35:21.380Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-25T14:35:21.643Z] ---> Running in d50ab008b316 [2021-01-25T14:35:21.643Z] ---> Running in ca44e0a5fdb4 [2021-01-25T14:35:22.599Z] Removing intermediate container a7e6f8524a92 [2021-01-25T14:35:22.599Z] ---> 37dd6729412d [2021-01-25T14:35:22.599Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-25T14:35:22.863Z] Removing intermediate container 080f163bb4d0 [2021-01-25T14:35:22.863Z] ---> 6db31ab4ee19 [2021-01-25T14:35:22.863Z] [2021-01-25T14:35:22.863Z] Step 10/21 : FROM alpine:3.12 [2021-01-25T14:35:22.863Z] ---> 389fef711851 [2021-01-25T14:35:22.863Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-25T14:35:23.125Z] ---> Running in 0940f95e6a87 [2021-01-25T14:35:23.395Z] ---> Running in 0307468b6df4 [2021-01-25T14:35:23.395Z] Removing intermediate container 0940f95e6a87 [2021-01-25T14:35:23.395Z] ---> e807aa701630 [2021-01-25T14:35:23.395Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-25T14:35:23.671Z] ---> Running in 061fc529c738 [2021-01-25T14:35:23.952Z] 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-25T14:35:23.952Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-25T14:35:23.952Z] Removing intermediate container 061fc529c738 [2021-01-25T14:35:23.952Z] ---> 84f9596d299b [2021-01-25T14:35:23.952Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-25T14:35:23.952Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-25T14:35:24.217Z] ---> Running in 04f711c33c1d [2021-01-25T14:35:24.217Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-25T14:35:24.217Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-25T14:35:24.217Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-25T14:35:24.217Z] (4/5) Installing curl (7.69.1-r3) [2021-01-25T14:35:24.217Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-25T14:35:24.217Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-25T14:35:24.217Z] Executing busybox-1.31.1-r19.trigger [2021-01-25T14:35:24.217Z] Executing ca-certificates-20191127-r4.trigger [2021-01-25T14:35:24.217Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-25T14:35:24.479Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-25T14:35:24.479Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-25T14:35:24.479Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-25T14:35:24.479Z] (4/4) Installing curl (7.69.1-r3) [2021-01-25T14:35:24.479Z] Executing busybox-1.31.1-r19.trigger [2021-01-25T14:35:24.479Z] Executing ca-certificates-20191127-r4.trigger [2021-01-25T14:35:24.741Z] OK: 7 MiB in 19 packages [2021-01-25T14:35:24.741Z] OK: 7 MiB in 18 packages [2021-01-25T14:35:25.316Z] Removing intermediate container 04f711c33c1d [2021-01-25T14:35:25.316Z] ---> 4cdae2346f34 [2021-01-25T14:35:25.316Z] Step 15/23 : WORKDIR / [2021-01-25T14:35:26.708Z] ---> Running in a9fca372e5db [2021-01-25T14:35:28.105Z] Removing intermediate container 084d28dbcdb7 [2021-01-25T14:35:28.105Z] ---> ff935e102fc7 [2021-01-25T14:35:28.105Z] [2021-01-25T14:35:28.105Z] Step 10/23 : FROM alpine:3.12 [2021-01-25T14:35:28.105Z] ---> 389fef711851 [2021-01-25T14:35:28.105Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-25T14:35:29.051Z] ---> Running in 5cdb38b5e4aa [2021-01-25T14:35:29.314Z] Removing intermediate container a9fca372e5db [2021-01-25T14:35:29.314Z] ---> 0e26b2bccc7a [2021-01-25T14:35:29.314Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-25T14:35:29.314Z] Removing intermediate container ca44e0a5fdb4 [2021-01-25T14:35:29.314Z] ---> 4994867d39ab [2021-01-25T14:35:29.314Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-25T14:35:29.576Z] Removing intermediate container 0307468b6df4 [2021-01-25T14:35:29.576Z] ---> 2c851cf5b8d3 [2021-01-25T14:35:29.576Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-25T14:35:29.576Z] Removing intermediate container d50ab008b316 [2021-01-25T14:35:29.576Z] ---> ca95b752ce23 [2021-01-25T14:35:29.576Z] [2021-01-25T14:35:29.576Z] Step 11/26 : FROM docker:20.10.0 [2021-01-25T14:35:29.576Z] ---> Running in da37780bb8b6 [2021-01-25T14:35:29.576Z] Removing intermediate container 5cdb38b5e4aa [2021-01-25T14:35:29.576Z] ---> e26fd1843272 [2021-01-25T14:35:29.576Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-25T14:35:29.576Z] 20.10.0: Pulling from library/docker [2021-01-25T14:35:29.847Z] ---> Running in 85c6a40f29d7 [2021-01-25T14:35:29.847Z] ---> Running in 237007c2dc39 [2021-01-25T14:35:29.847Z] ---> 96c3a2218935 [2021-01-25T14:35:29.847Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-25T14:35:30.109Z] Removing intermediate container da37780bb8b6 [2021-01-25T14:35:30.109Z] ---> fe6465fe4e91 [2021-01-25T14:35:30.109Z] Step 13/24 : WORKDIR / [2021-01-25T14:35:30.381Z] Removing intermediate container 85c6a40f29d7 [2021-01-25T14:35:30.381Z] ---> f4f58c5fb28a [2021-01-25T14:35:30.381Z] Step 13/21 : WORKDIR /edgex [2021-01-25T14:35:30.962Z] ---> Running in a9967636cd9a [2021-01-25T14:35:30.962Z] Removing intermediate container 237007c2dc39 [2021-01-25T14:35:30.962Z] ---> 7b8e508e051a [2021-01-25T14:35:30.962Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-25T14:35:30.962Z] ---> Running in a9b5ba9e31e7 [2021-01-25T14:35:30.962Z] ---> Running in c4d4eaceb6ed [2021-01-25T14:35:30.962Z] ---> c69e0ff02e93 [2021-01-25T14:35:30.962Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-25T14:35:31.535Z] Removing intermediate container a9967636cd9a [2021-01-25T14:35:31.535Z] ---> bce7069bcbdc [2021-01-25T14:35:31.535Z] 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-25T14:35:32.489Z] Removing intermediate container c4d4eaceb6ed [2021-01-25T14:35:32.489Z] ---> bb12ee81e268 [2021-01-25T14:35:32.489Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-25T14:35:32.489Z] Removing intermediate container a9b5ba9e31e7 [2021-01-25T14:35:32.489Z] ---> c030b7f27f2d [2021-01-25T14:35:32.489Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-25T14:35:32.489Z] ---> 426bb9924ec6 [2021-01-25T14:35:32.489Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-25T14:35:32.489Z] ---> Running in 5a5f43ec7e5e [2021-01-25T14:35:32.489Z] ---> f269dbc4a4f2 [2021-01-25T14:35:32.489Z] 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-25T14:35:32.489Z] ---> Running in 17135bcf6ac9 [2021-01-25T14:35:32.757Z] ---> 8af4edaafa83 [2021-01-25T14:35:32.757Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-25T14:35:33.031Z] Removing intermediate container 17135bcf6ac9 [2021-01-25T14:35:33.031Z] ---> fea3abf3d64d [2021-01-25T14:35:33.031Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-25T14:35:33.031Z] ---> f3f86b693054 [2021-01-25T14:35:33.031Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-25T14:35:33.301Z] ---> Running in e76abdddd0c6 [2021-01-25T14:35:33.883Z] Removing intermediate container e76abdddd0c6 [2021-01-25T14:35:33.883Z] ---> fa99ce9a210c [2021-01-25T14:35:33.883Z] Step 21/23 : LABEL arch=x86_64 [2021-01-25T14:35:33.883Z] ---> e1ee0799fdc7 [2021-01-25T14:35:33.883Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-25T14:35:33.883Z] ---> Running in 2553c1411ea9 [2021-01-25T14:35:33.883Z] ---> efb992f28243 [2021-01-25T14:35:33.883Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-25T14:35:34.473Z] Removing intermediate container 2553c1411ea9 [2021-01-25T14:35:34.473Z] ---> 2a5247f5fe64 [2021-01-25T14:35:34.473Z] Step 22/23 : LABEL git_sha=fd0285852452e0e60bb303654278afa6bd9b4a9c [2021-01-25T14:35:34.473Z] Removing intermediate container 5a5f43ec7e5e [2021-01-25T14:35:34.473Z] ---> a78803d6474c [2021-01-25T14:35:34.473Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-25T14:35:34.736Z] ---> da392b1769fe [2021-01-25T14:35:34.736Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-25T14:35:34.736Z] ---> Running in f575a7f1b996 [2021-01-25T14:35:34.736Z] ---> Running in 32a566868a0e [2021-01-25T14:35:34.736Z] ---> fe8352aa1a78 [2021-01-25T14:35:34.736Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-25T14:35:35.000Z] ---> Running in 88195106a48e [2021-01-25T14:35:35.584Z] Removing intermediate container f575a7f1b996 [2021-01-25T14:35:35.584Z] ---> 47f57e7a10eb [2021-01-25T14:35:35.584Z] Step 23/23 : LABEL version=0.0.0 [2021-01-25T14:35:35.850Z] ---> d541a8794ed2 [2021-01-25T14:35:35.850Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-25T14:35:35.850Z] ---> Running in 1fcd6f6518a9 [2021-01-25T14:35:36.434Z] Removing intermediate container 88195106a48e [2021-01-25T14:35:36.434Z] ---> e0b77431ca91 [2021-01-25T14:35:36.434Z] Step 18/21 : CMD ["--init=true"] [2021-01-25T14:35:36.700Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-25T14:35:36.700Z] ---> Running in b101bd2a3919 [2021-01-25T14:35:36.962Z] Removing intermediate container 1fcd6f6518a9 [2021-01-25T14:35:36.962Z] ---> 2b5f8cc7c1e0 [2021-01-25T14:35:36.962Z] [2021-01-25T14:35:36.962Z] ---> 8842fcc67b2a [2021-01-25T14:35:36.962Z] 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-25T14:35:36.962Z] Removing intermediate container b101bd2a3919 [2021-01-25T14:35:36.962Z] ---> 51c3c023b6a8 [2021-01-25T14:35:36.962Z] Step 19/21 : LABEL arch=x86_64 [2021-01-25T14:35:36.962Z] Successfully built 2b5f8cc7c1e0 [2021-01-25T14:35:37.225Z] Successfully tagged docker-core-command-go:latest [2021-01-25T14:35:37.225Z] Building docker-support-notifications-go [2021-01-25T14:35:37.225Z]  Building docker-core-command-go ... done  ---> Running in a9b92906c691 [2021-01-25T14:35:37.225Z] ---> Running in 20b919f604e5 [2021-01-25T14:35:37.225Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-25T14:35:37.491Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-25T14:35:37.491Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-25T14:35:37.491Z] ---> aefe523efa57 [2021-01-25T14:35:37.491Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-25T14:35:37.491Z] Removing intermediate container 20b919f604e5 [2021-01-25T14:35:37.491Z] ---> 638e292d0f07 [2021-01-25T14:35:37.491Z] Step 20/21 : LABEL git_sha=fd0285852452e0e60bb303654278afa6bd9b4a9c [2021-01-25T14:35:37.491Z] ---> Running in 9e33a73798db [2021-01-25T14:35:37.763Z] ---> Running in 96d7f8826037 [2021-01-25T14:35:37.763Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-25T14:35:38.341Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-25T14:35:38.604Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-25T14:35:38.604Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-25T14:35:38.953Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-25T14:35:39.216Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-25T14:35:39.216Z] Removing intermediate container 96d7f8826037 [2021-01-25T14:35:39.216Z] ---> cd64faba4053 [2021-01-25T14:35:39.216Z] Step 21/21 : LABEL version=0.0.0 [2021-01-25T14:35:39.481Z] Executing busybox-1.31.1-r19.trigger [2021-01-25T14:35:39.743Z] OK: 8 MiB in 20 packages [2021-01-25T14:35:39.882Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-25T14:35:40.696Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-25T14:35:40.696Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-25T14:35:40.958Z] (1/2) Installing readline (8.0.4-r0) [2021-01-25T14:35:40.958Z] (2/2) Installing bash (5.0.17-r0) [2021-01-25T14:35:40.958Z] Executing bash-5.0.17-r0.post-install [2021-01-25T14:35:42.149Z] Executing busybox-1.31.1-r19.trigger [2021-01-25T14:35:42.149Z] OK: 12 MiB in 22 packages [2021-01-25T14:35:42.149Z] ---> Running in a8b779beae5b [2021-01-25T14:35:43.097Z] Removing intermediate container a8b779beae5b [2021-01-25T14:35:43.097Z] ---> ebc9064da82f [2021-01-25T14:35:43.097Z] [2021-01-25T14:35:43.097Z] Removing intermediate container a9b92906c691 [2021-01-25T14:35:43.097Z] ---> 9a533c623db1 [2021-01-25T14:35:43.097Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-25T14:35:43.672Z] Successfully built ebc9064da82f [2021-01-25T14:35:45.624Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-25T14:35:45.624Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go [2021-01-25T14:35:45.976Z] ---> Running in 7cb9ef5d25fc [2021-01-25T14:35:45.976Z] Removing intermediate container 32a566868a0e [2021-01-25T14:35:45.976Z] ---> f8e3252f1992 [2021-01-25T14:35:45.976Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-25T14:35:46.328Z] Removing intermediate container 9e33a73798db [2021-01-25T14:35:46.328Z] ---> f5d54459503d [2021-01-25T14:35:46.328Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-25T14:35:48.432Z] ---> Running in 0ed33e070a0e [2021-01-25T14:35:48.432Z] Removing intermediate container 7cb9ef5d25fc [2021-01-25T14:35:48.432Z] ---> bba1f0c83de7 [2021-01-25T14:35:48.432Z] Step 22/24 : LABEL arch=x86_64 [2021-01-25T14:35:48.719Z] ---> 3f18950d81f5 [2021-01-25T14:35:48.719Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-25T14:35:48.719Z] ---> Running in 4c11d4f1b34a [2021-01-25T14:35:50.121Z] Removing intermediate container 0ed33e070a0e [2021-01-25T14:35:50.121Z] ---> 757f05e53cb1 [2021-01-25T14:35:50.121Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-25T14:35:51.079Z] Removing intermediate container 4c11d4f1b34a [2021-01-25T14:35:51.079Z] ---> a2bfad9c5f0d [2021-01-25T14:35:51.079Z] Step 23/24 : LABEL git_sha=fd0285852452e0e60bb303654278afa6bd9b4a9c [2021-01-25T14:35:51.346Z] ---> Running in 85d30d73beba [2021-01-25T14:35:52.299Z] ---> 032cc7ff0adb [2021-01-25T14:35:52.299Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-25T14:35:52.888Z] ---> Running in 62e47e492149 [2021-01-25T14:35:53.471Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-25T14:35:53.471Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-25T14:35:53.471Z] ---> c6d81725fca2 [2021-01-25T14:35:53.471Z] Step 3/22 : WORKDIR /edgex-go [2021-01-25T14:35:53.471Z] ---> Using cache [2021-01-25T14:35:53.471Z] ---> 6fdcf59ef3cd [2021-01-25T14:35:53.471Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-25T14:35:53.471Z] ---> Using cache [2021-01-25T14:35:53.471Z] ---> 00f7eb2a3303 [2021-01-25T14:35:53.471Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-25T14:35:53.471Z] Removing intermediate container 85d30d73beba [2021-01-25T14:35:53.471Z] ---> f1be161fe1ea [2021-01-25T14:35:53.471Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-25T14:35:54.422Z] ---> 9c3b922470e6 [2021-01-25T14:35:54.422Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-25T14:35:55.006Z] ---> Running in b262fe4430cb [2021-01-25T14:35:55.006Z] ---> Running in 4e13fc96e2f3 [2021-01-25T14:35:55.006Z] Removing intermediate container 62e47e492149 [2021-01-25T14:35:55.006Z] ---> 011c81f983dc [2021-01-25T14:35:55.006Z] Step 24/24 : LABEL version=0.0.0 [2021-01-25T14:35:55.006Z] ---> Running in aa2fc824dabe [2021-01-25T14:35:55.985Z] ---> Running in 231ce75adfd1 [2021-01-25T14:35:56.247Z] Removing intermediate container aa2fc824dabe [2021-01-25T14:35:56.247Z] ---> 85e37eb96e6e [2021-01-25T14:35:56.247Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-25T14:35:56.248Z] Removing intermediate container b262fe4430cb [2021-01-25T14:35:56.248Z] ---> b96e33da49e2 [2021-01-25T14:35:56.248Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-25T14:35:57.206Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-25T14:35:57.471Z] ---> Running in 21dd5be5aae8 [2021-01-25T14:35:57.471Z] Removing intermediate container 231ce75adfd1 [2021-01-25T14:35:57.471Z] ---> f9bf460a48d1 [2021-01-25T14:35:57.471Z] [2021-01-25T14:35:57.754Z] Successfully built f9bf460a48d1 [2021-01-25T14:35:57.754Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-25T14:35:57.754Z] Building docker-support-scheduler-go [2021-01-25T14:35:58.022Z]  Building docker-security-secretstore-setup-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-25T14:35:58.992Z] ---> 21cd001ff821 [2021-01-25T14:35:58.992Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-25T14:35:59.260Z] OK: 233 MiB in 51 packages [2021-01-25T14:35:59.260Z] Removing intermediate container 21dd5be5aae8 [2021-01-25T14:35:59.260Z] ---> 94b96d2db4af [2021-01-25T14:35:59.260Z] Step 21/23 : LABEL arch=x86_64 [2021-01-25T14:36:02.602Z] ---> Running in ae0a1723ccf4 [2021-01-25T14:36:02.602Z] ---> 0ad51c23668c [2021-01-25T14:36:02.602Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-25T14:36:02.870Z] Removing intermediate container ae0a1723ccf4 [2021-01-25T14:36:02.870Z] ---> 0c97d169e418 [2021-01-25T14:36:02.870Z] Step 22/23 : LABEL git_sha=fd0285852452e0e60bb303654278afa6bd9b4a9c [2021-01-25T14:36:03.448Z] Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-25T14:36:03.448Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-25T14:36:03.710Z] ---> c6d81725fca2 [2021-01-25T14:36:03.710Z] Step 3/33 : WORKDIR /edgex-go [2021-01-25T14:36:03.710Z] ---> Using cache [2021-01-25T14:36:03.710Z] ---> 6fdcf59ef3cd [2021-01-25T14:36:03.710Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-25T14:36:03.710Z] ---> Using cache [2021-01-25T14:36:03.710Z] ---> 00f7eb2a3303 [2021-01-25T14:36:03.710Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-25T14:36:05.100Z] ---> Running in 69148516d986 [2021-01-25T14:36:05.100Z] Removing intermediate container 4e13fc96e2f3 [2021-01-25T14:36:05.100Z] ---> b63cc8e22b8c [2021-01-25T14:36:05.100Z] Step 6/22 : COPY go.mod . [2021-01-25T14:36:05.100Z] ---> 5bbef8539e9a [2021-01-25T14:36:05.100Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-25T14:36:05.100Z] ---> Running in 1a154760f9ac [2021-01-25T14:36:05.100Z] ---> Running in a39cc5ffaefc [2021-01-25T14:36:05.695Z] ---> 5e8fb7fd27b2 [2021-01-25T14:36:05.695Z] Step 7/22 : RUN go mod download [2021-01-25T14:36:05.695Z] Removing intermediate container 69148516d986 [2021-01-25T14:36:05.695Z] ---> 43bacf9205bd [2021-01-25T14:36:05.695Z] Step 23/23 : LABEL version=0.0.0 [2021-01-25T14:36:05.986Z] ---> Running in 2e465761aaac [2021-01-25T14:36:05.986Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-25T14:36:05.986Z] ---> Running in 5f09736235bc [2021-01-25T14:36:06.587Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-25T14:36:06.587Z] Removing intermediate container 2e465761aaac [2021-01-25T14:36:06.587Z] ---> b59ac97d1bbb [2021-01-25T14:36:06.587Z] [2021-01-25T14:36:06.587Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-25T14:36:06.852Z] Successfully built b59ac97d1bbb [2021-01-25T14:36:06.852Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-25T14:36:06.852Z] Successfully tagged docker-core-data-go:latest [2021-01-25T14:36:06.852Z] Building docker-core-metadata-go [2021-01-25T14:36:06.852Z]  Building docker-core-data-go ... done (2/33) Installing expat (2.2.9-r1) [2021-01-25T14:36:06.852Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-25T14:36:06.852Z] (3/33) Installing libffi (3.3-r2) [2021-01-25T14:36:06.852Z] (4/33) Installing gdbm (1.13-r1) [2021-01-25T14:36:07.115Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-25T14:36:07.115Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-25T14:36:07.115Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-25T14:36:08.561Z] OK: 233 MiB in 51 packages [2021-01-25T14:36:15.184Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-25T14:36:15.184Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-25T14:36:15.184Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-25T14:36:15.184Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-25T14:36:15.453Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-25T14:36:15.717Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-25T14:36:15.992Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-25T14:36:16.573Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-25T14:36:16.573Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-25T14:36:16.573Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-25T14:36:16.843Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-25T14:36:16.843Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-25T14:36:16.843Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-25T14:36:16.843Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-25T14:36:16.843Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-25T14:36:16.843Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-25T14:36:16.843Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-25T14:36:16.843Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-25T14:36:16.843Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-25T14:36:17.107Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-25T14:36:17.107Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-25T14:36:17.107Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-25T14:36:17.107Z] ---> c6d81725fca2 [2021-01-25T14:36:17.107Z] Step 3/22 : WORKDIR /edgex-go [2021-01-25T14:36:17.107Z] ---> Using cache [2021-01-25T14:36:17.107Z] ---> 6fdcf59ef3cd [2021-01-25T14:36:17.107Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-25T14:36:17.107Z] ---> Using cache [2021-01-25T14:36:17.107Z] ---> 00f7eb2a3303 [2021-01-25T14:36:17.107Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-25T14:36:17.107Z] ---> Using cache [2021-01-25T14:36:17.107Z] ---> 2e29271aa4e3 [2021-01-25T14:36:17.107Z] Step 6/22 : COPY go.mod . [2021-01-25T14:36:17.683Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-25T14:36:17.683Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-25T14:36:17.683Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-25T14:36:17.945Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-25T14:36:17.945Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-25T14:36:17.945Z] Removing intermediate container 5f09736235bc [2021-01-25T14:36:17.945Z] ---> fe7df03c8ccb [2021-01-25T14:36:17.945Z] Step 8/22 : COPY . . [2021-01-25T14:36:17.945Z] Removing intermediate container 1a154760f9ac [2021-01-25T14:36:17.945Z] ---> 2e29271aa4e3 [2021-01-25T14:36:17.945Z] Step 6/33 : COPY go.mod . [2021-01-25T14:36:17.945Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-25T14:36:18.909Z] ---> def2c23090f6 [2021-01-25T14:36:18.909Z] Step 7/22 : RUN go mod download [2021-01-25T14:36:18.909Z] Executing busybox-1.31.1-r19.trigger [2021-01-25T14:36:19.173Z] OK: 71 MiB in 55 packages [2021-01-25T14:36:19.173Z] ---> 80ace69b7d95 [2021-01-25T14:36:19.173Z] Step 7/33 : RUN go mod download [2021-01-25T14:36:19.437Z] ---> Running in fbc91208a2b8 [2021-01-25T14:36:19.527Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-25T14:36:22.022Z] ---> Running in a85bd7ffd034 [2021-01-25T14:36:28.699Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-25T14:36:28.699Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-25T14:36:28.699Z] ---> c6d81725fca2 [2021-01-25T14:36:28.699Z] Step 3/23 : WORKDIR /edgex-go [2021-01-25T14:36:28.699Z] ---> Using cache [2021-01-25T14:36:28.699Z] ---> 6fdcf59ef3cd [2021-01-25T14:36:28.699Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-25T14:36:28.699Z] ---> Using cache [2021-01-25T14:36:28.699Z] ---> 00f7eb2a3303 [2021-01-25T14:36:28.699Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-25T14:36:28.699Z] ---> Using cache [2021-01-25T14:36:28.699Z] ---> 2e29271aa4e3 [2021-01-25T14:36:28.699Z] Step 6/23 : COPY go.mod . [2021-01-25T14:36:28.699Z] ---> Using cache [2021-01-25T14:36:28.699Z] ---> 80ace69b7d95 [2021-01-25T14:36:28.699Z] Step 7/23 : RUN go mod download [2021-01-25T14:36:29.648Z] ---> Running in 8dbcc5b09bf4 [2021-01-25T14:36:31.074Z] Removing intermediate container fbc91208a2b8 [2021-01-25T14:36:31.074Z] ---> 7b485dbf99d3 [2021-01-25T14:36:31.074Z] Step 8/22 : COPY . . [2021-01-25T14:36:31.074Z] Removing intermediate container a85bd7ffd034 [2021-01-25T14:36:31.074Z] ---> 6754fd8143fd [2021-01-25T14:36:31.074Z] Step 8/33 : COPY . . [2021-01-25T14:36:41.717Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-25T14:36:41.717Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-25T14:36:41.717Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-25T14:36:41.717Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-25T14:36:41.717Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-25T14:36:41.717Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-25T14:36:41.717Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-25T14:36:41.717Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-25T14:36:41.717Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-25T14:36:43.155Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-25T14:36:46.234Z] Removing intermediate container 8dbcc5b09bf4 [2021-01-25T14:36:46.234Z] ---> 00f28390b3ed [2021-01-25T14:36:46.234Z] Step 8/23 : COPY . . [2021-01-25T14:36:49.894Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-25T14:36:49.894Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-25T14:36:49.894Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-25T14:36:55.306Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.255s coverage: 46.6% of statements [2021-01-25T14:36:55.306Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-25T14:36:55.306Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-25T14:36:55.306Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-25T14:36:55.306Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-25T14:36:55.306Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-25T14:36:56.277Z] ---> e49c7e678d4a [2021-01-25T14:36:56.277Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-25T14:36:59.608Z] Removing intermediate container a39cc5ffaefc [2021-01-25T14:36:59.609Z] ---> fa3ac3d962df [2021-01-25T14:36:59.609Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-25T14:36:59.609Z] ---> Running in 80e0fbe4b305 [2021-01-25T14:37:02.055Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.592s coverage: 27.1% of statements [2021-01-25T14:37:02.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-25T14:37:02.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-25T14:37:02.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-25T14:37:02.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-25T14:37:02.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-25T14:37:02.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-25T14:37:02.055Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.094s coverage: 100.0% of statements [2021-01-25T14:37:02.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-25T14:37:02.055Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.078s coverage: 100.0% of statements [2021-01-25T14:37:02.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-25T14:37:02.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-25T14:37:02.055Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.298s coverage: 65.8% of statements [2021-01-25T14:37:02.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-25T14:37:02.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-25T14:37:02.055Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.334s coverage: 82.3% of statements [2021-01-25T14:37:02.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-25T14:37:02.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-25T14:37:02.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-25T14:37:02.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-25T14:37:04.562Z] ---> Running in 47bc4d03d490 [2021-01-25T14:37:07.614Z] 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-25T14:37:08.416Z] ---> f586958746de [2021-01-25T14:37:08.416Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-25T14:37:09.086Z] ---> 474befaff80f [2021-01-25T14:37:09.086Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-25T14:37:09.400Z] ---> Running in 337865d2492a [2021-01-25T14:37:09.400Z] ---> Running in 184234d3e715 [2021-01-25T14:37:10.361Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.177s coverage: 28.6% of statements [2021-01-25T14:37:10.361Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-25T14:37:10.361Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-25T14:37:10.361Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-25T14:37:10.361Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-25T14:37:10.361Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-25T14:37:10.361Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.167s coverage: 100.0% of statements [2021-01-25T14:37:10.361Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-25T14:37:10.361Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.076s coverage: 100.0% of statements [2021-01-25T14:37:10.361Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-25T14:37:10.361Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.272s coverage: 86.7% of statements [2021-01-25T14:37:10.361Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-25T14:37:10.963Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.316s coverage: 97.5% of statements [2021-01-25T14:37:10.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-25T14:37:11.956Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.133s coverage: 78.3% of statements [2021-01-25T14:37:11.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-25T14:37:11.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-25T14:37:11.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-25T14:37:11.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-25T14:37:12.021Z] 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-25T14:37:12.329Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-25T14:37:12.633Z] Collecting docker-compose==1.23.2 [2021-01-25T14:37:12.633Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-25T14:37:13.072Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-25T14:37:13.072Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-25T14:37:14.860Z] ---> b37308fbdd72 [2021-01-25T14:37:14.860Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-25T14:37:15.513Z] Collecting PyYAML<4,>=3.10 [2021-01-25T14:37:15.513Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-25T14:37:15.513Z] ---> Running in 078ba1ecf9c0 [2021-01-25T14:37:16.541Z] 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-25T14:37:16.830Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-25T14:37:16.830Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-25T14:37:17.421Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-25T14:37:17.421Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-25T14:37:17.421Z] 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-25T14:37:17.421Z] Collecting docker<4.0,>=3.6.0 [2021-01-25T14:37:17.421Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-25T14:37:18.317Z] Collecting texttable<0.10,>=0.9.0 [2021-01-25T14:37:18.317Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-25T14:37:18.739Z] Collecting jsonschema<3,>=2.5.1 [2021-01-25T14:37:18.739Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-25T14:37:18.739Z] Collecting docopt<0.7,>=0.6.1 [2021-01-25T14:37:18.739Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-25T14:37:19.508Z] Collecting cached-property<2,>=1.2.0 [2021-01-25T14:37:19.508Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-25T14:37:19.784Z] Collecting idna<2.8,>=2.5 [2021-01-25T14:37:19.784Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-25T14:37:19.784Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-25T14:37:19.784Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-25T14:37:19.784Z] 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-25T14:37:20.051Z] 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-25T14:37:20.051Z] Collecting docker-pycreds>=0.4.0 [2021-01-25T14:37:20.051Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-25T14:37:20.051Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-25T14:37:20.051Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-25T14:37:20.051Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-25T14:37:20.051Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-25T14:37:20.282Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.206s coverage: 92.8% of statements [2021-01-25T14:37:20.282Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-25T14:37:20.282Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-25T14:37:20.282Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-25T14:37:20.282Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-25T14:37:20.282Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-25T14:37:20.282Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-25T14:37:20.282Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-25T14:37:20.282Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-25T14:37:20.282Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-25T14:37:20.282Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-25T14:37:20.282Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-25T14:37:20.282Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-25T14:37:20.282Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-25T14:37:20.282Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-25T14:37:20.282Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-25T14:37:20.282Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-25T14:37:20.282Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-25T14:37:20.282Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-25T14:37:20.282Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.049s coverage: 58.8% of statements [2021-01-25T14:37:20.282Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-25T14:37:20.282Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-25T14:37:20.282Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.162s coverage: 0.1% of statements [2021-01-25T14:37:20.282Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-25T14:37:20.282Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-25T14:37:20.282Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-25T14:37:20.282Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.077s coverage: 43.8% of statements [2021-01-25T14:37:20.282Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.086s coverage: 79.5% of statements [2021-01-25T14:37:20.282Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.050s coverage: 94.1% of statements [2021-01-25T14:37:20.282Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.103s coverage: 96.3% of statements [2021-01-25T14:37:20.282Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.071s coverage: 87.5% of statements [2021-01-25T14:37:20.324Z] Installing collected packages: dockerpty, PyYAML, websocket-client, idna, urllib3, requests, docker-pycreds, docker, texttable, jsonschema, docopt, cached-property, docker-compose [2021-01-25T14:37:20.324Z] Running setup.py install for dockerpty: started [2021-01-25T14:37:21.310Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-25T14:37:21.310Z] Running setup.py install for PyYAML: started [2021-01-25T14:37:22.277Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-25T14:37:22.277Z] Attempting uninstall: idna [2021-01-25T14:37:22.277Z] Found existing installation: idna 2.9 [2021-01-25T14:37:22.277Z] Uninstalling idna-2.9: [2021-01-25T14:37:22.545Z] Successfully uninstalled idna-2.9 [2021-01-25T14:37:22.545Z] Attempting uninstall: urllib3 [2021-01-25T14:37:22.545Z] Found existing installation: urllib3 1.25.9 [2021-01-25T14:37:22.545Z] Uninstalling urllib3-1.25.9: [2021-01-25T14:37:22.816Z] Successfully uninstalled urllib3-1.25.9 [2021-01-25T14:37:23.082Z] Attempting uninstall: requests [2021-01-25T14:37:23.082Z] Found existing installation: requests 2.23.0 [2021-01-25T14:37:23.082Z] Uninstalling requests-2.23.0: [2021-01-25T14:37:23.362Z] Successfully uninstalled requests-2.23.0 [2021-01-25T14:37:24.768Z] Running setup.py install for texttable: started [2021-01-25T14:37:25.351Z] Running setup.py install for texttable: finished with status 'done' [2021-01-25T14:37:25.351Z] Running setup.py install for docopt: started [2021-01-25T14:37:27.303Z] Running setup.py install for docopt: finished with status 'done' [2021-01-25T14:37:28.266Z] 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-25T14:37:32.536Z] Removing intermediate container 47bc4d03d490 [2021-01-25T14:37:32.536Z] ---> ec1fa17504bb [2021-01-25T14:37:32.536Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-25T14:37:32.536Z] ---> Running in 73dcd8d454a6 [2021-01-25T14:37:35.552Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.091s coverage: 94.4% of statements [2021-01-25T14:37:35.552Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements [2021-01-25T14:37:35.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-25T14:37:35.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-25T14:37:35.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-25T14:37:35.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-25T14:37:35.552Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.096s coverage: 87.2% of statements [2021-01-25T14:37:35.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-25T14:37:35.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-25T14:37:35.552Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.048s coverage: 100.0% of statements [2021-01-25T14:37:35.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-25T14:37:35.552Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.090s coverage: 75.5% of statements [2021-01-25T14:37:35.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-25T14:37:35.552Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.066s coverage: 80.8% of statements [2021-01-25T14:37:35.552Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.117s coverage: 87.2% of statements [2021-01-25T14:37:35.552Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.132s coverage: 84.2% of statements [2021-01-25T14:37:35.552Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.173s coverage: 91.4% of statements [2021-01-25T14:37:35.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-25T14:37:35.552Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.601s coverage: 63.5% of statements [2021-01-25T14:37:35.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-25T14:37:35.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-25T14:37:35.552Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.063s coverage: 100.0% of statements [2021-01-25T14:37:35.873Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-25T14:37:35.873Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-25T14:37:35.873Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-25T14:37:35.873Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-25T14:37:35.873Z] (3/3) Installing curl (7.69.1-r3) [2021-01-25T14:37:35.873Z] Executing busybox-1.31.1-r19.trigger [2021-01-25T14:37:35.873Z] OK: 72 MiB in 58 packages [2021-01-25T14:37:36.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.149s coverage: 91.3% of statements [2021-01-25T14:37:36.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.077s coverage: 100.0% of statements [2021-01-25T14:37:36.780Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.061s coverage: 73.7% of statements [2021-01-25T14:37:37.377Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.052s coverage: 100.0% of statements [2021-01-25T14:37:37.824Z] 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-25T14:37:37.824Z] Removing intermediate container 80e0fbe4b305 [2021-01-25T14:37:37.824Z] ---> 5cea2d43a03f [2021-01-25T14:37:37.824Z] [2021-01-25T14:37:37.824Z] Step 10/22 : FROM alpine:3.12 [2021-01-25T14:37:37.824Z] ---> 389fef711851 [2021-01-25T14:37:37.824Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-25T14:37:38.092Z] Removing intermediate container 73dcd8d454a6 [2021-01-25T14:37:38.092Z] ---> 09fe1897709d [2021-01-25T14:37:38.092Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-25T14:37:38.092Z] ---> Running in 775dfa39f731 [2021-01-25T14:37:38.360Z] ---> Running in c69714769e69 [2021-01-25T14:37:38.631Z] Removing intermediate container c69714769e69 [2021-01-25T14:37:38.631Z] ---> d61f1c76cbe5 [2021-01-25T14:37:38.631Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-25T14:37:38.902Z] ---> Running in 5f824c268b64 [2021-01-25T14:37:39.505Z] Removing intermediate container 5f824c268b64 [2021-01-25T14:37:39.505Z] ---> 31f715c8f819 [2021-01-25T14:37:39.505Z] Step 24/26 : LABEL arch=x86_64 [2021-01-25T14:37:39.505Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-25T14:37:39.505Z] ---> Running in 3dd57f8fd562 [2021-01-25T14:37:39.776Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-25T14:37:39.776Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-25T14:37:40.047Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-25T14:37:40.047Z] Executing busybox-1.31.1-r19.trigger [2021-01-25T14:37:40.047Z] Executing ca-certificates-20191127-r4.trigger [2021-01-25T14:37:40.047Z] OK: 6 MiB in 16 packages [2021-01-25T14:37:40.321Z] Removing intermediate container 3dd57f8fd562 [2021-01-25T14:37:40.321Z] ---> 5ae4b45e7fcf [2021-01-25T14:37:40.321Z] Step 25/26 : LABEL git_sha=fd0285852452e0e60bb303654278afa6bd9b4a9c [2021-01-25T14:37:41.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.786s coverage: 68.9% of statements [2021-01-25T14:37:41.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-25T14:37:41.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-25T14:37:41.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-25T14:37:41.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-25T14:37:41.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-25T14:37:42.272Z] ---> Running in bbb79226d4b5 [2021-01-25T14:37:42.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.382s coverage: 37.0% of statements [2021-01-25T14:37:42.338Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-25T14:37:42.338Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-25T14:37:42.554Z] Removing intermediate container 337865d2492a [2021-01-25T14:37:42.554Z] ---> 7ba4f287da06 [2021-01-25T14:37:42.554Z] [2021-01-25T14:37:42.554Z] Step 10/22 : FROM alpine:3.12 [2021-01-25T14:37:42.554Z] ---> 389fef711851 [2021-01-25T14:37:42.554Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-25T14:37:42.554Z] ---> Using cache [2021-01-25T14:37:42.554Z] ---> 37dd6729412d [2021-01-25T14:37:42.554Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-25T14:37:42.554Z] ---> Using cache [2021-01-25T14:37:42.554Z] ---> e807aa701630 [2021-01-25T14:37:42.554Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-25T14:37:42.614Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.689s coverage: 84.0% of statements [2021-01-25T14:37:42.614Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.096s coverage: 100.0% of statements [2021-01-25T14:37:42.822Z] Removing intermediate container bbb79226d4b5 [2021-01-25T14:37:42.822Z] ---> eb28cbb7603a [2021-01-25T14:37:42.822Z] Step 26/26 : LABEL version=0.0.0 [2021-01-25T14:37:42.822Z] Removing intermediate container 775dfa39f731 [2021-01-25T14:37:42.822Z] ---> 623028c293c0 [2021-01-25T14:37:42.822Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-25T14:37:44.212Z] ---> Running in 5dadc7c6b8cc [2021-01-25T14:37:44.212Z] ---> Running in eaac33f07383 [2021-01-25T14:37:44.212Z] ---> Running in 1083cc62c914 [2021-01-25T14:37:44.212Z] Removing intermediate container 5dadc7c6b8cc [2021-01-25T14:37:44.212Z] ---> 9b19b1d3e423 [2021-01-25T14:37:44.212Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-25T14:37:44.212Z] Removing intermediate container eaac33f07383 [2021-01-25T14:37:44.212Z] ---> 17ea171f12da [2021-01-25T14:37:44.212Z] [2021-01-25T14:37:44.212Z] Removing intermediate container 1083cc62c914 [2021-01-25T14:37:44.212Z] ---> 6de843e9abe8 [2021-01-25T14:37:44.212Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-25T14:37:44.480Z] ---> Running in 266eadd935e9 [2021-01-25T14:37:44.480Z] Successfully built 17ea171f12da [2021-01-25T14:37:44.763Z] ---> Running in cb62786593b8 [2021-01-25T14:37:44.763Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-25T14:37:47.315Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 266eadd935e9 [2021-01-25T14:37:47.315Z] ---> 0173be260765 [2021-01-25T14:37:47.315Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-25T14:37:47.577Z] Removing intermediate container cb62786593b8 [2021-01-25T14:37:47.577Z] ---> 481724117ed3 [2021-01-25T14:37:47.577Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-25T14:37:47.577Z] Removing intermediate container 184234d3e715 [2021-01-25T14:37:47.577Z] ---> d1365f77e5a0 [2021-01-25T14:37:47.577Z] [2021-01-25T14:37:47.577Z] Step 10/33 : FROM alpine:3.12 [2021-01-25T14:37:47.577Z] ---> 389fef711851 [2021-01-25T14:37:47.577Z] Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-25T14:37:47.842Z] ---> Running in 6f884373d717 [2021-01-25T14:37:47.842Z] ---> Running in 8ec25ab3fa7e [2021-01-25T14:37:47.842Z] ---> febe5fa4c7ec [2021-01-25T14:37:47.842Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-25T14:37:48.429Z] Removing intermediate container 6f884373d717 [2021-01-25T14:37:48.429Z] ---> e8937db667f8 [2021-01-25T14:37:48.429Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-25T14:37:48.429Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-25T14:37:48.695Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-25T14:37:48.695Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-25T14:37:48.695Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-25T14:37:48.695Z] (3/3) Installing su-exec (0.2-r1) [2021-01-25T14:37:48.960Z] Executing busybox-1.31.1-r19.trigger [2021-01-25T14:37:48.960Z] OK: 6 MiB in 17 packages [2021-01-25T14:37:49.354Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.314s coverage: 47.1% of statements [2021-01-25T14:37:49.354Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-25T14:37:49.354Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-25T14:37:49.354Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-25T14:37:49.354Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-25T14:37:49.354Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-25T14:37:49.354Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.126s coverage: 100.0% of statements [2021-01-25T14:37:49.354Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-25T14:37:49.354Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.124s coverage: 100.0% of statements [2021-01-25T14:37:49.354Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-25T14:37:50.387Z] ---> 9aac809199a2 [2021-01-25T14:37:50.387Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-25T14:37:50.387Z] ---> 46f080e0f314 [2021-01-25T14:37:50.387Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-25T14:37:50.659Z] Removing intermediate container 078ba1ecf9c0 [2021-01-25T14:37:50.659Z] ---> 58ae64d73e60 [2021-01-25T14:37:50.659Z] [2021-01-25T14:37:50.659Z] Step 10/23 : FROM alpine:3.12 [2021-01-25T14:37:50.659Z] ---> 389fef711851 [2021-01-25T14:37:50.659Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-25T14:37:50.659Z] ---> Using cache [2021-01-25T14:37:50.659Z] ---> 37dd6729412d [2021-01-25T14:37:50.659Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-25T14:37:50.659Z] ---> Using cache [2021-01-25T14:37:50.659Z] ---> e807aa701630 [2021-01-25T14:37:50.659Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-25T14:37:50.659Z] ---> Running in 7860b366eac7 [2021-01-25T14:37:50.931Z] Removing intermediate container 8ec25ab3fa7e [2021-01-25T14:37:50.931Z] ---> 8503b293ac22 [2021-01-25T14:37:50.931Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-25T14:37:50.931Z] ---> dd77ae3719b1 [2021-01-25T14:37:50.931Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-25T14:37:50.931Z] ---> Running in 8887709c68c3 [2021-01-25T14:37:51.193Z] ---> Running in 5c614a613084 [2021-01-25T14:37:51.193Z] ---> 2fa321dd2545 [2021-01-25T14:37:51.193Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-25T14:37:51.193Z] Removing intermediate container 7860b366eac7 [2021-01-25T14:37:51.193Z] ---> 646330e8d66c [2021-01-25T14:37:51.193Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-25T14:37:51.193Z] ---> Running in 808ec4f954f5 [2021-01-25T14:37:51.457Z] Removing intermediate container 8887709c68c3 [2021-01-25T14:37:51.457Z] ---> cfa7fe41dfcf [2021-01-25T14:37:51.457Z] Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 [2021-01-25T14:37:51.457Z] Removing intermediate container 5c614a613084 [2021-01-25T14:37:51.457Z] ---> 52461db919fa [2021-01-25T14:37:51.457Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-25T14:37:51.457Z] ---> Running in eb4597cf5539 [2021-01-25T14:37:51.723Z] ---> Running in 382962fa5b12 [2021-01-25T14:37:51.723Z] ---> 443c2077d7f8 [2021-01-25T14:37:51.723Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-25T14:37:51.723Z] Removing intermediate container 808ec4f954f5 [2021-01-25T14:37:51.723Z] ---> a6d11cd68296 [2021-01-25T14:37:51.723Z] Step 15/23 : WORKDIR / [2021-01-25T14:37:51.723Z] ---> Running in 9fe78d99bf37 [2021-01-25T14:37:51.723Z] ---> Running in 34aca68a9ce9 [2021-01-25T14:37:51.985Z] Removing intermediate container eb4597cf5539 [2021-01-25T14:37:51.985Z] ---> c3c677f75080 [2021-01-25T14:37:51.985Z] Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz [2021-01-25T14:37:51.985Z] Removing intermediate container 382962fa5b12 [2021-01-25T14:37:51.985Z] ---> a939cd1d4aa1 [2021-01-25T14:37:51.985Z] Step 20/22 : LABEL arch=x86_64 [2021-01-25T14:37:51.985Z] ---> Running in b0ff8af85d59 [2021-01-25T14:37:52.248Z] ---> Running in af1050c5e178 [2021-01-25T14:37:52.248Z] Removing intermediate container 9fe78d99bf37 [2021-01-25T14:37:52.248Z] ---> a47a11381ea3 [2021-01-25T14:37:52.248Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-25T14:37:52.248Z] Removing intermediate container 34aca68a9ce9 [2021-01-25T14:37:52.248Z] ---> 202e7859a61f [2021-01-25T14:37:52.248Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-25T14:37:52.522Z] ---> Running in 6c783da43dba [2021-01-25T14:37:52.522Z] Removing intermediate container af1050c5e178 [2021-01-25T14:37:52.522Z] ---> 068583cd241a [2021-01-25T14:37:52.522Z] Step 21/22 : LABEL git_sha=fd0285852452e0e60bb303654278afa6bd9b4a9c [2021-01-25T14:37:52.789Z] ---> 9f3006c9e5ed [2021-01-25T14:37:52.789Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-25T14:37:52.789Z] ---> Running in 4dc92220c370 [2021-01-25T14:37:52.789Z] Removing intermediate container 6c783da43dba [2021-01-25T14:37:52.789Z] ---> 258dc7942604 [2021-01-25T14:37:52.789Z] Step 20/22 : LABEL arch=x86_64 [2021-01-25T14:37:53.052Z] Connecting to github.com (140.82.113.4:443) [2021-01-25T14:37:53.314Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.17.32:443) [2021-01-25T14:37:53.314Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2021-01-25T14:37:53.895Z]  ---> Running in 977b64f1bffe [2021-01-25T14:37:53.895Z] Removing intermediate container 4dc92220c370 [2021-01-25T14:37:53.895Z] ---> a4ad7407f7ef [2021-01-25T14:37:53.895Z] Step 22/22 : LABEL version=0.0.0 [2021-01-25T14:37:53.895Z] dockerize-alpine-lin 97% |******************************* | 2876k 0:00:00 ETA [2021-01-25T14:37:53.895Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2021-01-25T14:37:53.895Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2021-01-25T14:37:53.895Z] dockerize [2021-01-25T14:37:53.895Z] ---> 1352ad83a41a [2021-01-25T14:37:53.895Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-25T14:37:54.158Z] ---> Running in b87ee1acd094 [2021-01-25T14:37:54.158Z] Removing intermediate container 977b64f1bffe [2021-01-25T14:37:54.158Z] ---> 62800968de41 [2021-01-25T14:37:54.158Z] Step 21/22 : LABEL git_sha=fd0285852452e0e60bb303654278afa6bd9b4a9c [2021-01-25T14:37:54.158Z] ---> Running in c53889ef4138 [2021-01-25T14:37:54.419Z] Removing intermediate container b87ee1acd094 [2021-01-25T14:37:54.419Z] ---> 31a81e7e778c [2021-01-25T14:37:54.419Z] [2021-01-25T14:37:54.419Z] ---> a3118f276b9e [2021-01-25T14:37:54.419Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-25T14:37:54.419Z] Successfully built 31a81e7e778c [2021-01-25T14:37:54.419Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-25T14:37:54.686Z]  Building docker-support-scheduler-go ... done  ---> Running in f0842638d69d [2021-01-25T14:37:54.687Z] Removing intermediate container c53889ef4138 [2021-01-25T14:37:54.687Z] ---> d71d94954fbe [2021-01-25T14:37:54.687Z] Step 22/22 : LABEL version=0.0.0 [2021-01-25T14:37:54.687Z] ---> Running in 1b6650948f6a [2021-01-25T14:37:54.780Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.148s coverage: 29.1% of statements [2021-01-25T14:37:54.781Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-25T14:37:54.781Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-25T14:37:54.781Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-25T14:37:54.781Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-25T14:37:54.781Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-25T14:37:54.781Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.193s coverage: 99.0% of statements [2021-01-25T14:37:54.781Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-25T14:37:54.781Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.090s coverage: 100.0% of statements [2021-01-25T14:37:54.781Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-25T14:37:54.781Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements [2021-01-25T14:37:54.781Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-25T14:37:54.781Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.050s coverage: 100.0% of statements [2021-01-25T14:37:54.781Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-25T14:37:54.781Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-25T14:37:54.781Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-25T14:37:54.781Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-25T14:37:54.781Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.150s coverage: 87.9% of statements [2021-01-25T14:37:54.781Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-25T14:37:54.781Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-25T14:37:54.781Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.065s coverage: 100.0% of statements [2021-01-25T14:37:54.957Z] Removing intermediate container f0842638d69d [2021-01-25T14:37:54.958Z] ---> 6498b20eee59 [2021-01-25T14:37:54.958Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-25T14:37:54.958Z] Removing intermediate container b0ff8af85d59 [2021-01-25T14:37:54.958Z] ---> 10316a26e71d [2021-01-25T14:37:54.958Z] Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-25T14:37:54.958Z] Removing intermediate container 1b6650948f6a [2021-01-25T14:37:54.958Z] ---> e3a7867e5c64 [2021-01-25T14:37:54.958Z] [2021-01-25T14:37:54.958Z] ---> Running in e6f68c133ecf [2021-01-25T14:37:54.958Z] ---> Running in fee72a2deeae [2021-01-25T14:37:55.067Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-01-25T14:37:55.554Z] Successfully built e3a7867e5c64 [2021-01-25T14:37:55.554Z] Successfully tagged docker-support-notifications-go:latest [2021-01-25T14:37:55.554Z]  Building docker-support-notifications-go ... done Removing intermediate container e6f68c133ecf [2021-01-25T14:37:55.554Z] ---> 617425a13e86 [2021-01-25T14:37:55.554Z] Step 21/23 : LABEL arch=x86_64 [2021-01-25T14:37:55.554Z] Removing intermediate container fee72a2deeae [2021-01-25T14:37:55.554Z] ---> d893fa5f930e [2021-01-25T14:37:55.554Z] Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-25T14:37:55.554Z] ---> Running in c4d5ec69d904 [2021-01-25T14:37:55.824Z] ---> Running in 52ecdd447413 [2021-01-25T14:37:55.824Z] Removing intermediate container c4d5ec69d904 [2021-01-25T14:37:55.824Z] ---> 0dd98fc89ae8 [2021-01-25T14:37:55.824Z] Step 22/23 : LABEL git_sha=fd0285852452e0e60bb303654278afa6bd9b4a9c [2021-01-25T14:37:55.824Z] Removing intermediate container 52ecdd447413 [2021-01-25T14:37:55.825Z] ---> 6157dcad28e6 [2021-01-25T14:37:55.825Z] Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} [2021-01-25T14:37:55.825Z] ---> Running in 080360b35d93 [2021-01-25T14:37:56.054Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-01-25T14:37:56.088Z] ---> Running in 6d76877d5a9f [2021-01-25T14:37:56.088Z] Removing intermediate container 080360b35d93 [2021-01-25T14:37:56.088Z] ---> a99aca115c98 [2021-01-25T14:37:56.088Z] Step 23/23 : LABEL version=0.0.0 [2021-01-25T14:37:56.350Z] ---> Running in 5ebe563040c2 [2021-01-25T14:37:56.350Z] Removing intermediate container 5ebe563040c2 [2021-01-25T14:37:56.350Z] ---> f35c25e88cff [2021-01-25T14:37:56.350Z] [2021-01-25T14:37:56.616Z] Move dockerize executable [2021-01-25T14:37:56.616Z] Successfully built f35c25e88cff [2021-01-25T14:37:56.616Z] Successfully tagged docker-core-metadata-go:latest [2021-01-25T14:37:57.030Z] GO111MODULE=on go vet ./... [2021-01-25T14:37:57.193Z]  Building docker-core-metadata-go ... done Removing intermediate container 6d76877d5a9f [2021-01-25T14:37:57.193Z] ---> 4fac616af3f7 [2021-01-25T14:37:57.193Z] Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-25T14:37:57.193Z] ---> Running in 03c620c5cb70 [2021-01-25T14:37:57.455Z] Removing intermediate container 03c620c5cb70 [2021-01-25T14:37:57.455Z] ---> 50a15e5403b2 [2021-01-25T14:37:57.455Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-25T14:37:57.719Z] ---> a01b0428ebe2 [2021-01-25T14:37:57.719Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-25T14:37:57.719Z] ---> Running in d471b94a4f1f [2021-01-25T14:37:59.111Z] Removing intermediate container d471b94a4f1f [2021-01-25T14:37:59.111Z] ---> 74786147228f [2021-01-25T14:37:59.111Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-25T14:37:59.111Z] ---> a6a0dcf59fd2 [2021-01-25T14:37:59.111Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-25T14:37:59.685Z] ---> e3b83e9ef0f5 [2021-01-25T14:37:59.685Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-25T14:37:59.948Z] ---> b1d7b31e6a2e [2021-01-25T14:37:59.948Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-25T14:38:00.529Z] ---> 6d6878e72a26 [2021-01-25T14:38:00.529Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-25T14:38:00.529Z] ---> 1f40957ceada [2021-01-25T14:38:00.529Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-25T14:38:00.802Z] ---> Running in 1c03ad5fda70 [2021-01-25T14:38:01.074Z] Removing intermediate container 1c03ad5fda70 [2021-01-25T14:38:01.074Z] ---> e1047350442b [2021-01-25T14:38:01.074Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-25T14:38:01.344Z] ---> 412f70f2324d [2021-01-25T14:38:01.344Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-25T14:38:01.344Z] ---> Running in 445941a5279d [2021-01-25T14:38:02.305Z] Removing intermediate container 445941a5279d [2021-01-25T14:38:02.306Z] ---> 7cfaa5c6c0f8 [2021-01-25T14:38:02.306Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-25T14:38:02.572Z] ---> Running in 345867afab16 [2021-01-25T14:38:02.861Z] Removing intermediate container 345867afab16 [2021-01-25T14:38:02.861Z] ---> 5b3cf8ab6836 [2021-01-25T14:38:02.861Z] Step 30/33 : CMD ["gate"] [2021-01-25T14:38:02.861Z] ---> Running in 4f7d2a45b13d [2021-01-25T14:38:03.128Z] Removing intermediate container 4f7d2a45b13d [2021-01-25T14:38:03.128Z] ---> ac24f1f7538f [2021-01-25T14:38:03.128Z] Step 31/33 : LABEL arch=x86_64 [2021-01-25T14:38:03.393Z] ---> Running in 6d68a912f382 [2021-01-25T14:38:03.393Z] Removing intermediate container 6d68a912f382 [2021-01-25T14:38:03.393Z] ---> 801e9f68f32e [2021-01-25T14:38:03.393Z] Step 32/33 : LABEL git_sha=fd0285852452e0e60bb303654278afa6bd9b4a9c [2021-01-25T14:38:03.657Z] ---> Running in ce80fb4c3010 [2021-01-25T14:38:03.922Z] Removing intermediate container ce80fb4c3010 [2021-01-25T14:38:03.922Z] ---> 1e2d716e415f [2021-01-25T14:38:03.922Z] Step 33/33 : LABEL version=0.0.0 [2021-01-25T14:38:04.186Z] ---> Running in 0a242af7e58e [2021-01-25T14:38:04.762Z] Removing intermediate container 0a242af7e58e [2021-01-25T14:38:04.762Z] ---> 815e0f669699 [2021-01-25T14:38:04.762Z] [2021-01-25T14:38:04.762Z] Successfully built 815e0f669699 [2021-01-25T14:38:04.762Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-25T14:38:05.066Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-01-25T14:38:05.096Z] $ docker stop --time=1 5490f1c1d9f01807615041e77b29c145744e2963c041090051a28c4eae5e5c80 [2021-01-25T14:38:06.784Z] $ docker rm -f 5490f1c1d9f01807615041e77b29c145744e2963c041090051a28c4eae5e5c80 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-25T14:38:07.415Z] + docker images [2021-01-25T14:38:07.415Z] + grep docker [2021-01-25T14:38:07.676Z] docker-security-bootstrapper-go latest 815e0f669699 3 seconds ago 41.5MB [2021-01-25T14:38:07.676Z] docker-core-metadata-go latest f35c25e88cff 11 seconds ago 18.8MB [2021-01-25T14:38:07.676Z] docker-support-notifications-go latest e3a7867e5c64 13 seconds ago 16.9MB [2021-01-25T14:38:07.676Z] docker-support-scheduler-go latest 31a81e7e778c 13 seconds ago 16.4MB [2021-01-25T14:38:07.676Z] docker-sys-mgmt-agent-go latest 17ea171f12da 24 seconds ago 313MB [2021-01-25T14:38:07.676Z] docker-core-data-go latest b59ac97d1bbb 2 minutes ago 22.3MB [2021-01-25T14:38:07.676Z] docker-security-secretstore-setup-go latest f9bf460a48d1 2 minutes ago 24.6MB [2021-01-25T14:38:07.676Z] docker-security-proxy-setup-go latest ebc9064da82f 2 minutes ago 24.4MB [2021-01-25T14:38:07.676Z] docker-core-command-go latest 2b5f8cc7c1e0 2 minutes ago 16.3MB [2021-01-25T14:38:07.676Z] docker 20.10.0 aefe523efa57 6 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-25T14:38:23.479Z] Still waiting to schedule task [2021-01-25T14:38:23.479Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-22643’ [2021-01-25T14:39:05.100Z] gofmt -l . [2021-01-25T14:39:07.090Z] [ "`gofmt -l .`" = "" ] [2021-01-25T14:39:09.062Z] ./bin/test-go-mod-tidy.sh [2021-01-25T14:39:10.047Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-25T14:39:11.760Z] + ls -al . [2021-01-25T14:39:11.760Z] total 696 [2021-01-25T14:39:11.760Z] drwxrwxr-x 9 1001 1001 4096 Jan 25 14:39 . [2021-01-25T14:39:11.760Z] drwxr-xr-x 4 root root 4096 Jan 25 14:35 .. [2021-01-25T14:39:11.760Z] -rw-rw-r-- 1 1001 1001 11 Jan 25 14:33 .dockerignore [2021-01-25T14:39:11.760Z] drwxrwxr-x 8 1001 1001 4096 Jan 25 14:33 .git [2021-01-25T14:39:11.760Z] drwxrwxr-x 3 1001 1001 4096 Jan 25 14:33 .github [2021-01-25T14:39:11.760Z] -rw-rw-r-- 1 1001 1001 872 Jan 25 14:33 .gitignore [2021-01-25T14:39:11.760Z] -rw-rw-r-- 1 1001 1001 166 Jan 25 14:33 .sonarcloud.properties [2021-01-25T14:39:11.760Z] -rw-rw-r-- 1 1001 1001 7859 Jan 25 14:33 Attribution.txt [2021-01-25T14:39:11.760Z] -rw-rw-r-- 1 1001 1001 3804 Jan 25 14:33 CONTRIBUTING.md [2021-01-25T14:39:11.760Z] -rw-rw-r-- 1 1001 1001 931 Jan 25 14:33 Dockerfile.build [2021-01-25T14:39:11.760Z] -rw-rw-r-- 1 1001 1001 863 Jan 25 14:33 Jenkinsfile [2021-01-25T14:39:11.760Z] -rw-rw-r-- 1 1001 1001 10775 Jan 25 14:33 LICENSE [2021-01-25T14:39:11.760Z] -rw-rw-r-- 1 1001 1001 6001 Jan 25 14:33 Makefile [2021-01-25T14:39:11.760Z] -rw-rw-r-- 1 1001 1001 6524 Jan 25 14:33 README.md [2021-01-25T14:39:11.760Z] -rw-rw-r-- 1 1001 1001 6755 Jan 25 14:33 SECURITY.md [2021-01-25T14:39:11.760Z] -rw-rw-r-- 1 1001 1001 5 Jan 25 14:29 VERSION [2021-01-25T14:39:11.760Z] -rw-rw-r-- 1 1001 1001 4131 Jan 25 14:33 ZMQWindows.md [2021-01-25T14:39:11.760Z] drwxrwxr-x 2 1001 1001 4096 Jan 25 14:33 bin [2021-01-25T14:39:11.760Z] drwxrwxr-x 15 1001 1001 4096 Jan 25 14:33 cmd [2021-01-25T14:39:11.760Z] -rw-r--r-- 1 root root 564700 Jan 25 14:37 coverage.out [2021-01-25T14:39:11.760Z] -rw-r--r-- 1 root root 1053 Jan 25 14:39 go.mod [2021-01-25T14:39:11.760Z] -rw-r--r-- 1 root root 19080 Jan 25 14:39 go.sum [2021-01-25T14:39:11.760Z] drwxrwxr-x 8 1001 1001 4096 Jan 25 14:33 internal [2021-01-25T14:39:11.760Z] drwxrwxr-x 4 1001 1001 4096 Jan 25 14:33 openapi [2021-01-25T14:39:11.760Z] drwxrwxr-x 4 1001 1001 4096 Jan 25 14:33 snap [2021-01-25T14:39:11.760Z] -rw-rw-r-- 1 1001 1001 168 Jan 25 14:33 version.go [Pipeline] sh [2021-01-25T14:39:12.415Z] + '[' -e coverage.out ] [2021-01-25T14:39:12.416Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-25T14:39:12.492Z] Warning: overwriting stash ‘coverage-report’ [2021-01-25T14:39:13.587Z] Stashed 1 file(s) [Pipeline] sh [2021-01-25T14:39:14.246Z] + make build [2021-01-25T14:39:14.246Z] 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-25T14:39:26.658Z] 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-25T14:39:48.888Z] 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-25T14:39:52.265Z] 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-25T14:39:56.584Z] 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-25T14:39:58.016Z] 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-25T14:40:03.439Z] 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-25T14:40:08.845Z] 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-25T14:40:11.462Z] 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-25T14:40:15.760Z] 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-25T14:40:19.146Z] 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-25T14:40:23.472Z] 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-25T14:40:27.783Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-01-25T14:40:33.202Z] $ docker stop --time=1 9d91b92cd4fccbbdc837f12ae10707edc24b4ba2edd054056e2ed263da819d32 [2021-01-25T14:40:35.785Z] $ docker rm -f 9d91b92cd4fccbbdc837f12ae10707edc24b4ba2edd054056e2ed263da819d32 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-25T14:40:37.762Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-25T14:40:37.762Z] [2021-01-25T14:40:37.762Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-25T14:40:38.427Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-25T14:40:38.700Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-25T14:40:38.700Z] 29e5d40040c1: Pulling fs layer [2021-01-25T14:40:38.700Z] 1ce36da41761: Pulling fs layer [2021-01-25T14:40:38.700Z] 25b303627fd3: Pulling fs layer [2021-01-25T14:40:38.976Z] 29e5d40040c1: Verifying Checksum [2021-01-25T14:40:38.976Z] 29e5d40040c1: Download complete [2021-01-25T14:40:39.577Z] 1ce36da41761: Verifying Checksum [2021-01-25T14:40:39.577Z] 1ce36da41761: Download complete [2021-01-25T14:40:39.577Z] 29e5d40040c1: Pull complete [2021-01-25T14:40:41.012Z] 1ce36da41761: Pull complete [2021-01-25T14:40:41.012Z] 25b303627fd3: Verifying Checksum [2021-01-25T14:40:41.012Z] 25b303627fd3: Download complete [2021-01-25T14:40:48.055Z] Running on prd-ubuntu18.04-docker-8c-8g-22644 in /w/workspace/edgexfoundry_edgex-go_PR-3072 [Pipeline] { [Pipeline] ws [2021-01-25T14:40:48.109Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-01-25T14:40:51.173Z] using credential edgex-jenkins-ssh [2021-01-25T14:40:51.230Z] Cloning the remote Git repository [2021-01-25T14:40:51.244Z] 25b303627fd3: Pull complete [2021-01-25T14:40:51.244Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-25T14:40:51.244Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-25T14:40:51.244Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-25T14:40:51.506Z] prd-ubuntu18.04-docker-arm64-4c-16g-22642 does not seem to be running inside a container [2021-01-25T14:40:51.578Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-25T14:40:51.255Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-25T14:40:51.321Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-01-25T14:40:51.346Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-25T14:40:51.346Z] > git --version # timeout=10 [2021-01-25T14:40:51.355Z] > git --version # 'git version 2.17.1' [2021-01-25T14:40:51.356Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-25T14:40:51.380Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-25T14:40:54.640Z] $ docker top ca293a9976c5dc185014fb346ceb37d6cab44382b2b6e57e2e963d8b91bd48d2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-25T14:40:55.640Z] + docker-compose build --help [2021-01-25T14:40:55.640Z] + grep parallel [2021-01-25T14:40:59.030Z] --parallel Build images in parallel. [Pipeline] } [2021-01-25T14:40:59.043Z] $ docker stop --time=1 ca293a9976c5dc185014fb346ceb37d6cab44382b2b6e57e2e963d8b91bd48d2 [2021-01-25T14:41:00.887Z] $ docker rm -f ca293a9976c5dc185014fb346ceb37d6cab44382b2b6e57e2e963d8b91bd48d2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-25T14:41:01.726Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-25T14:41:01.726Z] . [Pipeline] withDockerContainer [2021-01-25T14:41:01.952Z] prd-ubuntu18.04-docker-arm64-4c-16g-22642 does not seem to be running inside a container [2021-01-25T14:41:02.025Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-25T14:41:03.377Z] $ docker top 8b136f625c6500eaec4609e2d37c76d2213984798cd0fc12e3549c271d9e3822 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-25T14:41:04.423Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-25T14:41:04.150Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-25T14:41:04.170Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-25T14:41:04.179Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-25T14:41:04.190Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-25T14:41:04.190Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-25T14:41:04.193Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3072/head:refs/remotes/origin/PR-3072 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-25T14:41:06.172Z] Merging remotes/origin/master commit eb962563c78e340597fe6b0a01e022bbdd66f5a5 into PR head commit fd0285852452e0e60bb303654278afa6bd9b4a9c [2021-01-25T14:41:06.184Z] > git config core.sparsecheckout # timeout=10 [2021-01-25T14:41:06.192Z] > git checkout -f fd0285852452e0e60bb303654278afa6bd9b4a9c # timeout=10 [2021-01-25T14:41:06.297Z] Merge succeeded, producing fd0285852452e0e60bb303654278afa6bd9b4a9c [2021-01-25T14:41:06.298Z] Checking out Revision fd0285852452e0e60bb303654278afa6bd9b4a9c (PR-3072) [2021-01-25T14:41:06.263Z] > git remote # timeout=10 [2021-01-25T14:41:06.269Z] > git config --get remote.origin.url # timeout=10 [2021-01-25T14:41:06.274Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-25T14:41:06.277Z] > git merge eb962563c78e340597fe6b0a01e022bbdd66f5a5 # timeout=10 [2021-01-25T14:41:06.285Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-25T14:41:06.304Z] > git config core.sparsecheckout # timeout=10 [2021-01-25T14:41:06.308Z] > git checkout -f fd0285852452e0e60bb303654278afa6bd9b4a9c # timeout=10 [2021-01-25T14:41:08.703Z] Building docker-core-command-go ... [2021-01-25T14:41:08.703Z] Building docker-core-data-go ... [2021-01-25T14:41:08.703Z] Building docker-core-metadata-go ... [2021-01-25T14:41:08.703Z] Building docker-security-bootstrapper-go ... [2021-01-25T14:41:08.703Z] Building docker-security-proxy-setup-go ... [2021-01-25T14:41:08.703Z] Building docker-security-secretstore-setup-go ... [2021-01-25T14:41:08.703Z] Building docker-support-notifications-go ... [2021-01-25T14:41:08.703Z] Building docker-support-scheduler-go ... [2021-01-25T14:41:08.703Z] Building docker-sys-mgmt-agent-go ... [2021-01-25T14:41:08.703Z] Building docker-security-secretstore-setup-go [2021-01-25T14:41:08.703Z] Building docker-sys-mgmt-agent-go [2021-01-25T14:41:08.703Z] Building docker-core-metadata-go [2021-01-25T14:41:08.703Z] Building docker-support-notifications-go [2021-01-25T14:41:08.703Z] Building docker-security-bootstrapper-go [2021-01-25T14:41:09.984Z] Commit message: "build(deps): Bump github.com/google/uuid from 1.1.5 to 1.2.0" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-25T14:41:11.247Z] + echo snap-build.sh [2021-01-25T14:41:11.247Z] snap-build.sh [2021-01-25T14:41:11.247Z] + SNAP_BASE_DIR=. [2021-01-25T14:41:11.247Z] + '[' '!' -z /w/workspace/edgex-go/3 ']' [2021-01-25T14:41:11.247Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/3 [2021-01-25T14:41:11.247Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' [2021-01-25T14:41:11.247Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/3] [2021-01-25T14:41:11.247Z] + cd /w/workspace/edgex-go/3 [2021-01-25T14:41:11.247Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-25T14:41:11.247Z] Reading package lists... [2021-01-25T14:41:11.247Z] Building dependency tree... [2021-01-25T14:41:11.247Z] Reading state information... [2021-01-25T14:41:11.509Z] The following packages were automatically installed and are no longer required: [2021-01-25T14:41:11.509Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-25T14:41:11.509Z] uidmap xdelta3 [2021-01-25T14:41:11.509Z] Use 'sudo apt autoremove' to remove them. [2021-01-25T14:41:11.509Z] The following packages will be REMOVED: [2021-01-25T14:41:11.509Z] lxd* lxd-client* [2021-01-25T14:41:11.770Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-25T14:41:11.770Z] After this operation, 31.7 MB disk space will be freed. [2021-01-25T14:41:12.825Z] (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-25T14:41:12.825Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-25T14:41:13.769Z] Removing lxd dnsmasq configuration [2021-01-25T14:41:13.769Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-25T14:41:14.031Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-25T14:41:14.974Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-25T14:41:14.974Z] (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-25T14:41:14.974Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-25T14:41:16.360Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-25T14:41:16.360Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-25T14:41:17.751Z] + sudo snap remove --purge lxd [2021-01-25T14:41:17.751Z] snap "lxd" is not installed [2021-01-25T14:41:17.751Z] + sudo groupadd --force --system lxd [2021-01-25T14:41:17.751Z] ++ whoami [2021-01-25T14:41:17.751Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-25T14:41:17.751Z] + newgrp - lxd [2021-01-25T14:41:17.751Z] + sudo snap install lxd [2021-01-25T14:41:25.915Z] 2021-01-25T14:41:22Z INFO Waiting for automatic snapd restart... [2021-01-25T14:41:45.130Z] lxd 4.10 from Canonical* installed [2021-01-25T14:41:45.130Z] + sudo lxd init --auto [2021-01-25T14:41:51.794Z] + sudo snap install --classic snapcraft [2021-01-25T14:41:58.429Z] snapcraft 4.4.4 from Canonical* installed [2021-01-25T14:41:58.429Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-25T14:41:58.429Z] + patch --verbose -p1 [2021-01-25T14:41:58.429Z] Hmm... Looks like a unified diff to me... [2021-01-25T14:41:58.429Z] The text leading up to this was: [2021-01-25T14:41:58.429Z] -------------------------- [2021-01-25T14:41:58.429Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-25T14:41:58.429Z] |From: Tony Espy [2021-01-25T14:41:58.429Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-25T14:41:58.429Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-25T14:41:58.429Z] | [2021-01-25T14:41:58.429Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-25T14:41:58.429Z] |optimize the snap CI check run for pull requests. When [2021-01-25T14:41:58.429Z] |applied, it essentially strips out everything (apps and [2021-01-25T14:41:58.429Z] |parts) from the snapcraft.yaml file except those required [2021-01-25T14:41:58.429Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-25T14:41:58.429Z] |catch changes to edgex-go that break the snap build. [2021-01-25T14:41:58.429Z] | [2021-01-25T14:41:58.429Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-25T14:41:58.429Z] |to update this patch file, otherwise it may fail to apply, [2021-01-25T14:41:58.429Z] |resulting in a failed snap build CI check in the associated [2021-01-25T14:41:58.429Z] |pull request. [2021-01-25T14:41:58.429Z] | [2021-01-25T14:41:58.429Z] |Note - in addition to applying this patch, the pipeline also [2021-01-25T14:41:58.429Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-25T14:41:58.429Z] |need to build the finally binary .snap file (and it won't [2021-01-25T14:41:58.430Z] |work with the patch applied). This further reduces the build [2021-01-25T14:41:58.430Z] |time. [2021-01-25T14:41:58.430Z] |--- [2021-01-25T14:41:58.430Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-25T14:41:58.430Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-25T14:41:58.430Z] | [2021-01-25T14:41:58.430Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-25T14:41:58.430Z] |index 1e537489..faf42425 100644 [2021-01-25T14:41:58.430Z] |--- a/snap/snapcraft.yaml [2021-01-25T14:41:58.430Z] |+++ b/snap/snapcraft.yaml [2021-01-25T14:41:58.430Z] -------------------------- [2021-01-25T14:41:58.430Z] patching file snap/snapcraft.yaml [2021-01-25T14:41:58.430Z] Using Plan A... [2021-01-25T14:41:58.430Z] Hunk #1 succeeded at 73. [2021-01-25T14:41:58.430Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-25T14:41:58.430Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-25T14:41:58.430Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-01-25T14:41:58.430Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-01-25T14:41:58.430Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-01-25T14:41:58.430Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-01-25T14:41:58.430Z] Hunk #8 succeeded at 342. [2021-01-25T14:41:58.430Z] Hmm... Ignoring the trailing garbage. [2021-01-25T14:41:58.430Z] done [2021-01-25T14:41:58.430Z] + sudo snapcraft prime --use-lxd [2021-01-25T14:41:59.880Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-25T14:41:59.880Z] 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-25T14:41:59.880Z] - README.md [2021-01-25T14:41:59.880Z] - snapcraft.yaml.orig [2021-01-25T14:41:59.880Z] [2021-01-25T14:41:59.880Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-25T14:42:00.460Z] Launching a container. [2021-01-25T14:42:12.763Z] Waiting for container to be ready [2021-01-25T14:42:12.763Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-25T14:42:12.763Z] [2021-01-25T14:42:15.323Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-25T14:42:15.897Z] Waiting for network to be ready... [2021-01-25T14:42:16.158Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-25T14:42:16.158Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-25T14:42:16.741Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-25T14:42:16.741Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-25T14:42:16.809Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-25T14:42:16.810Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-25T14:42:16.810Z] ---> 38836284b4a5 [2021-01-25T14:42:16.810Z] Step 3/24 : WORKDIR /edgex-go [2021-01-25T14:42:16.810Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-25T14:42:16.810Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-25T14:42:16.810Z] ---> 38836284b4a5 [2021-01-25T14:42:16.810Z] Step 3/23 : WORKDIR /edgex-go [2021-01-25T14:42:16.810Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-25T14:42:16.810Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-25T14:42:16.810Z] ---> 38836284b4a5 [2021-01-25T14:42:16.810Z] Step 3/22 : WORKDIR /edgex-go [2021-01-25T14:42:16.810Z] Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-25T14:42:16.810Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-25T14:42:16.810Z] ---> 38836284b4a5 [2021-01-25T14:42:16.810Z] Step 3/33 : WORKDIR /edgex-go [2021-01-25T14:42:16.810Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-25T14:42:16.810Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-25T14:42:16.810Z] ---> 38836284b4a5 [2021-01-25T14:42:16.810Z] Step 3/26 : WORKDIR /edgex-go [2021-01-25T14:42:17.010Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-25T14:42:17.010Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-25T14:42:17.277Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-25T14:42:17.277Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-25T14:42:17.277Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-25T14:42:17.277Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-25T14:42:17.277Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-25T14:42:17.277Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-25T14:42:17.277Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-25T14:42:17.277Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-25T14:42:17.277Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-25T14:42:17.277Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-25T14:42:17.277Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-25T14:42:17.277Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-25T14:42:17.538Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-25T14:42:17.807Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] [2021-01-25T14:42:17.807Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] [2021-01-25T14:42:18.084Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] [2021-01-25T14:42:18.084Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-25T14:42:18.084Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] [2021-01-25T14:42:18.084Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] [2021-01-25T14:42:18.084Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1708 kB] [2021-01-25T14:42:18.084Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-01-25T14:42:18.258Z] ---> Running in 82c55641d299 [2021-01-25T14:42:18.258Z] ---> Running in eb42541c8a3d [2021-01-25T14:42:18.258Z] ---> Running in b2c4312c7502 [2021-01-25T14:42:18.258Z] ---> Running in 65c954ed68f8 [2021-01-25T14:42:18.258Z] ---> Running in a48f597cff20 [2021-01-25T14:42:19.242Z] Removing intermediate container a48f597cff20 [2021-01-25T14:42:19.242Z] ---> 000e7b765973 [2021-01-25T14:42:19.242Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-25T14:42:19.242Z] Removing intermediate container 65c954ed68f8 [2021-01-25T14:42:19.242Z] ---> dba1464ceaac [2021-01-25T14:42:19.242Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-25T14:42:19.242Z] Removing intermediate container 82c55641d299 [2021-01-25T14:42:19.242Z] ---> 8e72c48ff68b [2021-01-25T14:42:19.242Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-25T14:42:19.242Z] Removing intermediate container eb42541c8a3d [2021-01-25T14:42:19.242Z] ---> 57fb57ccad62 [2021-01-25T14:42:19.242Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-25T14:42:19.242Z] Removing intermediate container b2c4312c7502 [2021-01-25T14:42:19.242Z] ---> cbe2b670e1d1 [2021-01-25T14:42:19.242Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-25T14:42:19.242Z] ---> Running in 0fd4e0469467 [2021-01-25T14:42:19.242Z] ---> Running in 867d977c0160 [2021-01-25T14:42:19.532Z] ---> Running in 241e65153cb4 [2021-01-25T14:42:19.532Z] ---> Running in d9ba4a6f5912 [2021-01-25T14:42:19.532Z] ---> Running in aab2d4c549cf [2021-01-25T14:42:20.657Z] Fetched 23.8 MB in 4s (5445 kB/s) [2021-01-25T14:42:21.235Z] Reading package lists... [2021-01-25T14:42:21.497Z] Reading package lists... [2021-01-25T14:42:21.764Z] Building dependency tree... [2021-01-25T14:42:21.764Z] Reading state information... [2021-01-25T14:42:21.764Z] The following additional packages will be installed: [2021-01-25T14:42:21.764Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-25T14:42:21.764Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-25T14:42:21.764Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-25T14:42:21.764Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-25T14:42:21.764Z] Suggested packages: [2021-01-25T14:42:21.764Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-25T14:42:21.764Z] Recommended packages: [2021-01-25T14:42:21.764Z] gnupg libsasl2-modules [2021-01-25T14:42:22.025Z] The following NEW packages will be installed: [2021-01-25T14:42:22.025Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-25T14:42:22.025Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-25T14:42:22.025Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-25T14:42:22.025Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-25T14:42:22.025Z] The following packages will be upgraded: [2021-01-25T14:42:22.025Z] gpg gpg-agent gpgconf libudev1 [2021-01-25T14:42:22.025Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-25T14:42:22.025Z] Need to get 3533 kB of archives. [2021-01-25T14:42:22.025Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-25T14:42:22.025Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-25T14:42:22.025Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-25T14:42:22.025Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-25T14:42:22.025Z] Get:4 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-25T14:42:22.025Z] Get:5 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-25T14:42:22.025Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-25T14:42:22.025Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-25T14:42:22.025Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-25T14:42:22.025Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-25T14:42:22.288Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-25T14:42:22.874Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-25T14:42:22.874Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-25T14:42:22.874Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-25T14:42:22.874Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-25T14:42:22.874Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-25T14:42:22.874Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-25T14:42:22.874Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-25T14:42:22.874Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-25T14:42:22.874Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-25T14:42:22.874Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-25T14:42:22.874Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-25T14:42:22.874Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-25T14:42:22.948Z] Removing intermediate container 0fd4e0469467 [2021-01-25T14:42:22.948Z] ---> 2ea4f7107024 [2021-01-25T14:42:22.948Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-25T14:42:23.169Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-25T14:42:23.169Z] Fetched 3533 kB in 1s (3487 kB/s) [2021-01-25T14:42:23.169Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-25T14:42:23.169Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-25T14:42:23.169Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-25T14:42:23.169Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-25T14:42:23.233Z] ---> Running in 0883934baf6b [2021-01-25T14:42:23.233Z] Removing intermediate container 867d977c0160 [2021-01-25T14:42:23.233Z] ---> bd1685f09e51 [2021-01-25T14:42:23.233Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-25T14:42:23.465Z] Selecting previously unselected package udev. [2021-01-25T14:42:23.465Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-25T14:42:23.465Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-25T14:42:23.465Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-25T14:42:23.518Z] Removing intermediate container d9ba4a6f5912 [2021-01-25T14:42:23.518Z] ---> a3f2e9bb654b [2021-01-25T14:42:23.518Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-25T14:42:23.518Z] Removing intermediate container aab2d4c549cf [2021-01-25T14:42:23.518Z] ---> 6d97439e9cd9 [2021-01-25T14:42:23.518Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-25T14:42:23.518Z] ---> Running in 2ff2d5987975 [2021-01-25T14:42:23.749Z] Selecting previously unselected package libfuse2:amd64. [2021-01-25T14:42:23.749Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-25T14:42:23.749Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-25T14:42:23.749Z] Selecting previously unselected package fuse. [2021-01-25T14:42:23.749Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-25T14:42:23.749Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-25T14:42:23.805Z] ---> Running in 08e01f871593 [2021-01-25T14:42:23.805Z] ---> Running in c4437a6b5493 [2021-01-25T14:42:23.805Z] Removing intermediate container 241e65153cb4 [2021-01-25T14:42:23.805Z] ---> ff3f72a2594e [2021-01-25T14:42:23.805Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-25T14:42:24.031Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-25T14:42:24.031Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-25T14:42:24.032Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-25T14:42:24.032Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-25T14:42:24.094Z] ---> Running in 2b21f1c815e8 [2021-01-25T14:42:24.304Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-25T14:42:24.304Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-25T14:42:24.304Z] Selecting previously unselected package libksba8:amd64. [2021-01-25T14:42:24.304Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-25T14:42:24.304Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-25T14:42:24.579Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-25T14:42:24.579Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-25T14:42:24.579Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-25T14:42:24.579Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-25T14:42:24.579Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-25T14:42:24.579Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-25T14:42:24.579Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-25T14:42:24.579Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-25T14:42:24.579Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-25T14:42:24.867Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-25T14:42:24.867Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-25T14:42:24.867Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-25T14:42:24.867Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-25T14:42:24.867Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-25T14:42:25.130Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-25T14:42:25.150Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-25T14:42:25.150Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-25T14:42:25.150Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-25T14:42:25.150Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-25T14:42:25.150Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-25T14:42:25.150Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-25T14:42:25.150Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-25T14:42:25.441Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-25T14:42:25.441Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-25T14:42:25.441Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-25T14:42:25.441Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-25T14:42:25.441Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-25T14:42:25.441Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-25T14:42:25.441Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-25T14:42:25.441Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-25T14:42:25.441Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-25T14:42:25.731Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-25T14:42:25.731Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-25T14:42:25.731Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-25T14:42:25.731Z] Selecting previously unselected package libldap-common. [2021-01-25T14:42:25.731Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-25T14:42:25.731Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-25T14:42:25.731Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-25T14:42:25.731Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-25T14:42:25.731Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-25T14:42:25.754Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-25T14:42:25.754Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-25T14:42:26.019Z] Selecting previously unselected package dirmngr. [2021-01-25T14:42:26.019Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-25T14:42:26.019Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-25T14:42:26.019Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-25T14:42:26.019Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-25T14:42:26.019Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-25T14:42:26.019Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-25T14:42:26.036Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-25T14:42:26.037Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-25T14:42:26.037Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-25T14:42:26.310Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-25T14:42:26.310Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-25T14:42:26.310Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-25T14:42:26.310Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-25T14:42:26.310Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-25T14:42:26.310Z] Setting up udev (237-3ubuntu10.44) ... [2021-01-25T14:42:26.601Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-25T14:42:26.671Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-25T14:42:26.671Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-25T14:42:26.893Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-25T14:42:26.893Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-25T14:42:26.893Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-25T14:42:26.893Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-25T14:42:26.893Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-25T14:42:26.893Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-25T14:42:26.893Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-25T14:42:26.957Z] OK: 217 MiB in 51 packages [2021-01-25T14:42:26.957Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-25T14:42:26.957Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-25T14:42:27.182Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-25T14:42:27.182Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-25T14:42:27.182Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-25T14:42:27.182Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-25T14:42:27.182Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-25T14:42:27.182Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-25T14:42:27.182Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-25T14:42:27.566Z] OK: 217 MiB in 51 packages [2021-01-25T14:42:27.566Z] OK: 217 MiB in 51 packages [2021-01-25T14:42:27.768Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-25T14:42:27.768Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-25T14:42:27.769Z] This means they are not meant to be enabled using systemctl. [2021-01-25T14:42:27.769Z] Possible reasons for having this kind of units are: [2021-01-25T14:42:27.769Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-25T14:42:27.769Z] .wants/ or .requires/ directory. [2021-01-25T14:42:27.769Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-25T14:42:27.769Z] a requirement dependency on it. [2021-01-25T14:42:27.769Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-25T14:42:27.769Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-25T14:42:27.769Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-25T14:42:27.769Z] instance name specified. [2021-01-25T14:42:27.847Z] OK: 217 MiB in 51 packages [2021-01-25T14:42:28.034Z] Reading package lists... [2021-01-25T14:42:28.034Z] Building dependency tree... [2021-01-25T14:42:28.034Z] Reading state information... [2021-01-25T14:42:28.128Z] OK: 217 MiB in 51 packages [2021-01-25T14:42:28.296Z] The following additional packages will be installed: [2021-01-25T14:42:28.296Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-25T14:42:28.296Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-25T14:42:28.296Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-25T14:42:28.296Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-25T14:42:28.296Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-25T14:42:28.296Z] Suggested packages: [2021-01-25T14:42:28.296Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-25T14:42:28.296Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-25T14:42:28.296Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-25T14:42:28.296Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-25T14:42:28.296Z] systemd-container policykit-1 [2021-01-25T14:42:28.296Z] Recommended packages: [2021-01-25T14:42:28.296Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-25T14:42:28.296Z] The following NEW packages will be installed: [2021-01-25T14:42:28.296Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-25T14:42:28.296Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-25T14:42:28.296Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-25T14:42:28.296Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-25T14:42:28.296Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-25T14:42:28.296Z] The following packages will be upgraded: [2021-01-25T14:42:28.296Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-25T14:42:28.405Z] Removing intermediate container 0883934baf6b [2021-01-25T14:42:28.405Z] ---> 6a47fb84efa7 [2021-01-25T14:42:28.405Z] Step 6/24 : COPY go.mod . [2021-01-25T14:42:28.559Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-25T14:42:28.560Z] Need to get 35.2 MB of archives. [2021-01-25T14:42:28.560Z] After this operation, 141 MB of additional disk space will be used. [2021-01-25T14:42:28.560Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-25T14:42:28.560Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-25T14:42:29.002Z] Removing intermediate container 2ff2d5987975 [2021-01-25T14:42:29.002Z] ---> 6685af47ecad [2021-01-25T14:42:29.002Z] Step 6/23 : COPY go.mod . [2021-01-25T14:42:29.142Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-25T14:42:29.142Z] 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-25T14:42:29.142Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-25T14:42:29.142Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-25T14:42:29.142Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-25T14:42:29.142Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-25T14:42:29.142Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-25T14:42:29.142Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-25T14:42:29.142Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-25T14:42:29.142Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-25T14:42:29.142Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-25T14:42:29.410Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-25T14:42:29.410Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-25T14:42:29.410Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-25T14:42:29.410Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-25T14:42:29.410Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-25T14:42:29.410Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-25T14:42:29.411Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-25T14:42:29.411Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-25T14:42:29.411Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-25T14:42:29.411Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-25T14:42:29.411Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-25T14:42:29.411Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-25T14:42:29.411Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-25T14:42:29.411Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-25T14:42:29.411Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-25T14:42:29.411Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-25T14:42:29.594Z] ---> 4ac243409014 [2021-01-25T14:42:29.594Z] Step 7/24 : RUN go mod download [2021-01-25T14:42:29.594Z] Removing intermediate container 08e01f871593 [2021-01-25T14:42:29.594Z] ---> 79fdd91ff41e [2021-01-25T14:42:29.672Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-25T14:42:29.869Z] Step 6/22 : COPY go.mod . [2021-01-25T14:42:29.869Z] ---> Running in b59b961899a5 [2021-01-25T14:42:29.869Z] Removing intermediate container 2b21f1c815e8 [2021-01-25T14:42:29.869Z] ---> bb6fd9756d40 [2021-01-25T14:42:29.869Z] Step 6/33 : COPY go.mod . [2021-01-25T14:42:30.155Z] Removing intermediate container c4437a6b5493 [2021-01-25T14:42:30.155Z] ---> 53d81d779087 [2021-01-25T14:42:30.155Z] Step 6/26 : COPY go.mod . [2021-01-25T14:42:30.155Z] ---> 344b765e3c00 [2021-01-25T14:42:30.155Z] Step 7/23 : RUN go mod download [2021-01-25T14:42:30.436Z] ---> Running in 0045dc07ef41 [2021-01-25T14:42:30.621Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-25T14:42:30.621Z] Fetched 35.2 MB in 2s (17.1 MB/s) [2021-01-25T14:42:30.621Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-25T14:42:30.621Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-25T14:42:30.621Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-25T14:42:31.039Z] ---> 2cdcf40547f5 [2021-01-25T14:42:31.039Z] Step 7/22 : RUN go mod download [2021-01-25T14:42:31.199Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-25T14:42:31.199Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-25T14:42:31.318Z] ---> Running in c43d4e1c1b92 [2021-01-25T14:42:31.318Z] ---> de21f51f772f [2021-01-25T14:42:31.318Z] Step 7/26 : RUN go mod download [2021-01-25T14:42:31.318Z] ---> 1dbf8a0e1a70 [2021-01-25T14:42:31.318Z] Step 7/33 : RUN go mod download [2021-01-25T14:42:31.463Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-25T14:42:31.463Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-25T14:42:31.463Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-25T14:42:31.463Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-25T14:42:31.673Z] ---> Running in 7d77e207bb6f [2021-01-25T14:42:31.673Z] ---> Running in 73cca8dd488a [2021-01-25T14:42:31.725Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-25T14:42:31.725Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-25T14:42:31.725Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-25T14:42:31.988Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-25T14:42:32.250Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-25T14:42:32.250Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-25T14:42:32.516Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-25T14:42:32.786Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-25T14:42:32.786Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-25T14:42:32.786Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-25T14:42:32.786Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-25T14:42:32.786Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-25T14:42:33.052Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-25T14:42:33.052Z] Selecting previously unselected package libexpat1:amd64. [2021-01-25T14:42:33.052Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-25T14:42:33.052Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-25T14:42:33.321Z] Selecting previously unselected package python3.6-minimal. [2021-01-25T14:42:33.321Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-25T14:42:33.321Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-25T14:42:33.589Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-25T14:42:33.589Z] Checking for services that may need to be restarted...done. [2021-01-25T14:42:33.589Z] Checking for services that may need to be restarted...done. [2021-01-25T14:42:33.589Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-25T14:42:33.589Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-25T14:42:33.589Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-25T14:42:34.174Z] Selecting previously unselected package python3-minimal. [2021-01-25T14:42:34.174Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-25T14:42:34.174Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-25T14:42:34.174Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-25T14:42:34.174Z] Selecting previously unselected package mime-support. [2021-01-25T14:42:34.174Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-25T14:42:34.174Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-25T14:42:34.399Z] Removing intermediate container b59b961899a5 [2021-01-25T14:42:34.399Z] ---> 47e39ca9acde [2021-01-25T14:42:34.399Z] Step 8/24 : COPY . . [2021-01-25T14:42:34.442Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-25T14:42:34.442Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-25T14:42:34.442Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-25T14:42:34.442Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-25T14:42:34.442Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-25T14:42:34.442Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-25T14:42:34.713Z] Selecting previously unselected package python3.6. [2021-01-25T14:42:34.713Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-25T14:42:34.713Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-25T14:42:34.979Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-25T14:42:34.979Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-25T14:42:34.979Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-25T14:42:34.979Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-25T14:42:34.998Z] Removing intermediate container 0045dc07ef41 [2021-01-25T14:42:34.998Z] ---> 5d5e7bae0f76 [2021-01-25T14:42:34.998Z] Step 8/23 : COPY . . [2021-01-25T14:42:35.247Z] Selecting previously unselected package python3. [2021-01-25T14:42:35.247Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-25T14:42:35.247Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-25T14:42:35.247Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-25T14:42:35.247Z] Selecting previously unselected package multiarch-support. [2021-01-25T14:42:35.247Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-25T14:42:35.247Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-25T14:42:35.513Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-25T14:42:35.513Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-25T14:42:35.513Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-25T14:42:35.513Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-25T14:42:35.514Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-25T14:42:35.514Z] Selecting previously unselected package libbsd0:amd64. [2021-01-25T14:42:35.514Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-25T14:42:35.514Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-25T14:42:35.779Z] Selecting previously unselected package sudo. [2021-01-25T14:42:35.779Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-25T14:42:35.779Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-25T14:42:35.779Z] Selecting previously unselected package apparmor. [2021-01-25T14:42:35.779Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-25T14:42:35.779Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-25T14:42:35.986Z] Removing intermediate container c43d4e1c1b92 [2021-01-25T14:42:35.986Z] ---> 95f8f9a70394 [2021-01-25T14:42:35.986Z] Step 8/22 : COPY . . [2021-01-25T14:42:36.043Z] Selecting previously unselected package libedit2:amd64. [2021-01-25T14:42:36.043Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-25T14:42:36.043Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-25T14:42:36.043Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-25T14:42:36.043Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-25T14:42:36.043Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-25T14:42:36.309Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-25T14:42:36.309Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-25T14:42:36.309Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-25T14:42:36.309Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-25T14:42:36.309Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-25T14:42:36.309Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-25T14:42:36.309Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-25T14:42:36.309Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-25T14:42:36.309Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-25T14:42:36.576Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-25T14:42:36.576Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-25T14:42:36.576Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-25T14:42:36.576Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-25T14:42:36.576Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-25T14:42:36.576Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-25T14:42:36.841Z] Selecting previously unselected package openssh-client. [2021-01-25T14:42:36.841Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-25T14:42:36.841Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-25T14:42:37.106Z] Selecting previously unselected package squashfs-tools. [2021-01-25T14:42:37.106Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-25T14:42:37.106Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-25T14:42:37.106Z] Selecting previously unselected package snapd. [2021-01-25T14:42:37.106Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-25T14:42:37.106Z] Unpacking snapd (2.48+18.04) ... [2021-01-25T14:42:37.975Z] Removing intermediate container 73cca8dd488a [2021-01-25T14:42:37.976Z] ---> e527146fb9b3 [2021-01-25T14:42:37.976Z] Step 8/33 : COPY . . [2021-01-25T14:42:39.050Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-25T14:42:39.050Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-25T14:42:39.050Z] Removing intermediate container 7d77e207bb6f [2021-01-25T14:42:39.050Z] ---> 744b6a4d4510 [2021-01-25T14:42:39.050Z] Step 8/26 : COPY . . [2021-01-25T14:42:39.316Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-25T14:42:39.316Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-25T14:42:39.578Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-25T14:42:39.578Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-25T14:42:39.578Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-25T14:42:39.578Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-25T14:42:39.578Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-25T14:42:40.540Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-25T14:42:40.540Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-25T14:42:40.540Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-25T14:42:40.540Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-25T14:42:40.540Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-25T14:42:40.540Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-25T14:42:41.124Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-25T14:42:41.124Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-25T14:42:41.124Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-25T14:42:41.124Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-25T14:42:41.124Z] running python rtupdate hooks for python3.6... [2021-01-25T14:42:41.124Z] running python post-rtupdate hooks for python3.6... [2021-01-25T14:42:41.398Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-25T14:42:42.798Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-25T14:42:43.062Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-25T14:42:43.650Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-25T14:42:43.944Z] Setting up snapd (2.48+18.04) ... [2021-01-25T14:42:44.208Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-25T14:42:44.471Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-25T14:42:44.471Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-25T14:42:44.735Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-25T14:42:44.735Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-25T14:42:44.735Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-25T14:42:44.999Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-25T14:42:45.271Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-25T14:42:45.271Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-25T14:42:45.535Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-25T14:42:45.535Z] /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-25T14:42:45.799Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-25T14:42:45.799Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-25T14:42:46.750Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-25T14:42:46.750Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-25T14:42:46.750Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-25T14:42:47.589Z] Reading package lists... [2021-01-25T14:42:47.852Z] Reading package lists... [2021-01-25T14:42:48.114Z] Building dependency tree... [2021-01-25T14:42:48.114Z] Reading state information... [2021-01-25T14:42:48.114Z] Calculating upgrade... [2021-01-25T14:42:48.376Z] The following packages will be upgraded: [2021-01-25T14:42:48.376Z] advancecomp base-files bash binutils binutils-common [2021-01-25T14:42:48.376Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-25T14:42:48.376Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-25T14:42:48.376Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-25T14:42:48.376Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-25T14:42:48.376Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-25T14:42:48.376Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-25T14:42:48.376Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-25T14:42:48.376Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-25T14:42:48.376Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-25T14:42:48.377Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-25T14:42:48.377Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-25T14:42:48.377Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-25T14:42:48.377Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-25T14:42:48.377Z] ubuntu-keyring util-linux [2021-01-25T14:42:48.377Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-25T14:42:48.377Z] Need to get 63.7 MB of archives. [2021-01-25T14:42:48.377Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-25T14:42:48.377Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-25T14:42:48.377Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-25T14:42:48.958Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-25T14:42:48.958Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-25T14:42:48.958Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-25T14:42:48.958Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-25T14:42:48.958Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-25T14:42:48.958Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-25T14:42:48.958Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-25T14:42:48.958Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-25T14:42:49.223Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-25T14:42:49.223Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-25T14:42:49.223Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-25T14:42:49.223Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-25T14:42:49.223Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-25T14:42:49.223Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-25T14:42:49.223Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-25T14:42:49.223Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-25T14:42:49.223Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-134.138 [987 kB] [2021-01-25T14:42:49.223Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-25T14:42:49.485Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-25T14:42:49.485Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-25T14:42:49.485Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-25T14:42:49.485Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-25T14:42:49.485Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-25T14:42:49.485Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-25T14:42:49.485Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-25T14:42:49.485Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-25T14:42:49.485Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-25T14:42:49.485Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-25T14:42:49.485Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-25T14:42:49.485Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-25T14:42:49.485Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-25T14:42:49.752Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-25T14:42:49.752Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-25T14:42:49.752Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-25T14:42:49.752Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-25T14:42:49.752Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-25T14:42:49.752Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-25T14:42:49.752Z] Get:40 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-25T14:42:49.752Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-25T14:42:49.752Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-25T14:42:49.752Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-25T14:42:49.752Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-25T14:42:49.752Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-25T14:42:49.752Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-25T14:42:49.752Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-25T14:42:49.752Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-25T14:42:49.752Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-25T14:42:49.752Z] Get:50 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-25T14:42:49.752Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-25T14:42:49.752Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-25T14:42:49.752Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-25T14:42:49.752Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-25T14:42:49.752Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-25T14:42:49.752Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-25T14:42:49.752Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-25T14:42:49.752Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-25T14:42:49.752Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-25T14:42:49.752Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-25T14:42:49.752Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-25T14:42:49.752Z] Get:62 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-25T14:42:49.752Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-25T14:42:49.752Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-25T14:42:49.752Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-25T14:42:49.752Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-25T14:42:49.752Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-25T14:42:50.018Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-25T14:42:50.018Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-25T14:42:50.018Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-25T14:42:50.018Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-25T14:42:50.018Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-25T14:42:50.018Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-25T14:42:50.018Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-25T14:42:50.018Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-25T14:42:50.018Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-25T14:42:50.018Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-25T14:42:50.018Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-25T14:42:50.018Z] Get:79 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-25T14:42:50.018Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-25T14:42:50.018Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-25T14:42:50.018Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-25T14:42:50.018Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-25T14:42:50.018Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-25T14:42:50.282Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-25T14:42:50.282Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-25T14:42:50.282Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-25T14:42:50.282Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-25T14:42:50.859Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-25T14:42:51.123Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-25T14:42:51.124Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-25T14:42:51.124Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-25T14:42:51.385Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-25T14:42:51.385Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-25T14:42:51.385Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-25T14:42:51.385Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-25T14:42:51.385Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-25T14:42:51.649Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-25T14:42:51.649Z] Fetched 63.7 MB in 3s (20.3 MB/s) [2021-01-25T14:42:51.649Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-25T14:42:51.649Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-25T14:42:51.649Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-25T14:42:52.234Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-25T14:42:52.234Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-25T14:42:52.508Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-134.138_amd64.deb ... [2021-01-25T14:42:52.508Z] Unpacking linux-libc-dev:amd64 (4.15.0-134.138) over (4.15.0-20.21) ... [2021-01-25T14:42:53.457Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-25T14:42:53.457Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-25T14:42:53.457Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-25T14:42:53.457Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-25T14:42:53.717Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-25T14:42:53.717Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-25T14:42:53.717Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-25T14:42:53.979Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-25T14:42:53.979Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-25T14:42:54.240Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-25T14:42:54.240Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-25T14:42:54.240Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-25T14:42:54.240Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-25T14:42:54.506Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-25T14:42:54.506Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-25T14:42:54.506Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-25T14:42:54.506Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-25T14:42:54.506Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-25T14:42:54.768Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-25T14:42:54.768Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-25T14:42:54.768Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-25T14:42:54.768Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-25T14:42:55.028Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-25T14:42:55.028Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-25T14:42:55.028Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-25T14:42:55.028Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-25T14:42:55.295Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-25T14:42:55.295Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-25T14:42:55.295Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-25T14:42:55.560Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-25T14:42:56.135Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-25T14:42:56.398Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-25T14:42:56.398Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-25T14:42:56.398Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-25T14:42:56.398Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-25T14:42:56.398Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-25T14:42:56.663Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-25T14:42:56.663Z] Installing new version of config file /etc/issue ... [2021-01-25T14:42:56.663Z] Installing new version of config file /etc/issue.net ... [2021-01-25T14:42:56.663Z] Installing new version of config file /etc/lsb-release ... [2021-01-25T14:42:56.663Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-25T14:42:56.929Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-25T14:42:56.929Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-25T14:42:56.929Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-25T14:42:57.189Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-25T14:42:57.189Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-25T14:42:57.190Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-25T14:42:57.453Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-25T14:42:57.453Z] 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-25T14:42:57.453Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-25T14:42:57.453Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-25T14:42:57.453Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-25T14:42:57.717Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-25T14:42:57.717Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-25T14:42:57.717Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-25T14:42:57.717Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-25T14:42:57.977Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-25T14:42:58.238Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-25T14:42:58.238Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-25T14:42:58.238Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-25T14:42:58.499Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-25T14:42:58.499Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-25T14:42:58.499Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-25T14:42:58.499Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-25T14:42:58.760Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-25T14:42:58.760Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-25T14:42:58.760Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-25T14:42:58.760Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-25T14:42:59.023Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-25T14:42:59.023Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-25T14:42:59.023Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-25T14:42:59.023Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-25T14:42:59.023Z] Setting up grep (3.1-2build1) ... [2021-01-25T14:42:59.289Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-25T14:42:59.289Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-25T14:42:59.289Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-25T14:42:59.289Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-25T14:42:59.549Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-25T14:42:59.549Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-25T14:42:59.549Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-25T14:42:59.813Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-25T14:42:59.813Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-25T14:42:59.813Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-25T14:42:59.813Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-25T14:43:00.386Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-25T14:43:00.386Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-25T14:43:00.386Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-25T14:43:00.386Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-25T14:43:00.956Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-25T14:43:00.956Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-25T14:43:00.956Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-25T14:43:00.956Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-25T14:43:01.920Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-25T14:43:02.181Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-25T14:43:02.181Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-25T14:43:02.181Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-25T14:43:02.446Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-25T14:43:02.446Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-25T14:43:02.446Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-25T14:43:02.446Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-25T14:43:02.708Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-25T14:43:02.708Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-25T14:43:02.708Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-25T14:43:02.708Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-25T14:43:02.708Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-25T14:43:02.972Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-25T14:43:02.972Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-25T14:43:02.972Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-25T14:43:02.972Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-25T14:43:03.232Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-25T14:43:03.232Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-25T14:43:03.232Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-25T14:43:03.232Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-25T14:43:03.498Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-25T14:43:03.498Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-25T14:43:03.498Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-25T14:43:03.498Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-25T14:43:03.764Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-25T14:43:03.764Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-25T14:43:03.764Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-25T14:43:03.764Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-25T14:43:03.764Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-25T14:43:04.025Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-25T14:43:04.025Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-25T14:43:04.025Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-25T14:43:04.025Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-25T14:43:04.287Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-25T14:43:04.287Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-25T14:43:04.287Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-25T14:43:04.287Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-25T14:43:04.553Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-25T14:43:04.553Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-25T14:43:04.553Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-25T14:43:04.553Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-25T14:43:04.814Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-25T14:43:04.815Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-25T14:43:04.815Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-25T14:43:05.080Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-25T14:43:05.341Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-25T14:43:05.602Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-25T14:43:05.864Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-25T14:43:05.865Z] ---> 103628aaf301 [2021-01-25T14:43:05.865Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-25T14:43:05.865Z] ---> 5180c015f48f [2021-01-25T14:43:05.865Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-25T14:43:05.865Z] ---> 6e5295633b73 [2021-01-25T14:43:05.865Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-25T14:43:05.865Z] ---> 42e0a1310943 [2021-01-25T14:43:05.865Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-25T14:43:05.865Z] ---> 2749e5c4e30a [2021-01-25T14:43:05.865Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-25T14:43:05.865Z] ---> Running in 669e1c49a45a [2021-01-25T14:43:05.865Z] ---> Running in 2fec0e8f3388 [2021-01-25T14:43:05.865Z] ---> Running in 14b98023f270 [2021-01-25T14:43:05.865Z] ---> Running in 0142398350a8 [2021-01-25T14:43:05.865Z] ---> Running in b52e5880d665 [2021-01-25T14:43:05.865Z] 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-25T14:43:05.865Z] 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-25T14:43:05.865Z] 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-25T14:43:05.865Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-25T14:43:05.865Z] 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-25T14:43:06.128Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-25T14:43:06.129Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-25T14:43:06.129Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-25T14:43:06.129Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-25T14:43:06.392Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-25T14:43:06.392Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-25T14:43:06.392Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-25T14:43:06.392Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-25T14:43:06.656Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-25T14:43:06.657Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-25T14:43:06.657Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-25T14:43:06.919Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-25T14:43:07.180Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-25T14:43:07.180Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-25T14:43:07.180Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-25T14:43:07.180Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-25T14:43:07.447Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-25T14:43:07.447Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-25T14:43:07.447Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-25T14:43:07.707Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-25T14:43:07.707Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-25T14:43:07.707Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-25T14:43:07.707Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-25T14:43:07.970Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-25T14:43:08.231Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-25T14:43:08.231Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-25T14:43:08.231Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-25T14:43:08.231Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-25T14:43:08.495Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-25T14:43:08.495Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-25T14:43:08.495Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-25T14:43:08.495Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-25T14:43:08.762Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-25T14:43:08.762Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-25T14:43:08.762Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-25T14:43:09.037Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-25T14:43:09.037Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-25T14:43:09.037Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-25T14:43:09.037Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-25T14:43:09.308Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-25T14:43:09.571Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-25T14:43:09.571Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-25T14:43:09.571Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-25T14:43:09.571Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-25T14:43:09.834Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-25T14:43:09.834Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-25T14:43:09.834Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-25T14:43:09.834Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-25T14:43:10.096Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-25T14:43:10.096Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-25T14:43:10.096Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-25T14:43:10.357Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-25T14:43:10.620Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-25T14:43:10.620Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-25T14:43:10.620Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-25T14:43:10.883Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-25T14:43:10.883Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-25T14:43:10.883Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-25T14:43:10.883Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-25T14:43:11.145Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-25T14:43:11.145Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-25T14:43:11.145Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-25T14:43:11.145Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-25T14:43:11.405Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-25T14:43:11.405Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-25T14:43:11.405Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-25T14:43:11.405Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-25T14:43:11.666Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-25T14:43:11.666Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-25T14:43:11.666Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-25T14:43:11.666Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-25T14:43:11.927Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-25T14:43:12.188Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-25T14:43:12.188Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-25T14:43:12.188Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-25T14:43:12.188Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-25T14:43:12.188Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-25T14:43:12.188Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-25T14:43:12.454Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-25T14:43:12.454Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-25T14:43:12.454Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-25T14:43:12.454Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-25T14:43:12.717Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-25T14:43:12.717Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-25T14:43:12.717Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-25T14:43:12.983Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-25T14:43:12.983Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-25T14:43:13.245Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-25T14:43:13.245Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-25T14:43:13.506Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-25T14:43:13.506Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-25T14:43:13.506Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-25T14:43:13.506Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-25T14:43:13.768Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-25T14:43:13.768Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-25T14:43:13.768Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-25T14:43:13.768Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-25T14:43:13.768Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-25T14:43:13.768Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-25T14:43:14.032Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-25T14:43:14.032Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-25T14:43:14.032Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-25T14:43:14.032Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-25T14:43:14.295Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-25T14:43:14.295Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-25T14:43:15.682Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-25T14:43:15.682Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-25T14:43:15.682Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-25T14:43:15.682Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-25T14:43:15.944Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-25T14:43:15.944Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-25T14:43:16.234Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-25T14:43:16.234Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-25T14:43:16.498Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-25T14:43:16.498Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-25T14:43:16.498Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-25T14:43:16.498Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-25T14:43:16.761Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-25T14:43:16.761Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-25T14:43:16.761Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-25T14:43:16.761Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-25T14:43:17.021Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-25T14:43:17.021Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-25T14:43:17.021Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-25T14:43:17.021Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-25T14:43:17.961Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-25T14:43:18.222Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-25T14:43:19.335Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-25T14:43:19.335Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-25T14:43:19.663Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-25T14:43:20.056Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-25T14:43:20.323Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-25T14:43:20.323Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-25T14:43:21.277Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-25T14:43:21.277Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-25T14:43:21.277Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-25T14:43:21.277Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-25T14:43:21.593Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-25T14:43:21.593Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-25T14:43:21.593Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-25T14:43:21.593Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-25T14:43:21.854Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-25T14:43:21.854Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-25T14:43:22.114Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-25T14:43:22.114Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-25T14:43:22.114Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-25T14:43:22.114Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-25T14:43:22.376Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-25T14:43:22.376Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-25T14:43:22.376Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-25T14:43:22.376Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-25T14:43:22.376Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-25T14:43:22.636Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-25T14:43:22.636Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-25T14:43:22.636Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-25T14:43:22.636Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-25T14:43:22.636Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-25T14:43:22.636Z] [2021-01-25T14:43:22.636Z] Current default time zone: 'Etc/UTC' [2021-01-25T14:43:22.636Z] Local time is now: Mon Jan 25 14:43:22 UTC 2021. [2021-01-25T14:43:22.636Z] Universal Time is now: Mon Jan 25 14:43:22 UTC 2021. [2021-01-25T14:43:22.636Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-25T14:43:22.636Z] [2021-01-25T14:43:22.925Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-25T14:43:22.925Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-25T14:43:22.925Z] Setting up linux-libc-dev:amd64 (4.15.0-134.138) ... [2021-01-25T14:43:22.925Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-25T14:43:22.925Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-25T14:43:22.925Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-25T14:43:22.925Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-25T14:43:22.925Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-25T14:43:23.186Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-25T14:43:23.186Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-25T14:43:23.186Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-25T14:43:23.186Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-25T14:43:23.447Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-25T14:43:23.447Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-25T14:43:23.447Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-25T14:43:23.447Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-25T14:43:23.447Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-25T14:43:23.717Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-25T14:43:23.717Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-25T14:43:23.717Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-25T14:43:23.717Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-25T14:43:23.717Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-25T14:43:23.717Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-25T14:43:25.638Z] Updating certificates in /etc/ssl/certs... [2021-01-25T14:43:26.580Z] 22 added, 17 removed; done. [2021-01-25T14:43:26.580Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-25T14:43:26.580Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-25T14:43:26.580Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-25T14:43:26.580Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-25T14:43:26.580Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-25T14:43:26.580Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-25T14:43:26.580Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-25T14:43:26.841Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-25T14:43:26.841Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-25T14:43:26.841Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-25T14:43:26.841Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-25T14:43:26.841Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-25T14:43:26.841Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-25T14:43:26.841Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-25T14:43:26.841Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-25T14:43:27.103Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-25T14:43:27.103Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-25T14:43:27.103Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-25T14:43:27.103Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-25T14:43:27.103Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-25T14:43:27.103Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-25T14:43:27.367Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-25T14:43:27.367Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-25T14:43:27.367Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-25T14:43:27.367Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-25T14:43:27.367Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-25T14:43:27.367Z] Updating certificates in /etc/ssl/certs... [2021-01-25T14:43:27.945Z] 0 added, 0 removed; done. [2021-01-25T14:43:27.945Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-25T14:43:27.945Z] done. [2021-01-25T14:43:28.518Z] Reading package lists... [2021-01-25T14:43:28.518Z] Building dependency tree... [2021-01-25T14:43:28.518Z] Reading state information... [2021-01-25T14:43:28.780Z] The following NEW packages will be installed: [2021-01-25T14:43:28.780Z] apt-transport-https [2021-01-25T14:43:28.780Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-25T14:43:28.780Z] Need to get 1696 B of archives. [2021-01-25T14:43:28.780Z] After this operation, 153 kB of additional disk space will be used. [2021-01-25T14:43:28.780Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-25T14:43:28.780Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-25T14:43:29.041Z] Fetched 1696 B in 0s (28.2 kB/s) [2021-01-25T14:43:29.041Z] Selecting previously unselected package apt-transport-https. [2021-01-25T14:43:29.041Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-25T14:43:29.041Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-25T14:43:29.041Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-25T14:43:29.041Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-25T14:43:29.304Z] Waiting for network to be ready... [2021-01-25T14:43:34.592Z] 2021-01-25T14:43:32Z INFO Waiting for automatic snapd restart... [2021-01-25T14:43:34.858Z] snapd 2.48.2 from Canonical* installed [2021-01-25T14:43:35.805Z] "snapd" switched to the "latest/stable" channel [2021-01-25T14:43:35.805Z] [2021-01-25T14:43:38.352Z] core18 20201210 from Canonical* installed [2021-01-25T14:43:38.613Z] "core18" switched to the "latest/stable" channel [2021-01-25T14:43:38.613Z] [2021-01-25T14:43:41.921Z] snapcraft 4.4.4 from Canonical* installed [2021-01-25T14:43:42.181Z] "snapcraft" switched to the "latest/stable" channel [2021-01-25T14:43:42.181Z] [2021-01-25T14:43:45.495Z] 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-25T14:43:45.495Z] - README.md [2021-01-25T14:43:45.495Z] - snapcraft.yaml.orig [2021-01-25T14:43:45.495Z] [2021-01-25T14:43:45.495Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-25T14:43:52.081Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-25T14:43:52.081Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-25T14:43:52.342Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-25T14:43:52.342Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-25T14:43:53.553Z] Reading package lists... [2021-01-25T14:43:53.820Z] 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-25T14:44:00.429Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-25T14:44:00.429Z] Reading package lists... [2021-01-25T14:44:00.429Z] Building dependency tree... [2021-01-25T14:44:00.429Z] Reading state information... [2021-01-25T14:44:00.429Z] Suggested packages: [2021-01-25T14:44:00.429Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-25T14:44:00.429Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-25T14:44:00.429Z] Recommended packages: [2021-01-25T14:44:00.429Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-25T14:44:00.429Z] The following NEW packages will be installed: [2021-01-25T14:44:00.429Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-25T14:44:00.429Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-25T14:44:00.429Z] pkg-config zip [2021-01-25T14:44:00.429Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-25T14:44:00.429Z] Need to get 7655 kB of archives. [2021-01-25T14:44:00.429Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-25T14:44:00.429Z] 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-25T14:44:00.429Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-25T14:44:00.429Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-25T14:44:00.429Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-25T14:44:00.429Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-25T14:44:00.429Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-25T14:44:00.429Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-25T14:44:00.429Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-25T14:44:00.692Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-25T14:44:00.692Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-25T14:44:00.692Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-25T14:44:00.692Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-25T14:44:00.692Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-25T14:44:00.692Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-25T14:44:00.692Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-25T14:44:00.954Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-25T14:44:00.954Z] Fetched 7655 kB in 1s (10.1 MB/s) [2021-01-25T14:44:00.954Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-25T14:44:00.954Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-25T14:44:00.954Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-25T14:44:00.954Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-25T14:44:01.217Z] Selecting previously unselected package libpsl5:amd64. [2021-01-25T14:44:01.217Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-25T14:44:01.217Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-25T14:44:01.483Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-25T14:44:01.483Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-25T14:44:01.483Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-25T14:44:01.483Z] Selecting previously unselected package librtmp1:amd64. [2021-01-25T14:44:01.483Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-25T14:44:01.483Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-25T14:44:01.745Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-25T14:44:01.745Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-25T14:44:01.745Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-25T14:44:01.745Z] Selecting previously unselected package liberror-perl. [2021-01-25T14:44:01.745Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-25T14:44:01.745Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-25T14:44:01.745Z] Selecting previously unselected package git-man. [2021-01-25T14:44:01.745Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-25T14:44:01.745Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-25T14:44:02.008Z] Selecting previously unselected package git. [2021-01-25T14:44:02.008Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-25T14:44:02.008Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-25T14:44:02.979Z] Selecting previously unselected package libnorm1:amd64. [2021-01-25T14:44:02.979Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-25T14:44:02.979Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-25T14:44:02.979Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-25T14:44:02.979Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-25T14:44:02.979Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-25T14:44:03.253Z] Selecting previously unselected package libsodium23:amd64. [2021-01-25T14:44:03.254Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-25T14:44:03.254Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-25T14:44:03.254Z] Selecting previously unselected package libzmq5:amd64. [2021-01-25T14:44:03.254Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-25T14:44:03.254Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-25T14:44:03.254Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-25T14:44:03.254Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-25T14:44:03.254Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-25T14:44:03.525Z] Selecting previously unselected package pkg-config. [2021-01-25T14:44:03.525Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-25T14:44:03.525Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-25T14:44:03.525Z] Selecting previously unselected package zip. [2021-01-25T14:44:03.525Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-25T14:44:03.525Z] Unpacking zip (3.0-11build1) ... [2021-01-25T14:44:03.525Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-25T14:44:03.796Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-25T14:44:03.796Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-25T14:44:03.796Z] Setting up liberror-perl (0.17025-1) ... [2021-01-25T14:44:03.796Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-25T14:44:03.796Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-25T14:44:03.796Z] No schema files found: doing nothing. [2021-01-25T14:44:03.796Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-25T14:44:03.796Z] Setting up zip (3.0-11build1) ... [2021-01-25T14:44:03.796Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-25T14:44:03.796Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-25T14:44:03.796Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-25T14:44:03.796Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-25T14:44:04.061Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-25T14:44:04.061Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-25T14:44:04.061Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-25T14:44:04.061Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-25T14:44:10.676Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-25T14:44:10.676Z] git set to automatically installed. [2021-01-25T14:44:10.676Z] git-man set to automatically installed. [2021-01-25T14:44:10.676Z] libcurl3-gnutls set to automatically installed. [2021-01-25T14:44:10.676Z] liberror-perl set to automatically installed. [2021-01-25T14:44:10.676Z] libglib2.0-0 set to automatically installed. [2021-01-25T14:44:10.676Z] libnghttp2-14 set to automatically installed. [2021-01-25T14:44:10.676Z] libnorm1 set to automatically installed. [2021-01-25T14:44:10.676Z] libpgm-5.2-0 set to automatically installed. [2021-01-25T14:44:10.676Z] libpsl5 set to automatically installed. [2021-01-25T14:44:10.676Z] librtmp1 set to automatically installed. [2021-01-25T14:44:10.676Z] libsodium23 set to automatically installed. [2021-01-25T14:44:10.677Z] libzmq3-dev set to automatically installed. [2021-01-25T14:44:10.677Z] libzmq5 set to automatically installed. [2021-01-25T14:44:10.677Z] pkg-config set to automatically installed. [2021-01-25T14:44:10.677Z] zip set to automatically installed. [2021-01-25T14:44:12.605Z] snapd is not logged in, snap install commands will use sudo [2021-01-25T14:44:19.254Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-25T14:44:19.254Z] snap "core18" has no updates available [2021-01-25T14:44:19.830Z] Pulling config-common [2021-01-25T14:44:20.777Z] Pulling go-build-helper [2021-01-25T14:44:27.676Z] 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-25T14:44:27.676Z] 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-25T14:44:34.400Z] Removing intermediate container 2fec0e8f3388 [2021-01-25T14:44:34.400Z] ---> d9b8d2d88b1f [2021-01-25T14:44:34.400Z] [2021-01-25T14:44:34.400Z] Step 10/24 : FROM alpine:3.12 [2021-01-25T14:44:34.400Z] 3.12: Pulling from library/alpine [2021-01-25T14:44:35.000Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-25T14:44:35.000Z] Status: Downloaded newer image for alpine:3.12 [2021-01-25T14:44:35.000Z] ---> afeebe901d6b [2021-01-25T14:44:35.000Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-25T14:44:35.606Z] ---> Running in bc93bad634a5 [2021-01-25T14:44:37.610Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-25T14:44:37.888Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-25T14:44:38.878Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-25T14:44:38.878Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-25T14:44:38.878Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-25T14:44:38.878Z] (4/5) Installing curl (7.69.1-r3) [2021-01-25T14:44:38.878Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-25T14:44:38.878Z] Executing busybox-1.31.1-r19.trigger [2021-01-25T14:44:38.878Z] Executing ca-certificates-20191127-r4.trigger [2021-01-25T14:44:39.157Z] OK: 7 MiB in 19 packages [2021-01-25T14:44:41.987Z] Removing intermediate container b52e5880d665 [2021-01-25T14:44:41.987Z] ---> cc0efa4ab289 [2021-01-25T14:44:41.987Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-25T14:44:42.312Z] Removing intermediate container 14b98023f270 [2021-01-25T14:44:42.312Z] ---> d9df1e8f1295 [2021-01-25T14:44:42.312Z] [2021-01-25T14:44:42.312Z] Step 10/22 : FROM alpine:3.12 [2021-01-25T14:44:42.312Z] ---> afeebe901d6b [2021-01-25T14:44:42.312Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-25T14:44:42.658Z] ---> Running in 20624f7e0b89 [2021-01-25T14:44:42.810Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-25T14:44:42.810Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-25T14:44:42.810Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-25T14:44:42.810Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-25T14:44:42.810Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-25T14:44:42.810Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-25T14:44:42.810Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-25T14:44:42.810Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-25T14:44:42.810Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-25T14:44:42.810Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-25T14:44:42.810Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-25T14:44:42.810Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-25T14:44:42.810Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-25T14:44:42.810Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-25T14:44:42.810Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-25T14:44:42.810Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-25T14:44:42.810Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-25T14:44:42.810Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-25T14:44:42.810Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-25T14:44:42.810Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] [2021-01-25T14:44:42.810Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] [2021-01-25T14:44:42.810Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] [2021-01-25T14:44:42.810Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-25T14:44:42.810Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] [2021-01-25T14:44:42.810Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] [2021-01-25T14:44:42.810Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1708 kB] [2021-01-25T14:44:42.810Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-01-25T14:44:42.810Z] Fetched 23.8 MB in 0s (0 B/s) [2021-01-25T14:44:42.810Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-25T14:44:42.810Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-25T14:44:42.810Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-25T14:44:42.810Z] Fetched 279 kB in 0s (0 B/s) [2021-01-25T14:44:42.810Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-25T14:44:42.810Z] Fetched 122 kB in 0s (0 B/s) [2021-01-25T14:44:42.810Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-25T14:44:42.810Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-25T14:44:42.810Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-25T14:44:42.810Z] Fetched 8848 B in 0s (0 B/s) [2021-01-25T14:44:42.810Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-25T14:44:42.810Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-25T14:44:42.810Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-25T14:44:42.810Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-25T14:44:42.810Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-25T14:44:42.810Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-25T14:44:42.810Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-25T14:44:42.810Z] Fetched 214 kB in 0s (0 B/s) [2021-01-25T14:44:42.810Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-25T14:44:42.810Z] Fetched 155 kB in 0s (0 B/s) [2021-01-25T14:44:42.810Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-25T14:44:42.810Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-25T14:44:42.810Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-25T14:44:42.810Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-25T14:44:42.810Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-25T14:44:42.810Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-25T14:44:42.810Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-25T14:44:42.810Z] Fetched 499 kB in 0s (0 B/s) [2021-01-25T14:44:42.810Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-25T14:44:42.810Z] Fetched 111 kB in 0s (0 B/s) [2021-01-25T14:44:42.810Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-25T14:44:42.810Z] Fetched 240 kB in 0s (0 B/s) [2021-01-25T14:44:42.810Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-25T14:44:42.810Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-25T14:44:42.810Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-25T14:44:42.810Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-25T14:44:42.810Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-25T14:44:42.810Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-25T14:44:42.810Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-25T14:44:42.810Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-25T14:44:42.810Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-25T14:44:42.810Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-25T14:44:42.810Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-25T14:44:42.810Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-25T14:44:42.810Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-25T14:44:42.810Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-25T14:44:42.810Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-25T14:44:42.810Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-25T14:44:42.810Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-25T14:44:42.810Z] Fetched 8720 B in 0s (0 B/s) [2021-01-25T14:44:42.810Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-25T14:44:42.810Z] Fetched 137 kB in 0s (0 B/s) [2021-01-25T14:44:42.810Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-25T14:44:42.810Z] Fetched 119 kB in 0s (0 B/s) [2021-01-25T14:44:42.810Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-25T14:44:42.810Z] Fetched 109 kB in 0s (0 B/s) [2021-01-25T14:44:42.810Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-25T14:44:42.810Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-25T14:44:42.810Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-25T14:44:42.810Z] Fetched 645 kB in 0s (0 B/s) [2021-01-25T14:44:42.810Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-25T14:44:42.810Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-25T14:44:42.810Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-25T14:44:42.810Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-25T14:44:42.810Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-25T14:44:42.810Z] Fetched 368 kB in 0s (0 B/s) [2021-01-25T14:44:42.810Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-25T14:44:42.810Z] Fetched 187 kB in 0s (0 B/s) [2021-01-25T14:44:42.810Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-25T14:44:42.810Z] Fetched 175 kB in 0s (0 B/s) [2021-01-25T14:44:42.810Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-25T14:44:42.944Z] ---> Running in 835e6ab565a8 [2021-01-25T14:44:42.945Z] Removing intermediate container bc93bad634a5 [2021-01-25T14:44:42.945Z] ---> 09a22bc13e73 [2021-01-25T14:44:42.945Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-25T14:44:43.584Z] ---> Running in 8e350b0e4023 [2021-01-25T14:44:44.580Z] Removing intermediate container 8e350b0e4023 [2021-01-25T14:44:44.580Z] ---> 8302df5d3a79 [2021-01-25T14:44:44.580Z] Step 13/24 : WORKDIR / [2021-01-25T14:44:44.580Z] ---> Running in b59d367c212e [2021-01-25T14:44:45.182Z] 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-25T14:44:45.182Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-25T14:44:45.182Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-25T14:44:45.456Z] Removing intermediate container b59d367c212e [2021-01-25T14:44:45.456Z] ---> a4be5632c36f [2021-01-25T14:44:45.456Z] 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-25T14:44:46.056Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-25T14:44:46.056Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-25T14:44:46.056Z] Executing busybox-1.31.1-r19.trigger [2021-01-25T14:44:46.056Z] Executing ca-certificates-20191127-r4.trigger [2021-01-25T14:44:46.134Z] Fetched 206 kB in 0s (0 B/s) [2021-01-25T14:44:46.134Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-25T14:44:46.134Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-25T14:44:46.134Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-25T14:44:46.134Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-25T14:44:46.134Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-25T14:44:46.134Z] Fetched 159 kB in 0s (0 B/s) [2021-01-25T14:44:46.134Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-25T14:44:46.134Z] Fetched 107 kB in 0s (0 B/s) [2021-01-25T14:44:46.134Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-25T14:44:46.134Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-25T14:44:46.134Z] Pulling static-packages [2021-01-25T14:44:46.380Z] OK: 6 MiB in 16 packages [2021-01-25T14:44:46.397Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-01-25T14:44:46.659Z] Skipping pull go-build-helper (already ran) [2021-01-25T14:44:46.659Z] Skipping pull static-packages (already ran) [2021-01-25T14:44:46.659Z] Building go-build-helper [2021-01-25T14:44:46.988Z] ---> 10590f198c81 [2021-01-25T14:44:46.988Z] 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-25T14:44:48.454Z] ---> 15f833775d07 [2021-01-25T14:44:48.454Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-25T14:44:49.438Z] Removing intermediate container 835e6ab565a8 [2021-01-25T14:44:49.438Z] ---> 869f6d0494a4 [2021-01-25T14:44:49.438Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-25T14:44:49.714Z] ---> Running in d368a1afad4d [2021-01-25T14:44:49.991Z] ---> 11bb5c5803b4 [2021-01-25T14:44:49.991Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-25T14:44:50.087Z] Building static-packages [2021-01-25T14:44:50.623Z] Removing intermediate container 20624f7e0b89 [2021-01-25T14:44:50.623Z] ---> 97a70a4e3fd2 [2021-01-25T14:44:50.623Z] [2021-01-25T14:44:50.623Z] Step 11/26 : FROM docker:20.10.0 [2021-01-25T14:44:50.623Z] Removing intermediate container d368a1afad4d [2021-01-25T14:44:50.623Z] ---> 3e7b45f0cdfa [2021-01-25T14:44:50.623Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-25T14:44:50.938Z] 20.10.0: Pulling from library/docker [2021-01-25T14:44:51.564Z] ---> Running in 61beca63f22f [2021-01-25T14:44:52.109Z] Staging go-build-helper [2021-01-25T14:44:52.164Z] Removing intermediate container 0142398350a8 [2021-01-25T14:44:52.164Z] ---> 19cbefe8795e [2021-01-25T14:44:52.164Z] [2021-01-25T14:44:52.164Z] Step 10/33 : FROM alpine:3.12 [2021-01-25T14:44:52.164Z] ---> afeebe901d6b [2021-01-25T14:44:52.165Z] Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-25T14:44:52.441Z] ---> df12e926e138 [2021-01-25T14:44:52.441Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-25T14:44:53.047Z] ---> Running in 56eca6a5eb7e [2021-01-25T14:44:53.047Z] Removing intermediate container 61beca63f22f [2021-01-25T14:44:53.047Z] ---> 4cd1b80a454a [2021-01-25T14:44:53.047Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-25T14:44:53.063Z] Staging static-packages [2021-01-25T14:44:53.663Z] ---> Running in 69e3fb8a4e60 [2021-01-25T14:44:54.011Z] Pulling go115 [2021-01-25T14:44:54.976Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-25T14:44:54.976Z] Skipping pull go115 (already ran) [2021-01-25T14:44:54.976Z] Building go115 [2021-01-25T14:44:54.976Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-25T14:44:54.976Z] Dload Upload Total Spent Left Speed [2021-01-25T14:44:55.122Z] ---> 7b2cca077947 [2021-01-25T14:44:55.122Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-25T14:44:55.122Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-25T14:44:55.122Z] Removing intermediate container 69e3fb8a4e60 [2021-01-25T14:44:55.122Z] ---> 54aa8e463863 [2021-01-25T14:44:55.122Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-25T14:44:55.412Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-25T14:44:56.017Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-25T14:44:56.017Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-25T14:44:56.294Z] (3/3) Installing su-exec (0.2-r1) [2021-01-25T14:44:56.294Z] Executing busybox-1.31.1-r19.trigger [2021-01-25T14:44:56.294Z] OK: 6 MiB in 17 packages [2021-01-25T14:44:56.294Z] ---> 352654112e60 [2021-01-25T14:44:56.294Z] 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-25T14:44:56.570Z] ---> dcf248596c71 [2021-01-25T14:44:56.570Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-25T14:44:56.844Z] ---> Running in 0a78e591c369 [2021-01-25T14:44:57.966Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 16 115M 16 19.5M 0 0 31.7M 0 0:00:03 --:--:-- 0:00:03 31.6M 50 115M 50 58.3M 0 0 36.0M 0 0:00:03 0:00:01 0:00:02 36.0M 86 115M 86 100M 0 0 38.1M 0 0:00:03 0:00:02 0:00:01 38.0M 100 115M 100 115M 0 0 38.3M 0 0:00:03 0:00:03 --:--:-- 38.3M [2021-01-25T14:44:58.552Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-25T14:44:58.826Z] Removing intermediate container 56eca6a5eb7e [2021-01-25T14:44:58.826Z] ---> b9fcce54fa87 [2021-01-25T14:44:58.826Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-25T14:44:59.426Z] ---> 49878c69736e [2021-01-25T14:44:59.426Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-25T14:45:00.030Z] ---> Running in 23dc9ca45d4f [2021-01-25T14:45:00.626Z] Removing intermediate container 669e1c49a45a [2021-01-25T14:45:00.626Z] ---> a00d36d77ad3 [2021-01-25T14:45:00.626Z] [2021-01-25T14:45:00.626Z] Step 10/23 : FROM alpine:3.12 [2021-01-25T14:45:00.626Z] ---> afeebe901d6b [2021-01-25T14:45:00.626Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-25T14:45:00.901Z] ---> 99fc3153f97f [2021-01-25T14:45:00.901Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-25T14:45:01.178Z] ---> Running in e74f40bd3dcf [2021-01-25T14:45:01.178Z] ---> Running in 4d6e4ba82c94 [2021-01-25T14:45:01.178Z] Removing intermediate container 23dc9ca45d4f [2021-01-25T14:45:01.178Z] ---> 654a2828369b [2021-01-25T14:45:01.178Z] Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 [2021-01-25T14:45:01.797Z] ---> Running in b860700bca89 [2021-01-25T14:45:01.797Z] Removing intermediate container 0a78e591c369 [2021-01-25T14:45:01.797Z] ---> d50947e29236 [2021-01-25T14:45:01.797Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-25T14:45:02.082Z] Removing intermediate container 4d6e4ba82c94 [2021-01-25T14:45:02.082Z] ---> 12099a5fbcbb [2021-01-25T14:45:02.082Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-25T14:45:02.367Z] ---> Running in d2359f9c8161 [2021-01-25T14:45:02.367Z] ---> Running in 69630ddd78a9 [2021-01-25T14:45:02.643Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-25T14:45:02.643Z] Removing intermediate container b860700bca89 [2021-01-25T14:45:02.643Z] ---> 2e95e613e479 [2021-01-25T14:45:02.643Z] Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz [2021-01-25T14:45:02.806Z] Staging go115 [2021-01-25T14:45:02.918Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-25T14:45:03.190Z] ---> Running in e6824078f515 [2021-01-25T14:45:03.190Z] Removing intermediate container d2359f9c8161 [2021-01-25T14:45:03.190Z] ---> 431fb10a7ba5 [2021-01-25T14:45:03.190Z] Step 22/24 : LABEL arch=arm64 [2021-01-25T14:45:03.468Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-25T14:45:03.468Z] Executing busybox-1.31.1-r19.trigger [2021-01-25T14:45:03.468Z] OK: 5 MiB in 15 packages [2021-01-25T14:45:03.468Z] Removing intermediate container 69630ddd78a9 [2021-01-25T14:45:03.468Z] ---> 2c7b61d8bf79 [2021-01-25T14:45:03.468Z] Step 20/22 : LABEL arch=arm64 [2021-01-25T14:45:03.764Z] ---> Running in 7eddb8ed1386 [2021-01-25T14:45:03.764Z] ---> Running in cfd6692e69df [2021-01-25T14:45:04.759Z] Removing intermediate container 7eddb8ed1386 [2021-01-25T14:45:04.759Z] ---> b94b914a7d8c [2021-01-25T14:45:04.759Z] Step 23/24 : LABEL git_sha=fd0285852452e0e60bb303654278afa6bd9b4a9c [2021-01-25T14:45:04.759Z] Removing intermediate container cfd6692e69df [2021-01-25T14:45:04.759Z] ---> 7dd3580e262d [2021-01-25T14:45:04.759Z] Step 21/22 : LABEL git_sha=fd0285852452e0e60bb303654278afa6bd9b4a9c [2021-01-25T14:45:05.038Z] Connecting to github.com (140.82.112.4:443) [2021-01-25T14:45:05.038Z]  ---> Running in 4117739ecfbc [2021-01-25T14:45:05.038Z] ---> Running in 52cded4805fb [2021-01-25T14:45:05.038Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.99.3:443) [2021-01-25T14:45:05.038Z] Removing intermediate container e74f40bd3dcf [2021-01-25T14:45:05.038Z] ---> 8cbd0d4ea3b0 [2021-01-25T14:45:05.038Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-25T14:45:05.314Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2021-01-25T14:45:05.314Z]  ---> Running in 1bc6c2f9e6e4 [2021-01-25T14:45:05.314Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2021-01-25T14:45:05.314Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2021-01-25T14:45:05.314Z] dockerize [2021-01-25T14:45:05.921Z] Removing intermediate container 52cded4805fb [2021-01-25T14:45:05.921Z] ---> 5fe730c87375 [2021-01-25T14:45:05.921Z] Step 22/22 : LABEL version=0.0.0 [2021-01-25T14:45:05.921Z] Removing intermediate container 4117739ecfbc [2021-01-25T14:45:05.921Z] ---> 5decd7d3f70f [2021-01-25T14:45:05.921Z] Step 24/24 : LABEL version=0.0.0 [2021-01-25T14:45:05.921Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-25T14:45:05.921Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-25T14:45:05.921Z] ---> eeaf43b92773 [2021-01-25T14:45:05.921Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-25T14:45:06.196Z] Removing intermediate container 1bc6c2f9e6e4 [2021-01-25T14:45:06.196Z] ---> 0348430ac1d8 [2021-01-25T14:45:06.196Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-25T14:45:06.196Z] ---> Running in da68a2cf1ceb [2021-01-25T14:45:06.196Z] ---> Running in a969ab6e3571 [2021-01-25T14:45:06.196Z] ---> Running in 44805e81c344 [2021-01-25T14:45:06.196Z] ---> Running in caa1b712cdac [2021-01-25T14:45:07.221Z] Removing intermediate container a969ab6e3571 [2021-01-25T14:45:07.221Z] ---> 077f2f0698b1 [2021-01-25T14:45:07.221Z] [2021-01-25T14:45:07.221Z] Removing intermediate container da68a2cf1ceb [2021-01-25T14:45:07.221Z] ---> c14372da32ff [2021-01-25T14:45:07.221Z] [2021-01-25T14:45:07.221Z] Removing intermediate container caa1b712cdac [2021-01-25T14:45:07.221Z] ---> 4345d9af7d76 [2021-01-25T14:45:07.221Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-25T14:45:07.497Z] Removing intermediate container e6824078f515 [2021-01-25T14:45:07.497Z] ---> 9b0ce577eb89 [2021-01-25T14:45:07.497Z] Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-25T14:45:07.497Z] Successfully built c14372da32ff [2021-01-25T14:45:07.497Z] Successfully built 077f2f0698b1 [2021-01-25T14:45:07.778Z] ---> Running in 34f3e11c37c0 [2021-01-25T14:45:07.778Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-25T14:45:07.778Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2021-01-25T14:45:07.778Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-25T14:45:07.778Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2021-01-25T14:45:07.778Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-25T14:45:07.778Z] ---> Running in 99544a8b4d7d [2021-01-25T14:45:08.051Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-25T14:45:08.115Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-25T14:45:08.115Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-25T14:45:08.115Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-25T14:45:08.115Z] Fetched 0 B in 0s (0 B/s) [2021-01-25T14:45:08.115Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-25T14:45:08.115Z] Fetched 224 kB in 0s (0 B/s) [2021-01-25T14:45:08.115Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-25T14:45:08.115Z] Fetched 157 kB in 0s (0 B/s) [2021-01-25T14:45:08.115Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-25T14:45:08.115Z] Fetched 221 kB in 0s (0 B/s) [2021-01-25T14:45:08.115Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-25T14:45:08.115Z] Fetched 143 kB in 0s (0 B/s) [2021-01-25T14:45:08.115Z] Pulling edgex-go [2021-01-25T14:45:08.394Z] Removing intermediate container 34f3e11c37c0 [2021-01-25T14:45:08.394Z] ---> a8dc0a020603 [2021-01-25T14:45:08.394Z] Step 15/23 : WORKDIR / [2021-01-25T14:45:08.394Z] Removing intermediate container 99544a8b4d7d [2021-01-25T14:45:08.394Z] ---> 515a48ac4961 [2021-01-25T14:45:08.394Z] Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-25T14:45:08.394Z] (1/2) Installing readline (8.0.4-r0) [2021-01-25T14:45:08.394Z] ---> Running in 249a2f1f4b5b [2021-01-25T14:45:08.394Z] (2/2) Installing bash (5.0.17-r0) [2021-01-25T14:45:08.738Z] Executing bash-5.0.17-r0.post-install [2021-01-25T14:45:08.738Z] Executing busybox-1.31.1-r19.trigger [2021-01-25T14:45:08.738Z] ---> Running in d463688e5696 [2021-01-25T14:45:08.738Z] OK: 12 MiB in 22 packages [2021-01-25T14:45:09.375Z] Removing intermediate container 249a2f1f4b5b [2021-01-25T14:45:09.375Z] ---> 2835108ee910 [2021-01-25T14:45:09.375Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-25T14:45:09.509Z] Pulling version [2021-01-25T14:45:09.657Z] Removing intermediate container d463688e5696 [2021-01-25T14:45:09.657Z] ---> e2577bc2f1fd [2021-01-25T14:45:09.657Z] Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} [2021-01-25T14:45:09.657Z] ---> Running in 08fd07a86b1f [2021-01-25T14:45:10.455Z] Building config-common [2021-01-25T14:45:11.197Z] ---> e3fde4131ae5 [2021-01-25T14:45:11.197Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-25T14:45:11.197Z] Removing intermediate container 44805e81c344 [2021-01-25T14:45:11.197Z] ---> 23b6bed8704d [2021-01-25T14:45:11.197Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-25T14:45:11.197Z] Move dockerize executable [2021-01-25T14:45:12.377Z] Skipping build go-build-helper (already ran) [2021-01-25T14:45:12.377Z] Skipping build static-packages (already ran) [2021-01-25T14:45:12.377Z] Skipping build go115 (already ran) [2021-01-25T14:45:12.637Z] ---> Running in e875b1118e07 [2021-01-25T14:45:12.639Z] Building edgex-go [2021-01-25T14:45:12.902Z] 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-25T14:45:13.857Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-25T14:45:13.857Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-25T14:45:13.857Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.6 [2021-01-25T14:45:13.857Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 [2021-01-25T14:45:13.857Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-25T14:45:13.857Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-01-25T14:45:14.074Z] ---> 90287afe74ed [2021-01-25T14:45:14.074Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-25T14:45:14.074Z] Removing intermediate container e875b1118e07 [2021-01-25T14:45:14.074Z] ---> 08c8bded9f19 [2021-01-25T14:45:14.074Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-25T14:45:14.127Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 [2021-01-25T14:45:14.127Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-01-25T14:45:14.127Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-25T14:45:14.127Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-25T14:45:14.127Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-25T14:45:14.127Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-25T14:45:14.127Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-25T14:45:14.127Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-01-25T14:45:14.127Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-25T14:45:14.127Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-25T14:45:14.127Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-25T14:45:14.127Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-25T14:45:14.127Z] go: downloading github.com/google/uuid v1.2.0 [2021-01-25T14:45:14.127Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-25T14:45:14.127Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-25T14:45:14.127Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-25T14:45:14.127Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-25T14:45:14.127Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-25T14:45:14.127Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-25T14:45:14.127Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-25T14:45:14.127Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-25T14:45:14.127Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-25T14:45:14.127Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-25T14:45:14.127Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-25T14:45:14.393Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-25T14:45:14.393Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-25T14:45:14.393Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-25T14:45:14.393Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-25T14:45:14.393Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-25T14:45:14.393Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-25T14:45:14.393Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-25T14:45:14.653Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-25T14:45:14.653Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-25T14:45:14.653Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-25T14:45:14.705Z] ---> Running in 054d64c2fee6 [2021-01-25T14:45:15.299Z] ---> eb6196218d89 [2021-01-25T14:45:15.299Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-25T14:45:15.570Z] Removing intermediate container 054d64c2fee6 [2021-01-25T14:45:15.570Z] ---> 393d2eea538c [2021-01-25T14:45:15.570Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-25T14:45:15.570Z] Removing intermediate container 08fd07a86b1f [2021-01-25T14:45:15.570Z] ---> 181950e73173 [2021-01-25T14:45:15.570Z] Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-25T14:45:15.844Z] ---> Running in 31b0e56f52c5 [2021-01-25T14:45:16.135Z] ---> Running in e1984b33468c [2021-01-25T14:45:16.135Z] ---> Running in acb1b74fac24 [2021-01-25T14:45:16.750Z] Removing intermediate container 31b0e56f52c5 [2021-01-25T14:45:16.750Z] ---> 6f35423d9e96 [2021-01-25T14:45:16.750Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-25T14:45:17.029Z] Removing intermediate container acb1b74fac24 [2021-01-25T14:45:17.029Z] ---> 1a5a622f6f18 [2021-01-25T14:45:17.029Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-25T14:45:17.029Z] ---> Running in a0fa641e369c [2021-01-25T14:45:17.305Z] Removing intermediate container e1984b33468c [2021-01-25T14:45:17.305Z] ---> 8b9954e7c223 [2021-01-25T14:45:17.305Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-25T14:45:17.912Z] Removing intermediate container a0fa641e369c [2021-01-25T14:45:17.912Z] ---> c352a3d957e4 [2021-01-25T14:45:17.912Z] Step 21/23 : LABEL arch=arm64 [2021-01-25T14:45:18.190Z] ---> Running in ca29dae1a7cf [2021-01-25T14:45:18.469Z] ---> 7f84a275a8b0 [2021-01-25T14:45:18.469Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-25T14:45:18.748Z] ---> Running in f46a506b6689 [2021-01-25T14:45:18.748Z] Removing intermediate container ca29dae1a7cf [2021-01-25T14:45:18.748Z] ---> acb3ef94caf6 [2021-01-25T14:45:18.748Z] Step 22/23 : LABEL git_sha=fd0285852452e0e60bb303654278afa6bd9b4a9c [2021-01-25T14:45:18.748Z] ---> 035e5b34717e [2021-01-25T14:45:18.748Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-25T14:45:19.022Z] ---> Running in 2fc010137f57 [2021-01-25T14:45:20.009Z] Removing intermediate container 2fc010137f57 [2021-01-25T14:45:20.009Z] ---> e6d41ec7a4c7 [2021-01-25T14:45:20.009Z] Step 23/23 : LABEL version=0.0.0 [2021-01-25T14:45:20.009Z] ---> 188096b38b66 [2021-01-25T14:45:20.009Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-25T14:45:20.009Z] ---> Running in 9e2211dace7d [2021-01-25T14:45:21.006Z] Removing intermediate container 9e2211dace7d [2021-01-25T14:45:21.006Z] ---> db1e4f787b32 [2021-01-25T14:45:21.006Z] [2021-01-25T14:45:21.606Z] Successfully built db1e4f787b32 [2021-01-25T14:45:21.606Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-25T14:45:21.606Z] Building docker-security-proxy-setup-go [2021-01-25T14:45:22.211Z]  Building docker-core-metadata-go ... done  ---> 164de9cefd49 [2021-01-25T14:45:22.211Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-25T14:45:22.211Z] ---> Running in 762c83cdc3a0 [2021-01-25T14:45:22.211Z] Removing intermediate container f46a506b6689 [2021-01-25T14:45:22.211Z] ---> b18cdd1de9e9 [2021-01-25T14:45:22.211Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-25T14:45:22.815Z] 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-25T14:45:23.663Z] ---> 7845572e6eb5 [2021-01-25T14:45:23.663Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-25T14:45:23.940Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-25T14:45:24.214Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-25T14:45:24.828Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-25T14:45:24.828Z] (2/33) Installing expat (2.2.9-r1) [2021-01-25T14:45:24.828Z] (3/33) Installing libffi (3.3-r2) [2021-01-25T14:45:24.828Z] (4/33) Installing gdbm (1.13-r1) [2021-01-25T14:45:25.106Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-25T14:45:25.106Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-25T14:45:25.106Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-25T14:45:26.568Z] ---> 10732e55cd89 [2021-01-25T14:45:26.568Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-25T14:45:27.025Z] 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-25T14:45:27.173Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-25T14:45:27.173Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-25T14:45:27.173Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-25T14:45:27.173Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-25T14:45:27.173Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-25T14:45:27.173Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-25T14:45:27.173Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-25T14:45:27.173Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-25T14:45:27.448Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-25T14:45:27.448Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-25T14:45:27.448Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-25T14:45:27.448Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-25T14:45:27.448Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-25T14:45:27.448Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-25T14:45:27.448Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-25T14:45:27.448Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-25T14:45:27.721Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-25T14:45:27.721Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-25T14:45:27.721Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-25T14:45:27.721Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-25T14:45:27.721Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-25T14:45:27.721Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-25T14:45:27.721Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-25T14:45:27.721Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-25T14:45:27.721Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-25T14:45:27.721Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-25T14:45:27.983Z] 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-25T14:45:28.004Z] Executing busybox-1.31.1-r19.trigger [2021-01-25T14:45:28.004Z] OK: 71 MiB in 55 packages [2021-01-25T14:45:28.004Z] ---> 5b7482956fe9 [2021-01-25T14:45:28.004Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-25T14:45:29.374Z] 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-25T14:45:29.638Z] 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-25T14:45:29.638Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-25T14:45:29.638Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-25T14:45:29.638Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-25T14:45:29.638Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-25T14:45:30.633Z] ---> 685311d2aefa [2021-01-25T14:45:30.633Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-25T14:45:31.555Z] 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-25T14:45:31.555Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-25T14:45:31.555Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-25T14:45:32.071Z] ---> c6ba5060d1b1 [2021-01-25T14:45:32.071Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-25T14:45:32.495Z] 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-25T14:45:32.669Z] ---> Running in b99068dd718b [2021-01-25T14:45:33.444Z] 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-25T14:45:33.445Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-25T14:45:33.662Z] Removing intermediate container b99068dd718b [2021-01-25T14:45:33.662Z] ---> 9cf96bf703ab [2021-01-25T14:45:33.662Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-25T14:45:34.837Z] 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-25T14:45:35.653Z] ---> addf37263adb [2021-01-25T14:45:35.653Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-25T14:45:35.782Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-25T14:45:36.251Z] ---> Running in 1165175560cf [2021-01-25T14:45:36.731Z] 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-25T14:45:36.731Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-25T14:45:37.674Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-25T14:45:37.674Z] go: downloading github.com/lib/pq v1.9.0 [2021-01-25T14:45:37.740Z] Removing intermediate container 762c83cdc3a0 [2021-01-25T14:45:37.740Z] ---> ee57acc4bc36 [2021-01-25T14:45:37.740Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-25T14:45:38.726Z] ---> Running in 591594dfb9e4 [2021-01-25T14:45:40.739Z] Removing intermediate container 1165175560cf [2021-01-25T14:45:40.739Z] ---> c0ba1e36e828 [2021-01-25T14:45:40.739Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-25T14:45:40.739Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-25T14:45:40.739Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-25T14:45:40.739Z] ---> 38836284b4a5 [2021-01-25T14:45:40.739Z] Step 3/23 : WORKDIR /edgex-go [2021-01-25T14:45:40.739Z] ---> Using cache [2021-01-25T14:45:40.739Z] ---> cbe2b670e1d1 [2021-01-25T14:45:40.739Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-25T14:45:40.739Z] ---> Using cache [2021-01-25T14:45:40.739Z] ---> 6d97439e9cd9 [2021-01-25T14:45:40.739Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-25T14:45:41.009Z] Building version [2021-01-25T14:45:41.020Z] ---> Running in e985e4e6ff40 [2021-01-25T14:45:41.306Z] ---> Running in 7081d77788ae [2021-01-25T14:45:41.584Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-25T14:45:41.584Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-25T14:45:41.584Z] ---> 38836284b4a5 [2021-01-25T14:45:41.584Z] Step 3/23 : WORKDIR /edgex-go [2021-01-25T14:45:41.584Z] ---> Using cache [2021-01-25T14:45:41.584Z] ---> cbe2b670e1d1 [2021-01-25T14:45:41.584Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-25T14:45:41.584Z] ---> Using cache [2021-01-25T14:45:41.584Z] ---> 6d97439e9cd9 [2021-01-25T14:45:41.584Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-25T14:45:41.584Z] ---> Running in dacb642261a3 [2021-01-25T14:45:42.414Z] Staging config-common [2021-01-25T14:45:42.578Z] Removing intermediate container 7081d77788ae [2021-01-25T14:45:42.578Z] ---> 3366c657028a [2021-01-25T14:45:42.578Z] Step 30/33 : CMD ["gate"] [2021-01-25T14:45:43.190Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-25T14:45:43.366Z] Skipping stage go-build-helper (already ran) [2021-01-25T14:45:43.366Z] Skipping stage static-packages (already ran) [2021-01-25T14:45:43.366Z] Skipping stage go115 (already ran) [2021-01-25T14:45:43.366Z] Staging edgex-go [2021-01-25T14:45:43.463Z] ---> Running in a59b2df539e3 [2021-01-25T14:45:43.742Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-25T14:45:43.941Z] Staging version [2021-01-25T14:45:44.021Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-25T14:45:44.305Z] Removing intermediate container a59b2df539e3 [2021-01-25T14:45:44.305Z] ---> 81783f5d67d2 [2021-01-25T14:45:44.305Z] Step 31/33 : LABEL arch=arm64 [2021-01-25T14:45:44.585Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-25T14:45:44.862Z] OK: 217 MiB in 51 packages [2021-01-25T14:45:44.899Z] Priming config-common [2021-01-25T14:45:45.143Z] ---> Running in 5f7b670bd1f2 [2021-01-25T14:45:45.747Z] Collecting docker-compose==1.23.2 [2021-01-25T14:45:45.747Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-25T14:45:45.747Z] OK: 217 MiB in 51 packages [2021-01-25T14:45:45.852Z] Priming go-build-helper [2021-01-25T14:45:46.340Z] Removing intermediate container 5f7b670bd1f2 [2021-01-25T14:45:46.340Z] ---> ede49edfe441 [2021-01-25T14:45:46.340Z] Step 32/33 : LABEL git_sha=fd0285852452e0e60bb303654278afa6bd9b4a9c [2021-01-25T14:45:46.802Z] Priming static-packages [2021-01-25T14:45:46.944Z] ---> Running in 54c1fa594b26 [2021-01-25T14:45:46.944Z] Removing intermediate container e985e4e6ff40 [2021-01-25T14:45:46.944Z] ---> 4e8908a122c9 [2021-01-25T14:45:46.944Z] Step 6/23 : COPY go.mod . [2021-01-25T14:45:46.944Z] Collecting docker<4.0,>=3.6.0 [2021-01-25T14:45:46.944Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-25T14:45:47.935Z] Collecting texttable<0.10,>=0.9.0 [2021-01-25T14:45:47.936Z] Removing intermediate container 54c1fa594b26 [2021-01-25T14:45:47.936Z] ---> 67882b2bda00 [2021-01-25T14:45:47.936Z] Step 33/33 : LABEL version=0.0.0 [2021-01-25T14:45:47.936Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-25T14:45:48.210Z] Removing intermediate container dacb642261a3 [2021-01-25T14:45:48.210Z] ---> 9c8a54bef2d9 [2021-01-25T14:45:48.210Z] Step 6/23 : COPY go.mod . [2021-01-25T14:45:48.484Z] ---> 71db4e00c7f2 [2021-01-25T14:45:48.484Z] Step 7/23 : RUN go mod download [2021-01-25T14:45:48.735Z] Priming go115 [2021-01-25T14:45:48.758Z] ---> Running in 7455d426df29 [2021-01-25T14:45:49.044Z] ---> Running in 1d4a340caddc [2021-01-25T14:45:49.318Z] ---> 73d25e253ae6 [2021-01-25T14:45:49.318Z] Step 7/23 : RUN go mod download [2021-01-25T14:45:49.590Z] ---> Running in 70c6d2584d72 [2021-01-25T14:45:49.687Z] Priming edgex-go [2021-01-25T14:45:49.867Z] Removing intermediate container 7455d426df29 [2021-01-25T14:45:49.867Z] ---> 954fd7332399 [2021-01-25T14:45:49.867Z] [2021-01-25T14:45:50.463Z] Successfully built 954fd7332399 [2021-01-25T14:45:50.745Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-25T14:45:50.745Z]  Building docker-security-bootstrapper-go ... done Building docker-support-scheduler-go [2021-01-25T14:45:51.092Z] Priming version [2021-01-25T14:45:51.340Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-25T14:45:51.340Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-25T14:45:51.340Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-25T14:45:51.340Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-25T14:45:51.340Z] ---> 38836284b4a5 [2021-01-25T14:45:51.340Z] Step 3/21 : WORKDIR /edgex-go [2021-01-25T14:45:51.340Z] ---> Using cache [2021-01-25T14:45:51.340Z] ---> cbe2b670e1d1 [2021-01-25T14:45:51.340Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-25T14:45:51.340Z] ---> Using cache [2021-01-25T14:45:51.340Z] ---> 6d97439e9cd9 [2021-01-25T14:45:51.340Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-25T14:45:51.340Z] ---> Using cache [2021-01-25T14:45:51.340Z] ---> 9c8a54bef2d9 [2021-01-25T14:45:51.340Z] Step 6/21 : COPY go.mod . [2021-01-25T14:45:51.340Z] ---> Using cache [2021-01-25T14:45:51.340Z] ---> 73d25e253ae6 [2021-01-25T14:45:51.340Z] Step 7/21 : RUN go mod download [2021-01-25T14:45:51.340Z] ---> Running in 87fda456532b [2021-01-25T14:45:51.675Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-01-25T14:45:52.786Z] Collecting PyYAML<4,>=3.10 [2021-01-25T14:45:52.786Z] Downloading PyYAML-3.13.tar.gz (270 kB) [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [2021-01-25T14:45:53.399Z] Removing intermediate container 1d4a340caddc [2021-01-25T14:45:53.399Z] ---> a130a2603ce0 [2021-01-25T14:45:53.399Z] Step 8/23 : COPY . . [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-25T14:45:55.408Z] Removing intermediate container 70c6d2584d72 [2021-01-25T14:45:55.408Z] ---> 4730f64d3817 [2021-01-25T14:45:55.408Z] Step 8/23 : COPY . . [2021-01-25T14:45:57.406Z] Collecting jsonschema<3,>=2.5.1 [2021-01-25T14:45:57.406Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-25T14:45:57.683Z] Removing intermediate container 87fda456532b [2021-01-25T14:45:57.683Z] ---> 6358d0f61933 [2021-01-25T14:45:57.683Z] Step 8/21 : COPY . . [2021-01-25T14:45:59.126Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-25T14:45:59.126Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-25T14:45:59.729Z] Collecting docopt<0.7,>=0.6.1 [2021-01-25T14:45:59.729Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-25T14:46:02.366Z] Collecting cached-property<2,>=1.2.0 [2021-01-25T14:46:02.366Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-25T14:46:02.966Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-25T14:46:02.966Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-25T14:46:05.224Z] 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-25T14:46:05.224Z] Collecting docker-pycreds>=0.4.0 [2021-01-25T14:46:05.224Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-25T14:46:05.224Z] 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-25T14:46:05.529Z] Collecting idna<2.8,>=2.5 [2021-01-25T14:46:05.529Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-25T14:46:05.807Z] 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-25T14:46:06.407Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-25T14:46:06.407Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-25T14:46:06.683Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-25T14:46:06.683Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-25T14:46:06.683Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-25T14:46:06.683Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-25T14:46:08.125Z] Installing collected packages: websocket-client, idna, urllib3, requests, docker-pycreds, docker, texttable, PyYAML, jsonschema, docopt, cached-property, dockerpty, docker-compose [2021-01-25T14:46:08.125Z] Attempting uninstall: idna [2021-01-25T14:46:08.125Z] Found existing installation: idna 2.9 [2021-01-25T14:46:08.125Z] Uninstalling idna-2.9: [2021-01-25T14:46:08.403Z] Successfully uninstalled idna-2.9 [2021-01-25T14:46:09.010Z] Attempting uninstall: urllib3 [2021-01-25T14:46:09.010Z] Found existing installation: urllib3 1.25.9 [2021-01-25T14:46:09.010Z] Uninstalling urllib3-1.25.9: [2021-01-25T14:46:09.290Z] Successfully uninstalled urllib3-1.25.9 [2021-01-25T14:46:09.899Z] Attempting uninstall: requests [2021-01-25T14:46:09.899Z] Found existing installation: requests 2.23.0 [2021-01-25T14:46:09.899Z] Uninstalling requests-2.23.0: [2021-01-25T14:46:10.180Z] Successfully uninstalled requests-2.23.0 [2021-01-25T14:46:11.634Z] Running setup.py install for texttable: started [2021-01-25T14:46:11.921Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-25T14:46:11.921Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-25T14:46:11.921Z] ---> 38836284b4a5 [2021-01-25T14:46:11.921Z] Step 3/22 : WORKDIR /edgex-go [2021-01-25T14:46:11.921Z] ---> Using cache [2021-01-25T14:46:11.921Z] ---> cbe2b670e1d1 [2021-01-25T14:46:11.921Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-25T14:46:11.921Z] ---> Using cache [2021-01-25T14:46:11.921Z] ---> 6d97439e9cd9 [2021-01-25T14:46:11.921Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-25T14:46:11.921Z] ---> Using cache [2021-01-25T14:46:11.921Z] ---> 9c8a54bef2d9 [2021-01-25T14:46:11.921Z] Step 6/22 : COPY go.mod . [2021-01-25T14:46:11.921Z] ---> Using cache [2021-01-25T14:46:11.921Z] ---> 73d25e253ae6 [2021-01-25T14:46:11.921Z] Step 7/22 : RUN go mod download [2021-01-25T14:46:11.921Z] ---> Using cache [2021-01-25T14:46:11.921Z] ---> 6358d0f61933 [2021-01-25T14:46:11.921Z] Step 8/22 : COPY . . [2021-01-25T14:46:13.919Z] Running setup.py install for texttable: finished with status 'done' [2021-01-25T14:46:13.919Z] Running setup.py install for PyYAML: started [2021-01-25T14:46:15.928Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-25T14:46:16.549Z] Running setup.py install for docopt: started [2021-01-25T14:46:19.206Z] Running setup.py install for docopt: finished with status 'done' [2021-01-25T14:46:20.203Z] Running setup.py install for dockerpty: started [2021-01-25T14:46:22.228Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-25T14:46:25.631Z] 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-25T14:46:26.232Z] ---> ad15953608d7 [2021-01-25T14:46:26.232Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-25T14:46:26.520Z] ---> Running in 8e83172f4de0 [2021-01-25T14:46:26.520Z] ---> 5391c2feb1fd [2021-01-25T14:46:26.520Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-25T14:46:26.803Z] ---> c68a862c67e9 [2021-01-25T14:46:26.803Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-25T14:46:26.803Z] ---> Running in a711aad23123 [2021-01-25T14:46:27.418Z] ---> Running in f27466c41b9a [2021-01-25T14:46:28.405Z] ---> 45016edc6c18 [2021-01-25T14:46:28.405Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-25T14:46:28.405Z] 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-25T14:46:28.681Z] ---> Running in fde922e32bbe [2021-01-25T14:46:28.961Z] 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-25T14:46:29.954Z] 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-25T14:46:30.956Z] 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-25T14:46:31.563Z] Removing intermediate container 591594dfb9e4 [2021-01-25T14:46:31.563Z] ---> 97775f9367a5 [2021-01-25T14:46:31.563Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-25T14:46:31.563Z] ---> Running in 7782b5c61602 [2021-01-25T14:46:33.569Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-25T14:46:33.854Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-25T14:46:34.626Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-25T14:46:34.926Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-25T14:46:34.926Z] (3/3) Installing curl (7.69.1-r3) [2021-01-25T14:46:34.927Z] Executing busybox-1.31.1-r19.trigger [2021-01-25T14:46:34.927Z] OK: 71 MiB in 58 packages [2021-01-25T14:46:36.940Z] Removing intermediate container 7782b5c61602 [2021-01-25T14:46:36.941Z] ---> ca62ce3113e6 [2021-01-25T14:46:36.941Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-25T14:46:36.941Z] ---> Running in 93ff5d979d69 [2021-01-25T14:46:37.548Z] Removing intermediate container 93ff5d979d69 [2021-01-25T14:46:37.548Z] ---> 175bb256af81 [2021-01-25T14:46:37.548Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-25T14:46:37.826Z] ---> Running in 9d6a9d50f7a7 [2021-01-25T14:46:38.478Z] Removing intermediate container 9d6a9d50f7a7 [2021-01-25T14:46:38.478Z] ---> 8f75958521f7 [2021-01-25T14:46:38.478Z] Step 24/26 : LABEL arch=arm64 [2021-01-25T14:46:38.757Z] ---> Running in 644f129daff4 [2021-01-25T14:46:39.362Z] Removing intermediate container 644f129daff4 [2021-01-25T14:46:39.362Z] ---> c4add3a30d79 [2021-01-25T14:46:39.362Z] Step 25/26 : LABEL git_sha=fd0285852452e0e60bb303654278afa6bd9b4a9c [2021-01-25T14:46:39.638Z] ---> Running in bbd384eff398 [2021-01-25T14:46:40.246Z] Removing intermediate container bbd384eff398 [2021-01-25T14:46:40.246Z] ---> b57efff71627 [2021-01-25T14:46:40.246Z] Step 26/26 : LABEL version=0.0.0 [2021-01-25T14:46:40.246Z] ---> Running in 13e0a8c46c18 [2021-01-25T14:46:41.240Z] Removing intermediate container 13e0a8c46c18 [2021-01-25T14:46:41.240Z] ---> 00285fc26e0b [2021-01-25T14:46:41.240Z] [2021-01-25T14:46:41.515Z] Successfully built 00285fc26e0b [2021-01-25T14:46:41.515Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-25T14:47:38.145Z]  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-25T14:47:53.264Z] Removing intermediate container a711aad23123 [2021-01-25T14:47:53.264Z] ---> c834e960a3a4 [2021-01-25T14:47:53.264Z] [2021-01-25T14:47:53.264Z] Step 10/23 : FROM alpine:3.12 [2021-01-25T14:47:53.264Z] ---> afeebe901d6b [2021-01-25T14:47:53.264Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-25T14:47:53.264Z] ---> Using cache [2021-01-25T14:47:53.264Z] ---> 8cbd0d4ea3b0 [2021-01-25T14:47:53.264Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-25T14:47:53.264Z] ---> Using cache [2021-01-25T14:47:53.264Z] ---> 0348430ac1d8 [2021-01-25T14:47:53.264Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-25T14:47:53.264Z] Removing intermediate container fde922e32bbe [2021-01-25T14:47:53.264Z] ---> 7716df6419ff [2021-01-25T14:47:53.264Z] [2021-01-25T14:47:53.264Z] Step 10/22 : FROM alpine:3.12 [2021-01-25T14:47:53.264Z] ---> afeebe901d6b [2021-01-25T14:47:53.264Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-25T14:47:53.264Z] ---> Using cache [2021-01-25T14:47:53.264Z] ---> 8cbd0d4ea3b0 [2021-01-25T14:47:53.264Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-25T14:47:53.264Z] ---> Using cache [2021-01-25T14:47:53.264Z] ---> 0348430ac1d8 [2021-01-25T14:47:53.264Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-25T14:47:53.264Z] Removing intermediate container f27466c41b9a [2021-01-25T14:47:53.264Z] ---> 3e7c129f6721 [2021-01-25T14:47:53.264Z] [2021-01-25T14:47:53.264Z] Step 10/21 : FROM alpine:3.12 [2021-01-25T14:47:53.264Z] ---> afeebe901d6b [2021-01-25T14:47:53.264Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-25T14:47:53.264Z] ---> Running in a37df5d53e13 [2021-01-25T14:47:53.264Z] ---> Running in f677d8eed1f5 [2021-01-25T14:47:53.264Z] ---> Running in 05be454b23ef [2021-01-25T14:47:53.873Z] Removing intermediate container a37df5d53e13 [2021-01-25T14:47:53.873Z] ---> 1aa7a4149592 [2021-01-25T14:47:53.873Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-25T14:47:53.873Z] Removing intermediate container f677d8eed1f5 [2021-01-25T14:47:53.873Z] ---> 00af0acbd4cd [2021-01-25T14:47:53.873Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-25T14:47:54.156Z] ---> Running in 7312237bffc1 [2021-01-25T14:47:54.156Z] ---> Running in 9104eec6cce2 [2021-01-25T14:47:54.759Z] Removing intermediate container 7312237bffc1 [2021-01-25T14:47:54.759Z] ---> f21f88a1cde4 [2021-01-25T14:47:54.759Z] Step 15/23 : WORKDIR / [2021-01-25T14:47:54.759Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-25T14:47:54.759Z] Removing intermediate container 9104eec6cce2 [2021-01-25T14:47:54.759Z] ---> 4f4c5e751e98 [2021-01-25T14:47:54.759Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-25T14:47:55.031Z] ---> Running in 723fb809c8a4 [2021-01-25T14:47:55.031Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-25T14:47:55.632Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-25T14:47:55.632Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-25T14:47:55.632Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-25T14:47:55.632Z] (4/4) Installing curl (7.69.1-r3) [2021-01-25T14:47:55.632Z] Executing busybox-1.31.1-r19.trigger [2021-01-25T14:47:55.632Z] Executing ca-certificates-20191127-r4.trigger [2021-01-25T14:47:55.632Z] Removing intermediate container 723fb809c8a4 [2021-01-25T14:47:55.632Z] ---> da94740a7164 [2021-01-25T14:47:55.632Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-25T14:47:55.915Z] ---> a6a9a891b137 [2021-01-25T14:47:55.915Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-25T14:47:55.915Z] OK: 7 MiB in 18 packages [2021-01-25T14:47:57.395Z] ---> a82506dbd423 [2021-01-25T14:47:57.395Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-25T14:47:58.004Z] ---> 3ab89f1886da [2021-01-25T14:47:58.004Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-25T14:47:58.616Z] Removing intermediate container 05be454b23ef [2021-01-25T14:47:58.616Z] ---> 72bd6dca5093 [2021-01-25T14:47:58.616Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-25T14:47:58.893Z] ---> Running in f89a0d8c909d [2021-01-25T14:47:59.170Z] ---> b2f964e07167 [2021-01-25T14:47:59.170Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-25T14:47:59.170Z] ---> f4519dbdfda9 [2021-01-25T14:47:59.170Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-25T14:47:59.170Z] ---> Running in 89ed11650a6f [2021-01-25T14:47:59.823Z] Removing intermediate container f89a0d8c909d [2021-01-25T14:47:59.823Z] ---> de1cf8239db4 [2021-01-25T14:47:59.823Z] Step 13/21 : WORKDIR /edgex [2021-01-25T14:48:00.138Z] ---> Running in de85fb9e5a56 [2021-01-25T14:48:00.138Z] Removing intermediate container 89ed11650a6f [2021-01-25T14:48:00.138Z] ---> 4a174bb0ee40 [2021-01-25T14:48:00.138Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-25T14:48:00.457Z] ---> d71ee46895fa [2021-01-25T14:48:00.457Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-25T14:48:00.457Z] ---> Running in d31f6222a5d3 [2021-01-25T14:48:00.744Z] ---> Running in cf53434ae8a1 [2021-01-25T14:48:00.744Z] Removing intermediate container de85fb9e5a56 [2021-01-25T14:48:00.744Z] ---> f7dc9a7599f4 [2021-01-25T14:48:00.744Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-25T14:48:01.342Z] Removing intermediate container d31f6222a5d3 [2021-01-25T14:48:01.342Z] ---> f41d5ea2530d [2021-01-25T14:48:01.342Z] Step 20/22 : LABEL arch=arm64 [2021-01-25T14:48:01.342Z] Removing intermediate container cf53434ae8a1 [2021-01-25T14:48:01.342Z] ---> c65e52dc6a3c [2021-01-25T14:48:01.342Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-25T14:48:01.618Z] ---> Running in 322d91bae28b [2021-01-25T14:48:01.618Z] ---> Running in 2b7147bb0b8f [2021-01-25T14:48:01.909Z] ---> 839e4699b965 [2021-01-25T14:48:01.909Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-25T14:48:02.186Z] Removing intermediate container 322d91bae28b [2021-01-25T14:48:02.186Z] ---> 52fdc46d7c34 [2021-01-25T14:48:02.186Z] Step 21/22 : LABEL git_sha=fd0285852452e0e60bb303654278afa6bd9b4a9c [2021-01-25T14:48:02.462Z] Removing intermediate container 2b7147bb0b8f [2021-01-25T14:48:02.462Z] ---> b4f322050074 [2021-01-25T14:48:02.462Z] Step 21/23 : LABEL arch=arm64 [2021-01-25T14:48:02.462Z] ---> Running in 9fc62e68de13 [2021-01-25T14:48:02.740Z] ---> Running in c9de33906d4b [2021-01-25T14:48:03.010Z] Removing intermediate container 9fc62e68de13 [2021-01-25T14:48:03.010Z] ---> 75ccfaa75ff5 [2021-01-25T14:48:03.010Z] Step 22/22 : LABEL version=0.0.0 [2021-01-25T14:48:03.282Z] ---> Running in 66f7515dc5f2 [2021-01-25T14:48:03.560Z] Removing intermediate container c9de33906d4b [2021-01-25T14:48:03.560Z] ---> 5db1ce8f1b1e [2021-01-25T14:48:03.560Z] Step 22/23 : LABEL git_sha=fd0285852452e0e60bb303654278afa6bd9b4a9c [2021-01-25T14:48:03.560Z] ---> 9149928cf50f [2021-01-25T14:48:03.560Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-25T14:48:03.560Z] ---> Running in 9bf6de4a891d [2021-01-25T14:48:03.834Z] Removing intermediate container 66f7515dc5f2 [2021-01-25T14:48:03.834Z] ---> b591c4a7c19f [2021-01-25T14:48:03.834Z] [2021-01-25T14:48:04.491Z] Successfully built b591c4a7c19f [2021-01-25T14:48:04.491Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-25T14:48:04.491Z]  Building docker-support-scheduler-go ... done Removing intermediate container 9bf6de4a891d [2021-01-25T14:48:04.491Z] ---> d35579c853da [2021-01-25T14:48:04.491Z] Step 23/23 : LABEL version=0.0.0 [2021-01-25T14:48:04.767Z] ---> Running in b4ddbdf3f836 [2021-01-25T14:48:05.051Z] ---> 0bbe7e5c450c [2021-01-25T14:48:05.051Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-25T14:48:05.325Z] ---> Running in 3dd13209c59b [2021-01-25T14:48:05.325Z] Removing intermediate container b4ddbdf3f836 [2021-01-25T14:48:05.325Z] ---> ff8a3d503f9f [2021-01-25T14:48:05.325Z] [2021-01-25T14:48:05.921Z] Successfully built ff8a3d503f9f [2021-01-25T14:48:05.921Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-25T14:48:06.195Z]  Building docker-core-command-go ... done Removing intermediate container 3dd13209c59b [2021-01-25T14:48:06.195Z] ---> 1dcb753bb6f3 [2021-01-25T14:48:06.195Z] Step 18/21 : CMD ["--init=true"] [2021-01-25T14:48:06.468Z] ---> Running in 306c5ab0c3ad [2021-01-25T14:48:07.073Z] Removing intermediate container 306c5ab0c3ad [2021-01-25T14:48:07.073Z] ---> 9df41e0769b5 [2021-01-25T14:48:07.073Z] Step 19/21 : LABEL arch=arm64 [2021-01-25T14:48:07.350Z] ---> Running in d4a72e2b1dba [2021-01-25T14:48:07.943Z] Removing intermediate container 8e83172f4de0 [2021-01-25T14:48:07.943Z] ---> 0cca6ed21e93 [2021-01-25T14:48:07.943Z] [2021-01-25T14:48:07.943Z] Step 10/23 : FROM alpine:3.12 [2021-01-25T14:48:07.943Z] ---> afeebe901d6b [2021-01-25T14:48:07.943Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-25T14:48:07.943Z] Removing intermediate container d4a72e2b1dba [2021-01-25T14:48:07.943Z] ---> 061880c44b94 [2021-01-25T14:48:07.943Z] Step 20/21 : LABEL git_sha=fd0285852452e0e60bb303654278afa6bd9b4a9c [2021-01-25T14:48:07.943Z] ---> Running in 42c2f9c7dd26 [2021-01-25T14:48:08.216Z] ---> Running in 9743acf0940d [2021-01-25T14:48:08.488Z] Removing intermediate container 42c2f9c7dd26 [2021-01-25T14:48:08.488Z] ---> 02c314637400 [2021-01-25T14:48:08.488Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-25T14:48:08.762Z] Removing intermediate container 9743acf0940d [2021-01-25T14:48:08.763Z] ---> 26b70e502c95 [2021-01-25T14:48:08.763Z] Step 21/21 : LABEL version=0.0.0 [2021-01-25T14:48:08.763Z] ---> Running in e1c22db5a90b [2021-01-25T14:48:08.763Z] ---> Running in f784d5f3995d [2021-01-25T14:48:09.357Z] Removing intermediate container e1c22db5a90b [2021-01-25T14:48:09.357Z] ---> 775edf8da61c [2021-01-25T14:48:09.357Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-25T14:48:09.357Z] ---> Running in ade5933ecad8 [2021-01-25T14:48:09.357Z] Removing intermediate container f784d5f3995d [2021-01-25T14:48:09.357Z] ---> b505d4d7b9a8 [2021-01-25T14:48:09.357Z] [2021-01-25T14:48:09.953Z] Successfully built b505d4d7b9a8 [2021-01-25T14:48:09.953Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-25T14:48:10.225Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container ade5933ecad8 [2021-01-25T14:48:10.225Z] ---> 28de374f5637 [2021-01-25T14:48:10.225Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-25T14:48:10.225Z] ---> Running in 4b0a32037a45 [2021-01-25T14:48:12.836Z] Removing intermediate container 4b0a32037a45 [2021-01-25T14:48:12.836Z] ---> bbeb535f361b [2021-01-25T14:48:12.836Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-25T14:48:12.836Z] ---> Running in 756fad03af69 [2021-01-25T14:48:13.809Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-25T14:48:14.403Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-25T14:48:15.373Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-25T14:48:15.374Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-25T14:48:15.374Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-25T14:48:15.643Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-25T14:48:15.915Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-25T14:48:15.915Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-25T14:48:16.188Z] Executing busybox-1.31.1-r19.trigger [2021-01-25T14:48:16.188Z] OK: 8 MiB in 20 packages [2021-01-25T14:48:17.616Z] Removing intermediate container 756fad03af69 [2021-01-25T14:48:17.616Z] ---> e4a21f6b09d7 [2021-01-25T14:48:17.616Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-25T14:48:18.208Z] ---> 4caa5d07652e [2021-01-25T14:48:18.208Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-25T14:48:19.642Z] ---> d1118a44e8e5 [2021-01-25T14:48:19.642Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-25T14:48:20.234Z] ---> 587f111cd216 [2021-01-25T14:48:20.234Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-25T14:48:20.234Z] ---> Running in 5a9295bd7c1a [2021-01-25T14:48:20.826Z] Removing intermediate container 5a9295bd7c1a [2021-01-25T14:48:20.826Z] ---> 0df1500e472a [2021-01-25T14:48:20.826Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-25T14:48:20.826Z] ---> Running in eb96b3fb57a3 [2021-01-25T14:48:21.417Z] Removing intermediate container eb96b3fb57a3 [2021-01-25T14:48:21.417Z] ---> fc454aab3ce0 [2021-01-25T14:48:21.417Z] Step 21/23 : LABEL arch=arm64 [2021-01-25T14:48:21.417Z] ---> Running in 070822a262f6 [2021-01-25T14:48:22.011Z] Removing intermediate container 070822a262f6 [2021-01-25T14:48:22.011Z] ---> 7a77052cda8a [2021-01-25T14:48:22.011Z] Step 22/23 : LABEL git_sha=fd0285852452e0e60bb303654278afa6bd9b4a9c [2021-01-25T14:48:22.011Z] ---> Running in 8467e90490e2 [2021-01-25T14:48:22.605Z] Removing intermediate container 8467e90490e2 [2021-01-25T14:48:22.605Z] ---> 150730e8ab34 [2021-01-25T14:48:22.605Z] Step 23/23 : LABEL version=0.0.0 [2021-01-25T14:48:22.605Z] ---> Running in e8f97e18bcaa [2021-01-25T14:48:23.197Z] Removing intermediate container e8f97e18bcaa [2021-01-25T14:48:23.197Z] ---> c5c62194a5b2 [2021-01-25T14:48:23.197Z] [2021-01-25T14:48:23.480Z] Successfully built c5c62194a5b2 [2021-01-25T14:48:23.480Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-25T14:48:23.773Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-25T14:48:23.771Z] $ docker stop --time=1 8b136f625c6500eaec4609e2d37c76d2213984798cd0fc12e3549c271d9e3822 [2021-01-25T14:48:25.812Z] $ docker rm -f 8b136f625c6500eaec4609e2d37c76d2213984798cd0fc12e3549c271d9e3822 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-25T14:48:26.521Z] + docker images [2021-01-25T14:48:26.522Z] + grep docker [2021-01-25T14:48:26.790Z] docker-core-data-go-arm64 latest c5c62194a5b2 4 seconds ago 21MB [2021-01-25T14:48:26.790Z] docker-security-proxy-setup-go-arm64 latest b505d4d7b9a8 17 seconds ago 23.2MB [2021-01-25T14:48:26.790Z] docker-core-command-go-arm64 latest ff8a3d503f9f 21 seconds ago 15.4MB [2021-01-25T14:48:26.790Z] docker-support-scheduler-go-arm64 latest b591c4a7c19f 23 seconds ago 15.5MB [2021-01-25T14:48:26.790Z] docker-sys-mgmt-agent-go-arm64 latest 00285fc26e0b About a minute ago 300MB [2021-01-25T14:48:26.790Z] docker-security-bootstrapper-go-arm64 latest 954fd7332399 2 minutes ago 40.3MB [2021-01-25T14:48:26.790Z] docker-core-metadata-go-arm64 latest db1e4f787b32 3 minutes ago 17.7MB [2021-01-25T14:48:26.790Z] docker-support-notifications-go-arm64 latest c14372da32ff 3 minutes ago 16MB [2021-01-25T14:48:26.790Z] docker-security-secretstore-setup-go-arm64 latest 077f2f0698b1 3 minutes ago 23.4MB [2021-01-25T14:48:26.790Z] docker 20.10.0 eeaf43b92773 6 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-25T14:48:28.546Z] provisioning config files... [2021-01-25T14:48:28.568Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config1964344978637743222tmp [Pipeline] { [Pipeline] sh [2021-01-25T14:48:28.928Z] + set +x [2021-01-25T14:48:28.928Z] + curl -s https://codecov.io/bash [2021-01-25T14:48:28.928Z] + bash -s -- [2021-01-25T14:48:29.190Z] [2021-01-25T14:48:29.190Z] _____ _ [2021-01-25T14:48:29.190Z] / ____| | | [2021-01-25T14:48:29.190Z] | | ___ __| | ___ ___ _____ __ [2021-01-25T14:48:29.190Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-25T14:48:29.190Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-25T14:48:29.190Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-25T14:48:29.190Z] Bash-20210115-cec3c92 [2021-01-25T14:48:29.190Z] [2021-01-25T14:48:29.190Z] [2021-01-25T14:48:29.190Z] ==> git version 2.24.3 found [2021-01-25T14:48:29.190Z] ==> 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-25T14:48:29.190Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-25T14:48:29.190Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-25T14:48:29.190Z] ==> Jenkins CI detected. [2021-01-25T14:48:29.456Z] project root: . [2021-01-25T14:48:29.456Z] --> token set from env [2021-01-25T14:48:29.456Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-25T14:48:29.456Z] ==> Running gcov in . (disable via -X gcov) [2021-01-25T14:48:29.456Z] ==> Python coveragepy not found [2021-01-25T14:48:29.456Z] ==> Searching for coverage reports in: [2021-01-25T14:48:29.456Z] + . [2021-01-25T14:48:29.456Z] -> Found 1 reports [2021-01-25T14:48:29.456Z] ==> Detecting git/mercurial file structure [2021-01-25T14:48:29.456Z] ==> Reading reports [2021-01-25T14:48:29.456Z] + ./coverage.out bytes=564700 [2021-01-25T14:48:29.456Z] ==> Appending adjustments [2021-01-25T14:48:29.456Z] https://docs.codecov.io/docs/fixing-reports [2021-01-25T14:48:32.764Z] + Found adjustments [2021-01-25T14:48:32.764Z] ==> Gzipping contents [2021-01-25T14:48:32.764Z] 84K /tmp/codecov.1YFGcY.gz [2021-01-25T14:48:32.764Z] ==> Uploading reports [2021-01-25T14:48:32.764Z] url: https://codecov.io [2021-01-25T14:48:32.764Z] query: branch=PR-3072&commit=fd0285852452e0e60bb303654278afa6bd9b4a9c&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3072%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3072&job=&cmd_args= [2021-01-25T14:48:32.764Z] -> Pinging Codecov [2021-01-25T14:48:32.764Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3072&commit=fd0285852452e0e60bb303654278afa6bd9b4a9c&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3072%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3072&job=&cmd_args= [2021-01-25T14:48:33.716Z] -> Uploading to [2021-01-25T14:48:33.716Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-25/00271124DB129430A58F1EEE437C3FCB/fd0285852452e0e60bb303654278afa6bd9b4a9c/4802b58d-9e87-43f8-979b-3cc94996bfb1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210125%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210125T144833Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=28532ef83d1f6bd45f8fb11c727d0c829cec4655c6877bb25e3f2fa92ac24408 [2021-01-25T14:48:33.716Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-25T14:48:33.716Z] Dload Upload Total Spent Left Speed [2021-01-25T14:48:34.290Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85505 0 0 100 85505 0 136k --:--:-- --:--:-- --:--:-- 135k 100 85505 0 0 100 85505 0 136k --:--:-- --:--:-- --:--:-- 135k [2021-01-25T14:48:34.290Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/fd0285852452e0e60bb303654278afa6bd9b4a9c [Pipeline] } [2021-01-25T14:48:34.313Z] 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-25T14:48:36.398Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-25T14:48:37.353Z] ---> package-listing.sh [2021-01-25T14:48:37.353Z] ++ facter osfamily [2021-01-25T14:48:37.353Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-25T14:48:37.353Z] + OS_FAMILY=redhat [2021-01-25T14:48:37.353Z] + workspace=/w/workspace/edgex-go/3 [2021-01-25T14:48:37.353Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-25T14:48:37.353Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-25T14:48:37.353Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-25T14:48:37.353Z] + PACKAGES=/tmp/packages_start.txt [2021-01-25T14:48:37.353Z] + '[' /w/workspace/edgex-go/3 ']' [2021-01-25T14:48:37.353Z] + PACKAGES=/tmp/packages_end.txt [2021-01-25T14:48:37.353Z] + case "${OS_FAMILY}" in [2021-01-25T14:48:37.353Z] + rpm -qa [2021-01-25T14:48:37.353Z] + sort [2021-01-25T14:48:42.657Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-25T14:48:42.657Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-25T14:48:42.657Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-25T14:48:42.657Z] + '[' /w/workspace/edgex-go/3 ']' [2021-01-25T14:48:42.657Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-01-25T14:48:42.657Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-01-25T14:48:42.670Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-25T14:48:42.961Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-25T14:48:43.264Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-25T14:48:43.264Z] [2021-01-25T14:48:43.264Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-25T14:48:43.613Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-25T14:48:43.613Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-25T14:48:43.613Z] df20fa9351a1: Pulling fs layer [2021-01-25T14:48:43.613Z] 36b3adc4ff6f: Pulling fs layer [2021-01-25T14:48:43.613Z] 8ad3a11d3b57: Pulling fs layer [2021-01-25T14:48:43.613Z] 46f8f816bc3b: Pulling fs layer [2021-01-25T14:48:43.613Z] 93b61091891f: Pulling fs layer [2021-01-25T14:48:43.613Z] 93b9cdb0e59b: Pulling fs layer [2021-01-25T14:48:43.613Z] 5e14af77c1be: Pulling fs layer [2021-01-25T14:48:43.613Z] 01666e4c0597: Pulling fs layer [2021-01-25T14:48:43.613Z] aa168da1d23b: Pulling fs layer [2021-01-25T14:48:43.613Z] 93b61091891f: Waiting [2021-01-25T14:48:43.613Z] 5e14af77c1be: Waiting [2021-01-25T14:48:43.613Z] 46f8f816bc3b: Waiting [2021-01-25T14:48:43.613Z] 93b9cdb0e59b: Waiting [2021-01-25T14:48:43.613Z] aa168da1d23b: Waiting [2021-01-25T14:48:43.613Z] 01666e4c0597: Waiting [2021-01-25T14:48:43.613Z] 36b3adc4ff6f: Verifying Checksum [2021-01-25T14:48:43.613Z] 36b3adc4ff6f: Download complete [2021-01-25T14:48:43.613Z] 46f8f816bc3b: Verifying Checksum [2021-01-25T14:48:43.613Z] 46f8f816bc3b: Download complete [2021-01-25T14:48:43.613Z] df20fa9351a1: Download complete [2021-01-25T14:48:43.884Z] 93b9cdb0e59b: Verifying Checksum [2021-01-25T14:48:43.884Z] 93b9cdb0e59b: Download complete [2021-01-25T14:48:43.884Z] 5e14af77c1be: Verifying Checksum [2021-01-25T14:48:43.884Z] 5e14af77c1be: Download complete [2021-01-25T14:48:43.884Z] 93b61091891f: Verifying Checksum [2021-01-25T14:48:43.884Z] 93b61091891f: Download complete [2021-01-25T14:48:43.884Z] 01666e4c0597: Verifying Checksum [2021-01-25T14:48:43.884Z] 01666e4c0597: Download complete [2021-01-25T14:48:43.884Z] 8ad3a11d3b57: Verifying Checksum [2021-01-25T14:48:43.884Z] 8ad3a11d3b57: Download complete [2021-01-25T14:48:44.149Z] df20fa9351a1: Pull complete [2021-01-25T14:48:44.418Z] 36b3adc4ff6f: Pull complete [2021-01-25T14:48:45.006Z] 8ad3a11d3b57: Pull complete [2021-01-25T14:48:45.269Z] 46f8f816bc3b: Pull complete [2021-01-25T14:48:45.842Z] aa168da1d23b: Verifying Checksum [2021-01-25T14:48:45.842Z] aa168da1d23b: Download complete [2021-01-25T14:48:46.787Z] 93b61091891f: Pull complete [2021-01-25T14:48:47.733Z] 93b9cdb0e59b: Pull complete [2021-01-25T14:48:47.733Z] 5e14af77c1be: Pull complete [2021-01-25T14:48:47.997Z] 01666e4c0597: Pull complete [2021-01-25T14:48:58.101Z] aa168da1d23b: Pull complete [2021-01-25T14:48:58.101Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-25T14:48:58.101Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-25T14:48:58.101Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-25T14:48:58.294Z] prd-centos7-docker-4c-2g-22634 does not seem to be running inside a container [2021-01-25T14:48:58.350Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-25T14:49:04.488Z] $ docker top c20f38b86677d56f035e1a512006e6844f0839fa8313ac96694872784cd44248 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-25T14:49:05.074Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-25T14:49:05.376Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-25T14:49:05.675Z] + ls /var/log/sa-host [2021-01-25T14:49:05.675Z] + sadf -c /var/log/sa-host/sa23 [2021-01-25T14:49:05.675Z] file_magic: OK [2021-01-25T14:49:05.675Z] HZ: Using current value: 100 [2021-01-25T14:49:05.675Z] file_header: OK [2021-01-25T14:49:05.675Z] 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-25T14:49:05.675Z] Statistics: [2021-01-25T14:49:05.675Z] Hnuu...uuuununununu... [2021-01-25T14:49:05.675Z] File successfully converted to sysstat format version 12.2.1 [2021-01-25T14:49:05.675Z] + sadf -c /var/log/sa-host/sa25 [2021-01-25T14:49:05.675Z] file_magic: OK [2021-01-25T14:49:05.675Z] HZ: Using current value: 100 [2021-01-25T14:49:05.675Z] file_header: OK [2021-01-25T14:49:05.675Z] 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-25T14:49:05.675Z] Statistics: [2021-01-25T14:49:05.675Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-25T14:49:05.675Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-25T14:49:06.363Z] provisioning config files... [2021-01-25T14:49:06.379Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config903197002790189681tmp [Pipeline] { [Pipeline] echo [2021-01-25T14:49:06.454Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-25T14:49:06.755Z] ---> create-netrc.sh [Pipeline] } [2021-01-25T14:49:06.764Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-25T14:49:06.856Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-25T14:49:07.155Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-25T14:49:07.166Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-25T14:49:07.491Z] ---> sudo-logs.sh [2021-01-25T14:49:07.491Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-25T14:49:07.502Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-25T14:49:07.799Z] ---> job-cost.sh [2021-01-25T14:49:07.799Z] lf-activate-venv: SKIPPING [2021-01-25T14:49:07.799Z] INFO: No Stack... [2021-01-25T14:49:09.716Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-25T14:49:10.289Z] INFO: Archiving Costs [Pipeline] echo [2021-01-25T14:49:10.302Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-25T14:49:10.603Z] ---> logs-deploy.sh [2021-01-25T14:49:10.603Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3072/3 [2021-01-25T14:49:10.603Z] INFO: archiving workspace using pattern(s): [2021-01-25T14:49:12.520Z] Archives upload complete. [2021-01-25T14:49:12.520Z] INFO: archiving logs to Nexus [2021-01-25T14:49:13.464Z] ---> uname -a: [2021-01-25T14:49:13.464Z] Linux prd-centos7-docker-4c-2g-22634.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-01-25T14:49:13.464Z] [2021-01-25T14:49:13.464Z]