[INFO] cloning repository https://github.com/Infinity-OS/infinity [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Infinity-OS/infinity" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FInfinity-OS%2Finfinity", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FInfinity-OS%2Finfinity'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d2423c82f7d60b9ec5f8623c1120cfd5871515a1 [INFO] testing Infinity-OS/infinity against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FInfinity-OS%2Finfinity" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Infinity-OS/infinity 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/Infinity-OS/infinity [INFO] finished tweaking git repo https://github.com/Infinity-OS/infinity [INFO] tweaked toml for git repo https://github.com/Infinity-OS/infinity written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/Infinity-OS/infinity 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] Downloading crates ... [INFO] [stderr] Downloaded volatile v0.1.0 [INFO] [stderr] Downloaded rlibc v0.1.5 [INFO] [stderr] Downloaded spin v0.4.5 [INFO] [stderr] Downloaded raw-cpuid v2.0.2 [INFO] [stderr] Downloaded x86_64 v0.1.2 [INFO] [stderr] Downloaded multiboot2 v0.3.2 [INFO] [stderr] Downloaded once v0.3.2 [INFO] [stderr] Downloaded linked_list_allocator v0.2.5 [INFO] [stderr] Downloaded bit_field v0.7.0 [INFO] [stderr] Downloaded scroll v0.4.0 [INFO] [stderr] Downloaded goblin v0.0.9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] a36db70bd0fd1c5cb7725c0653f603558a52c6cc9299ea74bcee0b6c5c3bfb68 [INFO] running `Command { std: "docker" "start" "-a" "a36db70bd0fd1c5cb7725c0653f603558a52c6cc9299ea74bcee0b6c5c3bfb68", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a36db70bd0fd1c5cb7725c0653f603558a52c6cc9299ea74bcee0b6c5c3bfb68", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a36db70bd0fd1c5cb7725c0653f603558a52c6cc9299ea74bcee0b6c5c3bfb68", kill_on_drop: false }` [INFO] [stdout] a36db70bd0fd1c5cb7725c0653f603558a52c6cc9299ea74bcee0b6c5c3bfb68 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] d1df61711a959f080e494c110e7ee99eca7f7f4fc726ff64ebaadb07aa82b445 [INFO] running `Command { std: "docker" "start" "-a" "d1df61711a959f080e494c110e7ee99eca7f7f4fc726ff64ebaadb07aa82b445", kill_on_drop: false }` [INFO] [stderr] Compiling spin v0.4.5 [INFO] [stderr] Compiling bitflags v0.4.0 [INFO] [stderr] Compiling bit_field v0.7.0 [INFO] [stderr] Compiling bitflags v0.7.0 [INFO] [stderr] Compiling linked_list_allocator v0.2.5 [INFO] [stderr] Compiling scroll v0.4.0 [INFO] [stderr] Compiling once v0.3.2 [INFO] [stderr] Compiling infinity_os v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling bitflags v0.8.2 [INFO] [stderr] Compiling rlibc v0.1.5 [INFO] [stderr] Compiling volatile v0.1.0 [INFO] [stderr] Compiling infinity_syscall v0.1.0 (/opt/rustwide/workdir/libs/syscall) [INFO] [stderr] Compiling raw-cpuid v2.0.2 [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spin-0.4.5/src/lib.rs:8:43 [INFO] [stdout] | [INFO] [stdout] 8 | #![cfg_attr(feature = "const_fn", feature(const_fn))] [INFO] [stdout] | ^^^^^^^^ feature has been removed [INFO] [stdout] | [INFO] [stdout] = note: split into finer-grained feature gates [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling multiboot2 v0.3.2 [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.2.5/src/lib.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(const_fn)] [INFO] [stdout] | ^^^^^^^^ feature has been removed [INFO] [stdout] | [INFO] [stdout] = note: split into finer-grained feature gates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'ptr_internals': use `NonNull` instead and consider `PhantomData` (if you also use `#[may_dangle]`), `Send`, and/or `Sync` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.2.5/src/hole.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use core::ptr::Unique; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'ptr_internals': use `NonNull` instead and consider `PhantomData` (if you also use `#[may_dangle]`), `Send`, and/or `Sync` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.2.5/src/hole.rs:88:18 [INFO] [stdout] | [INFO] [stdout] 88 | next: Option>, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'ptr_internals': use `NonNull` instead and consider `PhantomData` (if you also use `#[may_dangle]`), `Send`, and/or `Sync` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.2.5/src/hole.rs:284:43 [INFO] [stdout] | [INFO] [stdout] 284 | hole.next = Some(unsafe { Unique::new(ptr) }); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'ptr_internals': use `NonNull` instead and consider `PhantomData` (if you also use `#[may_dangle]`), `Send`, and/or `Sync` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.2.5/src/hole.rs:38:28 [INFO] [stdout] | [INFO] [stdout] 38 | next: Some(Unique::new(ptr)), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> build.rs:45:68 [INFO] [stdout] | [INFO] [stdout] 45 | fn fill_from_location(f: &mut fs::File, loc: &Path ) -> Result<(), (Error)> { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 45 - fn fill_from_location(f: &mut fs::File, loc: &Path ) -> Result<(), (Error)> { [INFO] [stdout] 45 + fn fill_from_location(f: &mut fs::File, loc: &Path ) -> Result<(), Error> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spin-0.4.5/src/util.rs:8:14 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { asm!("pause" :::: "volatile"); } [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'ptr_internals' [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.2.5/src/hole.rs:38:28 [INFO] [stdout] | [INFO] [stdout] 38 | next: Some(Unique::new(ptr)), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `path` [INFO] [stdout] --> libs/syscall/src/scheme.rs:18:20 [INFO] [stdout] | [INFO] [stdout] 18 | fn open(&self, path: &[u8], flags: usize, uid: u32, gid: u32) -> Result { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_path` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `flags` [INFO] [stdout] --> libs/syscall/src/scheme.rs:18:33 [INFO] [stdout] | [INFO] [stdout] 18 | fn open(&self, path: &[u8], flags: usize, uid: u32, gid: u32) -> Result { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_flags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `uid` [INFO] [stdout] --> libs/syscall/src/scheme.rs:18:47 [INFO] [stdout] | [INFO] [stdout] 18 | fn open(&self, path: &[u8], flags: usize, uid: u32, gid: u32) -> Result { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_uid` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `gid` [INFO] [stdout] --> libs/syscall/src/scheme.rs:18:57 [INFO] [stdout] | [INFO] [stdout] 18 | fn open(&self, path: &[u8], flags: usize, uid: u32, gid: u32) -> Result { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_gid` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.2.5/src/hole.rs:38:28 [INFO] [stdout] | [INFO] [stdout] 38 | next: Some(Unique::new(ptr)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ expected struct `Unique`, found enum `Option` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `Unique<_>` [INFO] [stdout] found enum `Option>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0557`. [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut Unique` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.2.5/src/hole.rs:108:46 [INFO] [stdout] | [INFO] [stdout] 108 | unsafe { self.next.as_mut().unwrap().get_mut() } [INFO] [stdout] | ^^^^^^^ method not found in `&mut Unique` [INFO] [stdout] | [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 108 | unsafe { Pin::new(self.next.as_mut().unwrap()).get_mut() } [INFO] [stdout] | +++++++++ + [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 108 | unsafe { Pin::new(&mut self.next.as_mut().unwrap()).get_mut() } [INFO] [stdout] | +++++++++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `get` found for mutable reference `&mut Unique` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.2.5/src/hole.rs:191:61 [INFO] [stdout] | [INFO] [stdout] 191 | .and_then(|current| split_hole(unsafe { current.get() }.info(), size, align)); [INFO] [stdout] | ^^^ method not found in `&mut Unique` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `get` found for reference `&Unique` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.2.5/src/hole.rs:232:74 [INFO] [stdout] | [INFO] [stdout] 232 | let next_hole_info = hole.next.as_ref().map(|next| unsafe { next.get().info() }); [INFO] [stdout] | ^^^ method not found in `&Unique` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `spin` due to 3 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0658]: use of unstable library feature 'ptr_internals' [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.2.5/src/hole.rs:284:43 [INFO] [stdout] | [INFO] [stdout] 284 | hole.next = Some(unsafe { Unique::new(ptr) }); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.2.5/src/hole.rs:284:43 [INFO] [stdout] | [INFO] [stdout] 284 | hole.next = Some(unsafe { Unique::new(ptr) }); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ expected struct `Unique`, found enum `Option` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `Unique<_>` [INFO] [stdout] found enum `Option>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 12 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0308, E0557, E0599, E0658. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/raw-cpuid-2.0.2/src/lib.rs:48:9 [INFO] [stdout] | [INFO] [stdout] 48 | asm!("cpuid" : "+{eax}"(eax) "={ebx}"(ebx) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/raw-cpuid-2.0.2/src/lib.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | asm!("cpuid" : "+{eax}"(eax) "={ebx}"(ebx) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/raw-cpuid-2.0.2/src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(prelude_import, asm)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "d1df61711a959f080e494c110e7ee99eca7f7f4fc726ff64ebaadb07aa82b445", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d1df61711a959f080e494c110e7ee99eca7f7f4fc726ff64ebaadb07aa82b445", kill_on_drop: false }` [INFO] [stdout] d1df61711a959f080e494c110e7ee99eca7f7f4fc726ff64ebaadb07aa82b445