[INFO] cloning repository https://github.com/nilsso/mips-myps [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nilsso/mips-myps" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnilsso%2Fmips-myps", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnilsso%2Fmips-myps'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b448e4e9cf248b96a3b5272a30358932e765bf7b [INFO] checking nilsso/mips-myps against try#ddfd70ee3c3748e597b32f416b0d15a4f6e37685 for pr-87050 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnilsso%2Fmips-myps" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/nilsso/mips-myps on toolchain ddfd70ee3c3748e597b32f416b0d15a4f6e37685 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ddfd70ee3c3748e597b32f416b0d15a4f6e37685" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/nilsso/mips-myps [INFO] finished tweaking git repo https://github.com/nilsso/mips-myps [INFO] tweaked toml for git repo https://github.com/nilsso/mips-myps written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/nilsso/mips-myps already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ddfd70ee3c3748e597b32f416b0d15a4f6e37685" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ddfd70ee3c3748e597b32f416b0d15a4f6e37685" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2c435b44bd211269d59cece507779faf43634d57602c297fbdf0110dd97e7e37 [INFO] running `Command { std: "docker" "start" "-a" "2c435b44bd211269d59cece507779faf43634d57602c297fbdf0110dd97e7e37", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2c435b44bd211269d59cece507779faf43634d57602c297fbdf0110dd97e7e37", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2c435b44bd211269d59cece507779faf43634d57602c297fbdf0110dd97e7e37", kill_on_drop: false }` [INFO] [stdout] 2c435b44bd211269d59cece507779faf43634d57602c297fbdf0110dd97e7e37 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ddfd70ee3c3748e597b32f416b0d15a4f6e37685" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 50ee5c9914d3be539beda170b3b4944a92a2e5970e3be748b4e09ce420b96231 [INFO] running `Command { std: "docker" "start" "-a" "50ee5c9914d3be539beda170b3b4944a92a2e5970e3be748b4e09ce420b96231", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.73 [INFO] [stderr] Compiling ucd-trie v0.1.3 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Checking base64 v0.13.0 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling pest v2.1.3 [INFO] [stderr] Checking itertools v0.9.0 [INFO] [stderr] Checking aho-corasick v0.7.18 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling pest_meta v2.1.3 [INFO] [stderr] Checking ast-traits v0.1.0 (/opt/rustwide/workdir/ast-traits) [INFO] [stderr] Checking regex v1.5.4 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Checking ron v0.6.4 [INFO] [stderr] Checking mips v0.1.0 (/opt/rustwide/workdir/mips) [INFO] [stdout] warning: the feature `map_into_keys_values` has been stable since 1.54.0 and no longer requires an attribute to enable [INFO] [stdout] --> mips/src/lib.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(map_into_keys_values)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `map_into_keys_values` has been stable since 1.54.0 and no longer requires an attribute to enable [INFO] [stdout] --> mips/src/lib.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(map_into_keys_values)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking myps v0.1.0 (/opt/rustwide/workdir/myps) [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `map_into_keys_values` has been stable since 1.54.0 and no longer requires an attribute to enable [INFO] [stdout] --> mips/src/main.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(map_into_keys_values)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `map_into_keys_values` has been stable since 1.54.0 and no longer requires an attribute to enable [INFO] [stdout] --> mips/src/main.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(map_into_keys_values)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking translator v0.1.0 (/opt/rustwide/workdir/translator) [INFO] [stdout] error[E0432]: unresolved import `mips::ast::Unit` [INFO] [stdout] --> translator/src/main.rs:117:35 [INFO] [stdout] | [INFO] [stdout] 117 | use mips::ast::{Arg, Num, Unit}; [INFO] [stdout] | ^^^^ no `Unit` in `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `mips::ast::Unit` [INFO] [stdout] --> translator/src/main.rs:140:35 [INFO] [stdout] | [INFO] [stdout] 140 | use mips::ast::{Arg, Num, Unit}; [INFO] [stdout] | ^^^^ no `Unit` in `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `mips::ast::Unit` [INFO] [stdout] --> translator/src/main.rs:243:40 [INFO] [stdout] | [INFO] [stdout] 243 | use mips::ast::{Arg, Num, Reg, Unit}; [INFO] [stdout] | ^^^^ no `Unit` in `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `mips::ast::Unit` [INFO] [stdout] --> translator/src/main.rs:117:35 [INFO] [stdout] | [INFO] [stdout] 117 | use mips::ast::{Arg, Num, Unit}; [INFO] [stdout] | ^^^^ no `Unit` in `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `mips::ast::Unit` [INFO] [stdout] --> translator/src/main.rs:140:35 [INFO] [stdout] | [INFO] [stdout] 140 | use mips::ast::{Arg, Num, Unit}; [INFO] [stdout] | ^^^^ no `Unit` in `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `mips::ast::Unit` [INFO] [stdout] --> translator/src/main.rs:243:40 [INFO] [stdout] | [INFO] [stdout] 243 | use mips::ast::{Arg, Num, Reg, Unit}; [INFO] [stdout] | ^^^^ no `Unit` in `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Unit` in `ast` [INFO] [stdout] --> translator/src/main.rs:181:39 [INFO] [stdout] | [INFO] [stdout] 181 | let unit = mips::ast::Unit::Empty([], comment_opt); [INFO] [stdout] | ^^^^ could not find `Unit` in `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Unit` in module `mips::ast` [INFO] [stdout] --> translator/src/main.rs:16:21 [INFO] [stdout] | [INFO] [stdout] 16 | Unit(mips::ast::Unit), [INFO] [stdout] | ^^^^ not found in `mips::ast` [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::Item::Unit`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 16 | Unit(crate::Item), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Unit` in module `mips::ast` [INFO] [stdout] --> translator/src/main.rs:32:27 [INFO] [stdout] | [INFO] [stdout] 32 | units: Vec, [INFO] [stdout] | ^^^^ not found in `mips::ast` [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::Item::Unit`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 32 | units: Vec, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Unit` in module `mips::ast` [INFO] [stdout] --> translator/src/main.rs:37:67 [INFO] [stdout] | [INFO] [stdout] 37 | fn flatten_item(item: Item) -> Box> { [INFO] [stdout] | ^^^^ not found in `mips::ast` [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::Item::Unit`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 37 | fn flatten_item(item: Item) -> Box> { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Unit` in module `mips::ast` [INFO] [stdout] --> translator/src/main.rs:195:36 [INFO] [stdout] | [INFO] [stdout] 195 | units: &mut Vec, [INFO] [stdout] | ^^^^ not found in `mips::ast` [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::Item::Unit`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 195 | units: &mut Vec, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Unit` in module `mips::ast` [INFO] [stdout] --> translator/src/main.rs:238:36 [INFO] [stdout] | [INFO] [stdout] 238 | units: &mut Vec, [INFO] [stdout] | ^^^^ not found in `mips::ast` [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::Item::Unit`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 238 | units: &mut Vec, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Unit` in module `mips::ast` [INFO] [stdout] --> translator/src/main.rs:322:36 [INFO] [stdout] | [INFO] [stdout] 322 | units: &mut Vec, [INFO] [stdout] | ^^^^ not found in `mips::ast` [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::Item::Unit`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 322 | units: &mut Vec, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Unit` in `ast` [INFO] [stdout] --> translator/src/main.rs:181:39 [INFO] [stdout] | [INFO] [stdout] 181 | let unit = mips::ast::Unit::Empty([], comment_opt); [INFO] [stdout] | ^^^^ could not find `Unit` in `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Unit` in module `mips::ast` [INFO] [stdout] --> translator/src/main.rs:16:21 [INFO] [stdout] | [INFO] [stdout] 16 | Unit(mips::ast::Unit), [INFO] [stdout] | ^^^^ not found in `mips::ast` [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::Item::Unit`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 16 | Unit(crate::Item), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Unit` in module `mips::ast` [INFO] [stdout] --> translator/src/main.rs:32:27 [INFO] [stdout] | [INFO] [stdout] 32 | units: Vec, [INFO] [stdout] | ^^^^ not found in `mips::ast` [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::Item::Unit`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 32 | units: Vec, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Unit` in module `mips::ast` [INFO] [stdout] --> translator/src/main.rs:37:67 [INFO] [stdout] | [INFO] [stdout] 37 | fn flatten_item(item: Item) -> Box> { [INFO] [stdout] | ^^^^ not found in `mips::ast` [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::Item::Unit`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 37 | fn flatten_item(item: Item) -> Box> { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Unit` in module `mips::ast` [INFO] [stdout] --> translator/src/main.rs:195:36 [INFO] [stdout] | [INFO] [stdout] 195 | units: &mut Vec, [INFO] [stdout] | ^^^^ not found in `mips::ast` [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::Item::Unit`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 195 | units: &mut Vec, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Unit` in module `mips::ast` [INFO] [stdout] --> translator/src/main.rs:238:36 [INFO] [stdout] | [INFO] [stdout] 238 | units: &mut Vec, [INFO] [stdout] | ^^^^ not found in `mips::ast` [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::Item::Unit`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 238 | units: &mut Vec, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Unit` in module `mips::ast` [INFO] [stdout] --> translator/src/main.rs:322:36 [INFO] [stdout] | [INFO] [stdout] 322 | units: &mut Vec, [INFO] [stdout] | ^^^^ not found in `mips::ast` [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::Item::Unit`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 322 | units: &mut Vec, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 10 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `translator` [INFO] [stdout] error: aborting due to 10 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] Some errors have detailed explanations: E0412, E0432, E0433. [INFO] [stdout] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "50ee5c9914d3be539beda170b3b4944a92a2e5970e3be748b4e09ce420b96231", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "50ee5c9914d3be539beda170b3b4944a92a2e5970e3be748b4e09ce420b96231", kill_on_drop: false }` [INFO] [stdout] 50ee5c9914d3be539beda170b3b4944a92a2e5970e3be748b4e09ce420b96231