Project

General

Profile

Actions

Bug #23094

closed

Errors in webpack compile after merging subscription pages

Added by Walden Raines about 6 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Subscriptions
Target version:
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Description

The following JS errors are present after merging the subscription changes in https://github.com/Katello/katello/pull/7230:

[vagrant@centos7-devel foreman]$ bundle exec foreman start
17:46:05 rails.1   | started with pid 1024
17:46:05 webpack.1 | started with pid 1026
17:46:07 webpack.1 | Project is running at https://centos7-devel.pgagne-thinkpad.example.com/
17:46:07 webpack.1 | webpack output is served from /webpack/
17:46:09 rails.1   | /home/vagrant/foreman/lib/foreman.rb:8: warning: already initialized constant Foreman::UUID_REGEXP
17:46:09 rails.1   | /home/vagrant/foreman/lib/foreman.rb:8: warning: previous definition of UUID_REGEXP was here
17:46:10 rails.1   | => Booting WEBrick
17:46:10 rails.1   | => Rails 5.1.4 application starting in development on http://0.0.0.0:3000
17:46:10 rails.1   | => Run `rails server -h` for more startup options
17:46:11 rails.1   | The Apipie cache is turned off. Enable it and run apipie:cache rake task to speed up API calls.
17:46:13 rails.1   | 2018-04-02T17:46:13 [I|app|] Current user: foreman_admin (administrator)
17:46:13 rails.1   | 2018-04-02T17:46:13 [D|app|] Setting current user thread-local variable to foreman_admin
17:46:13 rails.1   | 2018-04-02T17:46:13 [D|app|] Setting current user thread-local variable to nil
17:46:13 rails.1   | 2018-04-02T17:46:13 [I|app|] Current user: foreman_admin (administrator)
17:46:13 rails.1   | 2018-04-02T17:46:13 [D|app|] Setting current user thread-local variable to foreman_admin
17:46:13 rails.1   | 2018-04-02T17:46:13 [D|app|] Setting current user thread-local variable to nil
17:46:13 rails.1   | 2018-04-02T17:46:13 [D|app|] Registering 4 assets for plugin foreman-tasks precompilation
17:46:13 rails.1   | 2018-04-02T17:46:13 [D|app|] Registering 4 assets for plugin foreman_docker precompilation
17:46:13 rails.1   | 2018-04-02T17:46:13 [D|app|] Registering 114 assets for plugin bastion precompilation
17:46:15 rails.1   | 2018-04-02T17:46:15 [I|app|] Current user: foreman_admin (administrator)
17:46:15 rails.1   | 2018-04-02T17:46:15 [D|app|] Setting current user thread-local variable to foreman_admin
17:46:15 rails.1   | 2018-04-02T17:46:15 [D|app|] Setting current user thread-local variable to nil
17:46:15 rails.1   | 2018-04-02T17:46:15 [D|app|] Registering 100 assets for plugin katello precompilation
17:46:15 rails.1   | 2018-04-02T17:46:15 [W|app|] DEPRECATION WARNING: Using a dynamic :controller segment in a route is deprecated and will be removed in Rails 5.2. (called from block in <top (required)> at /home/vagrant/foreman/config/routes.rb:17)
17:46:20 rails.1   | 2018-04-02T17:46:20 [W|app|] DEPRECATION WARNING: Passing a class to the `class_name` is deprecated and will raise an ArgumentError in Rails 5.2. It eagerloads more classes than necessary and potentially creates circular dependencies. Please pass the class name as a string: `belongs_to :wizard_state, class_name: 'DockerContainerWizardState'` (called from belongs_to at /home/vagrant/foreman/app/models/concerns/has_many_common.rb:76)
17:46:20 rails.1   | 2018-04-02T17:46:20 [W|app|] DEPRECATION WARNING: Passing a class to the `class_name` is deprecated and will raise an ArgumentError in Rails 5.2. It eagerloads more classes than necessary and potentially creates circular dependencies. Please pass the class name as a string: `has_one :preliminary, class_name: 'DockerContainerWizardStates::Preliminary'` (called from block in <class:Engine> at /home/vagrant/katello/lib/katello/engine.rb:153)
17:46:20 rails.1   | 2018-04-02T17:46:20 [W|app|] DEPRECATION WARNING: Passing a class to the `class_name` is deprecated and will raise an ArgumentError in Rails 5.2. It eagerloads more classes than necessary and potentially creates circular dependencies. Please pass the class name as a string: `belongs_to :wizard_state, class_name: 'DockerContainerWizardState'` (called from belongs_to at /home/vagrant/foreman/app/models/concerns/has_many_common.rb:76)
17:46:20 rails.1   | 2018-04-02T17:46:20 [W|app|] DEPRECATION WARNING: Passing a class to the `class_name` is deprecated and will raise an ArgumentError in Rails 5.2. It eagerloads more classes than necessary and potentially creates circular dependencies. Please pass the class name as a string: `has_one :image, class_name: 'DockerContainerWizardStates::Image'` (called from block in <class:Engine> at /home/vagrant/katello/lib/katello/engine.rb:153)
17:46:20 rails.1   | 2018-04-02T17:46:20 [W|app|] DEPRECATION WARNING: Passing a class to the `class_name` is deprecated and will raise an ArgumentError in Rails 5.2. It eagerloads more classes than necessary and potentially creates circular dependencies. Please pass the class name as a string: `belongs_to :wizard_state, class_name: 'DockerContainerWizardState'` (called from belongs_to at /home/vagrant/foreman/app/models/concerns/has_many_common.rb:76)
17:46:20 rails.1   | 2018-04-02T17:46:20 [W|app|] DEPRECATION WARNING: Passing a class to the `class_name` is deprecated and will raise an ArgumentError in Rails 5.2. It eagerloads more classes than necessary and potentially creates circular dependencies. Please pass the class name as a string: `has_one :configuration, class_name: 'DockerContainerWizardStates::Configuration'` (called from block in <class:Engine> at /home/vagrant/katello/lib/katello/engine.rb:153)
17:46:20 rails.1   | 2018-04-02T17:46:20 [W|app|] DEPRECATION WARNING: Passing a class to the `class_name` is deprecated and will raise an ArgumentError in Rails 5.2. It eagerloads more classes than necessary and potentially creates circular dependencies. Please pass the class name as a string: `belongs_to :wizard_state, class_name: 'DockerContainerWizardState'` (called from belongs_to at /home/vagrant/foreman/app/models/concerns/has_many_common.rb:76)
17:46:20 rails.1   | 2018-04-02T17:46:20 [W|app|] DEPRECATION WARNING: Passing a class to the `class_name` is deprecated and will raise an ArgumentError in Rails 5.2. It eagerloads more classes than necessary and potentially creates circular dependencies. Please pass the class name as a string: `has_one :environment, class_name: 'DockerContainerWizardStates::Environment'` (called from block in <class:Engine> at /home/vagrant/katello/lib/katello/engine.rb:153)
17:46:21 rails.1   | [2018-04-02 17:46:21] INFO  WEBrick 1.3.1
17:46:21 rails.1   | [2018-04-02 17:46:21] INFO  ruby 2.4.1 (2017-03-22) [x86_64-linux]
17:46:21 rails.1   | [2018-04-02 17:46:21] INFO  WEBrick::HTTPServer#start: pid=1025 port=3000
17:46:25 webpack.1 | Hash: 03c6f0d9f22d2cfc1b58
17:46:25 webpack.1 | Version: webpack 3.11.0
17:46:25 webpack.1 | Time: 18339ms
17:46:25 webpack.1 |         Asset     Size  Chunks                    Chunk Names
17:46:25 webpack.1 |    katello.js  1.59 MB       0  [emitted]  [big]  katello
17:46:25 webpack.1 |     bundle.js   767 kB       1  [emitted]  [big]  bundle
17:46:25 webpack.1 |     vendor.js  21.3 MB       2  [emitted]  [big]  vendor
17:46:25 webpack.1 |    bundle.css    87 kB       1  [emitted]         bundle
17:46:25 webpack.1 |   katello.css  34.1 kB       0  [emitted]         katello
17:46:25 webpack.1 | manifest.json  11.4 kB          [emitted]         
17:46:25 webpack.1 |    [0] ./node_modules/react/index.js 190 bytes {2} [built]
17:46:25 webpack.1 |   [16] ./node_modules/react-redux/es/index.js 230 bytes {2} [built]
17:46:25 webpack.1 |   [25] ./node_modules/react-dom/index.js 1.36 kB {2} [built]
17:46:25 webpack.1 |   [30] ./node_modules/seamless-immutable/seamless-immutable.development.js 24.2 kB {2} [built]
17:46:25 webpack.1 |   [33] ./node_modules/redux/es/index.js 1.08 kB {2} [built]
17:46:25 webpack.1 |   [34] ./node_modules/redux-form-validators/lib/index.js 2.71 kB {2} [built]
17:46:25 webpack.1 |   [69] ./node_modules/redux-form/es/index.js 3.61 kB {2} [built]
17:46:25 webpack.1 |  [107] ./node_modules/urijs/src/URI.js 66.1 kB {2} [built]
17:46:25 webpack.1 |  [492] ./node_modules/jstz/index.js 44 bytes {2} [built]
17:46:25 webpack.1 |  [658] multi (webpack)-dev-server/client?https://centos7-devel.pgagne-thinkpad.example.com webpack/hot/dev-server ./webpack/assets/javascripts/bundle.js 52 bytes {1} [built]
17:46:25 webpack.1 | [1467] multi (webpack)-dev-server/client?https://centos7-devel.pgagne-thinkpad.example.com webpack/hot/dev-server babel-polyfill react react-dom react-bootstrap react-ellipsis-with-tooltip react-numeric-input react-onclickoutside react-password-strength patternfly-react react-redux redux redux-form redux-form-validators redux-logger redux-thunk prop-types seamless-immutable isomorphic-fetch jquery jquery.cookie select2 multiselect jquery-ujs datatables.net-bs jquery-flot/excanvas jquery-flot jquery-flot/jquery.flot.pie jquery-flot/jquery.flot.selection jquery-flot/jquery.flot.stack jquery-flot/jquery.flot.time brace brace/mode/javascript brace/mode/ruby brace/mode/html_ruby brace/mode/json brace/mode/sh brace/mode/xml brace/mode/yaml brace/mode/diff brace/theme/twilight brace/theme/clouds brace/keybinding/vim brace/keybinding/emacs brace/ext/searchbox diff ipaddr.js jstz urijs uuid 628 bytes {2} [built]
17:46:25 webpack.1 | [1468] ./node_modules/isomorphic-fetch/fetch-npm-browserify.js 233 bytes {2} [built]
17:46:25 webpack.1 | [1470] ./node_modules/uuid/index.js 120 bytes {2} [built]
17:46:25 webpack.1 | [1471] multi (webpack)-dev-server/client?https://centos7-devel.pgagne-thinkpad.example.com webpack/hot/dev-server ../katello/webpack/index.js 52 bytes {0} [built]
17:46:25 webpack.1 | [1472] ../katello/webpack/index.js 888 bytes {0} [built]
17:46:25 webpack.1 |     + 1531 hidden modules
17:46:25 webpack.1 | 
17:46:25 webpack.1 | ERROR in ../katello/webpack/scenes/Subscriptions/SubscriptionsPage.js
17:46:25 webpack.1 | Module not found: Error: Can't resolve 'foremanReact/components/common/table' in '/home/vagrant/katello/webpack/scenes/Subscriptions'
17:46:25 webpack.1 |  @ ../katello/webpack/scenes/Subscriptions/SubscriptionsPage.js 25:13-60
17:46:25 webpack.1 |  @ ../katello/webpack/scenes/Subscriptions/index.js
17:46:25 webpack.1 |  @ ../katello/webpack/containers/Application/config.js
17:46:25 webpack.1 |  @ ../katello/webpack/containers/Application/Routes.js
17:46:25 webpack.1 |  @ ../katello/webpack/containers/Application/index.js
17:46:25 webpack.1 |  @ ../katello/webpack/index.js
17:46:25 webpack.1 |  @ multi (webpack)-dev-server/client?https://centos7-devel.pgagne-thinkpad.example.com webpack/hot/dev-server ../katello/webpack/index.js
17:46:25 webpack.1 | 
17:46:25 webpack.1 | ERROR in ../katello/webpack/scenes/Subscriptions/SubscriptionsTableSchema.js
17:46:25 webpack.1 | Module not found: Error: Can't resolve 'foremanReact/components/common/table' in '/home/vagrant/katello/webpack/scenes/Subscriptions'
17:46:25 webpack.1 |  @ ../katello/webpack/scenes/Subscriptions/SubscriptionsTableSchema.js 16:13-60
17:46:25 webpack.1 |  @ ../katello/webpack/scenes/Subscriptions/SubscriptionsPage.js
17:46:25 webpack.1 |  @ ../katello/webpack/scenes/Subscriptions/index.js
17:46:25 webpack.1 |  @ ../katello/webpack/containers/Application/config.js
17:46:25 webpack.1 |  @ ../katello/webpack/containers/Application/Routes.js
17:46:25 webpack.1 |  @ ../katello/webpack/containers/Application/index.js
17:46:25 webpack.1 |  @ ../katello/webpack/index.js
17:46:25 webpack.1 |  @ multi (webpack)-dev-server/client?https://centos7-devel.pgagne-thinkpad.example.com webpack/hot/dev-server ../katello/webpack/index.js
17:46:25 webpack.1 | 
17:46:25 webpack.1 | ERROR in ../katello/webpack/scenes/Subscriptions/UpstreamSubscriptions/UpstreamSubscriptionsPage.js
17:46:25 webpack.1 | Module not found: Error: Can't resolve 'foremanReact/components/common/table' in '/home/vagrant/katello/webpack/scenes/Subscriptions/UpstreamSubscriptions'
17:46:25 webpack.1 |  @ ../katello/webpack/scenes/Subscriptions/UpstreamSubscriptions/UpstreamSubscriptionsPage.js 25:13-60
17:46:25 webpack.1 |  @ ../katello/webpack/scenes/Subscriptions/UpstreamSubscriptions/index.js
17:46:25 webpack.1 |  @ ../katello/webpack/containers/Application/config.js
17:46:25 webpack.1 |  @ ../katello/webpack/containers/Application/Routes.js
17:46:25 webpack.1 |  @ ../katello/webpack/containers/Application/index.js
17:46:25 webpack.1 |  @ ../katello/webpack/index.js
17:46:25 webpack.1 |  @ multi (webpack)-dev-server/client?https://centos7-devel.pgagne-thinkpad.example.com webpack/hot/dev-server ../katello/webpack/index.js
17:46:25 webpack.1 | 
17:46:25 webpack.1 | ERROR in ../katello/webpack/scenes/Subscriptions/UpstreamSubscriptions/UpstreamSubscriptionsTableSchema.js
17:46:25 webpack.1 | Module not found: Error: Can't resolve 'foremanReact/components/common/table' in '/home/vagrant/katello/webpack/scenes/Subscriptions/UpstreamSubscriptions'
17:46:25 webpack.1 |  @ ../katello/webpack/scenes/Subscriptions/UpstreamSubscriptions/UpstreamSubscriptionsTableSchema.js 18:13-60
17:46:25 webpack.1 |  @ ../katello/webpack/scenes/Subscriptions/UpstreamSubscriptions/UpstreamSubscriptionsPage.js
17:46:25 webpack.1 |  @ ../katello/webpack/scenes/Subscriptions/UpstreamSubscriptions/index.js
17:46:25 webpack.1 |  @ ../katello/webpack/containers/Application/config.js
17:46:25 webpack.1 |  @ ../katello/webpack/containers/Application/Routes.js
17:46:25 webpack.1 |  @ ../katello/webpack/containers/Application/index.js
17:46:25 webpack.1 |  @ ../katello/webpack/index.js
17:46:25 webpack.1 |  @ multi (webpack)-dev-server/client?https://centos7-devel.pgagne-thinkpad.example.com webpack/hot/dev-server ../katello/webpack/index.js
17:46:25 webpack.1 | Child extract-text-webpack-plugin node_modules/extract-text-webpack-plugin/dist node_modules/css-loader/index.js!node_modules/select2/select2-bootstrap.css:
17:46:25 webpack.1 |        [0] ./node_modules/css-loader!./node_modules/select2/select2-bootstrap.css 3.58 kB {0} [built]
17:46:25 webpack.1 |        [1] ./node_modules/css-loader/lib/css-base.js 1.51 kB {0} [built]
17:46:25 webpack.1 | Child extract-text-webpack-plugin node_modules/extract-text-webpack-plugin/dist node_modules/css-loader/index.js!node_modules/datatables.net-bs/css/dataTables.bootstrap.css:
17:46:25 webpack.1 |        [0] ./node_modules/css-loader!./node_modules/datatables.net-bs/css/dataTables.bootstrap.css 5.28 kB {0} [built]
17:46:25 webpack.1 |        [1] ./node_modules/css-loader/lib/css-base.js 1.51 kB {0} [built]
17:46:25 webpack.1 | Child extract-text-webpack-plugin node_modules/extract-text-webpack-plugin/dist node_modules/css-loader/index.js?sourceMap!node_modules/sass-loader/lib/loader.js?sourceMap!../katello/webpack/containers/Application/overrides.scss:
17:46:25 webpack.1 |        [0] ./node_modules/css-loader?sourceMap!./node_modules/sass-loader/lib/loader.js?sourceMap!../katello/webpack/containers/Application/overrides.scss 1.14 kB {0} [built]
17:46:25 webpack.1 |        [1] ./node_modules/css-loader/lib/css-base.js 1.51 kB {0} [built]
17:46:25 webpack.1 | Child extract-text-webpack-plugin node_modules/extract-text-webpack-plugin/dist node_modules/css-loader/index.js?sourceMap!node_modules/sass-loader/lib/loader.js?sourceMap!webpack/assets/javascripts/react_app/components/statistics/StatisticsChartsListStyles.scss:
17:46:25 webpack.1 |        [0] ./node_modules/css-loader?sourceMap!./node_modules/sass-loader/lib/loader.js?sourceMap!./webpack/assets/javascripts/react_app/components/statistics/StatisticsChartsListStyles.scss 1.7 kB {0} [built]
17:46:25 webpack.1 |        [1] ./node_modules/css-loader/lib/css-base.js 1.51 kB {0} [built]
17:46:25 webpack.1 | Child extract-text-webpack-plugin node_modules/extract-text-webpack-plugin/dist node_modules/css-loader/index.js?sourceMap!node_modules/sass-loader/lib/loader.js?sourceMap!webpack/assets/javascripts/react_app/components/notifications/notifications.scss:
17:46:25 webpack.1 |        [0] ./node_modules/css-loader?sourceMap!./node_modules/sass-loader/lib/loader.js?sourceMap!./webpack/assets/javascripts/react_app/components/notifications/notifications.scss 5.96 kB {0} [built]
17:46:25 webpack.1 |        [1] ./node_modules/css-loader/lib/css-base.js 1.51 kB {0} [built]
17:46:25 webpack.1 | Child extract-text-webpack-plugin node_modules/extract-text-webpack-plugin/dist node_modules/css-loader/index.js?sourceMap!node_modules/sass-loader/lib/loader.js?sourceMap!webpack/assets/javascripts/react_app/components/user/passwordStrength/password_strength.scss:
17:46:25 webpack.1 |        [0] ./node_modules/css-loader?sourceMap!./node_modules/sass-loader/lib/loader.js?sourceMap!./webpack/assets/javascripts/react_app/components/user/passwordStrength/password_strength.scss 4.19 kB {0} [built]
17:46:25 webpack.1 |        [1] ./node_modules/css-loader/lib/css-base.js 1.51 kB {0} [built]
17:46:25 webpack.1 | Child extract-text-webpack-plugin node_modules/extract-text-webpack-plugin/dist node_modules/css-loader/index.js?sourceMap!node_modules/sass-loader/lib/loader.js?sourceMap!node_modules/patternfly-react/dist/sass/_breadcrumb.scss:
17:46:25 webpack.1 |        [0] ./node_modules/css-loader?sourceMap!./node_modules/sass-loader/lib/loader.js?sourceMap!./node_modules/patternfly-react/dist/sass/_breadcrumb.scss 539 bytes {0} [built]
17:46:25 webpack.1 |        [1] ./node_modules/css-loader/lib/css-base.js 1.51 kB {0} [built]
17:46:25 webpack.1 | Child extract-text-webpack-plugin node_modules/extract-text-webpack-plugin/dist node_modules/css-loader/index.js?sourceMap!node_modules/sass-loader/lib/loader.js?sourceMap!webpack/assets/javascripts/react_app/components/hosts/storage/vmware/controller/controller.scss:
17:46:25 webpack.1 |        [0] ./node_modules/css-loader?sourceMap!./node_modules/sass-loader/lib/loader.js?sourceMap!./webpack/assets/javascripts/react_app/components/hosts/storage/vmware/controller/controller.scss 1.52 kB {0} [built]
17:46:25 webpack.1 |        [1] ./node_modules/css-loader/lib/css-base.js 1.51 kB {0} [built]
17:46:25 webpack.1 | Child extract-text-webpack-plugin node_modules/extract-text-webpack-plugin/dist node_modules/css-loader/index.js?sourceMap!node_modules/sass-loader/lib/loader.js?sourceMap!webpack/assets/javascripts/react_app/components/hosts/powerStatus/powerStatusInner/PowerStatusInner.scss:
17:46:25 webpack.1 |        [0] ./node_modules/css-loader?sourceMap!./node_modules/sass-loader/lib/loader.js?sourceMap!./webpack/assets/javascripts/react_app/components/hosts/powerStatus/powerStatusInner/PowerStatusInner.scss 752 bytes {0} [built]
17:46:25 webpack.1 |        [1] ./node_modules/css-loader/lib/css-base.js 1.51 kB {0} [built]
17:46:25 webpack.1 | Child extract-text-webpack-plugin node_modules/extract-text-webpack-plugin/dist node_modules/css-loader/index.js!webpack/assets/javascripts/react_app/components/common/MessageBox/MessageBox.css:
17:46:25 webpack.1 |        [0] ./node_modules/css-loader!./webpack/assets/javascripts/react_app/components/common/MessageBox/MessageBox.css 729 bytes {0} [built]
17:46:25 webpack.1 |        [1] ./node_modules/css-loader/lib/css-base.js 1.51 kB {0} [built]
17:46:25 webpack.1 | Child extract-text-webpack-plugin node_modules/extract-text-webpack-plugin/dist node_modules/css-loader/index.js!node_modules/select2/select2.css:
17:46:25 webpack.1 |        [0] ./node_modules/select2/select2.png 861 bytes {0} [built]
17:46:25 webpack.1 |        [1] ./node_modules/select2/select2-spinner.gif 2.51 kB {0} [built]
17:46:25 webpack.1 |        [2] ./node_modules/css-loader!./node_modules/select2/select2.css 20.7 kB {0} [built]
17:46:25 webpack.1 |        [3] ./node_modules/css-loader/lib/css-base.js 1.51 kB {0} [built]
17:46:25 webpack.1 |        [4] ./node_modules/select2/select2x2.png 1.17 kB {0} [built]
17:46:25 webpack.1 | Child extract-text-webpack-plugin node_modules/extract-text-webpack-plugin/dist node_modules/css-loader/index.js!node_modules/multiselect/css/multi-select.css:
17:46:25 webpack.1 |        [0] ./node_modules/css-loader!./node_modules/multiselect/css/multi-select.css 2.69 kB {0} [built]
17:46:25 webpack.1 |        [1] ./node_modules/css-loader/lib/css-base.js 1.51 kB {0} [built]
17:46:25 webpack.1 |        [2] ./node_modules/multiselect/img/switch.png 4.15 kB {0} [built]
17:46:25 webpack.1 | Child extract-text-webpack-plugin node_modules/extract-text-webpack-plugin/dist node_modules/css-loader/index.js!webpack/assets/javascripts/react_app/components/common/Loader/Loader.css:
17:46:25 webpack.1 |        [0] ./node_modules/css-loader!./webpack/assets/javascripts/react_app/components/common/Loader/Loader.css 367 bytes {0} [built]
17:46:25 webpack.1 |        [1] ./node_modules/css-loader/lib/css-base.js 1.51 kB {0} [built]
17:46:25 webpack.1 | Child extract-text-webpack-plugin node_modules/extract-text-webpack-plugin/dist node_modules/css-loader/index.js?sourceMap!node_modules/sass-loader/lib/loader.js?sourceMap!webpack/assets/javascripts/react_app/components/hosts/storage/vmware/StorageContainer.scss:
17:46:25 webpack.1 |        [0] ./node_modules/css-loader?sourceMap!./node_modules/sass-loader/lib/loader.js?sourceMap!./webpack/assets/javascripts/react_app/components/hosts/storage/vmware/StorageContainer.scss 1.9 kB {0} [built]
17:46:25 webpack.1 |        [1] ./node_modules/css-loader/lib/css-base.js 1.51 kB {0} [built]
17:46:25 webpack.1 | Child extract-text-webpack-plugin node_modules/extract-text-webpack-plugin/dist node_modules/css-loader/index.js!webpack/assets/javascripts/react_app/common/commonStyles.css:
17:46:25 webpack.1 |        [0] ./node_modules/css-loader!./webpack/assets/javascripts/react_app/common/commonStyles.css 201 bytes {0} [built]
17:46:25 webpack.1 |        [1] ./node_modules/css-loader/lib/css-base.js 1.51 kB {0} [built]
17:46:25 webpack.1 | Child extract-text-webpack-plugin node_modules/extract-text-webpack-plugin/dist node_modules/css-loader/index.js?sourceMap!node_modules/sass-loader/lib/loader.js?sourceMap!webpack/assets/javascripts/react_app/components/hosts/storage/vmware/controller/disk/disk.scss:
17:46:25 webpack.1 |        [0] ./node_modules/css-loader?sourceMap!./node_modules/sass-loader/lib/loader.js?sourceMap!./webpack/assets/javascripts/react_app/components/hosts/storage/vmware/controller/disk/disk.scss 2.78 kB {0} [built]
17:46:25 webpack.1 |        [1] ./node_modules/css-loader/lib/css-base.js 1.51 kB {0} [built]
17:46:25 webpack.1 | Child extract-text-webpack-plugin node_modules/extract-text-webpack-plugin/dist node_modules/css-loader/index.js?sourceMap!node_modules/sass-loader/lib/loader.js?sourceMap!../katello/webpack/move_to_pf/TypeAhead/TypeAhead.scss:
17:46:25 webpack.1 |        [0] ./node_modules/css-loader?sourceMap!./node_modules/sass-loader/lib/loader.js?sourceMap!../katello/webpack/move_to_pf/TypeAhead/TypeAhead.scss 650 bytes {0} [built]
17:46:25 webpack.1 |        [1] ./node_modules/css-loader/lib/css-base.js 1.51 kB {0} [built]
17:46:25 webpack.1 | Child extract-text-webpack-plugin node_modules/extract-text-webpack-plugin/dist node_modules/css-loader/index.js?sourceMap!node_modules/sass-loader/lib/loader.js?sourceMap!../katello/webpack/scenes/RedHatRepositories/index.scss:
17:46:25 webpack.1 |        [0] ./node_modules/css-loader?sourceMap!./node_modules/sass-loader/lib/loader.js?sourceMap!../katello/webpack/scenes/RedHatRepositories/index.scss 8.12 kB {0} [built]
17:46:25 webpack.1 |        [1] ./node_modules/css-loader/lib/css-base.js 1.51 kB {0} [built]
17:46:25 webpack.1 | webpack: Failed to compile.

This is due to this being merged before https://github.com/theforeman/foreman/pull/5024 was merged. For now we should just pull the required changes into katello.

Actions #1

Updated by The Foreman Bot about 6 years ago

  • Status changed from New to Ready For Testing
  • Pull request https://github.com/Katello/katello/pull/7279 added
Actions #2

Updated by Walden Raines about 6 years ago

  • Status changed from Ready For Testing to Closed
  • % Done changed from 0 to 100
Actions #3

Updated by Walden Raines almost 6 years ago

  • Target version deleted (253)
Actions

Also available in: Atom PDF