Running with gitlab-runner 11.5.0 (3afdaba6)
  on sd-134519-docker 15451e3f
Using Docker executor with image node:14 ...
Pulling docker image node:14 ...
Using docker image sha256:1d12470fa662a2a5cb50378dcdc8ea228c1735747db410bbefb8e2d9144b5452 for node:14 ...
section_start:1695982250:prepare_script
Running on runner-15451e3f-project-38-concurrent-0 via sd-134519...
section_end:1695982252:prepare_script
section_start:1695982252:get_sources
Fetching changes...
Removing pip-cache/
HEAD is now at 48148aa Merge branch '4950-scan-in-reception-evolutions-bis' into 'dev_cooperatic'
From https://gl.cooperatic.fr/cooperatic-foodcoops/third-party
 * [new branch]      4778-reception-dont-get-finished-orders -> origin/4778-reception-dont-get-finished-orders
Checking out 595a6793 as 4778-reception-dont-get-finished-orders...
Skipping Git submodules setup
section_end:1695982253:get_sources
section_start:1695982253:restore_cache
Checking cache for node-modules...
No URL provided, cache will be not downloaded from shared cache server. Instead a local version of cache will be extracted. 
Successfully extracted cache
section_end:1695982255:restore_cache
section_start:1695982255:download_artifacts
section_end:1695982256:download_artifacts
section_start:1695982256:build_script
$ make lint-js
npm install
npm WARN read-shrinkwrap This version of npm is compatible with lockfileVersion@1, but package-lock.json was generated for lockfileVersion@2. I'll try to do my best with it!
npm WARN third-party@1.0.0 No license field.

audited 126 packages in 0.882s

21 packages are looking for funding
  run `npm fund` for details

found 7 vulnerabilities (2 moderate, 5 high)
  run `npm audit fix` to fix them, or `npm audit` for details
npm run lint

> third-party@1.0.0 lint /builds/cooperatic-foodcoops/third-party
> eslint . --max-warnings 292 '**/*.js'


/builds/cooperatic-foodcoops/third-party/envelops/static/js/envelops.js
  498:10  warning  'archive_envelop' is defined but never used  no-unused-vars

/builds/cooperatic-foodcoops/third-party/inventory/static/js/inventory.js
  149:9   warning  'online' is assigned a value but never used                   no-unused-vars
  152:29  warning  'err' is defined but never used                               no-unused-vars
  155:31  warning  'info' is defined but never used                              no-unused-vars
  213:40  warning  Array.prototype.every() expects a return value from function  array-callback-return
  213:50  warning  'rowIdx' is defined but never used                            no-unused-vars
  213:58  warning  'tableLoop' is defined but never used                         no-unused-vars
  213:69  warning  'rowLoop' is defined but never used                           no-unused-vars
  237:42  warning  'button' is defined but never used                            no-unused-vars
  237:50  warning  'config' is defined but never used                            no-unused-vars
  246:42  warning  'button' is defined but never used                            no-unused-vars
  246:50  warning  'config' is defined but never used                            no-unused-vars
  309:42  warning  'index' is defined but never used                             no-unused-vars
  335:32  warning  'result' is defined but never used                            no-unused-vars
  373:17  warning  'i' is assigned a value but never used                        no-unused-vars
  408:57  warning  Expected to return a value at the end of function             consistent-return
  455:32  warning  'result' is defined but never used                            no-unused-vars
  480:40  warning  Array.prototype.every() expects a return value from function  array-callback-return
  480:50  warning  'rowIdx' is defined but never used                            no-unused-vars
  480:58  warning  'tableLoop' is defined but never used                         no-unused-vars
  480:69  warning  'rowLoop' is defined but never used                           no-unused-vars
  500:47  warning  'result' is defined but never used                            no-unused-vars
  622:71  warning  'oldValue' is defined but never used                          no-unused-vars
  779:57  warning  Expected to return a value at the end of function             consistent-return

/builds/cooperatic-foodcoops/third-party/members/static/js/admin/manage_makeups.js
  317:37  warning  Unexpected trailing comma                        comma-dangle
  354:5   warning  Expected blank line after variable declarations  newline-after-var

/builds/cooperatic-foodcoops/third-party/members/static/js/admin/manage_regular_shifts.js
  58:1   warning  Trailing spaces not allowed   no-trailing-spaces
  95:13  warning  Expected space(s) after "if"  keyword-spacing

/builds/cooperatic-foodcoops/third-party/members/static/js/admin/manage_shift_registrations.js
  105:9    warning  Expected blank line after variable declarations  newline-after-var
  118:155  warning  Unexpected trailing comma                        comma-dangle

/builds/cooperatic-foodcoops/third-party/members/static/js/inscriptions.js
  520:10  warning  'get_next_coop_num' is defined but never used  no-unused-vars

/builds/cooperatic-foodcoops/third-party/members/static/js/members.js
  112:5   warning  Closing curly brace does not appear on the same line as the subsequent block  brace-style
  114:39  warning  Missing semicolon                                                             semi
  115:6   warning  Trailing spaces not allowed                                                   no-trailing-spaces
  119:9   warning  Expected blank line after variable declarations                               newline-after-var
  639:10  warning  'preview_snapshot' is defined but never used                                  no-unused-vars
  658:10  warning  'save_photo' is defined but never used                                        no-unused-vars

/builds/cooperatic-foodcoops/third-party/members/static/js/prepa_odoo.js
  68:10  warning  'is_in_coops' is defined but never used  no-unused-vars

/builds/cooperatic-foodcoops/third-party/members/static/js/subscription_common.js
   26:10  warning  'display_current_coop_form' is defined but never used  no-unused-vars
  124:5   warning  Expected blank line after variable declarations        newline-after-var

/builds/cooperatic-foodcoops/third-party/members_space/static/js/members-space-faq.js
  2:10  warning  'init_faq' is defined but never used  no-unused-vars

/builds/cooperatic-foodcoops/third-party/members_space/static/js/members-space-home.js
    7:1    warning  Trailing spaces not allowed                                      no-trailing-spaces
    9:13   warning  Expected blank line after variable declarations                  newline-after-var
    9:64   warning  Missing semicolon                                                semi
   10:120  warning  Missing semicolon                                                semi
   12:107  warning  Missing semicolon                                                semi
   16:54   warning  Missing semicolon                                                semi
   17:62   warning  Missing semicolon                                                semi
   18:17   warning  Expected blank line after variable declarations                  newline-after-var
   18:58   warning  Missing semicolon                                                semi
   19:123  warning  Missing semicolon                                                semi
   21:1    warning  Trailing spaces not allowed                                      no-trailing-spaces
   22:68   warning  Missing semicolon                                                semi
   42:10   warning  'process_asked_shift_template_change' is defined but never used  no-unused-vars
  115:5    warning  Expected blank line after variable declarations                  newline-after-var
  132:10   warning  'init_home' is defined but never used                            no-unused-vars
  177:1    warning  Trailing spaces not allowed                                      no-trailing-spaces

/builds/cooperatic-foodcoops/third-party/members_space/static/js/members-space-my-shifts.js
  181:1    warning  Expected indentation of 8 spaces but found 12    indent
  181:13   warning  Expected blank line after variable declarations  newline-after-var
  181:64   warning  Missing semicolon                                semi
  182:1    warning  Expected indentation of 8 spaces but found 12    indent
  182:120  warning  Missing semicolon                                semi
  183:1    warning  Expected indentation of 8 spaces but found 12    indent
  184:1    warning  Expected indentation of 12 spaces but found 16   indent
  184:107  warning  Missing semicolon                                semi
  185:1    warning  Expected indentation of 8 spaces but found 12    indent
  186:1    warning  Expected indentation of 8 spaces but found 12    indent
  187:1    warning  Expected indentation of 8 spaces but found 12    indent
  188:1    warning  Expected indentation of 12 spaces but found 16   indent
  188:54   warning  Missing semicolon                                semi
  189:1    warning  Expected indentation of 12 spaces but found 16   indent
  189:62   warning  Missing semicolon                                semi
  190:1    warning  Expected indentation of 12 spaces but found 16   indent
  190:17   warning  Expected blank line after variable declarations  newline-after-var
  190:58   warning  Missing semicolon                                semi
  191:1    warning  Expected indentation of 12 spaces but found 16   indent
  191:123  warning  Missing semicolon                                semi
  192:1    warning  Expected indentation of 8 spaces but found 12    indent
  193:1    warning  Trailing spaces not allowed                      no-trailing-spaces
  194:1    warning  Expected indentation of 8 spaces but found 12    indent
  194:53   warning  Missing semicolon                                semi
  229:6    warning  Trailing spaces not allowed                      no-trailing-spaces
  232:10   warning  'init_my_shifts' is defined but never used       no-unused-vars

/builds/cooperatic-foodcoops/third-party/members_space/static/js/members-space-shifts-exchange.js
  466:5    warning  Expected blank line after variable declarations   newline-after-var
  682:69   warning  Missing semicolon                                 semi
  720:5    warning  Expected blank line after variable declarations   newline-after-var
  722:9    warning  Expected blank line after variable declarations   newline-after-var
  722:27   warning  Missing semicolon                                 semi
  725:108  warning  Missing semicolon                                 semi
  728:30   warning  Missing semicolon                                 semi
  792:10   warning  'init_shifts_exchange' is defined but never used  no-unused-vars

/builds/cooperatic-foodcoops/third-party/members_space/static/js/members-space.js
    8:5   warning  'partner_history' is assigned a value but never used                          no-unused-vars
   29:10  warning  'load_partner_shifts' is defined but never used                               no-unused-vars
   38:17  warning  'incoming_shifts' is assigned a value but never used                          no-unused-vars
  204:10  warning  'prepare_shift_line_template' is defined but never used                       no-unused-vars
  223:10  warning  'init_my_info_data' is defined but never used                                 no-unused-vars
  335:17  warning  Unexpected alias 'obj' for 'this'                                             consistent-this
  359:10  warning  'display_messages_for_service_exchange_24h_before' is defined but never used  no-unused-vars
  361:44  warning  Trailing spaces not allowed                                                   no-trailing-spaces

/builds/cooperatic-foodcoops/third-party/products/static/js/barcodes.js
  117:33  warning  Trailing spaces not allowed  no-trailing-spaces

/builds/cooperatic-foodcoops/third-party/products/static/js/destocking.js
  7:5  warning  'bc_scanner' is assigned a value but never used  no-unused-vars

/builds/cooperatic-foodcoops/third-party/products/static/js/pos_product_sales.js
   5:5   warning  'pareto_sales_80_data' is assigned a value but never used  no-unused-vars
  98:42  warning  'index' is defined but never used                          no-unused-vars

/builds/cooperatic-foodcoops/third-party/products/static/js/products_common.js
  1:10  warning  'products_shelf_label_print' is defined but never used  no-unused-vars

/builds/cooperatic-foodcoops/third-party/products/static/js/products_index.js
   35:61  warning  'meta' is defined but never used                                           no-unused-vars
   59:49  warning  'type' is defined but never used                                           no-unused-vars
   59:55  warning  'full' is defined but never used                                           no-unused-vars
   59:61  warning  'meta' is defined but never used                                           no-unused-vars
   77:80  warning  Expected to return a value at the end of function                          consistent-return
  160:27  warning  'data' is defined but never used                                           no-unused-vars
  192:10  warning  Expected to return a value at the end of function 'fetch_product_from_bc'  consistent-return
  217:18  warning  Expected to return a value at the end of method 'success'                  consistent-return

/builds/cooperatic-foodcoops/third-party/reception/static/js/reception_index.js
  105:10  warning  'group_goto' is defined but never used    no-unused-vars
  256:10  warning  'group_action' is defined but never used  no-unused-vars

/builds/cooperatic-foodcoops/third-party/reception/static/js/reception_produits.js
   103:22  warning  Unexpected newline after '('                          function-paren-newline
   108:17  warning  Unexpected newline before ')'                         function-paren-newline
   154:25  warning  Expected space(s) after "if"                          keyword-spacing
   173:22  warning  Unexpected newline after '('                          function-paren-newline
   178:17  warning  Unexpected newline before ')'                         function-paren-newline
   179:17  warning  Expected newline before return statement              newline-before-return
   411:10  warning  'get_pdf_labels' is defined but never used            no-unused-vars
   851:44  warning  Expected line break before `.select`                  newline-per-chained-call
   909:44  warning  Expected line break before `.select`                  newline-per-chained-call
  1306:29  warning  Multiple spaces found before '// "valid" == ...'      no-multi-spaces
  1306:73  warning  Trailing spaces not allowed                           no-trailing-spaces
  1537:26  warning  'form' is assigned a value but never used             no-unused-vars
  1546:10  warning  'setAllQties' is defined but never used               no-unused-vars
  1565:10  warning  'print_product_labels' is defined but never used      no-unused-vars
  1623:10  warning  'pre_send' is defined but never used                  no-unused-vars
  2023:10  warning  'confirmPricesAllValid' is defined but never used     no-unused-vars
  2029:10  warning  'confirm_all_left_is_good' is defined but never used  no-unused-vars
  2308:10  warning  'openFAQ' is defined but never used                   no-unused-vars
  2312:10  warning  'openErrorReport' is defined but never used           no-unused-vars

/builds/cooperatic-foodcoops/third-party/sales/static/js/sales.js
  73:32  warning  Trailing spaces not allowed  no-trailing-spaces
  82:14  warning  Unexpected trailing comma    comma-dangle

/builds/cooperatic-foodcoops/third-party/shelfs/static/js/shelf_inventory.js
  16:5  warning  'change_shelf_form' is assigned a value but never used  no-unused-vars

/builds/cooperatic-foodcoops/third-party/shelfs/static/js/shelf_view.js
  20:10  warning  'back' is defined but never used  no-unused-vars

/builds/cooperatic-foodcoops/third-party/shelfs/static/js/shelfs_admin.js
  9:5  warning  'eye' is assigned a value but never used  no-unused-vars

/builds/cooperatic-foodcoops/third-party/shelfs/static/js/shelfs_sales.js
  87:10  warning  'get_shelfs_sales_data' is defined but never used  no-unused-vars

/builds/cooperatic-foodcoops/third-party/shifts/static/js/shift_exchange.js
   63:21  warning  'date' is assigned a value but never used                                     no-unused-vars
   68:21  warning  'lost_points' is assigned a value but never used                              no-unused-vars
  333:5   warning  Closing curly brace does not appear on the same line as the subsequent block  brace-style
  395:27  warning  'doc' is defined but never used                                               no-unused-vars
  474:5   warning  'dp' is assigned a value but never used                                       no-unused-vars

/builds/cooperatic-foodcoops/third-party/shifts/static/js/shift_states_not_allowed.js
   2:10  warning  'request_delay' is defined but never used  no-unused-vars
  19:27  warning  'doc' is defined but never used            no-unused-vars

/builds/cooperatic-foodcoops/third-party/shop/static/js/shop.js
   134:5   warning  Unexpected alias 'dragSrcEl' for 'this'              consistent-this
   152:26  warning  'e' is defined but never used                        no-unused-vars
   186:24  warning  'e' is defined but never used                        no-unused-vars
   208:22  warning  'err' is defined but never used                      no-unused-vars
   208:27  warning  'result' is defined but never used                   no-unused-vars
   366:13  warning  'start' is assigned a value but never used           no-unused-vars
   367:13  warning  'end' is assigned a value but never used             no-unused-vars
   476:9   warning  'start' is assigned a value but never used           no-unused-vars
  1188:5   warning  'search_product' is assigned a value but never used  no-unused-vars

/builds/cooperatic-foodcoops/third-party/shop/static/js/shop_admin.js
    2:5   warning  'orders' is assigned a value but never used        no-unused-vars
   16:5   warning  'cart_id' is assigned a value but never used       no-unused-vars
   51:29  warning  'err' is defined but never used                    no-unused-vars
   54:31  warning  'info' is defined but never used                   no-unused-vars
  191:58  warning  'action_btn' is defined but never used             no-unused-vars
  296:42  warning  'index' is defined but never used                  no-unused-vars
  327:57  warning  Expected to return a value at the end of function  consistent-return
  411:5   warning  'unselectRows' is assigned a value but never used  no-unused-vars
  495:39  warning  'res' is defined but never used                    no-unused-vars
  783:9   warning  'clicked' is assigned a value but never used       no-unused-vars
  811:22  warning  Expected to return a value at the end of function  consistent-return
  974:59  warning  'res' is defined but never used                    no-unused-vars

/builds/cooperatic-foodcoops/third-party/shop/static/js/shop_drafts.js
    2:5   warning  'orders' is assigned a value but never used                   no-unused-vars
   12:5   warning  'remove_closing_date_msg' is assigned a value but never used  no-unused-vars
   13:5   warning  'internal_get_msg' is assigned a value but never used         no-unused-vars
   16:5   warning  'cart_id' is assigned a value but never used                  no-unused-vars
   17:5   warning  'cart_revisions' is assigned a value but never used           no-unused-vars
   18:5   warning  'shop_settings' is assigned a value but never used            no-unused-vars
   51:29  warning  'err' is defined but never used                               no-unused-vars
   54:31  warning  'info' is defined but never used                              no-unused-vars
   65:5   warning  'putLoadingImgOn' is assigned a value but never used          no-unused-vars
   68:5   warning  'removeLoadingImg' is assigned a value but never used         no-unused-vars
  125:58  warning  'action_btn' is defined but never used                        no-unused-vars
  210:57  warning  Expected to return a value at the end of function             consistent-return
  250:5   warning  'selectRow' is assigned a value but never used                no-unused-vars
  271:5   warning  'unselectRows' is assigned a value but never used             no-unused-vars
  285:5   warning  'updateCouchDB' is assigned a value but never used            no-unused-vars
  335:5   warning  'showCart' is assigned a value but never used                 no-unused-vars

/builds/cooperatic-foodcoops/third-party/stock/static/js/stock_graphSale.js
  1:5  warning  Variable 'myChart' should be initialized on declaration  init-declarations

/builds/cooperatic-foodcoops/third-party/stock/static/js/stock_listArticleBreaking.js
    7:5   warning  Variable 'table_article' should be initialized on declaration   init-declarations
    8:5   warning  'dataSet' is assigned a value but never used                    no-unused-vars
    9:5   warning  Variable 'csrftoken' should be initialized on declaration       init-declarations
   44:27  warning  'data' is defined but never used                                no-unused-vars
   66:55  warning  'meta' is defined but never used                                no-unused-vars
   76:42  warning  'type' is defined but never used                                no-unused-vars
   76:48  warning  'row' is defined but never used                                 no-unused-vars
   84:42  warning  'type' is defined but never used                                no-unused-vars
   84:48  warning  'row' is defined but never used                                 no-unused-vars
   96:43  warning  'type' is defined but never used                                no-unused-vars
   96:49  warning  'full' is defined but never used                                no-unused-vars
   96:55  warning  'meta' is defined but never used                                no-unused-vars
  107:37  warning  'data' is defined but never used                                no-unused-vars
  107:43  warning  'type' is defined but never used                                no-unused-vars
  107:49  warning  'full' is defined but never used                                no-unused-vars
  107:55  warning  'meta' is defined but never used                                no-unused-vars
  190:5   warning  Variable 'selArctileData' should be initialized on declaration  init-declarations

/builds/cooperatic-foodcoops/third-party/stock/static/js/stock_movements.js
  552:29  warning  'data' is defined but never used  no-unused-vars

/builds/cooperatic-foodcoops/third-party/stock/static/js/stock_order.js
   12:5   warning  Variable 'table_article' should be initialized on declaration   init-declarations
   13:5   warning  'dataSet' is assigned a value but never used                    no-unused-vars
   14:5   warning  Variable 'csrftoken' should be initialized on declaration       init-declarations
  117:10  warning  'ruptureArticle' is defined but never used                      no-unused-vars
  117:25  warning  'test' is defined but never used                                no-unused-vars
  131:27  warning  'data' is defined but never used                                no-unused-vars
  142:5   warning  Variable 'selArctileData' should be initialized on declaration  init-declarations

/builds/cooperatic-foodcoops/third-party/stock/static/js/stock_rupture.js
  8:5  warning  'dataSet' is assigned a value but never used  no-unused-vars

/builds/cooperatic-foodcoops/third-party/stock/static/js/stock_values.js
  13:1   warning  Expected indentation of 16 spaces but found 13  indent
  14:1   warning  Expected indentation of 20 spaces but found 15  indent
  14:41  warning  A space is required after ','                   comma-spacing
  15:2   error    Mixed spaces and tabs                           no-mixed-spaces-and-tabs
  15:16  warning  Missing semicolon                               semi
  16:1   warning  Expected indentation of 20 spaces but found 15  indent
  17:1   warning  Expected indentation of 24 spaces but found 18  indent
  17:41  warning  Missing semicolon                               semi
  18:1   error    Mixed spaces and tabs                           no-mixed-spaces-and-tabs
  19:1   warning  Expected indentation of 16 spaces but found 13  indent
  22:1   warning  Expected indentation of 16 spaces but found 13  indent
  23:1   warning  Expected indentation of 20 spaces but found 15  indent
  23:38  warning  Missing semicolon                               semi
  24:1   warning  Expected indentation of 16 spaces but found 13  indent
  28:1   warning  Expected indentation of 16 spaces but found 13  indent
  28:37  warning  'type' is defined but never used                no-unused-vars
  28:43  warning  'full' is defined but never used                no-unused-vars
  29:1   warning  Expected indentation of 20 spaces but found 15  indent
  29:38  warning  Missing semicolon                               semi
  30:1   warning  Expected indentation of 16 spaces but found 13  indent
  71:14  warning  Unexpected trailing comma                       comma-dangle

✖ 231 problems (2 errors, 229 warnings)
  0 errors and 88 warnings potentially fixable with the `--fix` option.

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! third-party@1.0.0 lint: `eslint . --max-warnings 292 '**/*.js'`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the third-party@1.0.0 lint script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /root/.npm/_logs/2023-09-29T10_11_03_959Z-debug.log
make: *** [Makefile:9: lint-js] Error 1
section_end:1695982264:build_script
section_start:1695982264:after_script
section_end:1695982266:after_script
section_start:1695982266:upload_artifacts_on_failure
section_end:1695982267:upload_artifacts_on_failure
ERROR: Job failed: exit code 1