[INFO] fetching crate colorblast 0.0.3... [INFO] checking colorblast-0.0.3 against try#19359abcd1be36c9ba1922a244cf9abf02af7a22 for pr-114716 [INFO] extracting crate colorblast 0.0.3 into /workspace/builds/worker-6-tc2/source [INFO] validating manifest of crates.io crate colorblast 0.0.3 on toolchain 19359abcd1be36c9ba1922a244cf9abf02af7a22 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+19359abcd1be36c9ba1922a244cf9abf02af7a22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate colorblast 0.0.3 [INFO] finished tweaking crates.io crate colorblast 0.0.3 [INFO] tweaked toml for crates.io crate colorblast 0.0.3 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] crate crates.io crate colorblast 0.0.3 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+19359abcd1be36c9ba1922a244cf9abf02af7a22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:84cb280c7acaf12c1f874411053406050a24f846e52f817d4d9e64bcbe5ce959" "/opt/rustwide/cargo-home/bin/cargo" "+19359abcd1be36c9ba1922a244cf9abf02af7a22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7464fceaccc241159288394f3ab501c6b98b615f1c355f7a941410d4678770bf [INFO] running `Command { std: "docker" "start" "-a" "7464fceaccc241159288394f3ab501c6b98b615f1c355f7a941410d4678770bf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7464fceaccc241159288394f3ab501c6b98b615f1c355f7a941410d4678770bf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7464fceaccc241159288394f3ab501c6b98b615f1c355f7a941410d4678770bf", kill_on_drop: false }` [INFO] [stdout] 7464fceaccc241159288394f3ab501c6b98b615f1c355f7a941410d4678770bf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "RUSTDOCFLAGS=--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:84cb280c7acaf12c1f874411053406050a24f846e52f817d4d9e64bcbe5ce959" "/opt/rustwide/cargo-home/bin/cargo" "+19359abcd1be36c9ba1922a244cf9abf02af7a22" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 462186318edba2b7f4e8b09187ee4372a92f75acfdb591d5f5f78103db80d0d4 [INFO] running `Command { std: "docker" "start" "-a" "462186318edba2b7f4e8b09187ee4372a92f75acfdb591d5f5f78103db80d0d4", kill_on_drop: false }` [INFO] [stderr] Checking char-ranges v0.1.1 [INFO] [stderr] Checking text-scanner v0.0.3 [INFO] [stderr] Checking any-lexer v0.0.3 [INFO] [stderr] Checking colorblast v0.0.3 (/opt/rustwide/workdir) [INFO] [stdout] error[E0637]: `&` without an explicit lifetime name cannot be used here [INFO] [stdout] --> src/lexers/mod.rs:43:33 [INFO] [stdout] | [INFO] [stdout] 43 | pub const VARIANTS: &[Self] = &[ [INFO] [stdout] | ^ explicit lifetime name needed here [INFO] [stdout] ... [INFO] [stdout] 59 | / impl_enum_lexer!( [INFO] [stdout] 60 | | /// If the JSON might contain JavaScript-like comments, then [INFO] [stdout] 61 | | /// use [`Lexer::JsonC`] instead, i.e. [JSON with Comments]. [INFO] [stdout] 62 | | /// [INFO] [stdout] ... | [INFO] [stdout] 69 | | Rust => RustLexer, [INFO] [stdout] 70 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_enum_lexer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0637]: `&` without an explicit lifetime name cannot be used here [INFO] [stdout] --> src/lexers/mod.rs:43:33 [INFO] [stdout] | [INFO] [stdout] 43 | pub const VARIANTS: &[Self] = &[ [INFO] [stdout] | ^ explicit lifetime name needed here [INFO] [stdout] ... [INFO] [stdout] 59 | / impl_enum_lexer!( [INFO] [stdout] 60 | | /// If the JSON might contain JavaScript-like comments, then [INFO] [stdout] 61 | | /// use [`Lexer::JsonC`] instead, i.e. [JSON with Comments]. [INFO] [stdout] 62 | | /// [INFO] [stdout] ... | [INFO] [stdout] 69 | | Rust => RustLexer, [INFO] [stdout] 70 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_enum_lexer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0637]: `&` without an explicit lifetime name cannot be used here [INFO] [stdout] --> src/token.rs:58:33 [INFO] [stdout] | [INFO] [stdout] 58 | pub const VARIANTS: &[Self] = &[ [INFO] [stdout] | ^ explicit lifetime name needed here [INFO] [stdout] ... [INFO] [stdout] 65 | / impl_enum_token!( [INFO] [stdout] 66 | | Space, [INFO] [stdout] 67 | | Comment, [INFO] [stdout] 68 | | Text, [INFO] [stdout] ... | [INFO] [stdout] 85 | | Invalid, [INFO] [stdout] 86 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_enum_token` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0637]: `&` without an explicit lifetime name cannot be used here [INFO] [stdout] --> src/token.rs:58:33 [INFO] [stdout] | [INFO] [stdout] 58 | pub const VARIANTS: &[Self] = &[ [INFO] [stdout] | ^ explicit lifetime name needed here [INFO] [stdout] ... [INFO] [stdout] 65 | / impl_enum_token!( [INFO] [stdout] 66 | | Space, [INFO] [stdout] 67 | | Comment, [INFO] [stdout] 68 | | Text, [INFO] [stdout] ... | [INFO] [stdout] 85 | | Invalid, [INFO] [stdout] 86 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_enum_token` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0637`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0637`. [INFO] [stdout] [INFO] [stderr] error: could not compile `colorblast` (lib) due to 3 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `colorblast` (lib test) due to 3 previous errors [INFO] running `Command { std: "docker" "inspect" "462186318edba2b7f4e8b09187ee4372a92f75acfdb591d5f5f78103db80d0d4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "462186318edba2b7f4e8b09187ee4372a92f75acfdb591d5f5f78103db80d0d4", kill_on_drop: false }` [INFO] [stdout] 462186318edba2b7f4e8b09187ee4372a92f75acfdb591d5f5f78103db80d0d4