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:9cb3f042a68426bdefb8eba9bc173bdab3121c897397843ffc130b909dd86e4b for node:14 ...
section_start:1645696208:prepare_script
Running on runner-15451e3f-project-38-concurrent-0 via sd-134519...
section_end:1645696210:prepare_script
section_start:1645696210:get_sources
Fetching changes...
Removing envelops/__pycache__/
Removing envelops/migrations/__pycache__/
Removing envelops/tests/__pycache__/
Removing inventory/__pycache__/
Removing inventory/migrations/__pycache__/
Removing inventory/tests/__pycache__/
Removing log/debug.log
Removing log/errors.log
Removing members/__pycache__/
Removing members/middleware/__pycache__/
Removing members/migrations/__pycache__/
Removing members/tests/__pycache__/
Removing members_space/__pycache__/
Removing members_space/migrations/__pycache__/
Removing members_space/tests/__pycache__/
Removing orders/__pycache__/
Removing orders/migrations/__pycache__/
Removing orders/tests/__pycache__/
Removing outils/__pycache__/
Removing outils/config.py
Removing outils/lib/__pycache__/
Removing outils/settings.py
Removing outils/settings_secret.py
Removing outils/tests/__pycache__/
Removing pip-cache/
Removing products/__pycache__/
Removing products/migrations/__pycache__/
Removing products/tests/__pycache__/
Removing reception/__pycache__/
Removing reception/migrations/__pycache__/
Removing reception/tests/__pycache__/
Removing sales/__pycache__/
Removing sales/migrations/__pycache__/
Removing sales/tests/__pycache__/
Removing shelfs/__pycache__/
Removing shelfs/migrations/__pycache__/
Removing shelfs/tests/__pycache__/
Removing shifts/__pycache__/
Removing shifts/migrations/__pycache__/
Removing shifts/tests/__pycache__/
Removing shop/__pycache__/
Removing shop/migrations/__pycache__/
Removing shop/tests/__pycache__/
Removing stock/__pycache__/
Removing stock/migrations/__pycache__/
Removing stock/tests/__pycache__/
Removing website/__pycache__/
Removing website/migrations/__pycache__/
Removing website/tests/__pycache__/
HEAD is now at b22feab updated
From https://gl.cooperatic.fr/cooperatic-foodcoops/third-party
   f4feb65..bf72274  2337-binome-access -> origin/2337-binome-access
Checking out bf722749 as 2337-binome-access...
Skipping Git submodules setup
section_end:1645696211:get_sources
section_start:1645696211: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:1645696213:restore_cache
section_start:1645696213:download_artifacts
section_end:1645696215:download_artifacts
section_start:1645696215:build_script
$ make lint-js
npm install
npm WARN third-party@1.0.0 No license field.

audited 126 packages in 1.076s

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

found 2 moderate severity vulnerabilities
  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 326 '**/*.js'


/builds/cooperatic-foodcoops/third-party/envelops/static/js/envelops.js
  488: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/inscriptions.js
   86:10  warning  'new_coop_validation' is defined but never used  no-unused-vars
  387:10  warning  'get_next_coop_num' is defined but never used    no-unused-vars

/builds/cooperatic-foodcoops/third-party/members/static/js/members.js
  533:10  warning  'preview_snapshot' is defined but never used  no-unused-vars
  552: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

/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
  23:1   warning  Expected indentation of 4 spaces but found 8  indent

/builds/cooperatic-foodcoops/third-party/members_space/static/js/members-space-home.js
   4:10  warning  'request_delay' is defined but never used  no-unused-vars
  87:10  warning  'init_home' is defined but never used      no-unused-vars

/builds/cooperatic-foodcoops/third-party/members_space/static/js/members-space-my-shifts.js
  165: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
   30:10  warning  Expected to return a value at the end of function 'add_or_change_shift'  consistent-return
   39:16  warning  Expected space(s) after "if"                                             keyword-spacing
  104:1   warning  Expected indentation of 20 spaces but found 21                           indent
  107:1   warning  Expected indentation of 28 spaces but found 24                           indent
  433:5   warning  Expected blank line after variable declarations                          newline-after-var
  434:28  warning  Missing semicolon                                                        semi
  468:10  warning  'init_shifts_exchange' is defined but never used                         no-unused-vars
  501:9   warning  Expected blank line after variable declarations                          newline-after-var

/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
  140:10  warning  'prepare_shift_line_template' is defined but never used  no-unused-vars
  159:10  warning  'init_my_info_data' is defined but never used            no-unused-vars
  260:13  warning  Variable 'timeout' should be initialized on declaration  init-declarations
  263:17  warning  Unexpected alias 'obj' for 'this'                        consistent-this

/builds/cooperatic-foodcoops/third-party/orders/static/js/orders_helper.js
    33:5    warning  Variable 'timerId' should be initialized on declaration         init-declarations
   194:5    warning  Expected blank line after variable declarations                 newline-after-var
   205:5    warning  Expected newline before return statement                        newline-before-return
   210:1    warning  Expected indentation of 8 spaces but found 16                   indent
   211:1    warning  Expected indentation of 8 spaces but found 16                   indent
   212:1    warning  Expected indentation of 4 spaces but found 12                   indent
   213:1    warning  Expected indentation of 8 spaces but found 16                   indent
   214:1    warning  Expected indentation of 12 spaces but found 20                  indent
   214:25   warning  'purchase_qty_for_coverage' is assigned a value but never used  no-unused-vars
   216:1    warning  Expected indentation of 12 spaces but found 20                  indent
   217:1    warning  Expected indentation of 12 spaces but found 20                  indent
   218:1    warning  Expected indentation of 12 spaces but found 20                  indent
   219:1    warning  Expected indentation of 12 spaces but found 20                  indent
   219:21   warning  Expected blank line after variable declarations                 newline-after-var
   220:1    warning  Expected indentation of 12 spaces but found 20                  indent
   221:1    warning  Expected indentation of 12 spaces but found 20                  indent
   222:1    warning  Expected indentation of 12 spaces but found 20                  indent
   223:1    warning  Expected indentation of 8 spaces but found 16                   indent
   234:1    warning  Expected indentation of 4 spaces but found 3                    indent
   236:9    warning  Expected blank line after variable declarations                 newline-after-var
   245:1    warning  Expected indentation of 16 spaces but found 18                  indent
   249:26   warning  Trailing spaces not allowed                                     no-trailing-spaces
   252:13   warning  Expected space(s) after "while"                                 keyword-spacing
   258:1    warning  Expected indentation of 16 spaces but found 17                  indent
   280:10   warning  Trailing spaces not allowed                                     no-trailing-spaces
  1584:27   warning  'data' is defined but never used                                no-unused-vars
  1788:60   warning  'e' is defined but never used                                   no-unused-vars
  2254:1    warning  Expected indentation of 24 spaces but found 20                  indent
  2255:1    warning  Expected indentation of 28 spaces but found 24                  indent
  2256:1    warning  Expected indentation of 28 spaces but found 24                  indent
  2257:1    warning  Expected indentation of 24 spaces but found 20                  indent
  2257:23   warning  Missing semicolon                                               semi
  2262:121  warning  Missing semicolon                                               semi
  2318:1    warning  Expected indentation of 28 spaces but found 24                  indent
  2319:1    warning  Expected indentation of 32 spaces but found 28                  indent
  2320:1    warning  Expected indentation of 32 spaces but found 28                  indent
  2321:1    warning  Expected indentation of 32 spaces but found 28                  indent
  2322:1    warning  Expected indentation of 28 spaces but found 24                  indent
  2322:27   warning  Missing semicolon                                               semi

/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
   970:26  warning  'form' is assigned a value but never used             no-unused-vars
   979:10  warning  'setAllQties' is defined but never used               no-unused-vars
   999:10  warning  'get_pdf_labels' is defined but never used            no-unused-vars
  1022:10  warning  'print_product_labels' is defined but never used      no-unused-vars
  1068:10  warning  'pre_send' is defined but never used                  no-unused-vars
  1452:10  warning  'confirmPricesAllValid' is defined but never used     no-unused-vars
  1458:10  warning  'confirm_all_left_is_good' is defined but never used  no-unused-vars
  1483:10  warning  'openFAQ' is defined but never used                   no-unused-vars
  1487:10  warning  'openErrorReport' is defined but never used           no-unused-vars
  1542:51  warning  'response' is defined but never used                  no-unused-vars

/builds/cooperatic-foodcoops/third-party/shelfs/static/js/shelf_inventory.js
   16:5   warning  'add_product_input' is assigned a value but never used            no-unused-vars
   18:5   warning  Variable 'shelf' should be initialized on declaration             init-declarations
   22:5   warning  Variable 'table_to_process' should be initialized on declaration  init-declarations
   23:5   warning  Variable 'table_processed' should be initialized on declaration   init-declarations
   25:5   warning  Variable 'editing_origin' should be initialized on declaration    init-declarations
   98:29  warning  'e' is defined but never used                                     no-unused-vars
  172:10  warning  'validateEdition' is defined but never used                       no-unused-vars
  172:26  warning  'form' is defined but never used                                  no-unused-vars
  408:35  warning  Array.prototype.every() expects a return value from function      array-callback-return
  408:45  warning  'rowIdx' is defined but never used                                no-unused-vars
  408:53  warning  'tableLoop' is defined but never used                             no-unused-vars
  408:64  warning  'rowLoop' is defined but never used                               no-unused-vars
  483:36  warning  'textStatus' is defined but never used                            no-unused-vars
  574:27  warning  'data' is defined but never used                                  no-unused-vars
  706:67  warning  'e' is defined but never used                                     no-unused-vars
  723:47  warning  'e' is defined but never used                                     no-unused-vars
  736:31  warning  'e' is defined but never used                                     no-unused-vars

/builds/cooperatic-foodcoops/third-party/shelfs/static/js/shelf_view.js
   9:5   warning  Variable 'shelf' should be initialized on declaration           init-declarations
  10:5   warning  Variable 'table_products' should be initialized on declaration  init-declarations
  20:10  warning  'back' is defined but never used                                no-unused-vars
  57:47  warning  'full' is defined but never used                                no-unused-vars
  57:53  warning  'meta' is defined but never used                                no-unused-vars
  73:47  warning  'full' is defined but never used                                no-unused-vars
  73:53  warning  'meta' 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
  132:51  warning  Array.prototype.every() expects a return value from function  array-callback-return
  207:27  warning  'row' is defined but never used                               no-unused-vars
  207:32  warning  'rdata' is defined but never used                             no-unused-vars
  219:58  warning  'action_btn' is defined but never used                        no-unused-vars
  280:42  warning  'index' is defined but never used                             no-unused-vars
  320:53  warning  'type' is defined but never used                              no-unused-vars
  320:59  warning  'full' is defined but never used                              no-unused-vars
  320:65  warning  'meta' is defined but never used                              no-unused-vars

/builds/cooperatic-foodcoops/third-party/shelfs/static/js/shelfs_index.js
   20:47  warning  'full' is defined but never used                              no-unused-vars
   20:53  warning  'meta' is defined but never used                              no-unused-vars
   39:47  warning  'full' is defined but never used                              no-unused-vars
   39:53  warning  'meta' is defined but never used                              no-unused-vars
   59:47  warning  'full' is defined but never used                              no-unused-vars
   59:53  warning  'meta' is defined but never used                              no-unused-vars
   75:47  warning  'full' is defined but never used                              no-unused-vars
   75:53  warning  'meta' is defined but never used                              no-unused-vars
   91:41  warning  'type' is defined but never used                              no-unused-vars
   91:47  warning  'full' is defined but never used                              no-unused-vars
   91:53  warning  'meta' is defined but never used                              no-unused-vars
  147:31  warning  Array.prototype.every() expects a return value from function  array-callback-return
  147:41  warning  'rowIdx' is defined but never used                            no-unused-vars
  147:49  warning  'tableLoop' is defined but never used                         no-unused-vars
  147:60  warning  'rowLoop' is defined but never used                           no-unused-vars

/builds/cooperatic-foodcoops/third-party/shelfs/static/js/shelfs_sales.js
  20:47  warning  'full' is defined but never used                   no-unused-vars
  20:53  warning  'meta' is defined but never used                   no-unused-vars
  40:35  warning  'data' is defined but never used                   no-unused-vars
  40:41  warning  'type' is defined but never used                   no-unused-vars
  40:47  warning  'full' is defined but never used                   no-unused-vars
  40:53  warning  'meta' is defined but never used                   no-unused-vars
  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

✖ 239 problems (0 errors, 239 warnings)
  0 errors and 41 warnings potentially fixable with the `--fix` option.

section_end:1645696222:build_script
section_start:1645696222:after_script
section_end:1645696224:after_script
section_start:1645696224:archive_cache
Creating cache node-modules...
node_modules/: found 3448 matching files           
No URL provided, cache will be not uploaded to shared cache server. Cache will be stored only locally. 
Created cache
section_end:1645696226:archive_cache
section_start:1645696226:upload_artifacts_on_success
section_end:1645696228:upload_artifacts_on_success
Job succeeded