[INFO] crate automatic-relations 0.1.0 is already in cache
[INFO] checking automatic-relations-0.1.0 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate automatic-relations 0.1.0 into /workspace/builds/worker-1/source
[INFO] validating manifest of crates.io crate automatic-relations 0.1.0 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate automatic-relations 0.1.0
[INFO] finished tweaking crates.io crate automatic-relations 0.1.0
[INFO] tweaked toml for crates.io crate automatic-relations 0.1.0 written to /workspace/builds/worker-1/source/Cargo.toml
[INFO] crate crates.io crate automatic-relations 0.1.0 already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] f441967b7653c2752ff10c13c100cb0c33f1cbe97528987cbc73aa50f9c6699f
[INFO] running `"docker" "start" "-a" "f441967b7653c2752ff10c13c100cb0c33f1cbe97528987cbc73aa50f9c6699f"`
[INFO] [stderr]     Checking spin v0.5.0
[INFO] [stderr]    Compiling libc v0.2.59
[INFO] [stderr]    Compiling autocfg v0.1.4
[INFO] [stderr]     Checking ppv-lite86 v0.2.5
[INFO] [stderr]     Checking cfg-if v0.1.9
[INFO] [stderr]     Checking lazy_static v1.3.0
[INFO] [stderr]     Checking crossbeam-utils v0.6.6
[INFO] [stderr]    Compiling rand_chacha v0.2.0
[INFO] [stderr]     Checking crossbeam-channel v0.3.9
[INFO] [stderr]     Checking c2-chacha v0.2.2
[INFO] [stderr]     Checking getrandom v0.1.6
[INFO] [stderr]     Checking rand_core v0.5.0
[INFO] [stderr]     Checking rand v0.7.0
[INFO] [stderr]     Checking terms v0.1.1
[INFO] [stderr]     Checking tree-automata v0.1.0
[INFO] [stderr]     Checking automatic-relations v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0425]: cannot find function `equality` in module `aligned::automaton`
[INFO] [stderr]    --> examples/search.rs:101:40
[INFO] [stderr]     |
[INFO] [stderr] 101 |     let eq_types = aligned::automaton::equality(&types, 2);
[INFO] [stderr]     |                                        ^^^^^^^^ not found in `aligned::automaton`
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `Sorted`, `width_search::TermFragment`
[INFO] [stderr]   --> examples/search.rs:16:5
[INFO] [stderr]    |
[INFO] [stderr] 16 |     Sorted,
[INFO] [stderr]    |     ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 24 |         width_search::TermFragment
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error[E0061]: this function takes 3 arguments but 2 arguments were supplied
[INFO] [stderr]   --> examples/search.rs:40:14
[INFO] [stderr]    |
[INFO] [stderr] 40 |     let it = aligned::search(aut, vec![convoluted_pattern]);
[INFO] [stderr]    |              ^^^^^^^^^^^^^^^ ---  ------------------------ supplied 2 arguments
[INFO] [stderr]    |              |
[INFO] [stderr]    |              expected 3 arguments
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `Sorted`, `width_search::TermFragment`
[INFO] [stderr]   --> examples/false.rs:15:5
[INFO] [stderr]    |
[INFO] [stderr] 15 |     Sorted,
[INFO] [stderr]    |     ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 23 |         width_search::TermFragment
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `Sorted`, `width_search::TermFragment`
[INFO] [stderr]   --> tests/multi_search.rs:15:5
[INFO] [stderr]    |
[INFO] [stderr] 15 |     Sorted,
[INFO] [stderr]    |     ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 23 |         width_search::TermFragment
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `equality` in module `aligned::automaton`
[INFO] [stderr]    --> tests/search.rs:100:40
[INFO] [stderr]     |
[INFO] [stderr] 100 |     let eq_types = aligned::automaton::equality(&types, 2);
[INFO] [stderr]     |                                        ^^^^^^^^ not found in `aligned::automaton`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `equality` in module `aligned::automaton`
[INFO] [stderr]    --> tests/search.rs:130:40
[INFO] [stderr]     |
[INFO] [stderr] 130 |     let eq_types = aligned::automaton::equality(&types, 2);
[INFO] [stderr]     |                                        ^^^^^^^^ not found in `aligned::automaton`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `equality` in module `aligned::automaton`
[INFO] [stderr]    --> tests/search.rs:159:40
[INFO] [stderr]     |
[INFO] [stderr] 159 |     let eq_types = aligned::automaton::equality(&types, 2);
[INFO] [stderr]     |                                        ^^^^^^^^ not found in `aligned::automaton`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `equality` in module `aligned::automaton`
[INFO] [stderr]    --> tests/search.rs:191:40
[INFO] [stderr]     |
[INFO] [stderr] 191 |     let eq_types = aligned::automaton::equality(&types, 2);
[INFO] [stderr]     |                                        ^^^^^^^^ not found in `aligned::automaton`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `equality` in module `aligned::automaton`
[INFO] [stderr]    --> tests/search.rs:227:40
[INFO] [stderr]     |
[INFO] [stderr] 227 |     let eq_types = aligned::automaton::equality(&types, 2);
[INFO] [stderr]     |                                        ^^^^^^^^ not found in `aligned::automaton`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `equality` in module `aligned::automaton`
[INFO] [stderr]    --> tests/search.rs:261:40
[INFO] [stderr]     |
[INFO] [stderr] 261 |     let eq_types = aligned::automaton::equality(&types, 2);
[INFO] [stderr]     |                                        ^^^^^^^^ not found in `aligned::automaton`
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `Sorted`, `width_search::TermFragment`
[INFO] [stderr]   --> tests/search.rs:14:5
[INFO] [stderr]    |
[INFO] [stderr] 14 |     Sorted,
[INFO] [stderr]    |     ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 22 |         width_search::TermFragment
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error[E0061]: this function takes 3 arguments but 2 arguments were supplied
[INFO] [stderr]   --> tests/multi_search.rs:59:14
[INFO] [stderr]    |
[INFO] [stderr] 59 |     let it = aligned::multi_search(automata, convoluted_patterns);
[INFO] [stderr]    |              ^^^^^^^^^^^^^^^^^^^^^ --------  ------------------- supplied 2 arguments
[INFO] [stderr]    |              |
[INFO] [stderr]    |              expected 3 arguments
[INFO] [stderr] 
[INFO] [stderr] error[E0061]: this function takes 3 arguments but 2 arguments were supplied
[INFO] [stderr]   --> examples/false.rs:59:14
[INFO] [stderr]    |
[INFO] [stderr] 59 |     let it = aligned::multi_search(automata, convoluted_patterns);
[INFO] [stderr]    |              ^^^^^^^^^^^^^^^^^^^^^ --------  ------------------- supplied 2 arguments
[INFO] [stderr]    |              |
[INFO] [stderr]    |              expected 3 arguments
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `std::vec::Vec<terms::Term<ta::Rank<automatic::Convoluted<_>>>>` doesn't implement `std::fmt::Display`
[INFO] [stderr]   --> examples/search.rs:52:42
[INFO] [stderr]    |
[INFO] [stderr] 52 |                     println!("FOUND {}", term);
[INFO] [stderr]    |                                          ^^^^ `std::vec::Vec<terms::Term<ta::Rank<automatic::Convoluted<_>>>>` cannot be formatted with the default formatter
[INFO] [stderr]    |
[INFO] [stderr]    = help: the trait `std::fmt::Display` is not implemented for `std::vec::Vec<terms::Term<ta::Rank<automatic::Convoluted<_>>>>`
[INFO] [stderr]    = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead
[INFO] [stderr]    = note: required by `std::fmt::Display::fmt`
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0061]: this function takes 3 arguments but 2 arguments were supplied
[INFO] [stderr]   --> tests/search.rs:38:14
[INFO] [stderr]    |
[INFO] [stderr] 38 |     let it = aligned::search(aut, vec![convoluted_pattern]);
[INFO] [stderr]    |              ^^^^^^^^^^^^^^^ ---  ------------------------ supplied 2 arguments
[INFO] [stderr]    |              |
[INFO] [stderr]    |              expected 3 arguments
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `std::vec::Vec<terms::Term<ta::Rank<automatic::Convoluted<_>>>>` doesn't implement `std::fmt::Display`
[INFO] [stderr]   --> examples/search.rs:50:46
[INFO] [stderr]    |
[INFO] [stderr] 50 |                         println!("FOUND {}", term);
[INFO] [stderr]    |                                              ^^^^ `std::vec::Vec<terms::Term<ta::Rank<automatic::Convoluted<_>>>>` cannot be formatted with the default formatter
[INFO] [stderr]    |
[INFO] [stderr]    = help: the trait `std::fmt::Display` is not implemented for `std::vec::Vec<terms::Term<ta::Rank<automatic::Convoluted<_>>>>`
[INFO] [stderr]    = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead
[INFO] [stderr]    = note: required because of the requirements on the impl of `std::fmt::Display` for `&std::vec::Vec<terms::Term<ta::Rank<automatic::Convoluted<_>>>>`
[INFO] [stderr]    = note: required by `std::fmt::Display::fmt`
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `std::vec::Vec<terms::Term<ta::Rank<automatic::Convoluted<_>>>>` doesn't implement `std::fmt::Display`
[INFO] [stderr]   --> examples/search.rs:76:32
[INFO] [stderr]    |
[INFO] [stderr] 76 |                 println!("{}", e);
[INFO] [stderr]    |                                ^ `std::vec::Vec<terms::Term<ta::Rank<automatic::Convoluted<_>>>>` cannot be formatted with the default formatter
[INFO] [stderr]    |
[INFO] [stderr]    = help: the trait `std::fmt::Display` is not implemented for `std::vec::Vec<terms::Term<ta::Rank<automatic::Convoluted<_>>>>`
[INFO] [stderr]    = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead
[INFO] [stderr]    = note: required because of the requirements on the impl of `std::fmt::Display` for `&std::vec::Vec<terms::Term<ta::Rank<automatic::Convoluted<_>>>>`
[INFO] [stderr]    = note: required by `std::fmt::Display::fmt`
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `std::vec::Vec<terms::Term<ta::Rank<automatic::Convoluted<_>>>>` doesn't implement `std::fmt::Display`
[INFO] [stderr]   --> tests/search.rs:50:42
[INFO] [stderr]    |
[INFO] [stderr] 50 |                     println!("FOUND {}", term);
[INFO] [stderr]    |                                          ^^^^ `std::vec::Vec<terms::Term<ta::Rank<automatic::Convoluted<_>>>>` cannot be formatted with the default formatter
[INFO] [stderr]    |
[INFO] [stderr]    = help: the trait `std::fmt::Display` is not implemented for `std::vec::Vec<terms::Term<ta::Rank<automatic::Convoluted<_>>>>`
[INFO] [stderr]    = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead
[INFO] [stderr]    = note: required by `std::fmt::Display::fmt`
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `std::vec::Vec<terms::Term<ta::Rank<automatic::Convoluted<_>>>>` doesn't implement `std::fmt::Display`
[INFO] [stderr]   --> tests/search.rs:48:46
[INFO] [stderr]    |
[INFO] [stderr] 48 |                         println!("FOUND {}", term);
[INFO] [stderr]    |                                              ^^^^ `std::vec::Vec<terms::Term<ta::Rank<automatic::Convoluted<_>>>>` cannot be formatted with the default formatter
[INFO] [stderr]    |
[INFO] [stderr]    = help: the trait `std::fmt::Display` is not implemented for `std::vec::Vec<terms::Term<ta::Rank<automatic::Convoluted<_>>>>`
[INFO] [stderr]    = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead
[INFO] [stderr]    = note: required because of the requirements on the impl of `std::fmt::Display` for `&std::vec::Vec<terms::Term<ta::Rank<automatic::Convoluted<_>>>>`
[INFO] [stderr]    = note: required by `std::fmt::Display::fmt`
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `std::vec::Vec<terms::Term<ta::Rank<automatic::Convoluted<_>>>>` doesn't implement `std::fmt::Display`
[INFO] [stderr]   --> tests/search.rs:74:32
[INFO] [stderr]    |
[INFO] [stderr] 74 |                 println!("{}", e);
[INFO] [stderr]    |                                ^ `std::vec::Vec<terms::Term<ta::Rank<automatic::Convoluted<_>>>>` cannot be formatted with the default formatter
[INFO] [stderr]    |
[INFO] [stderr]    = help: the trait `std::fmt::Display` is not implemented for `std::vec::Vec<terms::Term<ta::Rank<automatic::Convoluted<_>>>>`
[INFO] [stderr]    = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead
[INFO] [stderr]    = note: required because of the requirements on the impl of `std::fmt::Display` for `&std::vec::Vec<terms::Term<ta::Rank<automatic::Convoluted<_>>>>`
[INFO] [stderr]    = note: required by `std::fmt::Display::fmt`
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]   --> examples/search.rs:84:46
[INFO] [stderr]    |
[INFO] [stderr] 84 |         assert!(expected_output_set.contains(e));
[INFO] [stderr]    |                                              ^ expected struct `terms::Term`, found struct `std::vec::Vec`
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected reference `&terms::Term<ta::Rank<automatic::Convoluted<F>>>`
[INFO] [stderr]               found reference `&std::vec::Vec<terms::Term<ta::Rank<automatic::Convoluted<_>>>>`
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]   --> examples/false.rs:69:44
[INFO] [stderr]    |
[INFO] [stderr] 69 |                 println!("FOUND {}", PList(&terms));
[INFO] [stderr]    |                                            ^^^^^^ expected slice, found enum `std::result::Result`
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected reference `&[_]`
[INFO] [stderr]               found reference `&std::result::Result<std::vec::Vec<terms::Term<ta::Rank<automatic::Convoluted<_>>>>, ta::bottom_up::Killed>`
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]   --> tests/multi_search.rs:69:44
[INFO] [stderr]    |
[INFO] [stderr] 69 |                 println!("FOUND {}", PList(&terms));
[INFO] [stderr]    |                                            ^^^^^^ expected slice, found enum `std::result::Result`
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected reference `&[_]`
[INFO] [stderr]               found reference `&std::result::Result<std::vec::Vec<terms::Term<ta::Rank<automatic::Convoluted<_>>>>, ta::bottom_up::Killed>`
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Relation`
[INFO] [stderr]   --> examples/search.rs:29:5
[INFO] [stderr]    |
[INFO] [stderr] 29 |     Relation,
[INFO] [stderr]    |     ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 6 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0061, E0277, E0308, E0425.
[INFO] [stderr] For more information about an error, try `rustc --explain E0061`.
[INFO] [stderr] error: could not compile `automatic-relations`.
[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[E0308]: mismatched types
[INFO] [stderr]   --> tests/search.rs:82:46
[INFO] [stderr]    |
[INFO] [stderr] 82 |         assert!(expected_output_set.contains(e));
[INFO] [stderr]    |                                              ^ expected struct `terms::Term`, found struct `std::vec::Vec`
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected reference `&terms::Term<ta::Rank<automatic::Convoluted<F>>>`
[INFO] [stderr]               found reference `&std::vec::Vec<terms::Term<ta::Rank<automatic::Convoluted<_>>>>`
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]   --> examples/false.rs:73:21
[INFO] [stderr]    |
[INFO] [stderr] 73 |         output.push(terms)
[INFO] [stderr]    |                     ^^^^^ expected struct `std::vec::Vec`, found enum `std::result::Result`
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected struct `std::vec::Vec<terms::Term<ta::Rank<automatic::Convoluted<F>>>>`
[INFO] [stderr]                 found enum `std::result::Result<std::vec::Vec<terms::Term<ta::Rank<automatic::Convoluted<_>>>>, ta::bottom_up::Killed>`
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]   --> tests/multi_search.rs:73:21
[INFO] [stderr]    |
[INFO] [stderr] 73 |         output.push(terms)
[INFO] [stderr]    |                     ^^^^^ expected struct `std::vec::Vec`, found enum `std::result::Result`
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected struct `std::vec::Vec<terms::Term<ta::Rank<automatic::Convoluted<F>>>>`
[INFO] [stderr]                 found enum `std::result::Result<std::vec::Vec<terms::Term<ta::Rank<automatic::Convoluted<_>>>>, ta::bottom_up::Killed>`
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Relation`
[INFO] [stderr]   --> examples/false.rs:28:5
[INFO] [stderr]    |
[INFO] [stderr] 28 |     Relation,
[INFO] [stderr]    |     ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 3 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0061, E0308.
[INFO] [stderr] For more information about an error, try `rustc --explain E0061`.
[INFO] [stderr] error: could not compile `automatic-relations`.
[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] warning: unused import: `Relation`
[INFO] [stderr]   --> tests/multi_search.rs:28:5
[INFO] [stderr]    |
[INFO] [stderr] 28 |     Relation,
[INFO] [stderr]    |     ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 3 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0061, E0308.
[INFO] [stderr] For more information about an error, try `rustc --explain E0061`.
[INFO] [stderr] error: could not compile `automatic-relations`.
[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] warning: unused import: `Relation`
[INFO] [stderr]   --> tests/search.rs:27:5
[INFO] [stderr]    |
[INFO] [stderr] 27 |     Relation,
[INFO] [stderr]    |     ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 11 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0061, E0277, E0308, E0425.
[INFO] [stderr] For more information about an error, try `rustc --explain E0061`.
[INFO] [stderr] error: could not compile `automatic-relations`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "f441967b7653c2752ff10c13c100cb0c33f1cbe97528987cbc73aa50f9c6699f"`
[INFO] running `"docker" "rm" "-f" "f441967b7653c2752ff10c13c100cb0c33f1cbe97528987cbc73aa50f9c6699f"`
[INFO] [stdout] f441967b7653c2752ff10c13c100cb0c33f1cbe97528987cbc73aa50f9c6699f
