[INFO] cloning repository https://github.com/matklad/tom
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/matklad/tom" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmatklad%2Ftom", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmatklad%2Ftom'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7753d8aca79bbc166d5a28b81595dda2a5e24713
[INFO] checking matklad/tom against master#8a65ee08296b36342bf7c3cdc15312ccbc357227 for pr-142704
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmatklad%2Ftom" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/matklad/tom on toolchain 8a65ee08296b36342bf7c3cdc15312ccbc357227
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8a65ee08296b36342bf7c3cdc15312ccbc357227" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] removed /workspace/builds/worker-0-tc1/source/.cargo/config
[INFO] started tweaking git repo https://github.com/matklad/tom
[INFO] finished tweaking git repo https://github.com/matklad/tom
[INFO] tweaked toml for git repo https://github.com/matklad/tom written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/matklad/tom 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" "+8a65ee08296b36342bf7c3cdc15312ccbc357227" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded superslice v0.1.0
[INFO] [stderr]   Downloaded pico-args v0.3.1
[INFO] [stderr]   Downloaded smol_str v0.1.15
[INFO] [stderr]   Downloaded m_lexer v0.0.4
[INFO] [stderr]   Downloaded text_unit v0.1.10
[INFO] [stderr]   Downloaded uncover v0.1.1
[INFO] [stderr]   Downloaded syn v1.0.27
[INFO] [stderr]   Downloaded drop_bomb v0.1.4
[INFO] [stderr]   Downloaded rowan v0.1.4
[INFO] [stderr]   Downloaded gen_lsp_server v0.1.0
[INFO] [stderr]   Downloaded languageserver-types v0.51.1
[INFO] [stderr]   Downloaded flexi_logger v0.10.7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8a65ee08296b36342bf7c3cdc15312ccbc357227" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6c474c98163118ffa66a1bd150f0b02fe1e9b4c4b38ace63ab76b94bfa3e1ad3
[INFO] running `Command { std: "docker" "start" "-a" "6c474c98163118ffa66a1bd150f0b02fe1e9b4c4b38ace63ab76b94bfa3e1ad3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6c474c98163118ffa66a1bd150f0b02fe1e9b4c4b38ace63ab76b94bfa3e1ad3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6c474c98163118ffa66a1bd150f0b02fe1e9b4c4b38ace63ab76b94bfa3e1ad3", kill_on_drop: false }`
[INFO] [stdout] 6c474c98163118ffa66a1bd150f0b02fe1e9b4c4b38ace63ab76b94bfa3e1ad3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8a65ee08296b36342bf7c3cdc15312ccbc357227" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 04ece48d830b3ad0fbcb363294948dc1d761b9ea8672ab34dfd951dacf223da0
[INFO] running `Command { std: "docker" "start" "-a" "04ece48d830b3ad0fbcb363294948dc1d761b9ea8672ab34dfd951dacf223da0", kill_on_drop: false }`
[INFO] [stderr]     Checking rand_core v0.4.2
[INFO] [stderr]    Compiling libc v0.2.71
[INFO] [stderr]    Compiling semver-parser v0.7.0
[INFO] [stderr]    Compiling autocfg v0.1.7
[INFO] [stderr]    Compiling maybe-uninit v2.0.0
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.17
[INFO] [stderr]     Checking stable_deref_trait v1.1.1
[INFO] [stderr]     Checking rand_core v0.3.1
[INFO] [stderr]     Checking scopeguard v0.3.3
[INFO] [stderr]    Compiling unicode-xid v0.2.0
[INFO] [stderr]     Checking owning_ref v0.4.1
[INFO] [stderr]    Compiling syn v1.0.27
[INFO] [stderr]    Compiling memchr v2.3.3
[INFO] [stderr]     Checking smallvec v0.6.13
[INFO] [stderr]     Checking lock_api v0.1.5
[INFO] [stderr]    Compiling semver v0.9.0
[INFO] [stderr]    Compiling autocfg v1.0.0
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]    Compiling rustc_version v0.2.3
[INFO] [stderr]     Checking rand_hc v0.1.0
[INFO] [stderr]     Checking rand_xorshift v0.1.1
[INFO] [stderr]     Checking rand_isaac v0.1.1
[INFO] [stderr]     Checking rand_jitter v0.1.4
[INFO] [stderr]     Checking aho-corasick v0.7.10
[INFO] [stderr]     Checking thread_local v1.0.1
[INFO] [stderr]     Checking cfg-if v0.1.10
[INFO] [stderr]     Checking regex-syntax v0.6.17
[INFO] [stderr]    Compiling parking_lot_core v0.4.0
[INFO] [stderr]    Compiling num-traits v0.2.11
[INFO] [stderr]    Compiling quote v1.0.6
[INFO] [stderr]    Compiling proc-macro2 v0.4.30
[INFO] [stderr]     Checking rand_os v0.1.3
[INFO] [stderr]     Checking matches v0.1.8
[INFO] [stderr]     Checking text_unit v0.1.10
[INFO] [stderr]     Checking smol_str v0.1.15
[INFO] [stderr]     Checking smallvec v1.4.0
[INFO] [stderr]    Compiling unicode-xid v0.1.0
[INFO] [stderr]    Compiling serde v1.0.110
[INFO] [stderr]     Checking unicode-normalization v0.1.12
[INFO] [stderr]     Checking unicode-bidi v0.3.4
[INFO] [stderr]    Compiling parking_lot_core v0.3.1
[INFO] [stderr]     Checking uncover v0.1.1
[INFO] [stderr]    Compiling ryu v1.0.4
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]     Checking drop_bomb v0.1.4
[INFO] [stderr]    Compiling arrayvec v0.4.12
[INFO] [stderr]    Compiling anyhow v1.0.31
[INFO] [stderr]    Compiling quote v0.6.13
[INFO] [stderr]     Checking idna v0.1.5
[INFO] [stderr]     Checking regex v1.3.7
[INFO] [stderr]     Checking rand v0.5.6
[INFO] [stderr]    Compiling num-integer v0.1.42
[INFO] [stderr]     Checking unicode-segmentation v1.6.0
[INFO] [stderr]     Checking nodrop v0.1.14
[INFO] [stderr]    Compiling log v0.4.8
[INFO] [stderr]     Checking parking_lot v0.7.1
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]     Checking either v1.5.3
[INFO] [stderr]     Checking rowan v0.1.4
[INFO] [stderr]     Checking percent-encoding v1.0.1
[INFO] [stderr]    Compiling failure_derive v0.1.8
[INFO] [stderr]     Checking gimli v0.21.0
[INFO] [stderr]    Compiling num-derive v0.2.5
[INFO] [stderr]     Checking url v1.7.2
[INFO] [stderr]     Checking heck v0.3.1
[INFO] [stderr]     Checking itertools v0.9.0
[INFO] [stderr]     Checking crossbeam-utils v0.6.6
[INFO] [stderr]     Checking m_lexer v0.0.4
[INFO] [stderr]     Checking object v0.19.0
[INFO] [stderr]     Checking tom_syntax v0.0.1 (/opt/rustwide/workdir/crates/tom_syntax)
[INFO] [stderr]     Checking rustc-demangle v0.1.16
[INFO] [stderr]     Checking pico-args v0.3.1
[INFO] [stderr]     Checking memoffset v0.2.1
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> crates/tom_syntax/src/lib.rs:70:16
[INFO] [stdout]    |
[INFO] [stdout] 70 |     pub fn cst(&self) -> SyntaxNodeRef {
[INFO] [stdout]    |                ^^^^^     ------------- the lifetime gets resolved as `'_`
[INFO] [stdout]    |                |
[INFO] [stdout]    |                this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 70 |     pub fn cst(&self) -> SyntaxNodeRef<'_> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> crates/tom_syntax/src/lib.rs:74:16
[INFO] [stdout]    |
[INFO] [stdout] 74 |     pub fn ast(&self) -> ast::Doc {
[INFO] [stdout]    |                ^^^^^     -------- the lifetime gets resolved as `'_`
[INFO] [stdout]    |                |
[INFO] [stdout]    |                this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 74 |     pub fn ast(&self) -> ast::Doc<'_> {
[INFO] [stdout]    |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> crates/tom_syntax/src/ast/generated.rs:97:37
[INFO] [stdout]    |
[INFO] [stdout] 97 |     pub fn cast(node: SyntaxNodeRef<'a>) -> Option<Doc> {
[INFO] [stdout]    |                                     ^^             --- the lifetime gets resolved as `'a`
[INFO] [stdout]    |                                     |
[INFO] [stdout]    |                                     this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 97 |     pub fn cast(node: SyntaxNodeRef<'a>) -> Option<Doc<'a>> {
[INFO] [stdout]    |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> crates/tom_syntax/src/ast/generated.rs:138:37
[INFO] [stdout]     |
[INFO] [stdout] 138 |     pub fn cast(node: SyntaxNodeRef<'a>) -> Option<Table> {
[INFO] [stdout]     |                                     ^^             ----- the lifetime gets resolved as `'a`
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 138 |     pub fn cast(node: SyntaxNodeRef<'a>) -> Option<Table<'a>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> crates/tom_syntax/src/ast/generated.rs:176:37
[INFO] [stdout]     |
[INFO] [stdout] 176 |     pub fn cast(node: SyntaxNodeRef<'a>) -> Option<ArrayTable> {
[INFO] [stdout]     |                                     ^^             ---------- the lifetime gets resolved as `'a`
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 176 |     pub fn cast(node: SyntaxNodeRef<'a>) -> Option<ArrayTable<'a>> {
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> crates/tom_syntax/src/ast/generated.rs:214:37
[INFO] [stdout]     |
[INFO] [stdout] 214 |     pub fn cast(node: SyntaxNodeRef<'a>) -> Option<TableHeader> {
[INFO] [stdout]     |                                     ^^             ----------- the lifetime gets resolved as `'a`
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 214 |     pub fn cast(node: SyntaxNodeRef<'a>) -> Option<TableHeader<'a>> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> crates/tom_syntax/src/ast/generated.rs:249:37
[INFO] [stdout]     |
[INFO] [stdout] 249 |     pub fn cast(node: SyntaxNodeRef<'a>) -> Option<Entry> {
[INFO] [stdout]     |                                     ^^             ----- the lifetime gets resolved as `'a`
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 249 |     pub fn cast(node: SyntaxNodeRef<'a>) -> Option<Entry<'a>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> crates/tom_syntax/src/ast/generated.rs:287:37
[INFO] [stdout]     |
[INFO] [stdout] 287 |     pub fn cast(node: SyntaxNodeRef<'a>) -> Option<Key> {
[INFO] [stdout]     |                                     ^^             --- the lifetime gets resolved as `'a`
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 287 |     pub fn cast(node: SyntaxNodeRef<'a>) -> Option<Key<'a>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> crates/tom_syntax/src/ast/generated.rs:329:37
[INFO] [stdout]     |
[INFO] [stdout] 329 |     pub fn cast(node: SyntaxNodeRef<'a>) -> Option<Value> {
[INFO] [stdout]     |                                     ^^             ----- the lifetime gets resolved as `'a`
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 329 |     pub fn cast(node: SyntaxNodeRef<'a>) -> Option<Value<'a>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> crates/tom_syntax/src/ast/generated.rs:383:37
[INFO] [stdout]     |
[INFO] [stdout] 383 |     pub fn cast(node: SyntaxNodeRef<'a>) -> Option<StringLit> {
[INFO] [stdout]     |                                     ^^             --------- the lifetime gets resolved as `'a`
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 383 |     pub fn cast(node: SyntaxNodeRef<'a>) -> Option<StringLit<'a>> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> crates/tom_syntax/src/ast/generated.rs:421:37
[INFO] [stdout]     |
[INFO] [stdout] 421 |     pub fn cast(node: SyntaxNodeRef<'a>) -> Option<BareKey> {
[INFO] [stdout]     |                                     ^^             ------- the lifetime gets resolved as `'a`
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 421 |     pub fn cast(node: SyntaxNodeRef<'a>) -> Option<BareKey<'a>> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> crates/tom_syntax/src/ast/generated.rs:456:37
[INFO] [stdout]     |
[INFO] [stdout] 456 |     pub fn cast(node: SyntaxNodeRef<'a>) -> Option<Array> {
[INFO] [stdout]     |                                     ^^             ----- the lifetime gets resolved as `'a`
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 456 |     pub fn cast(node: SyntaxNodeRef<'a>) -> Option<Array<'a>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> crates/tom_syntax/src/ast/generated.rs:491:37
[INFO] [stdout]     |
[INFO] [stdout] 491 |     pub fn cast(node: SyntaxNodeRef<'a>) -> Option<Dict> {
[INFO] [stdout]     |                                     ^^             ---- the lifetime gets resolved as `'a`
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 491 |     pub fn cast(node: SyntaxNodeRef<'a>) -> Option<Dict<'a>> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> crates/tom_syntax/src/ast/generated.rs:526:37
[INFO] [stdout]     |
[INFO] [stdout] 526 |     pub fn cast(node: SyntaxNodeRef<'a>) -> Option<Number> {
[INFO] [stdout]     |                                     ^^             ------ the lifetime gets resolved as `'a`
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 526 |     pub fn cast(node: SyntaxNodeRef<'a>) -> Option<Number<'a>> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> crates/tom_syntax/src/ast/generated.rs:561:37
[INFO] [stdout]     |
[INFO] [stdout] 561 |     pub fn cast(node: SyntaxNodeRef<'a>) -> Option<Bool> {
[INFO] [stdout]     |                                     ^^             ---- the lifetime gets resolved as `'a`
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 561 |     pub fn cast(node: SyntaxNodeRef<'a>) -> Option<Bool<'a>> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> crates/tom_syntax/src/ast/generated.rs:596:37
[INFO] [stdout]     |
[INFO] [stdout] 596 |     pub fn cast(node: SyntaxNodeRef<'a>) -> Option<DateTime> {
[INFO] [stdout]     |                                     ^^             -------- the lifetime gets resolved as `'a`
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 596 |     pub fn cast(node: SyntaxNodeRef<'a>) -> Option<DateTime<'a>> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking itoa v0.4.5
[INFO] [stderr]     Checking crossbeam-epoch v0.6.1
[INFO] [stderr]     Checking parking_lot v0.6.4
[INFO] [stderr]     Checking time v0.1.43
[INFO] [stderr]     Checking difference v2.0.0
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmeta7txznl/full.rmeta`: No space left on device (os error 28)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaRlmOBP"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `num-integer` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaVUUdiq"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `same-file` (lib) due to 1 previous error
[INFO] [stderr] error: could not compile `difference` (lib) due to 1 previous error
[INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmeta2pyhYk/full.rmeta`: No space left on device (os error 28)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `time` (lib) due to 1 previous error
[INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetazytfEE/full.rmeta`: No space left on device (os error 28)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `syn` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "04ece48d830b3ad0fbcb363294948dc1d761b9ea8672ab34dfd951dacf223da0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "04ece48d830b3ad0fbcb363294948dc1d761b9ea8672ab34dfd951dacf223da0", kill_on_drop: false }`
[INFO] [stdout] 04ece48d830b3ad0fbcb363294948dc1d761b9ea8672ab34dfd951dacf223da0
