[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 beta for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhfcredidio%2Fpyriscope" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/hfcredidio/pyriscope on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", 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-8/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" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 885f0236b9b56b019b40fcc73cd00bd6fc3f152c65272642197ea8efb5ef593b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "885f0236b9b56b019b40fcc73cd00bd6fc3f152c65272642197ea8efb5ef593b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "885f0236b9b56b019b40fcc73cd00bd6fc3f152c65272642197ea8efb5ef593b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "885f0236b9b56b019b40fcc73cd00bd6fc3f152c65272642197ea8efb5ef593b", kill_on_drop: false }` [INFO] [stdout] 885f0236b9b56b019b40fcc73cd00bd6fc3f152c65272642197ea8efb5ef593b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d2bfde7f184c877be4e0c9a7f15724d3832e8dbbf6f9ee9a9712311e4d71dd9a [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "d2bfde7f184c877be4e0c9a7f15724d3832e8dbbf6f9ee9a9712311e4d71dd9a", kill_on_drop: false }` [INFO] [stderr] Checking bytecount v0.3.2 [INFO] [stderr] Checking 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 a macro (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 a macro (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] | ^^^^ [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] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 207 | rest, [INFO] [stdout] | ^^^^ [INFO] [stdout] help: consider importing one of these items instead [INFO] [stdout] | [INFO] [stdout] 1 | use crate::symbol::lib::std::collections::hash::map::sys::fd::io::stdio::sys_common::backtrace::backtrace_rs::symbolize::gimli::mystd::detect::bit::test; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::symbol::lib::std::collections::hash::map::sys::fd::io::stdio::sys_common::backtrace::backtrace_rs::symbolize::gimli::mystd::detect::cache::test; [INFO] [stdout] | [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] | ^^^^ [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] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 215 | first: opt!(rest) >> [INFO] [stdout] | ^^^^ [INFO] [stdout] help: consider importing one of these items instead [INFO] [stdout] | [INFO] [stdout] 1 | use crate::symbol::lib::std::collections::hash::map::sys::fd::io::stdio::sys_common::backtrace::backtrace_rs::symbolize::gimli::mystd::detect::bit::test; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::symbol::lib::std::collections::hash::map::sys::fd::io::stdio::sys_common::backtrace::backtrace_rs::symbolize::gimli::mystd::detect::cache::test; [INFO] [stdout] | [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] | ^^^^ [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] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 217 | second: opt!(rest) >> [INFO] [stdout] | ^^^^ [INFO] [stdout] help: consider importing one of these items instead [INFO] [stdout] | [INFO] [stdout] 1 | use crate::symbol::lib::std::collections::hash::map::sys::fd::io::stdio::sys_common::backtrace::backtrace_rs::symbolize::gimli::mystd::detect::bit::test; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::symbol::lib::std::collections::hash::map::sys::fd::io::stdio::sys_common::backtrace::backtrace_rs::symbolize::gimli::mystd::detect::cache::test; [INFO] [stdout] | [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] | ^^^^ [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] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 230 | value: opt!(rest) >> [INFO] [stdout] | ^^^^ [INFO] [stdout] help: consider importing one of these items instead [INFO] [stdout] | [INFO] [stdout] 1 | use crate::symbol::lib::std::collections::hash::map::sys::fd::io::stdio::sys_common::backtrace::backtrace_rs::symbolize::gimli::mystd::detect::bit::test; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::symbol::lib::std::collections::hash::map::sys::fd::io::stdio::sys_common::backtrace::backtrace_rs::symbolize::gimli::mystd::detect::cache::test; [INFO] [stdout] | [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] 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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 248 | first: rest >> [INFO] [stdout] | ^^^^ [INFO] [stdout] help: consider importing one of these items instead [INFO] [stdout] | [INFO] [stdout] 1 | use crate::symbol::lib::std::collections::hash::map::sys::fd::io::stdio::sys_common::backtrace::backtrace_rs::symbolize::gimli::mystd::detect::bit::test; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::symbol::lib::std::collections::hash::map::sys::fd::io::stdio::sys_common::backtrace::backtrace_rs::symbolize::gimli::mystd::detect::cache::test; [INFO] [stdout] | [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] | ^^^^ [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] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 249 | rest: many0!(tuple!(comma, rest)) >> [INFO] [stdout] | ^^^^ [INFO] [stdout] help: consider importing one of these items instead [INFO] [stdout] | [INFO] [stdout] 1 | use crate::symbol::lib::std::collections::hash::map::sys::fd::io::stdio::sys_common::backtrace::backtrace_rs::symbolize::gimli::mystd::detect::bit::test; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::symbol::lib::std::collections::hash::map::sys::fd::io::stdio::sys_common::backtrace::backtrace_rs::symbolize::gimli::mystd::detect::cache::test; [INFO] [stdout] | [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] | ^^^^ [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] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 207 | rest, [INFO] [stdout] | ^^^^ [INFO] [stdout] help: consider importing one of these items instead [INFO] [stdout] | [INFO] [stdout] 1 | use crate::symbol::lib::std::collections::hash::map::sys::fd::io::stdio::sys_common::backtrace::backtrace_rs::symbolize::gimli::mystd::detect::bit::test; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::symbol::lib::std::collections::hash::map::sys::fd::io::stdio::sys_common::backtrace::backtrace_rs::symbolize::gimli::mystd::detect::cache::test; [INFO] [stdout] | [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] | ^^^^ [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] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 215 | first: opt!(rest) >> [INFO] [stdout] | ^^^^ [INFO] [stdout] help: consider importing one of these items instead [INFO] [stdout] | [INFO] [stdout] 1 | use crate::symbol::lib::std::collections::hash::map::sys::fd::io::stdio::sys_common::backtrace::backtrace_rs::symbolize::gimli::mystd::detect::bit::test; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::symbol::lib::std::collections::hash::map::sys::fd::io::stdio::sys_common::backtrace::backtrace_rs::symbolize::gimli::mystd::detect::cache::test; [INFO] [stdout] | [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] | ^^^^ [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] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 217 | second: opt!(rest) >> [INFO] [stdout] | ^^^^ [INFO] [stdout] help: consider importing one of these items instead [INFO] [stdout] | [INFO] [stdout] 1 | use crate::symbol::lib::std::collections::hash::map::sys::fd::io::stdio::sys_common::backtrace::backtrace_rs::symbolize::gimli::mystd::detect::bit::test; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::symbol::lib::std::collections::hash::map::sys::fd::io::stdio::sys_common::backtrace::backtrace_rs::symbolize::gimli::mystd::detect::cache::test; [INFO] [stdout] | [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] | ^^^^ [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] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 230 | value: opt!(rest) >> [INFO] [stdout] | ^^^^ [INFO] [stdout] help: consider importing one of these items instead [INFO] [stdout] | [INFO] [stdout] 1 | use crate::symbol::lib::std::collections::hash::map::sys::fd::io::stdio::sys_common::backtrace::backtrace_rs::symbolize::gimli::mystd::detect::bit::test; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::symbol::lib::std::collections::hash::map::sys::fd::io::stdio::sys_common::backtrace::backtrace_rs::symbolize::gimli::mystd::detect::cache::test; [INFO] [stdout] | [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] 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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 248 | first: rest >> [INFO] [stdout] | ^^^^ [INFO] [stdout] help: consider importing one of these items instead [INFO] [stdout] | [INFO] [stdout] 1 | use crate::symbol::lib::std::collections::hash::map::sys::fd::io::stdio::sys_common::backtrace::backtrace_rs::symbolize::gimli::mystd::detect::bit::test; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::symbol::lib::std::collections::hash::map::sys::fd::io::stdio::sys_common::backtrace::backtrace_rs::symbolize::gimli::mystd::detect::cache::test; [INFO] [stdout] | [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] | ^^^^ [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] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 249 | rest: many0!(tuple!(comma, rest)) >> [INFO] [stdout] | ^^^^ [INFO] [stdout] help: consider importing one of these items instead [INFO] [stdout] | [INFO] [stdout] 1 | use crate::symbol::lib::std::collections::hash::map::sys::fd::io::stdio::sys_common::backtrace::backtrace_rs::symbolize::gimli::mystd::detect::bit::test; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::symbol::lib::std::collections::hash::map::sys::fd::io::stdio::sys_common::backtrace::backtrace_rs::symbolize::gimli::mystd::detect::cache::test; [INFO] [stdout] | [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] 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: 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: could not compile `pyriscope` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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" "d2bfde7f184c877be4e0c9a7f15724d3832e8dbbf6f9ee9a9712311e4d71dd9a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d2bfde7f184c877be4e0c9a7f15724d3832e8dbbf6f9ee9a9712311e4d71dd9a", kill_on_drop: false }` [INFO] [stdout] d2bfde7f184c877be4e0c9a7f15724d3832e8dbbf6f9ee9a9712311e4d71dd9a