[INFO] cloning repository https://github.com/fawni/mabel
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/fawni/mabel" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffawni%2Fmabel", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffawni%2Fmabel'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3d597081233143adaae7066e0708220165375ce7
[INFO] checking fawni/mabel against try#987a165cfab916796a8315782b83ac460a651ce2 for pr-145262
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffawni%2Fmabel" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/fawni/mabel
[INFO] finished tweaking git repo https://github.com/fawni/mabel
[INFO] tweaked toml for git repo https://github.com/fawni/mabel written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/fawni/mabel on toolchain 987a165cfab916796a8315782b83ac460a651ce2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+987a165cfab916796a8315782b83ac460a651ce2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/fawni/mabel 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" "+987a165cfab916796a8315782b83ac460a651ce2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+987a165cfab916796a8315782b83ac460a651ce2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 81ce9939d6fc997989d6d4c30fa5e140a1f516bb93fd84b3514ceafc1f1f7bf8
[INFO] running `Command { std: "docker" "start" "-a" "81ce9939d6fc997989d6d4c30fa5e140a1f516bb93fd84b3514ceafc1f1f7bf8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "81ce9939d6fc997989d6d4c30fa5e140a1f516bb93fd84b3514ceafc1f1f7bf8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "81ce9939d6fc997989d6d4c30fa5e140a1f516bb93fd84b3514ceafc1f1f7bf8", kill_on_drop: false }`
[INFO] [stdout] 81ce9939d6fc997989d6d4c30fa5e140a1f516bb93fd84b3514ceafc1f1f7bf8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+987a165cfab916796a8315782b83ac460a651ce2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7768d47c08360318c9cb0483a88e03f26c00ab5e564bdf05e7ee41cd18424c2b
[INFO] running `Command { std: "docker" "start" "-a" "7768d47c08360318c9cb0483a88e03f26c00ab5e564bdf05e7ee41cd18424c2b", kill_on_drop: false }`
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.83
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]     Checking simd-adler32 v0.3.7
[INFO] [stderr]     Checking adler v1.0.2
[INFO] [stderr]    Compiling autocfg v1.3.0
[INFO] [stderr]     Checking utf8parse v0.2.1
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]     Checking ppv-lite86 v0.2.17
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking bytemuck v1.16.0
[INFO] [stderr]     Checking colorchoice v1.0.1
[INFO] [stderr]     Checking anstyle v1.0.7
[INFO] [stderr]    Compiling thiserror v1.0.61
[INFO] [stderr]     Checking color_quant v1.1.0
[INFO] [stderr]     Checking crc32fast v1.4.2
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.0
[INFO] [stderr]     Checking anstyle-query v1.0.3
[INFO] [stderr]     Checking nohash v0.2.0
[INFO] [stderr]     Checking anstyle-parse v0.2.4
[INFO] [stderr]     Checking bitflags v2.5.0
[INFO] [stderr]     Checking strsim v0.11.1
[INFO] [stderr]     Checking log v0.4.21
[INFO] [stderr]     Checking clap_lex v0.7.0
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]     Checking miniz_oxide v0.7.3
[INFO] [stderr]     Checking fdeflate v0.3.4
[INFO] [stderr]     Checking mabel-eno v0.4.4 (/opt/rustwide/workdir/mabel-eno)
[INFO] [stderr]    Compiling indoc v2.0.5
[INFO] [stderr]     Checking rect_packer v0.2.1
[INFO] [stderr]     Checking anstream v0.6.14
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking clap_builder v4.5.2
[INFO] [stderr]     Checking flate2 v1.0.30
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> mabel-eno/src/queries/embed_query.rs:23:14
[INFO] [stdout]    |
[INFO] [stdout] 23 |     Document(&'a Document),
[INFO] [stdout]    |     -------- ^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 23 -     Document(&'a Document),
[INFO] [stdout] 23 +     Document(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> mabel-eno/src/queries/field_query.rs:24:14
[INFO] [stdout]    |
[INFO] [stdout] 24 |     Document(&'a Document),
[INFO] [stdout]    |     -------- ^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 24 -     Document(&'a Document),
[INFO] [stdout] 24 +     Document(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> mabel-eno/src/queries/flag_query.rs:21:14
[INFO] [stdout]    |
[INFO] [stdout] 21 |     Document(&'a Document),
[INFO] [stdout]    |     -------- ^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 21 -     Document(&'a Document),
[INFO] [stdout] 21 +     Document(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> mabel-eno/src/queries/section_query.rs:54:14
[INFO] [stdout]    |
[INFO] [stdout] 54 |     Document(&'a Document),
[INFO] [stdout]    |     -------- ^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 54 -     Document(&'a Document),
[INFO] [stdout] 54 +     Document(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> mabel-eno/src/elements/document.rs:49:18
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub fn embed(&self, key: &str) -> Result<EmbedQuery, Error> {
[INFO] [stdout]    |                  ^^^^^                       ---------- the same lifetime is hidden here
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub fn embed(&self, key: &str) -> Result<EmbedQuery<'_>, Error> {
[INFO] [stdout]    |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> mabel-eno/src/elements/document.rs:75:18
[INFO] [stdout]    |
[INFO] [stdout] 75 |     pub fn field(&self, key: &str) -> Result<FieldQuery, Error> {
[INFO] [stdout]    |                  ^^^^^                       ---------- the same lifetime is hidden here
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 75 |     pub fn field(&self, key: &str) -> Result<FieldQuery<'_>, Error> {
[INFO] [stdout]    |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> mabel-eno/src/elements/document.rs:100:17
[INFO] [stdout]     |
[INFO] [stdout] 100 |     pub fn flag(&self, key: &str) -> Result<FlagQuery, Error> {
[INFO] [stdout]     |                 ^^^^^                       --------- the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 100 |     pub fn flag(&self, key: &str) -> Result<FlagQuery<'_>, Error> {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> mabel-eno/src/elements/document.rs:213:20
[INFO] [stdout]     |
[INFO] [stdout] 213 |     pub fn section(&self, key: &str) -> Result<SectionQuery, Error> {
[INFO] [stdout]     |                    ^^^^^                       ------------ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 213 |     pub fn section(&self, key: &str) -> Result<SectionQuery<'_>, Error> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> mabel-eno/src/elements/section.rs:67:18
[INFO] [stdout]    |
[INFO] [stdout] 67 |     pub fn embed(&self, key: &str) -> Result<EmbedQuery, Error> {
[INFO] [stdout]    |                  ^^^^^                       ---------- the same lifetime is hidden here
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 67 |     pub fn embed(&self, key: &str) -> Result<EmbedQuery<'_>, Error> {
[INFO] [stdout]    |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> mabel-eno/src/elements/section.rs:93:18
[INFO] [stdout]    |
[INFO] [stdout] 93 |     pub fn field(&self, key: &str) -> Result<FieldQuery, Error> {
[INFO] [stdout]    |                  ^^^^^                       ---------- the same lifetime is hidden here
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 93 |     pub fn field(&self, key: &str) -> Result<FieldQuery<'_>, Error> {
[INFO] [stdout]    |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> mabel-eno/src/elements/section.rs:118:17
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub fn flag(&self, key: &str) -> Result<FlagQuery, Error> {
[INFO] [stdout]     |                 ^^^^^                       --------- the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub fn flag(&self, key: &str) -> Result<FlagQuery<'_>, Error> {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> mabel-eno/src/elements/section.rs:295:20
[INFO] [stdout]     |
[INFO] [stdout] 295 |     pub fn section(&self, key: &str) -> Result<SectionQuery, Error> {
[INFO] [stdout]     |                    ^^^^^                       ------------ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 295 |     pub fn section(&self, key: &str) -> Result<SectionQuery<'_>, Error> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> mabel-eno/src/queries/field_query.rs:30:22
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub fn attribute(&self, key: &str) -> Result<AttributeQuery, Error> {
[INFO] [stdout]    |                      ^^^^^                       -------------- the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub fn attribute(&self, key: &str) -> Result<AttributeQuery<'_>, Error> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> mabel-eno/src/queries/section_query.rs:18:30
[INFO] [stdout]    |
[INFO] [stdout] 18 |     fn single_embed_with_key(&self, key: &str) -> Matches<Embed>;
[INFO] [stdout]    |                              ^^^^^                -------------- the same lifetime is hidden here
[INFO] [stdout]    |                              |
[INFO] [stdout]    |                              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 18 |     fn single_embed_with_key(&self, key: &str) -> Matches<'_, Embed>;
[INFO] [stdout]    |                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> mabel-eno/src/queries/section_query.rs:19:30
[INFO] [stdout]    |
[INFO] [stdout] 19 |     fn single_field_with_key(&self, key: &str) -> Matches<Field>;
[INFO] [stdout]    |                              ^^^^^                -------------- the same lifetime is hidden here
[INFO] [stdout]    |                              |
[INFO] [stdout]    |                              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 19 |     fn single_field_with_key(&self, key: &str) -> Matches<'_, Field>;
[INFO] [stdout]    |                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> mabel-eno/src/queries/section_query.rs:20:29
[INFO] [stdout]    |
[INFO] [stdout] 20 |     fn single_flag_with_key(&self, key: &str) -> Matches<Flag>;
[INFO] [stdout]    |                             ^^^^^                ------------- the same lifetime is hidden here
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 20 |     fn single_flag_with_key(&self, key: &str) -> Matches<'_, Flag>;
[INFO] [stdout]    |                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> mabel-eno/src/queries/section_query.rs:21:32
[INFO] [stdout]    |
[INFO] [stdout] 21 |     fn single_section_with_key(&self, key: &str) -> Matches<Section>;
[INFO] [stdout]    |                                ^^^^^                ---------------- the same lifetime is hidden here
[INFO] [stdout]    |                                |
[INFO] [stdout]    |                                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 21 |     fn single_section_with_key(&self, key: &str) -> Matches<'_, Section>;
[INFO] [stdout]    |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> mabel-eno/src/queries/section_query.rs:60:30
[INFO] [stdout]    |
[INFO] [stdout] 60 |     fn single_embed_with_key(&self, key: &str) -> Matches<Embed> {
[INFO] [stdout]    |                              ^^^^^                -------------- the same lifetime is hidden here
[INFO] [stdout]    |                              |
[INFO] [stdout]    |                              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 60 |     fn single_embed_with_key(&self, key: &str) -> Matches<'_, Embed> {
[INFO] [stdout]    |                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> mabel-eno/src/queries/section_query.rs:82:30
[INFO] [stdout]    |
[INFO] [stdout] 82 |     fn single_field_with_key(&self, key: &str) -> Matches<Field> {
[INFO] [stdout]    |                              ^^^^^                -------------- the same lifetime is hidden here
[INFO] [stdout]    |                              |
[INFO] [stdout]    |                              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 82 |     fn single_field_with_key(&self, key: &str) -> Matches<'_, Field> {
[INFO] [stdout]    |                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> mabel-eno/src/queries/section_query.rs:104:29
[INFO] [stdout]     |
[INFO] [stdout] 104 |     fn single_flag_with_key(&self, key: &str) -> Matches<Flag> {
[INFO] [stdout]     |                             ^^^^^                ------------- the same lifetime is hidden here
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 104 |     fn single_flag_with_key(&self, key: &str) -> Matches<'_, Flag> {
[INFO] [stdout]     |                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> mabel-eno/src/queries/section_query.rs:126:32
[INFO] [stdout]     |
[INFO] [stdout] 126 |     fn single_section_with_key(&self, key: &str) -> Matches<Section> {
[INFO] [stdout]     |                                ^^^^^                ---------------- the same lifetime is hidden here
[INFO] [stdout]     |                                |
[INFO] [stdout]     |                                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 126 |     fn single_section_with_key(&self, key: &str) -> Matches<'_, Section> {
[INFO] [stdout]     |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> mabel-eno/src/queries/section_query.rs:173:18
[INFO] [stdout]     |
[INFO] [stdout] 173 |     pub fn embed(&self, key: &str) -> Result<EmbedQuery, Error> {
[INFO] [stdout]     |                  ^^^^^                       ---------- the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 173 |     pub fn embed(&self, key: &str) -> Result<EmbedQuery<'_>, Error> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> mabel-eno/src/queries/section_query.rs:201:18
[INFO] [stdout]     |
[INFO] [stdout] 201 |     pub fn field(&self, key: &str) -> Result<FieldQuery, Error> {
[INFO] [stdout]     |                  ^^^^^                       ---------- the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 201 |     pub fn field(&self, key: &str) -> Result<FieldQuery<'_>, Error> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> mabel-eno/src/queries/section_query.rs:229:17
[INFO] [stdout]     |
[INFO] [stdout] 229 |     pub fn flag(&self, key: &str) -> Result<FlagQuery, Error> {
[INFO] [stdout]     |                 ^^^^^                       --------- the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 229 |     pub fn flag(&self, key: &str) -> Result<FlagQuery<'_>, Error> {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> mabel-eno/src/queries/section_query.rs:286:20
[INFO] [stdout]     |
[INFO] [stdout] 286 |     pub fn section(&self, key: &str) -> Result<SectionQuery, Error> {
[INFO] [stdout]     |                    ^^^^^                       ------------ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 286 |     pub fn section(&self, key: &str) -> Result<SectionQuery<'_>, Error> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling syn v2.0.66
[INFO] [stderr]     Checking png v0.17.13
[INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmeta9QmKN4/full.rmeta`: No space left on device (os error 28)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `libc` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetazzO9BV/full.rmeta`: No space left on device (os error 28)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> mabel-eno/src/queries/embed_query.rs:23:14
[INFO] [stdout]    |
[INFO] [stdout] 23 |     Document(&'a Document),
[INFO] [stdout]    |     -------- ^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 23 -     Document(&'a Document),
[INFO] [stdout] 23 +     Document(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> mabel-eno/src/queries/field_query.rs:24:14
[INFO] [stdout]    |
[INFO] [stdout] 24 |     Document(&'a Document),
[INFO] [stdout]    |     -------- ^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 24 -     Document(&'a Document),
[INFO] [stdout] 24 +     Document(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> mabel-eno/src/queries/flag_query.rs:21:14
[INFO] [stdout]    |
[INFO] [stdout] 21 |     Document(&'a Document),
[INFO] [stdout]    |     -------- ^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 21 -     Document(&'a Document),
[INFO] [stdout] 21 +     Document(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> mabel-eno/src/queries/section_query.rs:54:14
[INFO] [stdout]    |
[INFO] [stdout] 54 |     Document(&'a Document),
[INFO] [stdout]    |     -------- ^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 54 -     Document(&'a Document),
[INFO] [stdout] 54 +     Document(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> mabel-eno/src/elements/document.rs:49:18
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub fn embed(&self, key: &str) -> Result<EmbedQuery, Error> {
[INFO] [stdout]    |                  ^^^^^                       ---------- the same lifetime is hidden here
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub fn embed(&self, key: &str) -> Result<EmbedQuery<'_>, Error> {
[INFO] [stdout]    |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> mabel-eno/src/elements/document.rs:75:18
[INFO] [stdout]    |
[INFO] [stdout] 75 |     pub fn field(&self, key: &str) -> Result<FieldQuery, Error> {
[INFO] [stdout]    |                  ^^^^^                       ---------- the same lifetime is hidden here
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 75 |     pub fn field(&self, key: &str) -> Result<FieldQuery<'_>, Error> {
[INFO] [stdout]    |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> mabel-eno/src/elements/document.rs:100:17
[INFO] [stdout]     |
[INFO] [stdout] 100 |     pub fn flag(&self, key: &str) -> Result<FlagQuery, Error> {
[INFO] [stdout]     |                 ^^^^^                       --------- the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 100 |     pub fn flag(&self, key: &str) -> Result<FlagQuery<'_>, Error> {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> mabel-eno/src/elements/document.rs:213:20
[INFO] [stdout]     |
[INFO] [stdout] 213 |     pub fn section(&self, key: &str) -> Result<SectionQuery, Error> {
[INFO] [stdout]     |                    ^^^^^                       ------------ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 213 |     pub fn section(&self, key: &str) -> Result<SectionQuery<'_>, Error> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> mabel-eno/src/elements/section.rs:67:18
[INFO] [stdout]    |
[INFO] [stdout] 67 |     pub fn embed(&self, key: &str) -> Result<EmbedQuery, Error> {
[INFO] [stdout]    |                  ^^^^^                       ---------- the same lifetime is hidden here
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 67 |     pub fn embed(&self, key: &str) -> Result<EmbedQuery<'_>, Error> {
[INFO] [stdout]    |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> mabel-eno/src/elements/section.rs:93:18
[INFO] [stdout]    |
[INFO] [stdout] 93 |     pub fn field(&self, key: &str) -> Result<FieldQuery, Error> {
[INFO] [stdout]    |                  ^^^^^                       ---------- the same lifetime is hidden here
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 93 |     pub fn field(&self, key: &str) -> Result<FieldQuery<'_>, Error> {
[INFO] [stdout]    |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> mabel-eno/src/elements/section.rs:118:17
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub fn flag(&self, key: &str) -> Result<FlagQuery, Error> {
[INFO] [stdout]     |                 ^^^^^                       --------- the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub fn flag(&self, key: &str) -> Result<FlagQuery<'_>, Error> {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> mabel-eno/src/elements/section.rs:295:20
[INFO] [stdout]     |
[INFO] [stdout] 295 |     pub fn section(&self, key: &str) -> Result<SectionQuery, Error> {
[INFO] [stdout]     |                    ^^^^^                       ------------ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 295 |     pub fn section(&self, key: &str) -> Result<SectionQuery<'_>, Error> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> mabel-eno/src/queries/field_query.rs:30:22
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub fn attribute(&self, key: &str) -> Result<AttributeQuery, Error> {
[INFO] [stdout]    |                      ^^^^^                       -------------- the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub fn attribute(&self, key: &str) -> Result<AttributeQuery<'_>, Error> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> mabel-eno/src/queries/section_query.rs:18:30
[INFO] [stdout]    |
[INFO] [stdout] 18 |     fn single_embed_with_key(&self, key: &str) -> Matches<Embed>;
[INFO] [stdout]    |                              ^^^^^                -------------- the same lifetime is hidden here
[INFO] [stdout]    |                              |
[INFO] [stdout]    |                              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 18 |     fn single_embed_with_key(&self, key: &str) -> Matches<'_, Embed>;
[INFO] [stdout]    |                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> mabel-eno/src/queries/section_query.rs:19:30
[INFO] [stdout]    |
[INFO] [stdout] 19 |     fn single_field_with_key(&self, key: &str) -> Matches<Field>;
[INFO] [stdout]    |                              ^^^^^                -------------- the same lifetime is hidden here
[INFO] [stdout]    |                              |
[INFO] [stdout]    |                              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 19 |     fn single_field_with_key(&self, key: &str) -> Matches<'_, Field>;
[INFO] [stdout]    |                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> mabel-eno/src/queries/section_query.rs:20:29
[INFO] [stdout]    |
[INFO] [stdout] 20 |     fn single_flag_with_key(&self, key: &str) -> Matches<Flag>;
[INFO] [stdout]    |                             ^^^^^                ------------- the same lifetime is hidden here
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 20 |     fn single_flag_with_key(&self, key: &str) -> Matches<'_, Flag>;
[INFO] [stdout]    |                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> mabel-eno/src/queries/section_query.rs:21:32
[INFO] [stdout]    |
[INFO] [stdout] 21 |     fn single_section_with_key(&self, key: &str) -> Matches<Section>;
[INFO] [stdout]    |                                ^^^^^                ---------------- the same lifetime is hidden here
[INFO] [stdout]    |                                |
[INFO] [stdout]    |                                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 21 |     fn single_section_with_key(&self, key: &str) -> Matches<'_, Section>;
[INFO] [stdout]    |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> mabel-eno/src/queries/section_query.rs:60:30
[INFO] [stdout]    |
[INFO] [stdout] 60 |     fn single_embed_with_key(&self, key: &str) -> Matches<Embed> {
[INFO] [stdout]    |                              ^^^^^                -------------- the same lifetime is hidden here
[INFO] [stdout]    |                              |
[INFO] [stdout]    |                              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 60 |     fn single_embed_with_key(&self, key: &str) -> Matches<'_, Embed> {
[INFO] [stdout]    |                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error writing dependencies to `/opt/rustwide/target/debug/deps/syn-bd4711e35fbd5007.d`: No space left on device (os error 28)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mabel-eno` (lib test); 18 warnings emitted
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   No space left on device (os error 28)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to parse process output: `/opt/rustwide/rustup-home/toolchains/987a165cfab916796a8315782b83ac460a651ce2/bin/rustc --crate-name mabel_eno --edition=2021 mabel-eno/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5dfb94c6a9da2f2e -C extra-filename=-b6247311bcdeb94c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern indoc=/opt/rustwide/target/debug/deps/libindoc-3a55fb292babea37.so --cap-lints=forbid` (exit status: 1)
[INFO] [stderr] error: could not compile `num-traits` (lib) due to 1 previous error
[INFO] [stderr] error: could not compile `syn` (lib) due to 1 previous error
[INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaho7krB"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `png` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "7768d47c08360318c9cb0483a88e03f26c00ab5e564bdf05e7ee41cd18424c2b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7768d47c08360318c9cb0483a88e03f26c00ab5e564bdf05e7ee41cd18424c2b", kill_on_drop: false }`
[INFO] [stdout] 7768d47c08360318c9cb0483a88e03f26c00ab5e564bdf05e7ee41cd18424c2b
