[INFO] cloning repository https://github.com/hfcredidio/pyriscope [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hfcredidio/pyriscope" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhfcredidio%2Fpyriscope", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhfcredidio%2Fpyriscope'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 160e3454459673d85c826c6c695d91a0a134115a [INFO] checking hfcredidio/pyriscope against try#39e1293fce4b650061e85dda88aa428f726a8444 for pr-88041 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhfcredidio%2Fpyriscope" "/workspace/builds/worker-99/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-99/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/hfcredidio/pyriscope on toolchain 39e1293fce4b650061e85dda88aa428f726a8444 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+39e1293fce4b650061e85dda88aa428f726a8444" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/hfcredidio/pyriscope [INFO] finished tweaking git repo https://github.com/hfcredidio/pyriscope [INFO] tweaked toml for git repo https://github.com/hfcredidio/pyriscope written to /workspace/builds/worker-99/source/Cargo.toml [INFO] crate git repo https://github.com/hfcredidio/pyriscope already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+39e1293fce4b650061e85dda88aa428f726a8444" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded bytecount v0.3.2 [INFO] [stderr] Downloaded nom_locate v0.3.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-99/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-99/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+39e1293fce4b650061e85dda88aa428f726a8444" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2da46bad76334c32ebe20bc19fa7b32c2db32b2c451dc1379bd884a5d951f375 [INFO] running `Command { std: "docker" "start" "-a" "2da46bad76334c32ebe20bc19fa7b32c2db32b2c451dc1379bd884a5d951f375", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2da46bad76334c32ebe20bc19fa7b32c2db32b2c451dc1379bd884a5d951f375", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2da46bad76334c32ebe20bc19fa7b32c2db32b2c451dc1379bd884a5d951f375", kill_on_drop: false }` [INFO] [stdout] 2da46bad76334c32ebe20bc19fa7b32c2db32b2c451dc1379bd884a5d951f375 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-99/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-99/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+39e1293fce4b650061e85dda88aa428f726a8444" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f05076f91f621c5e2b60bb6efe900ab3e65ccbabe7c769500b30ab034c79f62e [INFO] running `Command { std: "docker" "start" "-a" "f05076f91f621c5e2b60bb6efe900ab3e65ccbabe7c769500b30ab034c79f62e", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling memchr v2.2.0 [INFO] [stderr] Checking bytecount v0.3.2 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Checking nom_locate v0.3.1 [INFO] [stderr] Checking pyriscope v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: no rules expected the token `,` [INFO] [stdout] --> src/symbol.rs:103:1 [INFO] [stdout] | [INFO] [stdout] 103 | / named!(atom_generator, ws!(do_parse!( [INFO] [stdout] 104 | | left_par: lpar >> [INFO] [stdout] 105 | | middle: alt!(yield_expr, testlist_comp) >> [INFO] [stdout] 106 | | right_par: rpar >> [INFO] [stdout] ... | [INFO] [stdout] 110 | | }) [INFO] [stdout] 111 | | ))); [INFO] [stdout] | |____^ no rules expected this token in macro call [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `alt_sep` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: no rules expected the token `,` [INFO] [stdout] --> src/symbol.rs:103:1 [INFO] [stdout] | [INFO] [stdout] 103 | / named!(atom_generator, ws!(do_parse!( [INFO] [stdout] 104 | | left_par: lpar >> [INFO] [stdout] 105 | | middle: alt!(yield_expr, testlist_comp) >> [INFO] [stdout] 106 | | right_par: rpar >> [INFO] [stdout] ... | [INFO] [stdout] 110 | | }) [INFO] [stdout] 111 | | ))); [INFO] [stdout] | |____^ no rules expected this token in macro call [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `alt_sep` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `testlist_comp` in this scope [INFO] [stdout] --> src/symbol.rs:116:13 [INFO] [stdout] | [INFO] [stdout] 116 | middle: testlist_comp >> [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `dictorsetmaker` in this scope [INFO] [stdout] --> src/symbol.rs:127:13 [INFO] [stdout] | [INFO] [stdout] 127 | middle: dictorsetmaker >> [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `arglist` in this scope [INFO] [stdout] --> src/symbol.rs:168:16 [INFO] [stdout] | [INFO] [stdout] 168 | args: opt!(arglist) >> [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected function, found attribute macro `test` [INFO] [stdout] --> src/symbol.rs:207:5 [INFO] [stdout] | [INFO] [stdout] 207 | test, [INFO] [stdout] | ^^^^ help: a function with a similar name exists: `rest` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nom-4.2.3/src/nom.rs:781:1 [INFO] [stdout] | [INFO] [stdout] 781 | / pub fn rest(input: T) -> IResult [INFO] [stdout] 782 | | where [INFO] [stdout] 783 | | T: Slice> + Slice> + Slice>, [INFO] [stdout] 784 | | T: InputLength, [INFO] [stdout] | |_________________- similarly named function `rest` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected function, found attribute macro `test` [INFO] [stdout] --> src/symbol.rs:215:17 [INFO] [stdout] | [INFO] [stdout] 215 | first: opt!(test) >> [INFO] [stdout] | ^^^^ help: a function with a similar name exists: `rest` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nom-4.2.3/src/nom.rs:781:1 [INFO] [stdout] | [INFO] [stdout] 781 | / pub fn rest(input: T) -> IResult [INFO] [stdout] 782 | | where [INFO] [stdout] 783 | | T: Slice> + Slice> + Slice>, [INFO] [stdout] 784 | | T: InputLength, [INFO] [stdout] | |_________________- similarly named function `rest` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected function, found attribute macro `test` [INFO] [stdout] --> src/symbol.rs:217:18 [INFO] [stdout] | [INFO] [stdout] 217 | second: opt!(test) >> [INFO] [stdout] | ^^^^ help: a function with a similar name exists: `rest` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nom-4.2.3/src/nom.rs:781:1 [INFO] [stdout] | [INFO] [stdout] 781 | / pub fn rest(input: T) -> IResult [INFO] [stdout] 782 | | where [INFO] [stdout] 783 | | T: Slice> + Slice> + Slice>, [INFO] [stdout] 784 | | T: InputLength, [INFO] [stdout] | |_________________- similarly named function `rest` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected function, found attribute macro `test` [INFO] [stdout] --> src/symbol.rs:230:17 [INFO] [stdout] | [INFO] [stdout] 230 | value: opt!(test) >> [INFO] [stdout] | ^^^^ help: a function with a similar name exists: `rest` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nom-4.2.3/src/nom.rs:781:1 [INFO] [stdout] | [INFO] [stdout] 781 | / pub fn rest(input: T) -> IResult [INFO] [stdout] 782 | | where [INFO] [stdout] 783 | | T: Slice> + Slice> + Slice>, [INFO] [stdout] 784 | | T: InputLength, [INFO] [stdout] | |_________________- similarly named function `rest` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `expr` in this scope [INFO] [stdout] --> src/symbol.rs:238:17 [INFO] [stdout] | [INFO] [stdout] 238 | first: alt!(expr | star_expr) >> [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `star_expr` in this scope [INFO] [stdout] --> src/symbol.rs:238:24 [INFO] [stdout] | [INFO] [stdout] 156 | / named!(pub atom_expr, ws!(do_parse!( [INFO] [stdout] 157 | | awaitkw: await_ >> [INFO] [stdout] 158 | | value: atom >> [INFO] [stdout] 159 | | trailers: many0!(trailer) >> [INFO] [stdout] ... | [INFO] [stdout] 163 | | }) [INFO] [stdout] 164 | | ))); [INFO] [stdout] | |____- similarly named function `atom_expr` defined here [INFO] [stdout] ... [INFO] [stdout] 238 | first: alt!(expr | star_expr) >> [INFO] [stdout] | ^^^^^^^^^ help: a function with a similar name exists: `atom_expr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `expr` in this scope [INFO] [stdout] --> src/symbol.rs:239:37 [INFO] [stdout] | [INFO] [stdout] 239 | rest: many0!(tuple!(comma, alt!(expr | star_expr))) >> [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `star_expr` in this scope [INFO] [stdout] --> src/symbol.rs:239:44 [INFO] [stdout] | [INFO] [stdout] 156 | / named!(pub atom_expr, ws!(do_parse!( [INFO] [stdout] 157 | | awaitkw: await_ >> [INFO] [stdout] 158 | | value: atom >> [INFO] [stdout] 159 | | trailers: many0!(trailer) >> [INFO] [stdout] ... | [INFO] [stdout] 163 | | }) [INFO] [stdout] 164 | | ))); [INFO] [stdout] | |____- similarly named function `atom_expr` defined here [INFO] [stdout] ... [INFO] [stdout] 239 | rest: many0!(tuple!(comma, alt!(expr | star_expr))) >> [INFO] [stdout] | ^^^^^^^^^ help: a function with a similar name exists: `atom_expr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected function, found attribute macro `test` [INFO] [stdout] --> src/symbol.rs:247:1 [INFO] [stdout] | [INFO] [stdout] 247 | / named!(pub testlist, ws!(do_parse!( [INFO] [stdout] 248 | | first: test >> [INFO] [stdout] | | ---- help: a function with a similar name exists: `rest` [INFO] [stdout] 249 | | rest: many0!(tuple!(comma, test)) >> [INFO] [stdout] 250 | | trailing_comma: opt!(comma) >> [INFO] [stdout] ... | [INFO] [stdout] 254 | | }) [INFO] [stdout] 255 | | ))); [INFO] [stdout] | |____^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nom-4.2.3/src/nom.rs:781:1 [INFO] [stdout] | [INFO] [stdout] 781 | / pub fn rest(input: T) -> IResult [INFO] [stdout] 782 | | where [INFO] [stdout] 783 | | T: Slice> + Slice> + Slice>, [INFO] [stdout] 784 | | T: InputLength, [INFO] [stdout] | |_________________- similarly named function `rest` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `do_parse_sep` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected function, found attribute macro `test` [INFO] [stdout] --> src/symbol.rs:249:32 [INFO] [stdout] | [INFO] [stdout] 249 | rest: many0!(tuple!(comma, test)) >> [INFO] [stdout] | ^^^^ help: a function with a similar name exists: `rest` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nom-4.2.3/src/nom.rs:781:1 [INFO] [stdout] | [INFO] [stdout] 781 | / pub fn rest(input: T) -> IResult [INFO] [stdout] 782 | | where [INFO] [stdout] 783 | | T: Slice> + Slice> + Slice>, [INFO] [stdout] 784 | | T: InputLength, [INFO] [stdout] | |_________________- similarly named function `rest` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/symbol.rs:257:1 [INFO] [stdout] | [INFO] [stdout] 257 | / macro_rules! tvec { [INFO] [stdout] 258 | | ($x:expr) => (map!($x, |res| vec![res])); [INFO] [stdout] 259 | | ($x:expr, $y:expr) => (map!(tuple!($x, $y), |res| vec![res.0, res.1])); [INFO] [stdout] 260 | | ($x:expr, $y:expr, $z:expr) => (map!(tuple!($x, $y, $z), |res| vec![res.0, res.1, res.2])); [INFO] [stdout] 261 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `testlist_comp` in this scope [INFO] [stdout] --> src/symbol.rs:116:13 [INFO] [stdout] | [INFO] [stdout] 116 | middle: testlist_comp >> [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `dictorsetmaker` in this scope [INFO] [stdout] --> src/symbol.rs:127:13 [INFO] [stdout] | [INFO] [stdout] 127 | middle: dictorsetmaker >> [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `arglist` in this scope [INFO] [stdout] --> src/symbol.rs:168:16 [INFO] [stdout] | [INFO] [stdout] 168 | args: opt!(arglist) >> [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected function, found attribute macro `test` [INFO] [stdout] --> src/symbol.rs:207:5 [INFO] [stdout] | [INFO] [stdout] 207 | test, [INFO] [stdout] | ^^^^ help: a function with a similar name exists: `rest` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nom-4.2.3/src/nom.rs:781:1 [INFO] [stdout] | [INFO] [stdout] 781 | / pub fn rest(input: T) -> IResult [INFO] [stdout] 782 | | where [INFO] [stdout] 783 | | T: Slice> + Slice> + Slice>, [INFO] [stdout] 784 | | T: InputLength, [INFO] [stdout] | |_________________- similarly named function `rest` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected function, found attribute macro `test` [INFO] [stdout] --> src/symbol.rs:215:17 [INFO] [stdout] | [INFO] [stdout] 215 | first: opt!(test) >> [INFO] [stdout] | ^^^^ help: a function with a similar name exists: `rest` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nom-4.2.3/src/nom.rs:781:1 [INFO] [stdout] | [INFO] [stdout] 781 | / pub fn rest(input: T) -> IResult [INFO] [stdout] 782 | | where [INFO] [stdout] 783 | | T: Slice> + Slice> + Slice>, [INFO] [stdout] 784 | | T: InputLength, [INFO] [stdout] | |_________________- similarly named function `rest` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected function, found attribute macro `test` [INFO] [stdout] --> src/symbol.rs:217:18 [INFO] [stdout] | [INFO] [stdout] 217 | second: opt!(test) >> [INFO] [stdout] | ^^^^ help: a function with a similar name exists: `rest` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nom-4.2.3/src/nom.rs:781:1 [INFO] [stdout] | [INFO] [stdout] 781 | / pub fn rest(input: T) -> IResult [INFO] [stdout] 782 | | where [INFO] [stdout] 783 | | T: Slice> + Slice> + Slice>, [INFO] [stdout] 784 | | T: InputLength, [INFO] [stdout] | |_________________- similarly named function `rest` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected function, found attribute macro `test` [INFO] [stdout] --> src/symbol.rs:230:17 [INFO] [stdout] | [INFO] [stdout] 230 | value: opt!(test) >> [INFO] [stdout] | ^^^^ help: a function with a similar name exists: `rest` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nom-4.2.3/src/nom.rs:781:1 [INFO] [stdout] | [INFO] [stdout] 781 | / pub fn rest(input: T) -> IResult [INFO] [stdout] 782 | | where [INFO] [stdout] 783 | | T: Slice> + Slice> + Slice>, [INFO] [stdout] 784 | | T: InputLength, [INFO] [stdout] | |_________________- similarly named function `rest` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `expr` in this scope [INFO] [stdout] --> src/symbol.rs:238:17 [INFO] [stdout] | [INFO] [stdout] 238 | first: alt!(expr | star_expr) >> [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `star_expr` in this scope [INFO] [stdout] --> src/symbol.rs:238:24 [INFO] [stdout] | [INFO] [stdout] 156 | / named!(pub atom_expr, ws!(do_parse!( [INFO] [stdout] 157 | | awaitkw: await_ >> [INFO] [stdout] 158 | | value: atom >> [INFO] [stdout] 159 | | trailers: many0!(trailer) >> [INFO] [stdout] ... | [INFO] [stdout] 163 | | }) [INFO] [stdout] 164 | | ))); [INFO] [stdout] | |____- similarly named function `atom_expr` defined here [INFO] [stdout] ... [INFO] [stdout] 238 | first: alt!(expr | star_expr) >> [INFO] [stdout] | ^^^^^^^^^ help: a function with a similar name exists: `atom_expr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `expr` in this scope [INFO] [stdout] --> src/symbol.rs:239:37 [INFO] [stdout] | [INFO] [stdout] 239 | rest: many0!(tuple!(comma, alt!(expr | star_expr))) >> [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `star_expr` in this scope [INFO] [stdout] --> src/symbol.rs:239:44 [INFO] [stdout] | [INFO] [stdout] 156 | / named!(pub atom_expr, ws!(do_parse!( [INFO] [stdout] 157 | | awaitkw: await_ >> [INFO] [stdout] 158 | | value: atom >> [INFO] [stdout] 159 | | trailers: many0!(trailer) >> [INFO] [stdout] ... | [INFO] [stdout] 163 | | }) [INFO] [stdout] 164 | | ))); [INFO] [stdout] | |____- similarly named function `atom_expr` defined here [INFO] [stdout] ... [INFO] [stdout] 239 | rest: many0!(tuple!(comma, alt!(expr | star_expr))) >> [INFO] [stdout] | ^^^^^^^^^ help: a function with a similar name exists: `atom_expr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected function, found attribute macro `test` [INFO] [stdout] --> src/symbol.rs:247:1 [INFO] [stdout] | [INFO] [stdout] 247 | / named!(pub testlist, ws!(do_parse!( [INFO] [stdout] 248 | | first: test >> [INFO] [stdout] | | ---- help: a function with a similar name exists: `rest` [INFO] [stdout] 249 | | rest: many0!(tuple!(comma, test)) >> [INFO] [stdout] 250 | | trailing_comma: opt!(comma) >> [INFO] [stdout] ... | [INFO] [stdout] 254 | | }) [INFO] [stdout] 255 | | ))); [INFO] [stdout] | |____^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nom-4.2.3/src/nom.rs:781:1 [INFO] [stdout] | [INFO] [stdout] 781 | / pub fn rest(input: T) -> IResult [INFO] [stdout] 782 | | where [INFO] [stdout] 783 | | T: Slice> + Slice> + Slice>, [INFO] [stdout] 784 | | T: InputLength, [INFO] [stdout] | |_________________- similarly named function `rest` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `do_parse_sep` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected function, found attribute macro `test` [INFO] [stdout] --> src/symbol.rs:249:32 [INFO] [stdout] | [INFO] [stdout] 249 | rest: many0!(tuple!(comma, test)) >> [INFO] [stdout] | ^^^^ help: a function with a similar name exists: `rest` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nom-4.2.3/src/nom.rs:781:1 [INFO] [stdout] | [INFO] [stdout] 781 | / pub fn rest(input: T) -> IResult [INFO] [stdout] 782 | | where [INFO] [stdout] 783 | | T: Slice> + Slice> + Slice>, [INFO] [stdout] 784 | | T: InputLength, [INFO] [stdout] | |_________________- similarly named function `rest` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/symbol.rs:257:1 [INFO] [stdout] | [INFO] [stdout] 257 | / macro_rules! tvec { [INFO] [stdout] 258 | | ($x:expr) => (map!($x, |res| vec![res])); [INFO] [stdout] 259 | | ($x:expr, $y:expr) => (map!(tuple!($x, $y), |res| vec![res.0, res.1])); [INFO] [stdout] 260 | | ($x:expr, $y:expr, $z:expr) => (map!(tuple!($x, $y, $z), |res| vec![res.0, res.1, res.2])); [INFO] [stdout] 261 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `pyriscope` due to 15 previous errors; 1 warning emitted [INFO] [stdout] error: aborting due to 14 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] Some errors have detailed explanations: E0423, E0425. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0423`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 14 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0423, E0425. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0423`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "f05076f91f621c5e2b60bb6efe900ab3e65ccbabe7c769500b30ab034c79f62e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f05076f91f621c5e2b60bb6efe900ab3e65ccbabe7c769500b30ab034c79f62e", kill_on_drop: false }` [INFO] [stdout] f05076f91f621c5e2b60bb6efe900ab3e65ccbabe7c769500b30ab034c79f62e