Skip to content

Instantly share code, notes, and snippets.

@vishal-macha
Created July 31, 2019 16:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vishal-macha/bce7df5fc062b4ce0ef768a17a94259b to your computer and use it in GitHub Desktop.
Save vishal-macha/bce7df5fc062b4ce0ef768a17a94259b to your computer and use it in GitHub Desktop.
Create kibana Docker Image using kibana source code 6.4.3

Last login: Wed Jul 31 10:42:56 on ttys008 HQSML-1689749:~ vmacha012$ python --version Python 2.7.10 HQSML-1689749:~ vmacha012$ python3 --version Python 3.7.4 HQSML-1689749:~ vmacha012$ gcc --version Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/c++/4.2.1 Apple LLVM version 10.0.1 (clang-1001.0.46.4) Target: x86_64-apple-darwin18.2.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin HQSML-1689749:~ vmacha012$ node -v v8.11.4 HQSML-1689749:~ vmacha012$ npm -v 6.4.1 HQSML-1689749:~ vmacha012$ docker -v Docker version 18.09.2, build 6247962 HQSML-1689749:~ vmacha012$ cd /Users/vmacha012/Documents/Project/Docker HQSML-1689749:Docker vmacha012$ git clone https://github.com/elastic/kibana.git Cloning into 'kibana'... remote: Enumerating objects: 8, done. remote: Counting objects: 100% (8/8), done. remote: Compressing objects: 100% (8/8), done. Receiving objects: 100% (559409/559409), 905.78 MiB | 568.00 KiB/s, done. remote: Total 559409 (delta 0), reused 0 (delta 0), pack-reused 559401 Resolving deltas: 100% (339855/339855), done. Checking out files: 100% (18965/18965), done. HQSML-1689749:Docker vmacha012$ cd kibana/ HQSML-1689749:kibana vmacha012$ git checkout 6.4 Checking out files: 100% (25580/25580), done. Branch '6.4' set up to track remote branch '6.4' from 'origin'. Switched to a new branch '6.4' HQSML-1689749:kibana vmacha012$ git checkout v6.4.3 HEAD is now at 968768f01f [6.4] Reporting Cookies #24752 (#24794) HQSML-1689749:kibana vmacha012$ git status HEAD detached at v6.4.3 nothing to commit, working tree clean HQSML-1689749:kibana vmacha012$ Yarn Install yarn run v1.17.3 error Command "Install" not found. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. HQSML-1689749:kibana vmacha012$ Yarn install yarn install v1.17.3 $ node ./preinstall_check

WARNING: When installing dependencies, prefer yarn kbn bootstrap

[1/5] πŸ” Validating package.json... [2/5] πŸ” Resolving packages... [3/5] 🚚 Fetching packages... [4/5] πŸ”— Linking dependencies... warning "x-pack > react-router-breadcrumbs-hoc@1.1.2" has unmet peer dependency "react-router@^4.2.0". warning "x-pack > react-sticky@6.0.1" has incorrect peer dependency "react@^15.3.0". warning "x-pack > react-sticky@6.0.1" has incorrect peer dependency "react-dom@^15.3.0". error An unexpected error occurred: "ENOENT: no such file or directory, lstat '/Users/vmacha012/Documents/Project/Docker/kibana/packages/kbn-eslint-import-resolver-kibana/node_modules/glob-all'". info If you think this is a bug, please open a bug report with the information provided in "/Users/vmacha012/Documents/Project/Docker/kibana/yarn-error.log". info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command. HQSML-1689749:kibana vmacha012$ yarn kbn bootstrap yarn run v1.17.3 $ node scripts/kbn bootstrap Running [bootstrap] command from [/Users/vmacha012/Documents/Project/Docker/kibana]:

Found [17] projects:

kibana β”œβ”€β”€ packages β”‚ β”œβ”€β”€ eslint-config-kibana (@elastic/eslint-config-kibana) β”‚ β”œβ”€β”€ eslint-plugin-kibana-custom (@elastic/eslint-plugin-kibana-custom) β”‚ β”œβ”€β”€ kbn-babel-preset (@kbn/babel-preset) β”‚ β”œβ”€β”€ kbn-datemath (@kbn/datemath) β”‚ β”œβ”€β”€ kbn-dev-utils (@kbn/dev-utils) β”‚ β”œβ”€β”€ kbn-es (@kbn/es) β”‚ β”œβ”€β”€ kbn-eslint-import-resolver-kibana (@kbn/eslint-import-resolver-kibana) β”‚ β”œβ”€β”€ kbn-eslint-plugin-license-header (@kbn/eslint-plugin-license-header) β”‚ β”œβ”€β”€ kbn-plugin-generator (@kbn/plugin-generator) β”‚ β”œβ”€β”€ kbn-plugin-helpers (@kbn/plugin-helpers) β”‚ β”œβ”€β”€ kbn-pm (@kbn/pm) β”‚ β”œβ”€β”€ kbn-system-loader (@kbn/system-loader) β”‚ β”œβ”€β”€ kbn-test-subj-selector (@kbn/test-subj-selector) β”‚ β”œβ”€β”€ kbn-test (@kbn/test) β”‚ └── kbn-ui-framework (@kbn/ui-framework) └── x-pack

Running installs in topological order:

Installing dependencies in [@kbn/babel-preset]:

[1/4] πŸ” Resolving packages... [2/4] 🚚 Fetching packages... [3/4] πŸ”— Linking dependencies... [4/4] πŸ”¨ Building fresh packages...

Installing dependencies in [@kbn/datemath]:

[1/4] πŸ” Resolving packages... [2/4] 🚚 Fetching packages... [3/4] πŸ”— Linking dependencies... [4/4] πŸ”¨ Building fresh packages...

Installing dependencies in [@kbn/eslint-import-resolver-kibana]:

[1/4] πŸ” Resolving packages... [2/4] 🚚 Fetching packages... [3/4] πŸ”— Linking dependencies... warning " > eslint-import-resolver-webpack@0.8.4" has unmet peer dependency "eslint-plugin-import@>=1.4.0". [4/4] πŸ”¨ Building fresh packages...

Installing dependencies in [@kbn/eslint-plugin-license-header]:

[1/4] πŸ” Resolving packages... [2/4] 🚚 Fetching packages... [3/4] πŸ”— Linking dependencies... [4/4] πŸ”¨ Building fresh packages...

Installing dependencies in [@kbn/plugin-generator]:

[1/4] πŸ” Resolving packages... [2/4] 🚚 Fetching packages... [3/4] πŸ”— Linking dependencies... [4/4] πŸ”¨ Building fresh packages...

Installing dependencies in [@kbn/plugin-helpers]:

[1/4] πŸ” Resolving packages... [2/4] 🚚 Fetching packages... [3/4] πŸ”— Linking dependencies... [4/4] πŸ”¨ Building fresh packages...

Installing dependencies in [@kbn/pm]:

[1/4] πŸ” Resolving packages... [2/4] 🚚 Fetching packages... [3/4] πŸ”— Linking dependencies... [4/4] πŸ”¨ Building fresh packages...

Installing dependencies in [@kbn/system-loader]:

[1/4] πŸ” Resolving packages... [2/4] 🚚 Fetching packages... [3/4] πŸ”— Linking dependencies... [4/4] πŸ”¨ Building fresh packages...

Installing dependencies in [@kbn/test-subj-selector]:

[1/4] πŸ” Resolving packages... [2/4] 🚚 Fetching packages... [3/4] πŸ”— Linking dependencies... [4/4] πŸ”¨ Building fresh packages...

Installing dependencies in [@kbn/dev-utils]:

[1/4] πŸ” Resolving packages... [2/4] 🚚 Fetching packages... [3/4] πŸ”— Linking dependencies... [4/4] πŸ”¨ Building fresh packages...

Installing dependencies in [@kbn/ui-framework]:

[1/4] πŸ” Resolving packages... [2/4] 🚚 Fetching packages... [3/4] πŸ”— Linking dependencies... [4/4] πŸ”¨ Building fresh packages...

Installing dependencies in [@kbn/es]:

[1/4] πŸ” Resolving packages... [2/4] 🚚 Fetching packages... [3/4] πŸ”— Linking dependencies... [4/4] πŸ”¨ Building fresh packages...

Installing dependencies in [@kbn/test]:

[1/4] πŸ” Resolving packages... [2/4] 🚚 Fetching packages... [3/4] πŸ”— Linking dependencies... [4/4] πŸ”¨ Building fresh packages...

Installing dependencies in [x-pack]:

$ node ../preinstall_check [1/5] πŸ” Validating package.json... [2/5] πŸ” Resolving packages... [3/5] 🚚 Fetching packages... [4/5] πŸ”— Linking dependencies... warning " > ngreact@0.5.1" has unmet peer dependency "angular@< 2.0.0". warning " > react-router-breadcrumbs-hoc@1.1.2" has unmet peer dependency "react-router@^4.2.0". warning " > react-sticky@6.0.1" has incorrect peer dependency "react@^15.3.0". warning " > react-sticky@6.0.1" has incorrect peer dependency "react-dom@^15.3.0". [5/5] πŸ”¨ Building fresh packages...

Installing dependencies in [kibana]:

$ node ./preinstall_check [1/5] πŸ” Validating package.json... [2/5] πŸ” Resolving packages... [3/5] 🚚 Fetching packages... [4/5] πŸ”— Linking dependencies... warning "x-pack > react-router-breadcrumbs-hoc@1.1.2" has unmet peer dependency "react-router@^4.2.0". warning "x-pack > react-sticky@6.0.1" has incorrect peer dependency "react@^15.3.0". warning "x-pack > react-sticky@6.0.1" has incorrect peer dependency "react-dom@^15.3.0". [5/5] πŸ”¨ Building fresh packages...

Installs completed, linking package executables:

[x-pack] plugin-helpers -> ../packages/kbn-plugin-helpers/bin/plugin-helpers.js

Linking executables completed, running kbn:bootstrap scripts

@kbn/datemath: $ yarn build @kbn/system-loader: $ yarn build @kbn/datemath: $ babel src --out-dir target @kbn/system-loader: $ tsc @kbn/datemath: src/index.js -> target/index.js @kbn/dev-utils: $ yarn build @kbn/dev-utils: $ babel src --out-dir target @kbn/dev-utils: src/index.js -> target/index.js @kbn/dev-utils: src/proc_runner/tests/with_proc_runner.js -> target/proc_runner/tests/with_proc_runner.js @kbn/dev-utils: src/proc_runner/errors.js -> target/proc_runner/errors.js @kbn/dev-utils: src/proc_runner/index.js -> target/proc_runner/index.js @kbn/dev-utils: src/proc_runner/observe_lines.js -> target/proc_runner/observe_lines.js @kbn/dev-utils: src/proc_runner/observe_readable.js -> target/proc_runner/observe_readable.js @kbn/dev-utils: src/proc_runner/observe_signals.js -> target/proc_runner/observe_signals.js @kbn/dev-utils: src/proc_runner/proc.js -> target/proc_runner/proc.js @kbn/dev-utils: src/proc_runner/proc_runner.js -> target/proc_runner/proc_runner.js @kbn/dev-utils: src/proc_runner/with_proc_runner.js -> target/proc_runner/with_proc_runner.js @kbn/dev-utils: src/streams/concat_stream.js -> target/streams/concat_stream.js @kbn/dev-utils: src/streams/index.js -> target/streams/index.js @kbn/dev-utils: src/streams/promise_from_streams.js -> target/streams/promise_from_streams.js @kbn/dev-utils: src/streams/reduce_stream.js -> target/streams/reduce_stream.js @kbn/dev-utils: src/tooling_log/tests/log.js -> target/tooling_log/tests/log.js @kbn/dev-utils: src/tooling_log/tests/log_levels.js -> target/tooling_log/tests/log_levels.js @kbn/dev-utils: src/tooling_log/index.js -> target/tooling_log/index.js @kbn/dev-utils: src/tooling_log/log_levels.js -> target/tooling_log/log_levels.js @kbn/dev-utils: src/tooling_log/tooling_log.js -> target/tooling_log/tooling_log.js @kbn/test: $ yarn build @kbn/test: $ babel src --out-dir target @kbn/test: src/es/es_test_cluster.js -> target/es/es_test_cluster.js @kbn/test: src/es/es_test_config.js -> target/es/es_test_config.js @kbn/test: src/es/index.js -> target/es/index.js @kbn/test: src/functional_tests/cli/index.js -> target/functional_tests/cli/index.js @kbn/test: src/functional_tests/cli/run_tests/args.js -> target/functional_tests/cli/run_tests/args.js @kbn/test: src/functional_tests/cli/run_tests/args.test.js -> target/functional_tests/cli/run_tests/args.test.js @kbn/test: src/functional_tests/cli/run_tests/cli.js -> target/functional_tests/cli/run_tests/cli.js @kbn/test: src/functional_tests/cli/run_tests/cli.test.js -> target/functional_tests/cli/run_tests/cli.test.js @kbn/test: src/functional_tests/cli/start_servers/args.js -> target/functional_tests/cli/start_servers/args.js @kbn/test: src/functional_tests/cli/start_servers/args.test.js -> target/functional_tests/cli/start_servers/args.test.js @kbn/test: src/functional_tests/cli/start_servers/cli.js -> target/functional_tests/cli/start_servers/cli.js @kbn/test: src/functional_tests/cli/start_servers/cli.test.js -> target/functional_tests/cli/start_servers/cli.test.js @kbn/test: src/functional_tests/lib/auth.js -> target/functional_tests/lib/auth.js @kbn/test: src/functional_tests/lib/index.js -> target/functional_tests/lib/index.js @kbn/test: src/functional_tests/lib/paths.js -> target/functional_tests/lib/paths.js @kbn/test: src/functional_tests/lib/run_cli.js -> target/functional_tests/lib/run_cli.js @kbn/test: src/functional_tests/lib/run_cli.test.js -> target/functional_tests/lib/run_cli.test.js @kbn/test: src/functional_tests/lib/run_elasticsearch.js -> target/functional_tests/lib/run_elasticsearch.js @kbn/test: src/functional_tests/lib/run_ftr.js -> target/functional_tests/lib/run_ftr.js @kbn/test: src/functional_tests/lib/run_kibana_server.js -> target/functional_tests/lib/run_kibana_server.js @kbn/test: src/functional_tests/tasks.js -> target/functional_tests/tasks.js @kbn/test: src/functional_tests/test_helpers.js -> target/functional_tests/test_helpers.js @kbn/test: src/index.js -> target/index.js @kbn/test: src/kbn/index.js -> target/kbn/index.js @kbn/test: src/kbn/kbn_test_config.js -> target/kbn/kbn_test_config.js @kbn/test: src/kbn/users.js -> target/kbn/users.js

Bootstrapping completed!

✨ Done in 113.67s. HQSML-1689749:kibana vmacha012$ Yarn install yarn install v1.17.3 $ node ./preinstall_check

WARNING: When installing dependencies, prefer yarn kbn bootstrap

[1/5] πŸ” Validating package.json... [2/5] πŸ” Resolving packages... success Already up-to-date. ✨ Done in 1.26s. HQSML-1689749:kibana vmacha012$ git status HEAD detached at v6.4.3 nothing to commit, working tree clean HQSML-1689749:kibana vmacha012$ git status HEAD detached at v6.4.3 Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git checkout -- ..." to discard changes in working directory)

modified:   src/ui/public/filter_bar/filter_bar.less

no changes added to commit (use "git add" and/or "git commit -a") HQSML-1689749:kibana vmacha012$ yarn build --skip-os-packages --release yarn run v1.17.3 $ node scripts/build --skip-os-packages --release info [ global ] Verifying environment meets requirements β”‚ succ Node.js version verified β”‚ succ βœ“ 0 sec

info [ global ] Cleaning artifacts from previous builds β”‚ succ βœ“ 0 sec

info [ global ] Running yarn kbn bootstrap to make sure all dependencies are up-to-date β”‚ succ βœ“ 59 sec

info [ global ] Downloading node.js builds for all platforms β”‚ succ βœ“ 6 sec

info [ global ] Extracting node.js builds for all platforms β”‚ succ βœ“ 4 sec

info [ kibana ] Copying source into platform-generic build directory β”‚ succ βœ“ 3 sec

info [kibana-oss] Copying source into platform-generic build directory β”‚ succ βœ“ 2 sec

info [ kibana ] Creating some empty directories and files to prevent file-permission issues β”‚ succ βœ“ 0 sec

info [kibana-oss] Creating some empty directories and files to prevent file-permission issues β”‚ succ βœ“ 0 sec

info [ kibana ] Creating README.md file β”‚ succ βœ“ 0 sec

info [kibana-oss] Creating README.md file β”‚ succ βœ“ 0 sec

info [ kibana ] Transpiling sources with babel β”‚ succ βœ“ 6 sec

info [kibana-oss] Transpiling sources with babel β”‚ succ βœ“ 5 sec

info [ kibana ] Transpiling sources with typescript compiler β”‚ succ βœ“ 5 sec

info [kibana-oss] Transpiling sources with typescript compiler β”‚ succ βœ“ 5 sec

info [ kibana ] Building distributable versions of packages Preparing production build for [@kbn/babel-preset, @kbn/datemath, @kbn/pm, @kbn/test-subj-selector, @kbn/ui-framework, x-pack]

Running script [build] in [@kbn/datemath]:

$ babel src --out-dir target src/index.js -> target/index.js

Running script [build] in [@kbn/pm]:

$ webpack Hash: b486014657bf93c7b5d3 Version: webpack 3.11.0 Time: 6537ms Asset Size Chunks Chunk Names index.js 1.64 MB 0 [emitted] [big] index [20] ./src/utils/log.ts 1.15 kB {0} [built] [30] ./src/utils/projects.ts 14.6 kB {0} [built] [42] ./src/utils/package_json.ts 7.25 kB {0} [built] [254] ./src/config.ts 1.77 kB {0} [built] [257] ./src/index.ts 811 bytes {0} [built] [258] ./src/cli.ts 12.2 kB {0} [built] [266] ./src/commands/index.ts 1.22 kB {0} [built] [267] ./src/commands/bootstrap.ts 11.7 kB {0} [built] [373] ./src/commands/run.ts 10.7 kB {0} [built] [374] ./src/commands/watch.ts 12.5 kB {0} [built] [490] ./src/run.ts 12.1 kB {0} [built] [496] ./src/utils/projects_tree.ts 5.11 kB {0} [built] [497] ./src/production/index.ts 604 bytes {0} [built] [498] ./src/production/build_production_projects.ts 14.5 kB {0} [built] [509] ./src/production/prepare_project_dependencies.ts 10.8 kB {0} [built] + 495 hidden modules

Running script [build] in [@kbn/ui-framework]:

$ grunt prodBuild Running "clean:target" (clean) task

0 paths cleaned.

Running "copy:makeProdBuild" (copy) task Created 104 directories, copied 297 files

Running "babel:prodBuild" (babel) task

Done.

Running script [build] in [x-pack]:

$ gulp build [11:34:24] Using gulpfile ~/Documents/Project/Docker/kibana/x-pack/gulpfile.js [11:34:24] Starting 'clean-test'... [11:34:24] Starting 'report'... [11:34:24] Starting 'prepare'... [11:34:24] Finished 'clean-test' after 29 ms [11:34:24] Starting 'clean'... [11:34:24] Finished 'clean' after 18 ms [11:34:25] Package Name x-pack [11:34:25] Version 6.4.3-SNAPSHOT [11:34:25] Build Number 18044 [11:34:25] Build SHA 968768f01f873fec244749abc3c6e939d0e3eda0 [11:34:25] Finished 'report' after 662 ms [11:36:18] Finished 'prepare' after 1.88 min [11:36:18] Starting 'build'... info Searching /Users/vmacha012/Documents/Project/Docker/kibana/x-pack/build/plugin/kibana/x-pack for multi-line comments starting with @notice info Found @notice comment in plugins/graph/public/less/main.less info Found @notice comment in plugins/ml/public/lib/angular_bootstrap_patch.js info Found @notice comment in plugins/reporting/export_types/printable_pdf/server/lib/encode_uri_query.js info Found @notice comment in plugins/reporting/export_types/printable_pdf/server/lib/pdf/assets/fonts/noto/index.js [11:36:28] Finished 'build' after 10 s β”‚ succ βœ“ 2 min 37 sec

info [kibana-oss] Building distributable versions of packages Preparing production build for [@kbn/babel-preset, @kbn/datemath, @kbn/pm, @kbn/test-subj-selector, @kbn/ui-framework, x-pack]

Running script [build] in [@kbn/datemath]:

$ babel src --out-dir target src/index.js -> target/index.js

Running script [build] in [@kbn/pm]:

$ webpack Hash: b486014657bf93c7b5d3 Version: webpack 3.11.0 Time: 7283ms Asset Size Chunks Chunk Names index.js 1.64 MB 0 [emitted] [big] index [20] ./src/utils/log.ts 1.15 kB {0} [built] [30] ./src/utils/projects.ts 14.6 kB {0} [built] [42] ./src/utils/package_json.ts 7.25 kB {0} [built] [254] ./src/config.ts 1.77 kB {0} [built] [257] ./src/index.ts 811 bytes {0} [built] [258] ./src/cli.ts 12.2 kB {0} [built] [266] ./src/commands/index.ts 1.22 kB {0} [built] [267] ./src/commands/bootstrap.ts 11.7 kB {0} [built] [373] ./src/commands/run.ts 10.7 kB {0} [built] [374] ./src/commands/watch.ts 12.5 kB {0} [built] [490] ./src/run.ts 12.1 kB {0} [built] [496] ./src/utils/projects_tree.ts 5.11 kB {0} [built] [497] ./src/production/index.ts 604 bytes {0} [built] [498] ./src/production/build_production_projects.ts 14.5 kB {0} [built] [509] ./src/production/prepare_project_dependencies.ts 10.8 kB {0} [built] + 495 hidden modules

Running script [build] in [@kbn/ui-framework]:

$ grunt prodBuild Running "clean:target" (clean) task

0 paths cleaned.

Running "copy:makeProdBuild" (copy) task Created 104 directories, copied 297 files

Running "babel:prodBuild" (babel) task

Done.

Running script [build] in [x-pack]:

$ gulp build [11:36:57] Using gulpfile ~/Documents/Project/Docker/kibana/x-pack/gulpfile.js [11:36:57] Starting 'clean-test'... [11:36:57] Starting 'report'... [11:36:57] Starting 'prepare'... [11:36:57] Finished 'clean-test' after 23 ms [11:36:57] Starting 'clean'... [11:36:57] Finished 'clean' after 403 ms [11:36:58] Package Name x-pack [11:36:58] Version 6.4.3-SNAPSHOT [11:36:58] Build Number 18044 [11:36:58] Build SHA 968768f01f873fec244749abc3c6e939d0e3eda0 [11:36:58] Finished 'report' after 887 ms [11:36:58] Finished 'prepare' after 1.08 s [11:36:58] Starting 'build'... info Searching /Users/vmacha012/Documents/Project/Docker/kibana/x-pack/build/plugin/kibana/x-pack for multi-line comments starting with @notice info Found @notice comment in plugins/graph/public/less/main.less info Found @notice comment in plugins/ml/public/lib/angular_bootstrap_patch.js info Found @notice comment in plugins/reporting/export_types/printable_pdf/server/lib/encode_uri_query.js info Found @notice comment in plugins/reporting/export_types/printable_pdf/server/lib/pdf/assets/fonts/noto/index.js [11:37:09] Finished 'build' after 11 s β”‚ succ βœ“ 41 sec

info [ kibana ] Creating build-ready version of package.json β”‚ succ βœ“ 0 sec

info [kibana-oss] Creating build-ready version of package.json β”‚ succ βœ“ 0 sec

info [ kibana ] Installing node_modules, including production builds of packages β”‚ succ βœ“ 21 sec

info [kibana-oss] Installing node_modules, including production builds of packages β”‚ succ βœ“ 15 sec

info [ kibana ] Cleaning typescript source files that have been transpiled to JS β”‚ succ βœ“ 12 sec

info [kibana-oss] Cleaning typescript source files that have been transpiled to JS β”‚ succ βœ“ 10 sec

info [ kibana ] Cleaning source for packages that are now installed in node_modules β”‚ succ βœ“ 0 sec

info [kibana-oss] Cleaning source for packages that are now installed in node_modules β”‚ succ βœ“ 0 sec

info [ kibana ] Generating NOTICE.txt file β”‚ info Generating notice from source β”‚ info Searching /Users/vmacha012/Documents/Project/Docker/kibana/build/kibana for multi-line comments starting with @notice β”‚ info Found @notice comment in webpackShims/childnode-remove-polyfill.js β”‚ info Found @notice comment in src/ui/public/flot-charts/index.js β”‚ info Found @notice comment in src/ui/public/flot-charts/jquery.flot.log.js β”‚ info Found @notice comment in src/ui/public/utils/decode_geo_hash.js β”‚ info Found @notice comment in src/core_plugins/console/public/webpackShims/ui-bootstrap-custom.js β”‚ info Found @notice comment in src/ui/public/styles/bootstrap/bootstrap.less β”‚ info Discovering installed packages β”‚ info Generating build notice β”‚ info Writing notice to NOTICE.txt β”‚ succ βœ“ 5 sec

info [kibana-oss] Generating NOTICE.txt file β”‚ info Generating notice from source β”‚ info Searching /Users/vmacha012/Documents/Project/Docker/kibana/build/kibana-oss for multi-line comments starting with @notice β”‚ info Found @notice comment in webpackShims/childnode-remove-polyfill.js β”‚ info Found @notice comment in src/ui/public/flot-charts/index.js β”‚ info Found @notice comment in src/ui/public/flot-charts/jquery.flot.log.js β”‚ info Found @notice comment in src/ui/public/utils/decode_geo_hash.js β”‚ info Found @notice comment in src/core_plugins/console/public/webpackShims/ui-bootstrap-custom.js β”‚ info Found @notice comment in src/ui/public/styles/bootstrap/bootstrap.less β”‚ info Discovering installed packages β”‚ info Generating build notice β”‚ info Writing notice to NOTICE.txt β”‚ succ βœ“ 4 sec

info [ kibana ] Updating LICENSE.txt file β”‚ info Copying Elastic license to LICENSE.txt β”‚ succ βœ“ 0 sec

info [kibana-oss] Updating LICENSE.txt file β”‚ info Copying Apache 2.0 license to LICENSE.txt β”‚ succ βœ“ 0 sec

info [ kibana ] Removing dependencies from package.json β”‚ succ βœ“ 0 sec

info [kibana-oss] Removing dependencies from package.json β”‚ succ βœ“ 0 sec

info [ kibana ] Cleaning tests, examples, docs, etc. from node_modules β”‚ succ βœ“ 3 min 45 sec

info [kibana-oss] Cleaning tests, examples, docs, etc. from node_modules β”‚ succ βœ“ 2 min 45 sec

info [ kibana ] Transpiling SCSS to CSS β”‚ succ βœ“ 4 sec

info [kibana-oss] Transpiling SCSS to CSS β”‚ succ βœ“ 2 sec

info [ kibana ] Running optimizer β”‚ info Running bin/kibana to trigger the optimizer β”‚ succ βœ“ 2 min 26 sec

info [kibana-oss] Running optimizer β”‚ info Running bin/kibana to trigger the optimizer β”‚ succ βœ“ 1 min 25 sec

info [ kibana ] Creating platform-specific archive source directories β”‚ succ βœ“ 2 min 14 sec

info [kibana-oss] Creating platform-specific archive source directories β”‚ succ βœ“ 1 min 38 sec

info [ kibana ] Cleaning extra bin/* scripts from platform-specific builds β”‚ succ βœ“ 0 sec

info [kibana-oss] Cleaning extra bin/* scripts from platform-specific builds β”‚ succ βœ“ 0 sec

info [ kibana ] Cleaning extra browsers from platform-specific builds β”‚ succ βœ“ 0 sec

info [kibana-oss] Cleaning extra browsers from platform-specific builds β”‚ succ βœ“ 0 sec

info [ kibana ] Creating the archives for each platform β”‚ info archiving /Users/vmacha012/Documents/Project/Docker/kibana/build/default/kibana-6.4.3-darwin-x86_64 to /Users/vmacha012/Documents/Project/Docker/kibana/target/kibana-6.4.3-darwin-x86_64.tar.gz β”‚ info archiving /Users/vmacha012/Documents/Project/Docker/kibana/build/default/kibana-6.4.3-linux-x86_64 to /Users/vmacha012/Documents/Project/Docker/kibana/target/kibana-6.4.3-linux-x86_64.tar.gz β”‚ info archiving /Users/vmacha012/Documents/Project/Docker/kibana/build/default/kibana-6.4.3-windows-x86_64 to /Users/vmacha012/Documents/Project/Docker/kibana/target/kibana-6.4.3-windows-x86_64.zip β”‚ succ βœ“ 34 sec

info [kibana-oss] Creating the archives for each platform β”‚ info archiving /Users/vmacha012/Documents/Project/Docker/kibana/build/oss/kibana-6.4.3-darwin-x86_64 to /Users/vmacha012/Documents/Project/Docker/kibana/target/kibana-oss-6.4.3-darwin-x86_64.tar.gz β”‚ info archiving /Users/vmacha012/Documents/Project/Docker/kibana/build/oss/kibana-6.4.3-linux-x86_64 to /Users/vmacha012/Documents/Project/Docker/kibana/target/kibana-oss-6.4.3-linux-x86_64.tar.gz β”‚ info archiving /Users/vmacha012/Documents/Project/Docker/kibana/build/oss/kibana-6.4.3-windows-x86_64 to /Users/vmacha012/Documents/Project/Docker/kibana/target/kibana-oss-6.4.3-windows-x86_64.zip β”‚ succ βœ“ 24 sec

info [ global ] Writing sha1sums of archives and packages in target directory β”‚ succ βœ“ 2 sec

✨ Done in 1284.01s. HQSML-1689749:kibana vmacha012$ cd target/ HQSML-1689749:target vmacha012$ ls kibana-6.4.3-darwin-x86_64.tar.gz kibana-oss-6.4.3-darwin-x86_64.tar.gz kibana-6.4.3-darwin-x86_64.tar.gz.sha1.txt kibana-oss-6.4.3-darwin-x86_64.tar.gz.sha1.txt kibana-6.4.3-linux-x86_64.tar.gz kibana-oss-6.4.3-linux-x86_64.tar.gz kibana-6.4.3-linux-x86_64.tar.gz.sha1.txt kibana-oss-6.4.3-linux-x86_64.tar.gz.sha1.txt kibana-6.4.3-windows-x86_64.zip kibana-oss-6.4.3-windows-x86_64.zip kibana-6.4.3-windows-x86_64.zip.sha1.txt kibana-oss-6.4.3-windows-x86_64.zip.sha1.txt HQSML-1689749:target vmacha012$ cd .. HQSML-1689749:kibana vmacha012$ cd .. HQSML-1689749:Docker vmacha012$ ls kibana HQSML-1689749:Docker vmacha012$ git clone https://github.com/elastic/elasticsearch-docker.git Cloning into 'elasticsearch-docker'... remote: Enumerating objects: 6, done. remote: Counting objects: 100% (6/6), done. remote: Compressing objects: 100% (6/6), done. remote: Total 1704 (delta 0), reused 0 (delta 0), pack-reused 1698 Receiving objects: 100% (1704/1704), 285.29 KiB | 1017.00 KiB/s, done. Resolving deltas: 100% (967/967), done. HQSML-1689749:~ vmacha012$ cd Documents/Project/Docker/ HQSML-1689749:Docker vmacha012$ ls kibana HQSML-1689749:Docker vmacha012$ git clone https://github.com/elastic/kibana-docker.git Cloning into 'kibana-docker'... remote: Enumerating objects: 3, done. remote: Counting objects: 100% (3/3), done. remote: Compressing objects: 100% (3/3), done. remote: Total 1602 (delta 0), reused 2 (delta 0), pack-reused 1599 Receiving objects: 100% (1602/1602), 200.21 KiB | 1.08 MiB/s, done. Resolving deltas: 100% (680/680), done. HQSML-1689749:Docker vmacha012$ ls kibana kibana-docker HQSML-1689749:Docker vmacha012$ cd Kibana-docker HQSML-1689749:Kibana-docker vmacha012$ pwd /Users/vmacha012/Documents/Project/Docker/Kibana-docker HQSML-1689749:Kibana-docker vmacha012$ env ARTIFACTS_DIR=/Users/vmacha012/Documents/Project/Docker/kibana ELASTIC_VERSION=6.4.3 make release-manager-release make: *** No rule to make target `release-manager-release'. Stop. HQSML-1689749:Kibana-docker vmacha012$ git status On branch master Your branch is up to date with 'origin/master'.

nothing to commit, working tree clean HQSML-1689749:Kibana-docker vmacha012$ git checkout 6.4.3 Note: checking out '6.4.3'.

You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example:

git checkout -b

HEAD is now at a03b37d Bump version to 6.4.3 HQSML-1689749:Kibana-docker vmacha012$ git status HEAD detached at 6.4.3 nothing to commit, working tree clean HQSML-1689749:Kibana-docker vmacha012$ env ARTIFACTS_DIR=/Users/vmacha012/Documents/Project/Docker/kibana ELASTIC_VERSION=6.4.3 make release-manager-release ARTIFACTS_DIR=/Users/vmacha012/Documents/Project/Docker/kibana ELASTIC_VERSION=6.4.3 make build-from-local-artifacts test -d venv || virtualenv --python= venv New python executable in /Users/vmacha012/Documents/Project/Docker/kibana-docker/venv/bin/python Installing setuptools, pip, wheel... done. pip install -r requirements.txt DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support Collecting docker-compose==1.11.2 (from -r requirements.txt (line 1)) Using cached https://files.pythonhosted.org/packages/66/d4/2b69141a0b5e685659891c04748bbb414bef67c79a46333d915fbda3731d/docker_compose-1.11.2-py2.py3-none-any.whl Collecting flake8==3.3.0 (from -r requirements.txt (line 2)) Using cached https://files.pythonhosted.org/packages/cd/a6/1fe37679be3b224c96d8b64782d724d6a2c4212c8ddd914572fb8317a298/flake8-3.3.0-py2.py3-none-any.whl Collecting jinja2-cli[yaml]==0.6.0 (from -r requirements.txt (line 3)) Using cached https://files.pythonhosted.org/packages/ca/0f/dd461ac244fec4310c425e9cec9553d8ae8523c36837792e7666c6e53393/jinja2_cli-0.6.0-py2.py3-none-any.whl Collecting jinja2==2.9.5 (from -r requirements.txt (line 4)) Using cached https://files.pythonhosted.org/packages/3c/d1/49d69bc23d0e0c7612248dd8f5391bd043648865132309616c280ca1c837/Jinja2-2.9.5-py2.py3-none-any.whl Collecting requests==2.13.0 (from -r requirements.txt (line 5)) Using cached https://files.pythonhosted.org/packages/7e/ac/a80ed043485a3764053f59ca92f809cc8a18344692817152b0e8bd3ca891/requests-2.13.0-py2.py3-none-any.whl Collecting retrying==1.3.3 (from -r requirements.txt (line 6)) Collecting testinfra==1.6.0 (from -r requirements.txt (line 7)) Using cached https://files.pythonhosted.org/packages/d8/3e/b4361c3b8a58f5808f47b3a87ff80ed9d6efd6f5ea2e990b7f996cbe24ed/testinfra-1.6.0-py2.py3-none-any.whl Collecting pyfiglet (from -r requirements.txt (line 8)) Using cached https://files.pythonhosted.org/packages/33/07/fcfdd7a2872f5b348953de35acce1544dab0c1e8368dca54279b1cde5c15/pyfiglet-0.8.post1-py2.py3-none-any.whl Collecting PyYAML<4,>=3.10 (from docker-compose==1.11.2->-r requirements.txt (line 1)) Collecting backports.ssl-match-hostname>=3.5; python_version < "3.5" (from docker-compose==1.11.2->-r requirements.txt (line 1)) Collecting ipaddress>=1.0.16; python_version < "3.3" (from docker-compose==1.11.2->-r requirements.txt (line 1)) Using cached https://files.pythonhosted.org/packages/fc/d0/7fc3a811e011d4b388be48a0e381db8d990042df54aa4ef4599a31d39853/ipaddress-1.0.22-py2.py3-none-any.whl Collecting six<2,>=1.3.0 (from docker-compose==1.11.2->-r requirements.txt (line 1)) Using cached https://files.pythonhosted.org/packages/73/fb/00a976f728d0d1fecfe898238ce23f502a721c0ac0ecfedb80e0d88c64e9/six-1.12.0-py2.py3-none-any.whl Collecting texttable<0.9,>=0.8.1 (from docker-compose==1.11.2->-r requirements.txt (line 1)) Collecting docker<3.0,>=2.1.0 (from docker-compose==1.11.2->-r requirements.txt (line 1)) Using cached https://files.pythonhosted.org/packages/6b/01/74d61c7de9fb99cebbbfab62ee5c88a9b23e8b1c25a57eded5fc22e87bd2/docker-2.7.0-py2.py3-none-any.whl Collecting enum34<2,>=1.0.4; python_version < "3.4" (from docker-compose==1.11.2->-r requirements.txt (line 1)) Using cached https://files.pythonhosted.org/packages/c5/db/e56e6b4bbac7c4a06de1c50de6fe1ef3810018ae11732a50f15f62c7d050/enum34-1.1.6-py2-none-any.whl Collecting colorama<0.4,>=0.3.7 (from docker-compose==1.11.2->-r requirements.txt (line 1)) Using cached https://files.pythonhosted.org/packages/db/c8/7dcf9dbcb22429512708fe3a547f8b6101c0d02137acbd892505aee57adf/colorama-0.3.9-py2.py3-none-any.whl Collecting websocket-client<1.0,>=0.32.0 (from docker-compose==1.11.2->-r requirements.txt (line 1)) Using cached https://files.pythonhosted.org/packages/29/19/44753eab1fdb50770ac69605527e8859468f3c0fd7dc5a76dd9c4dbd7906/websocket_client-0.56.0-py2.py3-none-any.whl Collecting jsonschema<3,>=2.5.1 (from docker-compose==1.11.2->-r requirements.txt (line 1)) Using cached https://files.pythonhosted.org/packages/77/de/47e35a97b2b05c2fadbec67d44cfcdcd09b8086951b331d82de90d2912da/jsonschema-2.6.0-py2.py3-none-any.whl Collecting cached-property<2,>=1.2.0 (from docker-compose==1.11.2->-r requirements.txt (line 1)) Using cached https://files.pythonhosted.org/packages/3b/86/85c1be2e8db9e13ef9a350aecd6dea292bd612fa288c2f40d035bb750ded/cached_property-1.5.1-py2.py3-none-any.whl Collecting docopt<0.7,>=0.6.1 (from docker-compose==1.11.2->-r requirements.txt (line 1)) Collecting dockerpty<0.5,>=0.4.1 (from docker-compose==1.11.2->-r requirements.txt (line 1)) Collecting configparser; python_version < "3.2" (from flake8==3.3.0->-r requirements.txt (line 2)) Using cached https://files.pythonhosted.org/packages/ba/05/6c96328e92e625fc31445d24d75a2c92ef9ba34fc5b037fe69693c362a0d/configparser-3.7.4-py2.py3-none-any.whl Collecting pyflakes<1.6.0,>=1.5.0 (from flake8==3.3.0->-r requirements.txt (line 2)) Using cached https://files.pythonhosted.org/packages/27/49/924098b3b85c286696f37e014475d79471ffc44509613af420645a3c12cb/pyflakes-1.5.0-py2.py3-none-any.whl Collecting mccabe<0.7.0,>=0.6.0 (from flake8==3.3.0->-r requirements.txt (line 2)) Using cached https://files.pythonhosted.org/packages/87/89/479dc97e18549e21354893e4ee4ef36db1d237534982482c3681ee6e7b57/mccabe-0.6.1-py2.py3-none-any.whl Collecting pycodestyle<2.4.0,>=2.0.0 (from flake8==3.3.0->-r requirements.txt (line 2)) Using cached https://files.pythonhosted.org/packages/e4/81/78fe51eb4038d1388b7217dd63770b0f428370207125047312886c923b26/pycodestyle-2.3.1-py2.py3-none-any.whl Collecting MarkupSafe>=0.23 (from jinja2==2.9.5->-r requirements.txt (line 4)) Using cached https://files.pythonhosted.org/packages/6d/d2/0ccd2c0e2cd93b35e765d9b3205cd6602e6b202b522fc7997531353715b3/MarkupSafe-1.1.1-cp27-cp27m-macosx_10_6_intel.whl Collecting pytest!=3.0.2 (from testinfra==1.6.0->-r requirements.txt (line 7)) Using cached https://files.pythonhosted.org/packages/8c/6f/4db6124788e9b281d94693e21e5a40d00f417763dcda10edc8a70655cb92/pytest-4.6.4-py2.py3-none-any.whl Collecting docker-pycreds>=0.2.1 (from docker<3.0,>=2.1.0->docker-compose==1.11.2->-r requirements.txt (line 1)) Using cached https://files.pythonhosted.org/packages/f5/e8/f6bd1eee09314e7e6dee49cbe2c5e22314ccdb38db16c9fc72d2fa80d054/docker_pycreds-0.4.0-py2.py3-none-any.whl Collecting functools32; python_version == "2.7" (from jsonschema<3,>=2.5.1->docker-compose==1.11.2->-r requirements.txt (line 1)) Collecting funcsigs>=1.0; python_version < "3.0" (from pytest!=3.0.2->testinfra==1.6.0->-r requirements.txt (line 7)) Using cached https://files.pythonhosted.org/packages/69/cb/f5be453359271714c01b9bd06126eaf2e368f1fddfff30818754b5ac2328/funcsigs-1.0.2-py2.py3-none-any.whl Collecting atomicwrites>=1.0 (from pytest!=3.0.2->testinfra==1.6.0->-r requirements.txt (line 7)) Using cached https://files.pythonhosted.org/packages/52/90/6155aa926f43f2b2a22b01be7241be3bfd1ceaf7d0b3267213e8127d41f4/atomicwrites-1.3.0-py2.py3-none-any.whl Collecting wcwidth (from pytest!=3.0.2->testinfra==1.6.0->-r requirements.txt (line 7)) Using cached https://files.pythonhosted.org/packages/7e/9f/526a6947247599b084ee5232e4f9190a38f398d7300d866af3ab571a5bfe/wcwidth-0.1.7-py2.py3-none-any.whl Collecting pluggy<1.0,>=0.12 (from pytest!=3.0.2->testinfra==1.6.0->-r requirements.txt (line 7)) Using cached https://files.pythonhosted.org/packages/06/ee/de89e0582276e3551df3110088bf20844de2b0e7df2748406876cc78e021/pluggy-0.12.0-py2.py3-none-any.whl Collecting attrs>=17.4.0 (from pytest!=3.0.2->testinfra==1.6.0->-r requirements.txt (line 7)) Using cached https://files.pythonhosted.org/packages/23/96/d828354fa2dbdf216eaa7b7de0db692f12c234f7ef888cc14980ef40d1d2/attrs-19.1.0-py2.py3-none-any.whl Collecting pathlib2>=2.2.0; python_version < "3.6" (from pytest!=3.0.2->testinfra==1.6.0->-r requirements.txt (line 7)) Using cached https://files.pythonhosted.org/packages/67/c6/4dbf5dfdbe1140cadf765c3896acc098578626c35721bc7d3eb35f6a8fc1/pathlib2-2.3.4-py2.py3-none-any.whl Collecting py>=1.5.0 (from pytest!=3.0.2->testinfra==1.6.0->-r requirements.txt (line 7)) Using cached https://files.pythonhosted.org/packages/76/bc/394ad449851729244a97857ee14d7cba61ddb268dce3db538ba2f2ba1f0f/py-1.8.0-py2.py3-none-any.whl Collecting packaging (from pytest!=3.0.2->testinfra==1.6.0->-r requirements.txt (line 7)) Using cached https://files.pythonhosted.org/packages/ec/22/630ac83e8f8a9566c4f88038447ed9e16e6f10582767a01f31c769d9a71e/packaging-19.1-py2.py3-none-any.whl Collecting importlib-metadata>=0.12 (from pytest!=3.0.2->testinfra==1.6.0->-r requirements.txt (line 7)) Using cached https://files.pythonhosted.org/packages/ad/aa/25fcbded2ab4ed4ff3071d1e000cd4f8f9c65653d2d7157dd105a8e81d42/importlib_metadata-0.19-py2.py3-none-any.whl Collecting more-itertools<6.0.0,>=4.0.0; python_version <= "2.7" (from pytest!=3.0.2->testinfra==1.6.0->-r requirements.txt (line 7)) Using cached https://files.pythonhosted.org/packages/2f/9d/dcfe59e213093695f108508af1214cf9cd95cc5489e46877ec5cb56369e5/more_itertools-5.0.0-py2-none-any.whl Collecting scandir; python_version < "3.5" (from pathlib2>=2.2.0; python_version < "3.6"->pytest!=3.0.2->testinfra==1.6.0->-r requirements.txt (line 7)) Collecting pyparsing>=2.0.2 (from packaging->pytest!=3.0.2->testinfra==1.6.0->-r requirements.txt (line 7)) Using cached https://files.pythonhosted.org/packages/11/fa/0160cd525c62d7abd076a070ff02b2b94de589f1a9789774f17d7c54058e/pyparsing-2.4.2-py2.py3-none-any.whl Collecting zipp>=0.5 (from importlib-metadata>=0.12->pytest!=3.0.2->testinfra==1.6.0->-r requirements.txt (line 7)) Using cached https://files.pythonhosted.org/packages/da/bd/1a5fdf15aa44231fd09f63ecf175b60f057ae37ec65b343bb009364923f3/zipp-0.5.2-py2.py3-none-any.whl Collecting contextlib2; python_version < "3" (from importlib-metadata>=0.12->pytest!=3.0.2->testinfra==1.6.0->-r requirements.txt (line 7)) Using cached https://files.pythonhosted.org/packages/a2/71/8273a7eeed0aff6a854237ab5453bc9aa67deb49df4832801c21f0ff3782/contextlib2-0.5.5-py2.py3-none-any.whl ERROR: docker-compose 1.11.2 has requirement requests!=2.11.0,<2.12,>=2.6.1, but you'll have requests 2.13.0 which is incompatible. ERROR: docker 2.7.0 has requirement requests!=2.18.0,>=2.14.2, but you'll have requests 2.13.0 which is incompatible. Installing collected packages: PyYAML, backports.ssl-match-hostname, ipaddress, six, texttable, websocket-client, requests, docker-pycreds, docker, enum34, colorama, functools32, jsonschema, cached-property, docopt, dockerpty, docker-compose, configparser, pyflakes, mccabe, pycodestyle, flake8, MarkupSafe, jinja2, jinja2-cli, retrying, funcsigs, atomicwrites, wcwidth, zipp, contextlib2, scandir, pathlib2, importlib-metadata, pluggy, attrs, py, pyparsing, packaging, more-itertools, pytest, testinfra, pyfiglet Successfully installed MarkupSafe-1.1.1 PyYAML-3.13 atomicwrites-1.3.0 attrs-19.1.0 backports.ssl-match-hostname-3.7.0.1 cached-property-1.5.1 colorama-0.3.9 configparser-3.7.4 contextlib2-0.5.5 docker-2.7.0 docker-compose-1.11.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 enum34-1.1.6 flake8-3.3.0 funcsigs-1.0.2 functools32-3.2.3.post2 importlib-metadata-0.19 ipaddress-1.0.22 jinja2-2.9.5 jinja2-cli-0.6.0 jsonschema-2.6.0 mccabe-0.6.1 more-itertools-5.0.0 packaging-19.1 pathlib2-2.3.4 pluggy-0.12.0 py-1.8.0 pycodestyle-2.3.1 pyfiglet-0.8.post1 pyflakes-1.5.0 pyparsing-2.4.2 pytest-4.6.4 requests-2.13.0 retrying-1.3.3 scandir-1.10.0 six-1.12.0 testinfra-1.6.0 texttable-0.8.8 wcwidth-0.1.7 websocket-client-0.56.0 zipp-0.5.2 touch venv jinja2 -D image_flavor='oss' -D elastic_version='6.4.3' -D staging_build_num='' -D artifacts_dir='/Users/vmacha012/Documents/Project/Docker/kibana' templates/Dockerfile.j2 > build/kibana/Dockerfile-oss; jinja2 -D image_flavor='full' -D elastic_version='6.4.3' -D staging_build_num='' -D artifacts_dir='/Users/vmacha012/Documents/Project/Docker/kibana' templates/Dockerfile.j2 > build/kibana/Dockerfile-full; jinja2 -D version_tag='6.4.3' -D image_flavor='oss' templates/docker-compose.yml.j2 > docker-compose-oss.yml; jinja2 -D version_tag='6.4.3' -D image_flavor='full' templates/docker-compose.yml.j2 > docker-compose-full.yml; ln -sf docker-compose-full.yml docker-compose.yml docker run --rm -d --name=kibana-docker-artifact-server
--network=host -v /Users/vmacha012/Documents/Project/Docker/kibana:/mnt
python:3 bash -c 'cd /mnt && python3 -m http.server' acbc130d909a6e21bac8a6ad4dee8871227a54dcc2cbabc90ebdf77194af9dfc timeout 120 bash -c 'until curl -s localhost:8000 > /dev/null; do sleep 1; done' pyfiglet -f puffy -w 160 "Building: oss"; docker build --network=host -t docker.elastic.co/kibana/kibana-oss:6.4.3 -f build/kibana/Dockerfile-oss build/kibana || (docker kill kibana-docker-artifact-server; false); if [[ oss == full ]]; then docker tag docker.elastic.co/kibana/kibana-oss:6.4.3 docker.elastic.co/kibana/kibana:6.4.3; fi; pyfiglet -f puffy -w 160 "Building: full"; docker build --network=host -t docker.elastic.co/kibana/kibana-full:6.4.3 -f build/kibana/Dockerfile-full build/kibana || (docker kill kibana-docker-artifact-server; false); if [[ full == full ]]; then docker tag docker.elastic.co/kibana/kibana-full:6.4.3 docker.elastic.co/kibana/kibana:6.4.3; fi;


( \ _ (_ ) ( ) _ | (_) ) _ _ (_) | | _| |(_) ___ __ _ _ ___ ___ | _ <'( ) ( )| | | | /'_ || |/' _ \ /'_ () /'\ /',__)/',__) | (_) )| (_) || | | | ( (_| || || ( ) |( (_) | _ ( (_) )\__, \\__, \ (____/'___/'()()\__,_)(_)(_) (_)_ |() `_/'(/(/ ( )_) |
_
_/'

Sending build context to Docker daemon 20.99kB Step 1/15 : FROM centos:7 ---> 9f38484d220f Step 2/15 : EXPOSE 5601 ---> Using cache ---> d43af43bf77c Step 3/15 : RUN yum update -y && yum install -y fontconfig freetype && yum clean all ---> Using cache ---> d131171bcfbc Step 4/15 : WORKDIR /usr/share/kibana ---> Using cache ---> d5fc1af65526 Step 5/15 : RUN curl -Ls http://localhost:8000/kibana/target/kibana-oss-6.4.3-linux-x86_64.tar.gz | tar --strip-components=1 -zxf - && ln -s /usr/share/kibana /opt/kibana && chown -R 1000:0 . && chmod -R g=u /usr/share/kibana && find /usr/share/kibana -type d -exec chmod g+s {} ; ---> Running in 89b1eba1f6ce

gzip: stdin: unexpected end of file tar: Child returned status 1 tar: Error is not recoverable: exiting now The command '/bin/sh -c curl -Ls http://localhost:8000/kibana/target/kibana-oss-6.4.3-linux-x86_64.tar.gz | tar --strip-components=1 -zxf - && ln -s /usr/share/kibana /opt/kibana && chown -R 1000:0 . && chmod -R g=u /usr/share/kibana && find /usr/share/kibana -type d -exec chmod g+s {} ;' returned a non-zero code: 2 kibana-docker-artifact-server


( \ _ (_ ) ( ) _ /'___) (_ ) (_ ) | (_) ) _ _ (_) | | _| |(_) ___ __ _ | (__ _ _ | | | | | _ <'( ) ( )| | | | /'_ || |/' _ \ /'_ () | ,)( ) ( ) | | | | | () )| () || | | | ( (| || || ( ) |( () | _ | | | () | | | | | (/'\___/'(_)(___)_,)()() ()\__ |(_) (_) _/'()() ( )_) |
___/'

Sending build context to Docker daemon 20.99kB Step 1/15 : FROM centos:7 ---> 9f38484d220f Step 2/15 : EXPOSE 5601 ---> Using cache ---> d43af43bf77c Step 3/15 : RUN yum update -y && yum install -y fontconfig freetype && yum clean all ---> Using cache ---> d131171bcfbc Step 4/15 : WORKDIR /usr/share/kibana ---> Using cache ---> d5fc1af65526 Step 5/15 : RUN curl -Ls http://localhost:8000/kibana/target/kibana-6.4.3-linux-x86_64.tar.gz | tar --strip-components=1 -zxf - && ln -s /usr/share/kibana /opt/kibana && chown -R 1000:0 . && chmod -R g=u /usr/share/kibana && find /usr/share/kibana -type d -exec chmod g+s {} ; ---> Running in 26306a06da05

gzip: stdin: unexpected end of file tar: Child returned status 1 tar: Error is not recoverable: exiting now The command '/bin/sh -c curl -Ls http://localhost:8000/kibana/target/kibana-6.4.3-linux-x86_64.tar.gz | tar --strip-components=1 -zxf - && ln -s /usr/share/kibana /opt/kibana && chown -R 1000:0 . && chmod -R g=u /usr/share/kibana && find /usr/share/kibana -type d -exec chmod g+s {} ;' returned a non-zero code: 2 Error response from daemon: Cannot kill container: kibana-docker-artifact-server: No such container: kibana-docker-artifact-server Error response from daemon: No such image: docker.elastic.co/kibana/kibana-full:6.4.3 make[1]: [build-from-local-artifacts] Error 1 (ignored) docker kill kibana-docker-artifact-server Error response from daemon: Cannot kill container: kibana-docker-artifact-server: No such container: kibana-docker-artifact-server make[1]: [build-from-local-artifacts] Error 1 (ignored) HQSML-1689749:Kibana-docker vmacha012$ make release-manager-release ARTIFACTS_DIR= ELASTIC_VERSION=6.4.3 make build-from-local-artifacts jinja2 -D image_flavor='oss' -D elastic_version='6.4.3' -D staging_build_num='' -D artifacts_dir='' templates/Dockerfile.j2 > build/kibana/Dockerfile-oss; jinja2 -D image_flavor='full' -D elastic_version='6.4.3' -D staging_build_num='' -D artifacts_dir='' templates/Dockerfile.j2 > build/kibana/Dockerfile-full; jinja2 -D version_tag='6.4.3' -D image_flavor='oss' templates/docker-compose.yml.j2 > docker-compose-oss.yml; jinja2 -D version_tag='6.4.3' -D image_flavor='full' templates/docker-compose.yml.j2 > docker-compose-full.yml; ln -sf docker-compose-full.yml docker-compose.yml docker run --rm -d --name=kibana-docker-artifact-server
--network=host -v :/mnt
python:3 bash -c 'cd /mnt && python3 -m http.server' d138f7d05ea94567c3fde6d67aea34deedbdd232671017707622a100008767f3 timeout 120 bash -c 'until curl -s localhost:8000 > /dev/null; do sleep 1; done' pyfiglet -f puffy -w 160 "Building: oss"; docker build --network=host -t docker.elastic.co/kibana/kibana-oss:6.4.3 -f build/kibana/Dockerfile-oss build/kibana || (docker kill kibana-docker-artifact-server; false); if [[ oss == full ]]; then docker tag docker.elastic.co/kibana/kibana-oss:6.4.3 docker.elastic.co/kibana/kibana:6.4.3; fi; pyfiglet -f puffy -w 160 "Building: full"; docker build --network=host -t docker.elastic.co/kibana/kibana-full:6.4.3 -f build/kibana/Dockerfile-full build/kibana || (docker kill kibana-docker-artifact-server; false); if [[ full == full ]]; then docker tag docker.elastic.co/kibana/kibana-full:6.4.3 docker.elastic.co/kibana/kibana:6.4.3; fi;


( \ _ (_ ) ( ) _ | (_) ) _ _ (_) | | _| |(_) ___ __ _ _ ___ ___ | _ <'( ) ( )| | | | /'_ || |/' _ \ /'_ () /'\ /',__)/',__) | (_) )| (_) || | | | ( (_| || || ( ) |( (_) | _ ( (_) )\__, \\__, \ (____/'___/'()()\__,_)(_)(_) (_)_ |() `_/'(/(/ ( )_) |
_
_/'

Sending build context to Docker daemon 20.99kB Step 1/15 : FROM centos:7 ---> 9f38484d220f Step 2/15 : EXPOSE 5601 ---> Using cache ---> d43af43bf77c Step 3/15 : RUN yum update -y && yum install -y fontconfig freetype && yum clean all ---> Using cache ---> d131171bcfbc Step 4/15 : WORKDIR /usr/share/kibana ---> Using cache ---> d5fc1af65526 Step 5/15 : RUN curl -Ls https://artifacts.elastic.co/downloads/kibana/kibana-oss-6.4.3-linux-x86_64.tar.gz | tar --strip-components=1 -zxf - && ln -s /usr/share/kibana /opt/kibana && chown -R 1000:0 . && chmod -R g=u /usr/share/kibana && find /usr/share/kibana -type d -exec chmod g+s {} ; ---> Running in 55e4170afb50 Removing intermediate container 55e4170afb50 ---> e656698f8285 Step 6/15 : ENV ELASTIC_CONTAINER true ---> Running in 8ab38c21682f Removing intermediate container 8ab38c21682f ---> 1325f29b8c1a Step 7/15 : ENV PATH=/usr/share/kibana/bin:$PATH ---> Running in e916310a4a12 Removing intermediate container e916310a4a12 ---> ad4140f467dc Step 8/15 : COPY --chown=1000:0 config/kibana-oss.yml /usr/share/kibana/config/kibana.yml ---> f93c6658b838 Step 9/15 : COPY --chown=1000:0 bin/kibana-docker /usr/local/bin/ ---> 42e4f8fdf858 Step 10/15 : COPY --chown=1000:0 ssl/kibana.example.org.* /usr/share/kibana/config/ ---> ab46b52db923 Step 11/15 : RUN find /usr/share/kibana -gid 0 -and -not -perm /g+w -exec chmod g+w {} ; ---> Running in 95046b7e3145 Removing intermediate container 95046b7e3145 ---> e0d5dc2b4c01 Step 12/15 : RUN groupadd --gid 1000 kibana && useradd --uid 1000 --gid 1000 --home-dir /usr/share/kibana --no-create-home kibana ---> Running in 0b8241ae4fff Removing intermediate container 0b8241ae4fff ---> 7d121d1698e6 Step 13/15 : USER kibana ---> Running in 70146a11aa85 Removing intermediate container 70146a11aa85 ---> c0c614b8dd84 Step 14/15 : LABEL org.label-schema.schema-version="1.0" org.label-schema.vendor="Elastic" org.label-schema.name="kibana" org.label-schema.version="6.4.3" org.label-schema.url="https://www.elastic.co/products/kibana" org.label-schema.vcs-url="https://github.com/elastic/kibana-docker" license="Apache-2.0" ---> Running in 6d6ff40d8816 Removing intermediate container 6d6ff40d8816 ---> 1a73304a191b Step 15/15 : CMD ["/usr/local/bin/kibana-docker"] ---> Running in 30267511a490 Removing intermediate container 30267511a490 ---> ee90ce44437d Successfully built ee90ce44437d Successfully tagged docker.elastic.co/kibana/kibana-oss:6.4.3


( \ _ (_ ) ( ) _ /'___) (_ ) (_ ) | (_) ) _ _ (_) | | _| |(_) ___ __ _ | (__ _ _ | | | | | _ <'( ) ( )| | | | /'_ || |/' _ \ /'_ () | ,)( ) ( ) | | | | | () )| () || | | | ( (| || || ( ) |( () | _ | | | () | | | | | (/'\___/'(_)(___)_,)()() ()\__ |(_) (_) _/'()() ( )_) |
___/'

Sending build context to Docker daemon 20.99kB Step 1/15 : FROM centos:7 ---> 9f38484d220f Step 2/15 : EXPOSE 5601 ---> Using cache ---> d43af43bf77c Step 3/15 : RUN yum update -y && yum install -y fontconfig freetype && yum clean all ---> Using cache ---> d131171bcfbc Step 4/15 : WORKDIR /usr/share/kibana ---> Using cache ---> d5fc1af65526 Step 5/15 : RUN curl -Ls https://artifacts.elastic.co/downloads/kibana/kibana-6.4.3-linux-x86_64.tar.gz | tar --strip-components=1 -zxf - && ln -s /usr/share/kibana /opt/kibana && chown -R 1000:0 . && chmod -R g=u /usr/share/kibana && find /usr/share/kibana -type d -exec chmod g+s {} ; ---> Running in b4e7b3037523 Removing intermediate container b4e7b3037523 ---> 9412a97dbbed Step 6/15 : ENV ELASTIC_CONTAINER true ---> Running in 5403835b285f Removing intermediate container 5403835b285f ---> 911d5da9332a Step 7/15 : ENV PATH=/usr/share/kibana/bin:$PATH ---> Running in 1825e0e5905a Removing intermediate container 1825e0e5905a ---> f8d0e527698a Step 8/15 : COPY --chown=1000:0 config/kibana-full.yml /usr/share/kibana/config/kibana.yml ---> fff158b774de Step 9/15 : COPY --chown=1000:0 bin/kibana-docker /usr/local/bin/ ---> 0647900c89e4 Step 10/15 : COPY --chown=1000:0 ssl/kibana.example.org.* /usr/share/kibana/config/ ---> 347b3a20925c Step 11/15 : RUN find /usr/share/kibana -gid 0 -and -not -perm /g+w -exec chmod g+w {} ; ---> Running in 8d7260aa9571 Removing intermediate container 8d7260aa9571 ---> 0435e881f6d5 Step 12/15 : RUN groupadd --gid 1000 kibana && useradd --uid 1000 --gid 1000 --home-dir /usr/share/kibana --no-create-home kibana ---> Running in 6281a58428ad Removing intermediate container 6281a58428ad ---> 801b05b6952a Step 13/15 : USER kibana ---> Running in 01034ce17359 Removing intermediate container 01034ce17359 ---> 50c24f939101 Step 14/15 : LABEL org.label-schema.schema-version="1.0" org.label-schema.vendor="Elastic" org.label-schema.name="kibana" org.label-schema.version="6.4.3" org.label-schema.url="https://www.elastic.co/products/kibana" org.label-schema.vcs-url="https://github.com/elastic/kibana-docker" license="Elastic License" ---> Running in f32ae4e589f9 Removing intermediate container f32ae4e589f9 ---> 5710a728ae05 Step 15/15 : CMD ["/usr/local/bin/kibana-docker"] ---> Running in ef2b996e1696 Removing intermediate container ef2b996e1696 ---> 24aa6f9dd618 Successfully built 24aa6f9dd618 Successfully tagged docker.elastic.co/kibana/kibana-full:6.4.3 docker kill kibana-docker-artifact-server kibana-docker-artifact-server HQSML-1689749:Kibana-docker vmacha012$

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment