Skip to content

fix(deps): bump nom from 7.1.3 to 8.0.0 #740

fix(deps): bump nom from 7.1.3 to 8.0.0

fix(deps): bump nom from 7.1.3 to 8.0.0 #740

Triggered via pull request January 27, 2025 10:26
Status Failure
Total duration 2m 40s
Artifacts

pr-tests.yaml

on: pull_request
Matrix: Run cargo tests
Fit to window
Zoom out
Zoom in

Annotations

48 errors, 14 warnings, and 6 notices
Run cargo tests (ubuntu-latest)
Process completed with exit code 101.
Run cargo tests (ubuntu-latest, testnet)
Process completed with exit code 101.
Run cargo tests (macos-14)
The job was canceled because "ubuntu-latest" failed.
Run cargo tests (macos-14)
The operation was canceled.
Run cargo tests (macos-14, testnet)
The job was canceled because "ubuntu-latest" failed.
Run cargo tests (macos-14, testnet)
The operation was canceled.
Run cargo tests (macos-13)
The job was canceled because "ubuntu-latest" failed.
Run cargo tests (macos-13)
The operation was canceled.
Run cargo tests (macos-13, testnet)
The job was canceled because "ubuntu-latest" failed.
Run cargo tests (macos-13, testnet)
The operation was canceled.
expected function, found `nom::branch::Choice<(for<'a> fn(&'a str) -> std::result::Result<(&'a str, std::vec::Vec<Field>), nom::Err<nom::error::Error<&'a str>>> {args_1}, for<'a> fn(&'a str) -> std::result::Result<(&'a str, std::vec::Vec<Field>), nom::Err<nom::error::Error<&'a str>>> {args_2}, for<'a> fn(&'a str) -> std::result::Result<(&'a str, std::vec::Vec<Field>), nom::Err<nom::error::Error<&'a str>>> {args_3}, for<'a> fn(&'a str) -> std::result::Result<(&'a str, std::vec::Vec<Field>), nom::Err<nom::error::Error<&'a str>>> {args_4})>`: tl_parser/src/lib.rs#L689
error[E0618]: expected function, found `nom::branch::Choice<(for<'a> fn(&'a str) -> std::result::Result<(&'a str, std::vec::Vec<Field>), nom::Err<nom::error::Error<&'a str>>> {args_1}, for<'a> fn(&'a str) -> std::result::Result<(&'a str, std::vec::Vec<Field>), nom::Err<nom::error::Error<&'a str>>> {args_2}, for<'a> fn(&'a str) -> std::result::Result<(&'a str, std::vec::Vec<Field>), nom::Err<nom::error::Error<&'a str>>> {args_3}, for<'a> fn(&'a str) -> std::result::Result<(&'a str, std::vec::Vec<Field>), nom::Err<nom::error::Error<&'a str>>> {args_4})>` --> tl_parser/src/lib.rs:689:5 | 689 | alt((args_1, args_2, args_3, args_4))(input) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^------- | | | call expression requires function
expected function, found `impl nom::Parser<&str, Output = std::vec::Vec<<impl nom::Parser<&str, Output = std::string::String, Error = nom::error::Error<&str>> as nom::Parser<&str>>::Output>, Error = <impl nom::Parser<&str, Output = std::string::String, Error = nom::error::Error<&str>> as nom::Parser<&str>>::Error>`: tl_parser/src/lib.rs#L651
error[E0618]: expected function, found `impl nom::Parser<&str, Output = std::vec::Vec<<impl nom::Parser<&str, Output = std::string::String, Error = nom::error::Error<&str>> as nom::Parser<&str>>::Output>, Error = <impl nom::Parser<&str, Output = std::string::String, Error = nom::error::Error<&str>> as nom::Parser<&str>>::Error>` --> tl_parser/src/lib.rs:651:27 | 651 | let (input, fields) = many1(delimited(space0, var_ident_opt, space0))(input)?; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^------- | | | call expression requires function
expected function, found `impl nom::Parser<&str, Output = std::vec::Vec<<impl nom::Parser<&str, Output = std::vec::Vec<Field>, Error = nom::error::Error<&str>> as nom::Parser<&str>>::Output>, Error = <impl nom::Parser<&str, Output = std::vec::Vec<Field>, Error = nom::error::Error<&str>> as nom::Parser<&str>>::Error>`: tl_parser/src/lib.rs#L633
error[E0618]: expected function, found `impl nom::Parser<&str, Output = std::vec::Vec<<impl nom::Parser<&str, Output = std::vec::Vec<Field>, Error = nom::error::Error<&str>> as nom::Parser<&str>>::Output>, Error = <impl nom::Parser<&str, Output = std::vec::Vec<Field>, Error = nom::error::Error<&str>> as nom::Parser<&str>>::Error>` --> tl_parser/src/lib.rs:633:27 | 633 | let (input, fields) = many1(delimited(space0, args, space0))(input)?; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^------- | | | call expression requires function
expected function, found `impl nom::Parser<&str, Output = std::option::Option<<for<'a> fn(&'a str) -> std::result::Result<(&'a str, std::string::String), nom::Err<nom::error::Error<&'a str>>> {multiplicity} as nom::Parser<&str>>::Output>, Error = nom::error::Error<&str>>`: tl_parser/src/lib.rs#L631
error[E0618]: expected function, found `impl nom::Parser<&str, Output = std::option::Option<<for<'a> fn(&'a str) -> std::result::Result<(&'a str, std::string::String), nom::Err<nom::error::Error<&'a str>>> {multiplicity} as nom::Parser<&str>>::Output>, Error = nom::error::Error<&str>>` --> tl_parser/src/lib.rs:631:33 | 631 | let (input, multiplicity) = opt(multiplicity)(input)?; | ^^^^^^^^^^^^^^^^^------- | | | call expression requires function
expected function, found `impl nom::Parser<&str, Output = std::option::Option<<impl nom::Parser<&str, Output = std::string::String, Error = nom::error::Error<&str>> as nom::Parser<&str>>::Output>, Error = nom::error::Error<&str>>`: tl_parser/src/lib.rs#L630
error[E0618]: expected function, found `impl nom::Parser<&str, Output = std::option::Option<<impl nom::Parser<&str, Output = std::string::String, Error = nom::error::Error<&str>> as nom::Parser<&str>>::Output>, Error = nom::error::Error<&str>>` --> tl_parser/src/lib.rs:630:23 | 630 | let (input, id) = opt(terminated(var_ident_opt, tag(":")))(input)?; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^------- | | | call expression requires function
expected function, found `impl nom::Parser<&str, Output = std::string::String, Error = nom::error::Error<&str>>`: tl_parser/src/lib.rs#L626
error[E0618]: expected function, found `impl nom::Parser<&str, Output = std::string::String, Error = nom::error::Error<&str>>` --> tl_parser/src/lib.rs:626:5 | 626 | terminated(nat_term, tag("*"))(input) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^------- | | | call expression requires function
expected function, found `impl nom::Parser<&str, Output = std::option::Option<<for<'a> fn(&'a str) -> std::result::Result<(&'a str, Condition), nom::Err<nom::error::Error<&'a str>>> {conditional_def} as nom::Parser<&str>>::Output>, Error = nom::error::Error<&str>>`: tl_parser/src/lib.rs#L608
error[E0618]: expected function, found `impl nom::Parser<&str, Output = std::option::Option<<for<'a> fn(&'a str) -> std::result::Result<(&'a str, Condition), nom::Err<nom::error::Error<&'a str>>> {conditional_def} as nom::Parser<&str>>::Output>, Error = nom::error::Error<&str>>` --> tl_parser/src/lib.rs:608:30 | 608 | let (input, condition) = opt(conditional_def)(input)?; | ^^^^^^^^^^^^^^^^^^^^------- | | | call expression requires function
expected function, found `impl nom::Parser<&str, Output = (bool, std::string::String), Error = nom::error::Error<&str>>`: tl_parser/src/lib.rs#L602
error[E0618]: expected function, found `impl nom::Parser<&str, Output = (bool, std::string::String), Error = nom::error::Error<&str>>` --> tl_parser/src/lib.rs:602:5 | 602 | pair(map(opt(tag("!")), |s| s.is_some()), term)(input) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^------- | | | call expression requires function
expected function, found `nom::branch::Choice<(impl nom::Parser<&str, Output = std::string::String, Error = nom::error::Error<&str>>, impl nom::Parser<&str, Output = std::string::String, Error = nom::error::Error<&str>>, for<'a> fn(&'a str) -> std::result::Result<(&'a str, std::string::String), nom::Err<nom::error::Error<&'a str>>> {type_ident}, for<'a> fn(&'a str) -> std::result::Result<(&'a str, std::string::String), nom::Err<nom::error::Error<&'a str>>> {var_ident}, impl nom::Parser<&str, Output = std::string::String, Error = nom::error::Error<&str>>, impl nom::Parser<&str, Output = std::string::String, Error = nom::error::Error<&str>>)>`: tl_parser/src/lib.rs#L585
error[E0618]: expected function, found `nom::branch::Choice<(impl nom::Parser<&str, Output = std::string::String, Error = nom::error::Error<&str>>, impl nom::Parser<&str, Output = std::string::String, Error = nom::error::Error<&str>>, for<'a> fn(&'a str) -> std::result::Result<(&'a str, std::string::String), nom::Err<nom::error::Error<&'a str>>> {type_ident}, for<'a> fn(&'a str) -> std::result::Result<(&'a str, std::string::String), nom::Err<nom::error::Error<&'a str>>> {var_ident}, impl nom::Parser<&str, Output = std::string::String, Error = nom::error::Error<&str>>, impl nom::Parser<&str, Output = std::string::String, Error = nom::error::Error<&str>>)>` --> tl_parser/src/lib.rs:585:5 | 585 | // alt(( 586 | || delimited(tag("("), expr, tag(")")), 587 | || map( 588 | || recognize(pair( ... || 597 | || preceded(tag("%"), term), 598 | || ))(input) | ||______^______- call expression requires function | |______| |
expected function, found `nom::branch::Choice<(for<'a> fn(&'a str) -> std::result::Result<(&'a str, std::string::String), nom::Err<nom::error::Error<&'a str>>> {boxed_type_ident}, for<'a> fn(&'a str) -> std::result::Result<(&'a str, std::string::String), nom::Err<nom::error::Error<&'a str>>> {lc_ident_ns}, impl nom::Parser<&str, Output = std::string::String, Error = _>)>`: tl_parser/src/lib.rs#L577
error[E0618]: expected function, found `nom::branch::Choice<(for<'a> fn(&'a str) -> std::result::Result<(&'a str, std::string::String), nom::Err<nom::error::Error<&'a str>>> {boxed_type_ident}, for<'a> fn(&'a str) -> std::result::Result<(&'a str, std::string::String), nom::Err<nom::error::Error<&'a str>>> {lc_ident_ns}, impl nom::Parser<&str, Output = std::string::String, Error = _>)>` --> tl_parser/src/lib.rs:577:5 | 577 | // alt(( 578 | || boxed_type_ident, 579 | || lc_ident_ns, 580 | || map(tag("#"), |s: &str| s.to_owned()), 581 | || ))(input) | ||______^______- call expression requires function | |______| |
expected function, found `nom::branch::Choice<(for<'a> fn(&'a str) -> std::result::Result<(&'a str, std::string::String), nom::Err<nom::error::Error<&'a str>>> {term}, impl nom::Parser<&str, Output = std::string::String, Error = nom::error::Error<&str>>)>`: tl_parser/src/lib.rs#L560
error[E0618]: expected function, found `nom::branch::Choice<(for<'a> fn(&'a str) -> std::result::Result<(&'a str, std::string::String), nom::Err<nom::error::Error<&'a str>>> {term}, impl nom::Parser<&str, Output = std::string::String, Error = nom::error::Error<&str>>)>` --> tl_parser/src/lib.rs:560:5 | 560 | // alt(( 561 | || term, 562 | || map( 563 | || many1(map( ... || 572 | || ), 573 | || ))(input) | ||______^______- call expression requires function | |______| |
expected function, found `impl nom::Parser<&str, Output = std::option::Option<<impl nom::Parser<&str, Output = &str, Error = nom::error::Error<&str>> as nom::Parser<&str>>::Output>, Error = nom::error::Error<&str>>`: tl_parser/src/lib.rs#L543
error[E0618]: expected function, found `impl nom::Parser<&str, Output = std::option::Option<<impl nom::Parser<&str, Output = &str, Error = nom::error::Error<&str>> as nom::Parser<&str>>::Output>, Error = nom::error::Error<&str>>` --> tl_parser/src/lib.rs:543:33 | 543 | let (input, bit_selector) = opt(preceded(tag("."), nat_const))(input)?; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^------- | | | call expression requires function
expected function, found `nom::branch::Choice<(for<'a> fn(&'a str) -> std::result::Result<(&'a str, std::string::String), nom::Err<nom::error::Error<&'a str>>> {var_ident}, impl nom::Parser<&str, Output = std::string::String, Error = _>)>`: tl_parser/src/lib.rs#L534
error[E0618]: expected function, found `nom::branch::Choice<(for<'a> fn(&'a str) -> std::result::Result<(&'a str, std::string::String), nom::Err<nom::error::Error<&'a str>>> {var_ident}, impl nom::Parser<&str, Output = std::string::String, Error = _>)>` --> tl_parser/src/lib.rs:534:5 | 534 | alt((var_ident, map(tag("_"), |s: &str| s.to_owned())))(input) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^------- | | | call expression requires function
expected function, found `nom::branch::Choice<(for<'a> fn(&'a str) -> std::result::Result<(&'a str, std::string::String), nom::Err<nom::error::Error<&'a str>>> {lc_ident}, for<'a> fn(&'a str) -> std::result::Result<(&'a str, std::string::String), nom::Err<nom::error::Error<&'a str>>> {uc_ident})>`: tl_parser/src/lib.rs#L530
error[E0618]: expected function, found `nom::branch::Choice<(for<'a> fn(&'a str) -> std::result::Result<(&'a str, std::string::String), nom::Err<nom::error::Error<&'a str>>> {lc_ident}, for<'a> fn(&'a str) -> std::result::Result<(&'a str, std::string::String), nom::Err<nom::error::Error<&'a str>>> {uc_ident})>` --> tl_parser/src/lib.rs:530:5 | 530 | alt((lc_ident, uc_ident))(input) | ^^^^^^^^^^^^^^^^^^^^^^^^^------- | | | call expression requires function
expected function, found `impl nom::Parser<_, Output = _, Error = _>`: tl_parser/src/lib.rs#L513
error[E0618]: expected function, found `impl nom::Parser<_, Output = _, Error = _>` --> tl_parser/src/lib.rs:513:22 | 513 | let (input, _) = preceded(multispace0, tag(";"))(input)?; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^------- | | | call expression requires function
expected function, found `impl nom::Parser<&str, Output = &str, Error = nom::error::Error<&str>>`: tl_parser/src/lib.rs#L511
error[E0618]: expected function, found `impl nom::Parser<&str, Output = &str, Error = nom::error::Error<&str>>` --> tl_parser/src/lib.rs:511:22 | 511 | let (input, _) = delimited(multispace0, tag("="), space_or_comment)(input)?; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^------- | | | call expression requires function
expected function, found `impl nom::Parser<&str, Output = &str, Error = nom::error::Error<&str>>`: tl_parser/src/lib.rs#L510
error[E0618]: expected function, found `impl nom::Parser<&str, Output = &str, Error = nom::error::Error<&str>>` --> tl_parser/src/lib.rs:510:22 | 510 | let (input, _) = delimited(multispace0, tag("?"), space_or_comment)(input)?; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^------- | | | call expression requires function
expected function, found `impl nom::Parser<&str, Output = (std::string::String, std::option::Option<u32>), Error = nom::error::Error<&str>>`: tl_parser/src/lib.rs#L509
error[E0618]: expected function, found `impl nom::Parser<&str, Output = (std::string::String, std::option::Option<u32>), Error = nom::error::Error<&str>>` --> tl_parser/src/lib.rs:509:9 | 509 | preceded(multispace0, full_combinator_id)(input)?; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^------- | | | call expression requires function
expected function, found `impl nom::Parser<_, Output = _, Error = _>`: tl_parser/src/lib.rs#L491
error[E0618]: expected function, found `impl nom::Parser<_, Output = _, Error = _>` --> tl_parser/src/lib.rs:491:22 | 491 | let (input, _) = preceded(multispace0, tag(";"))(input)?; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^------- | | | call expression requires function
expected function, found `impl nom::Parser<_, Output = _, Error = _>`: tl_parser/src/lib.rs#L489
error[E0618]: expected function, found `impl nom::Parser<_, Output = _, Error = _>` --> tl_parser/src/lib.rs:489:22 | 489 | let (input, _) = delimited(multispace0, tag("="), multispace0)(input)?; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^------- | | | call expression requires function
expected function, found `impl nom::Parser<&str, Output = std::vec::Vec<<impl nom::Parser<&str, Output = std::vec::Vec<Field>, Error = nom::error::Error<&str>> as nom::Parser<&str>>::Output>, Error = <impl nom::Parser<&str, Output = std::vec::Vec<Field>, Error = nom::error::Error<&str>> as nom::Parser<&str>>::Error>`: tl_parser/src/lib.rs#L488
error[E0618]: expected function, found `impl nom::Parser<&str, Output = std::vec::Vec<<impl nom::Parser<&str, Output = std::vec::Vec<Field>, Error = nom::error::Error<&str>> as nom::Parser<&str>>::Output>, Error = <impl nom::Parser<&str, Output = std::vec::Vec<Field>, Error = nom::error::Error<&str>> as nom::Parser<&str>>::Error>` --> tl_parser/src/lib.rs:488:27 | 488 | let (input, fields) = many0(delimited(space_or_comment, args, space_or_comment))(input)?; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^------- | | | call expression requires function
expected function, found `impl nom::Parser<&str, Output = std::option::Option<<impl nom::Parser<&str, Output = std::vec::Vec<OptionalField>, Error = nom::error::Error<&str>> as nom::Parser<&str>>::Output>, Error = nom::error::Error<&str>>`: tl_parser/src/lib.rs#L487
error[E0618]: expected function, found `impl nom::Parser<&str, Output = std::option::Option<<impl nom::Parser<&str, Output = std::vec::Vec<OptionalField>, Error = nom::error::Error<&str>> as nom::Parser<&str>>::Output>, Error = nom::error::Error<&str>>` --> tl_parser/src/lib.rs:487:25 | 487 | let (input, opts) = opt(delimited(space_or_comment, opt_args, space_or_comment))(input)?; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^------- | | | call expression requires function
expected function, found `impl nom::Parser<&str, Output = (std::string::String, std::option::Option<u32>), Error = nom::error::Error<&str>>`: tl_parser/src/lib.rs#L486
error[E0618]: expected function, found `impl nom::Parser<&str, Output = (std::string::String, std::option::Option<u32>), Error = nom::error::Error<&str>>` --> tl_parser/src/lib.rs:486:9 | 486 | preceded(multispace0, full_combinator_id)(input)?; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^------- | | | call expression requires function
expected function, found `impl nom::Parser<_, Output = _, Error = _>`: tl_parser/src/lib.rs#L468
error[E0618]: expected function, found `impl nom::Parser<_, Output = _, Error = _>` --> tl_parser/src/lib.rs:468:22 | 468 | let (input, _) = preceded(multispace0, tag(";"))(input)?; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^------- | | | call expression requires function
expected function, found `impl nom::Parser<&str, Output = &str, Error = nom::error::Error<&str>>`: tl_parser/src/lib.rs#L466
error[E0618]: expected function, found `impl nom::Parser<&str, Output = &str, Error = nom::error::Error<&str>>` --> tl_parser/src/lib.rs:466:22 | 466 | let (input, _) = delimited(multispace0, tag("="), space_or_comment)(input)?; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^------- | | | call expression requires function
expected function, found `impl nom::Parser<&str, Output = std::vec::Vec<<impl nom::Parser<&str, Output = std::vec::Vec<Field>, Error = nom::error::Error<&str>> as nom::Parser<&str>>::Output>, Error = <impl nom::Parser<&str, Output = std::vec::Vec<Field>, Error = nom::error::Error<&str>> as nom::Parser<&str>>::Error>`: tl_parser/src/lib.rs#L465
error[E0618]: expected function, found `impl nom::Parser<&str, Output = std::vec::Vec<<impl nom::Parser<&str, Output = std::vec::Vec<Field>, Error = nom::error::Error<&str>> as nom::Parser<&str>>::Output>, Error = <impl nom::Parser<&str, Output = std::vec::Vec<Field>, Error = nom::error::Error<&str>> as nom::Parser<&str>>::Error>` --> tl_parser/src/lib.rs:465:27 | 465 | let (input, fields) = many0(delimited(space0, args, space_or_comment))(input)?; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^------- | | | call expression requires function
expected function, found `impl nom::Parser<&str, Output = std::option::Option<<impl nom::Parser<&str, Output = std::vec::Vec<OptionalField>, Error = nom::error::Error<&str>> as nom::Parser<&str>>::Output>, Error = nom::error::Error<&str>>`: tl_parser/src/lib.rs#L464
error[E0618]: expected function, found `impl nom::Parser<&str, Output = std::option::Option<<impl nom::Parser<&str, Output = std::vec::Vec<OptionalField>, Error = nom::error::Error<&str>> as nom::Parser<&str>>::Output>, Error = nom::error::Error<&str>>` --> tl_parser/src/lib.rs:464:25 | 464 | let (input, opts) = opt(delimited(space0, opt_args, space_or_comment))(input)?; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^------- | | | call expression requires function
expected function, found `impl nom::Parser<&str, Output = (std::string::String, std::option::Option<u32>), Error = nom::error::Error<&str>>`: tl_parser/src/lib.rs#L463
error[E0618]: expected function, found `impl nom::Parser<&str, Output = (std::string::String, std::option::Option<u32>), Error = nom::error::Error<&str>>` --> tl_parser/src/lib.rs:463:9 | 463 | preceded(multispace0, full_combinator_id)(input)?; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^------- | | | call expression requires function
expected function, found `impl nom::Parser<&str, Output = std::string::String, Error = nom::error::Error<&str>>`: tl_parser/src/lib.rs#L447
error[E0618]: expected function, found `impl nom::Parser<&str, Output = std::string::String, Error = nom::error::Error<&str>>` --> tl_parser/src/lib.rs:447:30 | 447 | let (input, type_name) = terminated(type_expr, tag("}"))(input)?; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^------- | | | call expression requires function
expected function, found `nom::branch::Choice<(for<'a> fn(&'a str) -> std::result::Result<(&'a str, (std::string::String, std::option::Option<u32>)), nom::Err<nom::error::Error<&'a str>>> {lc_ident_full}, impl nom::Parser<&str, Output = (std::string::String, std::option::Option<_>), Error = _>)>`: tl_parser/src/lib.rs#L408
error[E0618]: expected function, found `nom::branch::Choice<(for<'a> fn(&'a str) -> std::result::Result<(&'a str, (std::string::String, std::option::Option<u32>)), nom::Err<nom::error::Error<&'a str>>> {lc_ident_full}, impl nom::Parser<&str, Output = (std::string::String, std::option::Option<_>), Error = _>)>` --> tl_parser/src/lib.rs:408:5 | 408 | alt((lc_ident_full, map(tag("_"), |s: &str| (s.to_owned(), None))))(input) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^------- | | | call expression requires function
expected function, found `impl nom::Parser<_, Output = std::option::Option<<impl nom::Parser<_, Output = _, Error = _> as nom::Parser<_>>::Output>, Error = _>`: tl_parser/src/lib.rs#L394
error[E0618]: expected function, found `impl nom::Parser<_, Output = std::option::Option<<impl nom::Parser<_, Output = _, Error = _> as nom::Parser<_>>::Output>, Error = _>` --> tl_parser/src/lib.rs:394:9 | 394 | opt(preceded(tag("#"), take_while_m_n(8, 8, is_hex_digit)))(input)?; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^------- | | | call expression requires function
expected function, found `impl nom::Parser<&str, Output = std::option::Option<<impl nom::Parser<&str, Output = std::vec::Vec<std::string::String>, Error = nom::error::Error<&str>> as nom::Parser<&str>>::Output>, Error = nom::error::Error<&str>>`: tl_parser/src/lib.rs#L379
error[E0618]: expected function, found `impl nom::Parser<&str, Output = std::option::Option<<impl nom::Parser<&str, Output = std::vec::Vec<std::string::String>, Error = nom::error::Error<&str>> as nom::Parser<&str>>::Output>, Error = nom::error::Error<&str>>` --> tl_parser/src/lib.rs:379:23 | 379 | let (input, ns) = opt(terminated( | _______________________^ | |_______________________| 380 | || separated_list1(tag("."), namespace_ident), 381 | || tag("."), 382 | || ))(input)?; | ||______^______- call expression requires function | |______| |
expected function, found `impl nom::Parser<&str, Output = std::string::String, Error = nom::error::Error<&str>>`: tl_parser/src/lib.rs#L375
error[E0618]: expected function, found `impl nom::Parser<&str, Output = std::string::String, Error = nom::error::Error<&str>>` --> tl_parser/src/lib.rs:375:5 | 375 | map(separated_list1(tag("."), lc_ident), |vec| vec.join("."))(input) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^------- | | | call expression requires function
expected function, found `impl nom::Parser<&str, Output = std::vec::Vec<<nom::branch::Choice<(fn(&str) -> std::result::Result<(&str, &str), nom::Err<nom::error::Error<&str>>> {nom::character::complete::multispace1::<&str, nom::error::Error<&str>>}, for<'a> fn(&'a str) -> std::result::Result<(&'a str, &'a str), nom::Err<nom::error::Error<&'a str>>> {single_line_comment}, for<'a> fn(&'a str) -> std::result::Result<(&'a str, &'a str), nom::Err<nom::error::Error<&'a str>>> {multi_line_comment}, fn(&str) -> std::result::Result<(&str, &str), nom::Err<nom::error::Error<&str>>> {nom::character::complete::line_ending::<&str, nom::error::Error<&str>>})> as nom::Parser<&str>>::Output>, Error = <nom::branch::Choice<(fn(&str) -> std::result::Result<(&str, &str), nom::Err<nom::error::Error<&str>>> {nom::character::complete::multispace1::<&str, nom::error::Error<&str>>}, for<'a> fn(&'a str) -> std::result::Result<(&'a str, &'a str), nom::Err<nom::error::Error<&'a str>>> {single_line_comment}, for<'a> fn(&'a str) -> std::res: tl_parser/src/lib.rs#L346
error[E0618]: expected function, found `impl nom::Parser<&str, Output = std::vec::Vec<<nom::branch::Choice<(fn(&str) -> std::result::Result<(&str, &str), nom::Err<nom::error::Error<&str>>> {nom::character::complete::multispace1::<&str, nom::error::Error<&str>>}, for<'a> fn(&'a str) -> std::result::Result<(&'a str, &'a str), nom::Err<nom::error::Error<&'a str>>> {single_line_comment}, for<'a> fn(&'a str) -> std::result::Result<(&'a str, &'a str), nom::Err<nom::error::Error<&'a str>>> {multi_line_comment}, fn(&str) -> std::result::Result<(&str, &str), nom::Err<nom::error::Error<&str>>> {nom::character::complete::line_ending::<&str, nom::error::Error<&str>>})> as nom::Parser<&str>>::Output>, Error = <nom::branch::Choice<(fn(&str) -> std::result::Result<(&str, &str), nom::Err<nom::error::Error<&str>>> {nom::character::complete::multispace1::<&str, nom::error::Error<&str>>}, for<'a> fn(&'a str) -> std::result::Result<(&'a str, &'a str), nom::Err<nom::error::Error<&'a str>>> {single_line_comment}, for<'a> fn(&'a str) -> std::result::Result<(&'a str, &'a str), nom::Err<nom::error::Error<&'a str>>> {multi_line_comment}, fn(&str) -> std::result::Result<(&str, &str), nom::Err<nom::error::Error<&str>>> {nom::character::complete::line_ending::<&str, nom::error::Error<&str>>})> as nom::Parser<&str>>::Error>` --> tl_parser/src/lib.rs:346:22 | 346 | let (input, _) = many0(alt(( | ______________________^ | |______________________| 347 | || multispace1, 348 | || single_line_comment, 349 | || multi_line_comment, 350 | || line_ending, 351 | || )))(input)?; | ||_______^______- call expression requires function | |_______| |
expected function, found `impl nom::Parser<_, Output = _, Error = _>`: tl_parser/src/lib.rs#L342
error[E0618]: expected function, found `impl nom::Parser<_, Output = _, Error = _>` --> tl_parser/src/lib.rs:342:5 | 342 | delimited(tag("/*"), take_until("*/"), tag("*/"))(input) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^------- | | | call expression requires function
expected function, found `impl nom::Parser<_, Output = _, Error = _>`: tl_parser/src/lib.rs#L338
error[E0618]: expected function, found `impl nom::Parser<_, Output = _, Error = _>` --> tl_parser/src/lib.rs:338:5 | 338 | preceded(tag("//"), take_till(|c| c == '\n'))(input) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^------- | | | call expression requires function
expected function, found `impl nom::Parser<&str, Output = std::option::Option<<impl nom::Parser<&str, Output = std::vec::Vec<Combinator>, Error = nom::error::Error<&str>> as nom::Parser<&str>>::Output>, Error = nom::error::Error<&str>>`: tl_parser/src/lib.rs#L281
error[E0618]: expected function, found `impl nom::Parser<&str, Output = std::option::Option<<impl nom::Parser<&str, Output = std::vec::Vec<Combinator>, Error = nom::error::Error<&str>> as nom::Parser<&str>>::Output>, Error = nom::error::Error<&str>>` --> tl_parser/src/lib.rs:281:26 | 281 | (input, funcs) = opt(preceded( | __________________________^ | |__________________________| 282 | || opt(delimited( 283 | || opt(space_or_comment), 284 | || tag("---functions---"), ... || 291 | || )), 292 | || ))(input) | ||__________^______- call expression requires function | |__________| |
expected function, found `impl nom::Parser<&str, Output = std::option::Option<<impl nom::Parser<&str, Output = std::vec::Vec<Combinator>, Error = nom::error::Error<&str>> as nom::Parser<&str>>::Output>, Error = nom::error::Error<&str>>`: tl_parser/src/lib.rs#L263
error[E0618]: expected function, found `impl nom::Parser<&str, Output = std::option::Option<<impl nom::Parser<&str, Output = std::vec::Vec<Combinator>, Error = nom::error::Error<&str>> as nom::Parser<&str>>::Output>, Error = nom::error::Error<&str>>` --> tl_parser/src/lib.rs:263:26 | 263 | (input, types) = opt(preceded( | __________________________^ | |__________________________| 264 | || opt(delimited( 265 | || opt(space_or_comment), 266 | || tag("---types---"), ... || 273 | || )), 274 | || ))(input) | ||__________^______- call expression requires function | |__________| |
Run cargo tests (ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run cargo tests (ubuntu-latest, testnet)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run cargo tests (macos-14)
libsodium 1.0.20 is already installed and up-to-date. To reinstall 1.0.20, run: brew reinstall libsodium
Run cargo tests (macos-14)
lz4 1.10.0 is already installed and up-to-date. To reinstall 1.10.0, run: brew reinstall lz4
Run cargo tests (macos-14, testnet)
libsodium 1.0.20 is already installed and up-to-date. To reinstall 1.0.20, run: brew reinstall libsodium
Run cargo tests (macos-14, testnet)
lz4 1.10.0 is already installed and up-to-date. To reinstall 1.10.0, run: brew reinstall lz4
Run cargo tests (macos-13)
libsodium 1.0.20 is already installed and up-to-date. To reinstall 1.0.20, run: brew reinstall libsodium
Run cargo tests (macos-13)
lz4 1.10.0 is already installed and up-to-date. To reinstall 1.10.0, run: brew reinstall lz4
Run cargo tests (macos-13)
autoconf 2.72 is already installed and up-to-date. To reinstall 2.72, run: brew reinstall autoconf
Run cargo tests (macos-13)
libtool 2.5.4 is already installed and up-to-date. To reinstall 2.5.4, run: brew reinstall libtool
Run cargo tests (macos-13, testnet)
libsodium 1.0.20 is already installed and up-to-date. To reinstall 1.0.20, run: brew reinstall libsodium
Run cargo tests (macos-13, testnet)
lz4 1.10.0 is already installed and up-to-date. To reinstall 1.10.0, run: brew reinstall lz4
Run cargo tests (macos-13, testnet)
autoconf 2.72 is already installed and up-to-date. To reinstall 2.72, run: brew reinstall autoconf
Run cargo tests (macos-13, testnet)
libtool 2.5.4 is already installed and up-to-date. To reinstall 2.5.4, run: brew reinstall libtool
sccache stats
15% - 25 hits, 143 misses, 0 errors
sccache stats
23% - 37 hits, 121 misses, 0 errors
sccache stats
1% - 1 hits, 114 misses, 0 errors
sccache stats
90% - 99 hits, 11 misses, 0 errors
sccache stats
29% - 14 hits, 34 misses, 0 errors
sccache stats
2% - 1 hits, 46 misses, 0 errors