[INFO] fetching crate html-diff 0.0.6...
[INFO] checking html-diff-0.0.6 against try#3d9fdbff4f377de96b3a51174e7a64086bee9a5c for pr-81477
[INFO] extracting crate html-diff 0.0.6 into /workspace/builds/worker-11/source
[INFO] validating manifest of crates.io crate html-diff 0.0.6 on toolchain 3d9fdbff4f377de96b3a51174e7a64086bee9a5c
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate html-diff 0.0.6
[INFO] finished tweaking crates.io crate html-diff 0.0.6
[INFO] tweaked toml for crates.io crate html-diff 0.0.6 written to /workspace/builds/worker-11/source/Cargo.toml
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }`
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] Downloading crates ...
[INFO] [stderr] Downloaded smallvec v0.3.4
[INFO] [stderr] Downloaded kuchiki v0.6.0
[INFO] [stderr] Downloaded cssparser v0.13.7
[INFO] [stderr] Downloaded markup5ever v0.5.0
[INFO] [stderr] Downloaded html5ever v0.20.0
[INFO] [stderr] Downloaded bitflags v0.7.0
[INFO] [stderr] Downloaded selectors v0.18.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:ea7d7bff36b2ba8ce4de8bba1d2dea90376bc481f1a945a913994a8c492e40c1" "/opt/rustwide/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6884b3f5da8e9cacd396abd80d109b603c6d38f88169471ee247ed2138426c61
[INFO] running `Command { std: "docker" "start" "-a" "6884b3f5da8e9cacd396abd80d109b603c6d38f88169471ee247ed2138426c61", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6884b3f5da8e9cacd396abd80d109b603c6d38f88169471ee247ed2138426c61", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6884b3f5da8e9cacd396abd80d109b603c6d38f88169471ee247ed2138426c61", kill_on_drop: false }`
[INFO] [stdout] 6884b3f5da8e9cacd396abd80d109b603c6d38f88169471ee247ed2138426c61
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:ea7d7bff36b2ba8ce4de8bba1d2dea90376bc481f1a945a913994a8c492e40c1" "/opt/rustwide/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 45729c53fc9e4793a93b014f812376c08392a06a26a80677fe8020c47cc5f8e4
[INFO] running `Command { std: "docker" "start" "-a" "45729c53fc9e4793a93b014f812376c08392a06a26a80677fe8020c47cc5f8e4", kill_on_drop: false }`
[INFO] [stderr] Checking bitflags v0.7.0
[INFO] [stderr] Checking fnv v1.0.7
[INFO] [stderr] Compiling syn v0.11.11
[INFO] [stderr] Checking log v0.4.14
[INFO] [stderr] Compiling syn v1.0.73
[INFO] [stderr] Compiling phf_generator v0.7.24
[INFO] [stdout] error: Trailing semicolon in macro
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syn-0.11.11/src/attr.rs:117:5
[INFO] [stdout] |
[INFO] [stdout] 117 | / named!(pub inner_attr -> Attribute, alt!(
[INFO] [stdout] 118 | | do_parse!(
[INFO] [stdout] 119 | | punct!("#") >>
[INFO] [stdout] 120 | | punct!("!") >>
[INFO] [stdout] ... |
[INFO] [stdout] 156 | | )
[INFO] [stdout] 157 | | ));
[INFO] [stdout] | |_______^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in the macro `option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: Trailing semicolon in macro
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syn-0.11.11/src/attr.rs:159:5
[INFO] [stdout] |
[INFO] [stdout] 159 | / named!(pub outer_attr -> Attribute, alt!(
[INFO] [stdout] 160 | | do_parse!(
[INFO] [stdout] 161 | | punct!("#") >>
[INFO] [stdout] 162 | | punct!("[") >>
[INFO] [stdout] ... |
[INFO] [stdout] 198 | | )
[INFO] [stdout] 199 | | ));
[INFO] [stdout] | |_______^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in the macro `option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: Trailing semicolon in macro
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syn-0.11.11/src/constant.rs:55:5
[INFO] [stdout] |
[INFO] [stdout] 55 | / named!(pub const_expr -> ConstExpr, do_parse!(
[INFO] [stdout] 56 | | mut e: alt!(
[INFO] [stdout] 57 | | expr_unary
[INFO] [stdout] 58 | | |
[INFO] [stdout] ... |
[INFO] [stdout] 88 | | (e)
[INFO] [stdout] 89 | | ));
[INFO] [stdout] | |_______^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in the macro `tap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: Trailing semicolon in macro
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syn-0.11.11/src/constant.rs:55:5
[INFO] [stdout] |
[INFO] [stdout] 55 | / named!(pub const_expr -> ConstExpr, do_parse!(
[INFO] [stdout] 56 | | mut e: alt!(
[INFO] [stdout] 57 | | expr_unary
[INFO] [stdout] 58 | | |
[INFO] [stdout] ... |
[INFO] [stdout] 88 | | (e)
[INFO] [stdout] 89 | | ));
[INFO] [stdout] | |_______^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in the macro `tap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Compiling phf_codegen v0.7.24
[INFO] [stdout] error: Trailing semicolon in macro
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syn-0.11.11/src/constant.rs:55:5
[INFO] [stdout] |
[INFO] [stdout] 55 | / named!(pub const_expr -> ConstExpr, do_parse!(
[INFO] [stdout] 56 | | mut e: alt!(
[INFO] [stdout] 57 | | expr_unary
[INFO] [stdout] 58 | | |
[INFO] [stdout] ... |
[INFO] [stdout] 88 | | (e)
[INFO] [stdout] 89 | | ));
[INFO] [stdout] | |_______^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in the macro `tap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Compiling string_cache_codegen v0.4.4
[INFO] [stdout] error: Trailing semicolon in macro
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syn-0.11.11/src/constant.rs:55:5
[INFO] [stdout] |
[INFO] [stdout] 55 | / named!(pub const_expr -> ConstExpr, do_parse!(
[INFO] [stdout] 56 | | mut e: alt!(
[INFO] [stdout] 57 | | expr_unary
[INFO] [stdout] 58 | | |
[INFO] [stdout] ... |
[INFO] [stdout] 88 | | (e)
[INFO] [stdout] 89 | | ));
[INFO] [stdout] | |_______^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in the macro `tap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: Trailing semicolon in macro
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syn-0.11.11/src/expr.rs:393:9
[INFO] [stdout] |
[INFO] [stdout] 393 | / do_parse!(
[INFO] [stdout] 394 | | i,
[INFO] [stdout] 395 | | mut e: alt!(
[INFO] [stdout] 396 | | expr_lit // must be before expr_struct
[INFO] [stdout] ... |
[INFO] [stdout] 496 | | (e.into())
[INFO] [stdout] 497 | | )
[INFO] [stdout] | |_________^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in the macro `tap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: Trailing semicolon in macro
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syn-0.11.11/src/expr.rs:393:9
[INFO] [stdout] |
[INFO] [stdout] 393 | / do_parse!(
[INFO] [stdout] 394 | | i,
[INFO] [stdout] 395 | | mut e: alt!(
[INFO] [stdout] 396 | | expr_lit // must be before expr_struct
[INFO] [stdout] ... |
[INFO] [stdout] 496 | | (e.into())
[INFO] [stdout] 497 | | )
[INFO] [stdout] | |_________^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in the macro `tap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: Trailing semicolon in macro
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syn-0.11.11/src/expr.rs:393:9
[INFO] [stdout] |
[INFO] [stdout] 393 | / do_parse!(
[INFO] [stdout] 394 | | i,
[INFO] [stdout] 395 | | mut e: alt!(
[INFO] [stdout] 396 | | expr_lit // must be before expr_struct
[INFO] [stdout] ... |
[INFO] [stdout] 496 | | (e.into())
[INFO] [stdout] 497 | | )
[INFO] [stdout] | |_________^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in the macro `tap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: Trailing semicolon in macro
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syn-0.11.11/src/expr.rs:393:9
[INFO] [stdout] |
[INFO] [stdout] 393 | / do_parse!(
[INFO] [stdout] 394 | | i,
[INFO] [stdout] 395 | | mut e: alt!(
[INFO] [stdout] 396 | | expr_lit // must be before expr_struct
[INFO] [stdout] ... |
[INFO] [stdout] 496 | | (e.into())
[INFO] [stdout] 497 | | )
[INFO] [stdout] | |_________^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in the macro `tap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: Trailing semicolon in macro
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syn-0.11.11/src/expr.rs:393:9
[INFO] [stdout] |
[INFO] [stdout] 393 | / do_parse!(
[INFO] [stdout] 394 | | i,
[INFO] [stdout] 395 | | mut e: alt!(
[INFO] [stdout] 396 | | expr_lit // must be before expr_struct
[INFO] [stdout] ... |
[INFO] [stdout] 496 | | (e.into())
[INFO] [stdout] 497 | | )
[INFO] [stdout] | |_________^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in the macro `tap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: Trailing semicolon in macro
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syn-0.11.11/src/expr.rs:393:9
[INFO] [stdout] |
[INFO] [stdout] 393 | / do_parse!(
[INFO] [stdout] 394 | | i,
[INFO] [stdout] 395 | | mut e: alt!(
[INFO] [stdout] 396 | | expr_lit // must be before expr_struct
[INFO] [stdout] ... |
[INFO] [stdout] 496 | | (e.into())
[INFO] [stdout] 497 | | )
[INFO] [stdout] | |_________^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in the macro `tap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: Trailing semicolon in macro
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syn-0.11.11/src/expr.rs:393:9
[INFO] [stdout] |
[INFO] [stdout] 393 | / do_parse!(
[INFO] [stdout] 394 | | i,
[INFO] [stdout] 395 | | mut e: alt!(
[INFO] [stdout] 396 | | expr_lit // must be before expr_struct
[INFO] [stdout] ... |
[INFO] [stdout] 496 | | (e.into())
[INFO] [stdout] 497 | | )
[INFO] [stdout] | |_________^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in the macro `tap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: Trailing semicolon in macro
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syn-0.11.11/src/expr.rs:662:5
[INFO] [stdout] |
[INFO] [stdout] 662 | / named!(expr_match -> ExprKind, do_parse!(
[INFO] [stdout] 663 | | keyword!("match") >>
[INFO] [stdout] 664 | | obj: expr_no_struct >>
[INFO] [stdout] 665 | | punct!("{") >>
[INFO] [stdout] ... |
[INFO] [stdout] 677 | | }))
[INFO] [stdout] 678 | | ));
[INFO] [stdout] | |_______^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in the macro `option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: Trailing semicolon in macro
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syn-0.11.11/src/expr.rs:758:5
[INFO] [stdout] |
[INFO] [stdout] 758 | / named!(expr_continue -> ExprKind, do_parse!(
[INFO] [stdout] 759 | | keyword!("continue") >>
[INFO] [stdout] 760 | | lbl: option!(label) >>
[INFO] [stdout] 761 | | (ExprKind::Continue(lbl))
[INFO] [stdout] 762 | | ));
[INFO] [stdout] | |_______^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in the macro `option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: Trailing semicolon in macro
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syn-0.11.11/src/expr.rs:764:5
[INFO] [stdout] |
[INFO] [stdout] 764 | / named_ambiguous_expr!(expr_break -> ExprKind, allow_struct, do_parse!(
[INFO] [stdout] 765 | | keyword!("break") >>
[INFO] [stdout] 766 | | lbl: option!(label) >>
[INFO] [stdout] 767 | | val: option!(call!(ambiguous_expr, allow_struct, false)) >>
[INFO] [stdout] 768 | | (ExprKind::Break(lbl, val.map(Box::new)))
[INFO] [stdout] 769 | | ));
[INFO] [stdout] | |_______^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in the macro `option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: Trailing semicolon in macro
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syn-0.11.11/src/expr.rs:881:5
[INFO] [stdout] |
[INFO] [stdout] 881 | / named!(pub within_block -> Vec, do_parse!(
[INFO] [stdout] 882 | | many0!(punct!(";")) >>
[INFO] [stdout] 883 | | mut standalone: many0!(terminated!(stmt, many0!(punct!(";")))) >>
[INFO] [stdout] 884 | | last: option!(expr) >>
[INFO] [stdout] ... |
[INFO] [stdout] 891 | | })
[INFO] [stdout] 892 | | ));
[INFO] [stdout] | |_______^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in the macro `option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: Trailing semicolon in macro
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syn-0.11.11/src/item.rs:281:5
[INFO] [stdout] |
[INFO] [stdout] 281 | / named!(item_mac -> Item, do_parse!(
[INFO] [stdout] 282 | | attrs: many0!(outer_attr) >>
[INFO] [stdout] 283 | | what: path >>
[INFO] [stdout] 284 | | punct!("!") >>
[INFO] [stdout] ... |
[INFO] [stdout] 299 | | })
[INFO] [stdout] 300 | | ));
[INFO] [stdout] | |_______^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in the macro `option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: Trailing semicolon in macro
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syn-0.11.11/src/item.rs:435:5
[INFO] [stdout] |
[INFO] [stdout] 435 | / named!(item_fn -> Item, do_parse!(
[INFO] [stdout] 436 | | outer_attrs: many0!(outer_attr) >>
[INFO] [stdout] 437 | | vis: visibility >>
[INFO] [stdout] 438 | | constness: constness >>
[INFO] [stdout] ... |
[INFO] [stdout] 478 | | })
[INFO] [stdout] 479 | | ));
[INFO] [stdout] | |_______^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in the macro `option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: Trailing semicolon in macro
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syn-0.11.11/src/item.rs:481:5
[INFO] [stdout] |
[INFO] [stdout] 481 | / named!(fn_arg -> FnArg, alt!(
[INFO] [stdout] 482 | | do_parse!(
[INFO] [stdout] 483 | | punct!("&") >>
[INFO] [stdout] 484 | | lt: option!(lifetime) >>
[INFO] [stdout] ... |
[INFO] [stdout] 505 | | ty => { FnArg::Ignored }
[INFO] [stdout] 506 | | ));
[INFO] [stdout] | |_______^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in the macro `option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: Trailing semicolon in macro
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syn-0.11.11/src/item.rs:753:5
[INFO] [stdout] |
[INFO] [stdout] 753 | / named!(trait_item_method -> TraitItem, do_parse!(
[INFO] [stdout] 754 | | outer_attrs: many0!(outer_attr) >>
[INFO] [stdout] 755 | | constness: constness >>
[INFO] [stdout] 756 | | unsafety: unsafety >>
[INFO] [stdout] ... |
[INFO] [stdout] 802 | | })
[INFO] [stdout] 803 | | ));
[INFO] [stdout] | |_______^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in the macro `option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: Trailing semicolon in macro
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syn-0.11.11/src/item.rs:909:5
[INFO] [stdout] |
[INFO] [stdout] 909 | / named!(impl_item_method -> ImplItem, do_parse!(
[INFO] [stdout] 910 | | outer_attrs: many0!(outer_attr) >>
[INFO] [stdout] 911 | | vis: visibility >>
[INFO] [stdout] 912 | | defaultness: defaultness >>
[INFO] [stdout] ... |
[INFO] [stdout] 956 | | })
[INFO] [stdout] 957 | | ));
[INFO] [stdout] | |_______^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in the macro `option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: Trailing semicolon in macro
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syn-0.11.11/src/krate.rs:16:5
[INFO] [stdout] |
[INFO] [stdout] 16 | / named!(pub krate -> Crate, do_parse!(
[INFO] [stdout] 17 | | option!(byte_order_mark) >>
[INFO] [stdout] 18 | | shebang: option!(shebang) >>
[INFO] [stdout] 19 | | attrs: many0!(inner_attr) >>
[INFO] [stdout] ... |
[INFO] [stdout] 25 | | })
[INFO] [stdout] 26 | | ));
[INFO] [stdout] | |_______^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in the macro `option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: Trailing semicolon in macro
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syn-0.11.11/src/krate.rs:16:5
[INFO] [stdout] |
[INFO] [stdout] 16 | / named!(pub krate -> Crate, do_parse!(
[INFO] [stdout] 17 | | option!(byte_order_mark) >>
[INFO] [stdout] 18 | | shebang: option!(shebang) >>
[INFO] [stdout] 19 | | attrs: many0!(inner_attr) >>
[INFO] [stdout] ... |
[INFO] [stdout] 25 | | })
[INFO] [stdout] 26 | | ));
[INFO] [stdout] | |_______^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in the macro `option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: Trailing semicolon in macro
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syn-0.11.11/src/mac.rs:270:5
[INFO] [stdout] |
[INFO] [stdout] 270 | / named!(doc_comment -> String, alt!(
[INFO] [stdout] 271 | | do_parse!(
[INFO] [stdout] 272 | | punct!("//!") >>
[INFO] [stdout] 273 | | content: take_until!("\n") >>
[INFO] [stdout] ... |
[INFO] [stdout] 296 | | )
[INFO] [stdout] 297 | | ));
[INFO] [stdout] | |_______^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in the macro `option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: Trailing semicolon in macro
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syn-0.11.11/src/mac.rs:270:5
[INFO] [stdout] |
[INFO] [stdout] 270 | / named!(doc_comment -> String, alt!(
[INFO] [stdout] 271 | | do_parse!(
[INFO] [stdout] 272 | | punct!("//!") >>
[INFO] [stdout] 273 | | content: take_until!("\n") >>
[INFO] [stdout] ... |
[INFO] [stdout] 296 | | )
[INFO] [stdout] 297 | | ));
[INFO] [stdout] | |_______^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in the macro `option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: Trailing semicolon in macro
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syn-0.11.11/src/ty.rs:318:5
[INFO] [stdout] |
[INFO] [stdout] 318 | / named!(ty_rptr -> Ty, do_parse!(
[INFO] [stdout] 319 | | punct!("&") >>
[INFO] [stdout] 320 | | life: option!(lifetime) >>
[INFO] [stdout] 321 | | mutability: mutability >>
[INFO] [stdout] ... |
[INFO] [stdout] 326 | | })))
[INFO] [stdout] 327 | | ));
[INFO] [stdout] | |_______^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in the macro `option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: Trailing semicolon in macro
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syn-0.11.11/src/ty.rs:329:5
[INFO] [stdout] |
[INFO] [stdout] 329 | / named!(ty_bare_fn -> Ty, do_parse!(
[INFO] [stdout] 330 | | lifetimes: opt_vec!(do_parse!(
[INFO] [stdout] 331 | | keyword!("for") >>
[INFO] [stdout] 332 | | punct!("<") >>
[INFO] [stdout] ... |
[INFO] [stdout] 359 | | })))
[INFO] [stdout] 360 | | ));
[INFO] [stdout] | |_______^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in the macro `option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: Trailing semicolon in macro
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syn-0.11.11/src/ty.rs:371:5
[INFO] [stdout] |
[INFO] [stdout] 371 | / named!(ty_path -> Ty, do_parse!(
[INFO] [stdout] 372 | | qpath: qpath >>
[INFO] [stdout] 373 | | parenthesized: cond!(
[INFO] [stdout] 374 | | qpath.1.segments.last().unwrap().parameters == PathParameters::none(),
[INFO] [stdout] ... |
[INFO] [stdout] 396 | | })
[INFO] [stdout] 397 | | ));
[INFO] [stdout] | |_______^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in the macro `option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: Trailing semicolon in macro
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syn-0.11.11/src/ty.rs:481:5
[INFO] [stdout] |
[INFO] [stdout] 481 | / named!(path_segment -> PathSegment, alt!(
[INFO] [stdout] 482 | | do_parse!(
[INFO] [stdout] 483 | | id: option!(ident) >>
[INFO] [stdout] 484 | | punct!("<") >>
[INFO] [stdout] ... |
[INFO] [stdout] 519 | | ), Into::into)
[INFO] [stdout] 520 | | ));
[INFO] [stdout] | |_______^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in the macro `option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: Trailing semicolon in macro
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syn-0.11.11/src/ty.rs:571:5
[INFO] [stdout] |
[INFO] [stdout] 571 | / named!(pub abi -> Abi, do_parse!(
[INFO] [stdout] 572 | | keyword!("extern") >>
[INFO] [stdout] 573 | | name: option!(quoted_string) >>
[INFO] [stdout] 574 | | (match name {
[INFO] [stdout] ... |
[INFO] [stdout] 577 | | })
[INFO] [stdout] 578 | | ));
[INFO] [stdout] | |_______^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in the macro `option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Checking log v0.3.9
[INFO] [stderr] Compiling selectors v0.18.0
[INFO] [stderr] Compiling string_cache v0.6.2
[INFO] [stderr] Compiling markup5ever v0.5.0
[INFO] [stdout] error: aborting due to 31 previous errors
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] error: could not compile `syn`
[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] [stderr] error: build failed
[INFO] running `Command { std: "docker" "inspect" "45729c53fc9e4793a93b014f812376c08392a06a26a80677fe8020c47cc5f8e4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "45729c53fc9e4793a93b014f812376c08392a06a26a80677fe8020c47cc5f8e4", kill_on_drop: false }`
[INFO] [stdout] 45729c53fc9e4793a93b014f812376c08392a06a26a80677fe8020c47cc5f8e4