[INFO] cloning repository https://github.com/CohenArthur/goose [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/CohenArthur/goose" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCohenArthur%2Fgoose", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCohenArthur%2Fgoose'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c87a05c5ebcd0f7d10a0a2d825628f9544a94faf [INFO] testing CohenArthur/goose against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCohenArthur%2Fgoose" "/workspace/builds/worker-111/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-111/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/CohenArthur/goose on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/CohenArthur/goose [INFO] finished tweaking git repo https://github.com/CohenArthur/goose [INFO] tweaked toml for git repo https://github.com/CohenArthur/goose written to /workspace/builds/worker-111/source/Cargo.toml [INFO] crate git repo https://github.com/CohenArthur/goose already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded fdt v0.1.3 [INFO] [stderr] Downloaded qemu-exit v3.0.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-111/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-111/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 39590e187d84336874e0337d79aa1339486afcaf4eaf34b8b0d10ecc3276a562 [INFO] running `Command { std: "docker" "start" "-a" "39590e187d84336874e0337d79aa1339486afcaf4eaf34b8b0d10ecc3276a562", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "39590e187d84336874e0337d79aa1339486afcaf4eaf34b8b0d10ecc3276a562", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "39590e187d84336874e0337d79aa1339486afcaf4eaf34b8b0d10ecc3276a562", kill_on_drop: false }` [INFO] [stdout] 39590e187d84336874e0337d79aa1339486afcaf4eaf34b8b0d10ecc3276a562 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-111/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-111/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 37d4b4fd3aa2a3f654b06ded2c5192fcfab67771a72a090ba3d5f1e525cd9fd7 [INFO] running `Command { std: "docker" "start" "-a" "37d4b4fd3aa2a3f654b06ded2c5192fcfab67771a72a090ba3d5f1e525cd9fd7", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling fdt v0.1.3 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling lock_api v0.4.6 [INFO] [stderr] Compiling spin v0.9.2 [INFO] [stderr] Compiling quote v1.0.15 [INFO] [stderr] Compiling modular-bitfield-impl v0.11.2 [INFO] [stderr] Compiling modular-bitfield v0.11.2 [INFO] [stderr] Compiling goose v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: Architecture not supported! Did you run `gen_cargo.sh`? [INFO] [stdout] --> src/arch/mod.rs:22:13 [INFO] [stdout] | [INFO] [stdout] 22 | core::compile_error!("Architecture not supported! Did you run `gen_cargo.sh`?"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `MemoryImpl` in `arch` [INFO] [stdout] --> src/main.rs:50:44 [INFO] [stdout] | [INFO] [stdout] 50 | mm::init_global_allocator(&arch, arch::MemoryImpl::get_page_size()); [INFO] [stdout] | ^^^^^^^^^^ could not find `MemoryImpl` in `arch` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MemoryImpl` in module `arch` [INFO] [stdout] --> src/main.rs:51:51 [INFO] [stdout] | [INFO] [stdout] 51 | let mut memory = mm::MemoryManagement::::new(); [INFO] [stdout] | ^^^^^^^^^^ not found in `arch` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterruptsImpl` in module `arch` [INFO] [stdout] --> src/main.rs:56:66 [INFO] [stdout] | [INFO] [stdout] 56 | let interrupts = interrupt_manager::InterruptManager::::new(); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `arch` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/main.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(doc_cfg)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/main.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | #![feature(fn_align)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/main.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | #![feature(naked_functions)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/main.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | #![feature(custom_test_frameworks)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/main.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | #![feature(associated_type_defaults)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/main.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | #![feature(type_alias_impl_trait)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/main.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | #![feature(option_get_or_insert_default)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `(): Architecture` is not satisfied [INFO] [stdout] --> src/arch/mod.rs:15:33 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn new_arch(info: usize) -> impl Architecture { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ the trait `Architecture` is not implemented for `()` [INFO] [stdout] ... [INFO] [stdout] 22 | core::compile_error!("Architecture not supported! Did you run `gen_cargo.sh`?"); [INFO] [stdout] | - consider removing this semicolon [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `arch::ArchitectureMemory` [INFO] [stdout] --> src/main.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | use arch::ArchitectureMemory; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 12 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0412, E0433, E0554. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `goose` due to 13 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "37d4b4fd3aa2a3f654b06ded2c5192fcfab67771a72a090ba3d5f1e525cd9fd7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "37d4b4fd3aa2a3f654b06ded2c5192fcfab67771a72a090ba3d5f1e525cd9fd7", kill_on_drop: false }` [INFO] [stdout] 37d4b4fd3aa2a3f654b06ded2c5192fcfab67771a72a090ba3d5f1e525cd9fd7