[INFO] fetching crate lejit 0.0.1... [INFO] checking lejit-0.0.1 against master#f609b7e0586f81fefb3523e3e17adf779ac416be for pr-129466-2 [INFO] extracting crate lejit 0.0.1 into /workspace/builds/worker-4-tc1/source [INFO] validating manifest of crates.io crate lejit 0.0.1 on toolchain f609b7e0586f81fefb3523e3e17adf779ac416be [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate lejit 0.0.1 [INFO] finished tweaking crates.io crate lejit 0.0.1 [INFO] tweaked toml for crates.io crate lejit 0.0.1 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021 [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4fc40d2a54782a0e94f7d5dcbb32b83de80445013f35377b510cd100892e0241 [INFO] running `Command { std: "docker" "start" "-a" "4fc40d2a54782a0e94f7d5dcbb32b83de80445013f35377b510cd100892e0241", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4fc40d2a54782a0e94f7d5dcbb32b83de80445013f35377b510cd100892e0241", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4fc40d2a54782a0e94f7d5dcbb32b83de80445013f35377b510cd100892e0241", kill_on_drop: false }` [INFO] [stdout] 4fc40d2a54782a0e94f7d5dcbb32b83de80445013f35377b510cd100892e0241 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ba8ea8005e08b8fe98e3b9a664a1909a3c0899c0f2196aa6b88ed7ee8df2ddb2 [INFO] running `Command { std: "docker" "start" "-a" "ba8ea8005e08b8fe98e3b9a664a1909a3c0899c0f2196aa6b88ed7ee8df2ddb2", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021 [INFO] [stderr] Checking lejit v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> src/lib.rs:73:28 [INFO] [stdout] | [INFO] [stdout] 73 | macro_rules! jit_compilefn ( [INFO] [stdout] | ____________________________^ [INFO] [stdout] 74 | | ($jit:ident, ($($types:ty),+) -> $rettype:ty) => ({ [INFO] [stdout] 75 | | type JitFnType = extern "C" fn($($types),+) -> $rettype; [INFO] [stdout] 76 | | let region = $jit.region(); [INFO] [stdout] ... | [INFO] [stdout] 79 | | }) [INFO] [stdout] 80 | | ) [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 73 ~ macro_rules! jit_compilefn { [INFO] [stdout] 74 | ($jit:ident, ($($types:ty),+) -> $rettype:ty) => ({ [INFO] [stdout] ... [INFO] [stdout] 79 | }) [INFO] [stdout] 80 + } [INFO] [stdout] | [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 80 | ); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> src/lib.rs:73:28 [INFO] [stdout] | [INFO] [stdout] 73 | macro_rules! jit_compilefn ( [INFO] [stdout] | ____________________________^ [INFO] [stdout] 74 | | ($jit:ident, ($($types:ty),+) -> $rettype:ty) => ({ [INFO] [stdout] 75 | | type JitFnType = extern "C" fn($($types),+) -> $rettype; [INFO] [stdout] 76 | | let region = $jit.region(); [INFO] [stdout] ... | [INFO] [stdout] 79 | | }) [INFO] [stdout] 80 | | ) [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 73 ~ macro_rules! jit_compilefn { [INFO] [stdout] 74 | ($jit:ident, ($($types:ty),+) -> $rettype:ty) => ({ [INFO] [stdout] ... [INFO] [stdout] 79 | }) [INFO] [stdout] 80 + } [INFO] [stdout] | [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 80 | ); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/jit/mod.rs:123:58 [INFO] [stdout] | [INFO] [stdout] 123 | pub fn build_function(&'b mut self, name: String, cb: |func: JitFunction<'a, 'b>|) { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/jit/mod.rs:123:58 [INFO] [stdout] | [INFO] [stdout] 123 | pub fn build_function(&'b mut self, name: String, cb: |func: JitFunction<'a, 'b>|) { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected parameter name, found `>` [INFO] [stdout] --> src/jit/mod.rs:123:83 [INFO] [stdout] | [INFO] [stdout] 123 | pub fn build_function(&'b mut self, name: String, cb: |func: JitFunction<'a, 'b>|) { [INFO] [stdout] | ^ expected parameter name [INFO] [stdout] | [INFO] [stdout] help: add `'` to close the char literal [INFO] [stdout] | [INFO] [stdout] 123 | pub fn build_function(&'b mut self, name: String, cb: |func: JitFunction<'a, 'b'>|) { [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:` or `|`, found `>` [INFO] [stdout] --> src/jit/mod.rs:123:83 [INFO] [stdout] | [INFO] [stdout] 123 | pub fn build_function(&'b mut self, name: String, cb: |func: JitFunction<'a, 'b>|) { [INFO] [stdout] | ^ expected one of `:` or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected parameter name, found `>` [INFO] [stdout] --> src/jit/mod.rs:123:83 [INFO] [stdout] | [INFO] [stdout] 123 | pub fn build_function(&'b mut self, name: String, cb: |func: JitFunction<'a, 'b>|) { [INFO] [stdout] | ^ expected parameter name [INFO] [stdout] | [INFO] [stdout] help: add `'` to close the char literal [INFO] [stdout] | [INFO] [stdout] 123 | pub fn build_function(&'b mut self, name: String, cb: |func: JitFunction<'a, 'b'>|) { [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:` or `|`, found `>` [INFO] [stdout] --> src/jit/mod.rs:123:83 [INFO] [stdout] | [INFO] [stdout] 123 | pub fn build_function(&'b mut self, name: String, cb: |func: JitFunction<'a, 'b>|) { [INFO] [stdout] | ^ expected one of `:` or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `experimental` in this scope [INFO] [stdout] --> src/lib.rs:16:4 [INFO] [stdout] | [INFO] [stdout] 16 | #![experimental] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `experimental` in this scope [INFO] [stdout] --> src/region.rs:1:4 [INFO] [stdout] | [INFO] [stdout] 1 | #![experimental] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `experimental` in this scope [INFO] [stdout] --> src/region.rs:7:3 [INFO] [stdout] | [INFO] [stdout] 7 | #[experimental] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `experimental` in this scope [INFO] [stdout] --> src/lib.rs:16:4 [INFO] [stdout] | [INFO] [stdout] 16 | #![experimental] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `experimental` in this scope [INFO] [stdout] --> src/region.rs:13:3 [INFO] [stdout] | [INFO] [stdout] 13 | #[experimental] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `experimental` in this scope [INFO] [stdout] --> src/region.rs:1:4 [INFO] [stdout] | [INFO] [stdout] 1 | #![experimental] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `experimental` in this scope [INFO] [stdout] --> src/jit/mod.rs:1:4 [INFO] [stdout] | [INFO] [stdout] 1 | #![experimental] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `experimental` in this scope [INFO] [stdout] --> src/region.rs:7:3 [INFO] [stdout] | [INFO] [stdout] 7 | #[experimental] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `experimental` in this scope [INFO] [stdout] --> src/jit/x86_64.rs:7:3 [INFO] [stdout] | [INFO] [stdout] 7 | #[experimental] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `experimental` in this scope [INFO] [stdout] --> src/jit/x86_64.rs:22:3 [INFO] [stdout] | [INFO] [stdout] 22 | #[experimental] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `experimental` in this scope [INFO] [stdout] --> src/region.rs:13:3 [INFO] [stdout] | [INFO] [stdout] 13 | #[experimental] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `experimental` in this scope [INFO] [stdout] --> src/jit/x86_64.rs:55:3 [INFO] [stdout] | [INFO] [stdout] 55 | #[experimental] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `experimental` in this scope [INFO] [stdout] --> src/jit/mod.rs:1:4 [INFO] [stdout] | [INFO] [stdout] 1 | #![experimental] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `experimental` in this scope [INFO] [stdout] --> src/jit/x86_64.rs:262:3 [INFO] [stdout] | [INFO] [stdout] 262 | #[experimental] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `experimental` in this scope [INFO] [stdout] --> src/jit/x86_64.rs:7:3 [INFO] [stdout] | [INFO] [stdout] 7 | #[experimental] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `experimental` in this scope [INFO] [stdout] --> src/jit/mod.rs:11:3 [INFO] [stdout] | [INFO] [stdout] 11 | #[experimental] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `experimental` in this scope [INFO] [stdout] --> src/jit/x86_64.rs:22:3 [INFO] [stdout] | [INFO] [stdout] 22 | #[experimental] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `experimental` in this scope [INFO] [stdout] --> src/jit/x86_64.rs:55:3 [INFO] [stdout] | [INFO] [stdout] 55 | #[experimental] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `experimental` in this scope [INFO] [stdout] --> src/jit/mod.rs:16:3 [INFO] [stdout] | [INFO] [stdout] 16 | #[experimental] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `experimental` in this scope [INFO] [stdout] --> src/jit/x86_64.rs:262:3 [INFO] [stdout] | [INFO] [stdout] 262 | #[experimental] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `experimental` in this scope [INFO] [stdout] --> src/jit/mod.rs:21:3 [INFO] [stdout] | [INFO] [stdout] 21 | #[experimental] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `experimental` in this scope [INFO] [stdout] --> src/jit/mod.rs:11:3 [INFO] [stdout] | [INFO] [stdout] 11 | #[experimental] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `experimental` in this scope [INFO] [stdout] --> src/jit/mod.rs:27:3 [INFO] [stdout] | [INFO] [stdout] 27 | #[experimental] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `experimental` in this scope [INFO] [stdout] --> src/jit/mod.rs:16:3 [INFO] [stdout] | [INFO] [stdout] 16 | #[experimental] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/jit/mod.rs:43:3 [INFO] [stdout] | [INFO] [stdout] 43 | #[deriving(PartialEq)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `experimental` in this scope [INFO] [stdout] --> src/jit/mod.rs:44:3 [INFO] [stdout] | [INFO] [stdout] 44 | #[experimental] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `experimental` in this scope [INFO] [stdout] --> src/jit/mod.rs:21:3 [INFO] [stdout] | [INFO] [stdout] 21 | #[experimental] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `experimental` in this scope [INFO] [stdout] --> src/jit/mod.rs:64:3 [INFO] [stdout] | [INFO] [stdout] 64 | #[experimental] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `experimental` in this scope [INFO] [stdout] --> src/jit/mod.rs:27:3 [INFO] [stdout] | [INFO] [stdout] 27 | #[experimental] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `experimental` in this scope [INFO] [stdout] --> src/jit/mod.rs:71:3 [INFO] [stdout] | [INFO] [stdout] 71 | #[experimental] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/jit/mod.rs:43:3 [INFO] [stdout] | [INFO] [stdout] 43 | #[deriving(PartialEq)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `experimental` in this scope [INFO] [stdout] --> src/jit/mod.rs:44:3 [INFO] [stdout] | [INFO] [stdout] 44 | #[experimental] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `experimental` in this scope [INFO] [stdout] --> src/jit/mod.rs:80:3 [INFO] [stdout] | [INFO] [stdout] 80 | #[experimental] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `experimental` in this scope [INFO] [stdout] --> src/jit/mod.rs:64:3 [INFO] [stdout] | [INFO] [stdout] 64 | #[experimental] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `experimental` in this scope [INFO] [stdout] --> src/jit/mod.rs:86:3 [INFO] [stdout] | [INFO] [stdout] 86 | #[experimental] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `experimental` in this scope [INFO] [stdout] --> src/jit/mod.rs:71:3 [INFO] [stdout] | [INFO] [stdout] 71 | #[experimental] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `experimental` in this scope [INFO] [stdout] --> src/jit/mod.rs:92:3 [INFO] [stdout] | [INFO] [stdout] 92 | #[experimental] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `experimental` in this scope [INFO] [stdout] --> src/jit/mod.rs:80:3 [INFO] [stdout] | [INFO] [stdout] 80 | #[experimental] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `experimental` in this scope [INFO] [stdout] --> src/jit/mod.rs:162:3 [INFO] [stdout] | [INFO] [stdout] 162 | #[experimental] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `experimental` in this scope [INFO] [stdout] --> src/jit/mod.rs:86:3 [INFO] [stdout] | [INFO] [stdout] 86 | #[experimental] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `experimental` in this scope [INFO] [stdout] --> src/jit/mod.rs:198:3 [INFO] [stdout] | [INFO] [stdout] 198 | #[experimental] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `experimental` in this scope [INFO] [stdout] --> src/jit/mod.rs:92:3 [INFO] [stdout] | [INFO] [stdout] 92 | #[experimental] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `experimental` in this scope [INFO] [stdout] --> src/jit/mod.rs:208:3 [INFO] [stdout] | [INFO] [stdout] 208 | #[experimental] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `experimental` in this scope [INFO] [stdout] --> src/jit/mod.rs:162:3 [INFO] [stdout] | [INFO] [stdout] 162 | #[experimental] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `experimental` in this scope [INFO] [stdout] --> src/jit/mod.rs:226:3 [INFO] [stdout] | [INFO] [stdout] 226 | #[experimental] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `experimental` in this scope [INFO] [stdout] --> src/jit/mod.rs:198:3 [INFO] [stdout] | [INFO] [stdout] 198 | #[experimental] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `experimental` in this scope [INFO] [stdout] --> src/jit/mod.rs:208:3 [INFO] [stdout] | [INFO] [stdout] 208 | #[experimental] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `experimental` in this scope [INFO] [stdout] --> src/jit/mod.rs:226:3 [INFO] [stdout] | [INFO] [stdout] 226 | #[experimental] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `MemoryMap` in `os` [INFO] [stdout] --> src/jit/mod.rs:151:34 [INFO] [stdout] | [INFO] [stdout] 151 | let mut region = match os::MemoryMap::new(code.len(), &[os::MapReadable, os::MapWritable]) { [INFO] [stdout] | ^^^^^^^^^ could not find `MemoryMap` in `os` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `MemoryMap` in `os` [INFO] [stdout] --> src/jit/mod.rs:151:34 [INFO] [stdout] | [INFO] [stdout] 151 | let mut region = match os::MemoryMap::new(code.len(), &[os::MapReadable, os::MapWritable]) { [INFO] [stdout] | ^^^^^^^^^ could not find `MemoryMap` in `os` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MemoryMap` in module `os` [INFO] [stdout] --> src/region.rs:14:27 [INFO] [stdout] | [INFO] [stdout] 14 | impl MemoryRegion for os::MemoryMap { [INFO] [stdout] | ^^^^^^^^^ not found in `os` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `copy_memory` in module `ptr` [INFO] [stdout] --> src/region.rs:28:18 [INFO] [stdout] | [INFO] [stdout] 28 | ptr::copy_memory(self.data(), data.as_ptr(), data.len()); [INFO] [stdout] | ^^^^^^^^^^^ not found in `ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/jit/x86_64.rs:9:49 [INFO] [stdout] | [INFO] [stdout] 9 | fn compile(&self, jit: &'a Jit<'a, 'b>, pos: uint) -> Vec { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/jit/x86_64.rs:24:21 [INFO] [stdout] | [INFO] [stdout] 24 | fn len(&self) -> uint { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/jit/x86_64.rs:57:49 [INFO] [stdout] | [INFO] [stdout] 57 | fn compile(&self, jit: &'a Jit<'a, 'b>, pos: uint) -> Vec { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/jit/x86_64.rs:234:68 [INFO] [stdout] | [INFO] [stdout] 234 | fn encode_call<'a, 'b>(func: Option<&'b JitFunction<'a, 'b>>, pos: uint) -> Vec { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/jit/x86_64.rs:248:30 [INFO] [stdout] | [INFO] [stdout] 248 | fn needed_bytes(num: u64) -> uint { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/jit/mod.rs:13:49 [INFO] [stdout] | [INFO] [stdout] 13 | fn compile(&self, jit: &'a Jit<'a, 'b>, pos: uint) -> Vec; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/jit/mod.rs:18:21 [INFO] [stdout] | [INFO] [stdout] 18 | fn len(&self) -> uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MemoryMap` in module `os` [INFO] [stdout] --> src/jit/mod.rs:68:23 [INFO] [stdout] | [INFO] [stdout] 68 | region: Option [INFO] [stdout] | ^^^^^^^^^ not found in `os` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/jit/mod.rs:77:9 [INFO] [stdout] | [INFO] [stdout] 77 | len: uint [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/jit/mod.rs:83:9 [INFO] [stdout] | [INFO] [stdout] 83 | pos: uint [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MemoryMap` in module `os` [INFO] [stdout] --> src/jit/mod.rs:149:44 [INFO] [stdout] | [INFO] [stdout] 149 | pub fn region(&'a mut self) -> &mut os::MemoryMap { [INFO] [stdout] | ^^^^^^^^^ not found in `os` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MapReadable` in module `os` [INFO] [stdout] --> src/jit/mod.rs:151:67 [INFO] [stdout] | [INFO] [stdout] 151 | let mut region = match os::MemoryMap::new(code.len(), &[os::MapReadable, os::MapWritable]) { [INFO] [stdout] | ^^^^^^^^^^^ not found in `os` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MapWritable` in module `os` [INFO] [stdout] --> src/jit/mod.rs:151:84 [INFO] [stdout] | [INFO] [stdout] 151 | let mut region = match os::MemoryMap::new(code.len(), &[os::MapReadable, os::MapWritable]) { [INFO] [stdout] | ^^^^^^^^^^^ not found in `os` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/jit/mod.rs:164:68 [INFO] [stdout] | [INFO] [stdout] 164 | pub fn new(name: String, jit: Option<&'b mut Jit<'a, 'b>>, pos: uint) -> JitFunction<'a, 'b> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/jit/mod.rs:195:25 [INFO] [stdout] | [INFO] [stdout] 195 | pub fn len(&self) -> uint { self.len } [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/jit/mod.rs:200:34 [INFO] [stdout] | [INFO] [stdout] 200 | pub fn new(name: String, pos: uint) -> JitLabel { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/jit/mod.rs:228:21 [INFO] [stdout] | [INFO] [stdout] 228 | fn len(&self) -> uint { self.op.len() } [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/jit/mod.rs:149:35 [INFO] [stdout] | [INFO] [stdout] 93 | impl<'a, 'b> Jit<'a, 'b> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] ... [INFO] [stdout] 149 | pub fn region(&'a mut self) -> &mut os::MemoryMap { [INFO] [stdout] | ^ this elided lifetime gets resolved as `'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(elided_named_lifetimes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/lib.rs:65:1 [INFO] [stdout] | [INFO] [stdout] 65 | extern crate libc; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/region.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use libc; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/region.rs:17:10 [INFO] [stdout] | [INFO] [stdout] 17 | libc::mprotect(self.data() as *mut libc::c_void, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/region.rs:17:45 [INFO] [stdout] | [INFO] [stdout] 17 | libc::mprotect(self.data() as *mut libc::c_void, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/region.rs:18:39 [INFO] [stdout] | [INFO] [stdout] 18 | self.len() as libc::size_t, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/region.rs:19:25 [INFO] [stdout] | [INFO] [stdout] 19 | libc::PROT_READ | libc::PROT_EXEC) == -1 [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/region.rs:19:43 [INFO] [stdout] | [INFO] [stdout] 19 | libc::PROT_READ | libc::PROT_EXEC) == -1 [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `globs` has been stable since 1.0.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 14 | #![feature(globs, macro_rules)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `macro_rules` has been stable since 1.0.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:14:19 [INFO] [stdout] | [INFO] [stdout] 14 | #![feature(globs, macro_rules)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MemoryMap` in module `os` [INFO] [stdout] --> src/region.rs:14:27 [INFO] [stdout] | [INFO] [stdout] 14 | impl MemoryRegion for os::MemoryMap { [INFO] [stdout] | ^^^^^^^^^ not found in `os` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `copy_memory` in module `ptr` [INFO] [stdout] --> src/region.rs:28:18 [INFO] [stdout] | [INFO] [stdout] 28 | ptr::copy_memory(self.data(), data.as_ptr(), data.len()); [INFO] [stdout] | ^^^^^^^^^^^ not found in `ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/jit/x86_64.rs:9:49 [INFO] [stdout] | [INFO] [stdout] 9 | fn compile(&self, jit: &'a Jit<'a, 'b>, pos: uint) -> Vec { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/jit/x86_64.rs:24:21 [INFO] [stdout] | [INFO] [stdout] 24 | fn len(&self) -> uint { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/jit/x86_64.rs:57:49 [INFO] [stdout] | [INFO] [stdout] 57 | fn compile(&self, jit: &'a Jit<'a, 'b>, pos: uint) -> Vec { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/jit/x86_64.rs:234:68 [INFO] [stdout] | [INFO] [stdout] 234 | fn encode_call<'a, 'b>(func: Option<&'b JitFunction<'a, 'b>>, pos: uint) -> Vec { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/jit/x86_64.rs:248:30 [INFO] [stdout] | [INFO] [stdout] 248 | fn needed_bytes(num: u64) -> uint { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/jit/mod.rs:13:49 [INFO] [stdout] | [INFO] [stdout] 13 | fn compile(&self, jit: &'a Jit<'a, 'b>, pos: uint) -> Vec; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/jit/mod.rs:18:21 [INFO] [stdout] | [INFO] [stdout] 18 | fn len(&self) -> uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MemoryMap` in module `os` [INFO] [stdout] --> src/jit/mod.rs:68:23 [INFO] [stdout] | [INFO] [stdout] 68 | region: Option [INFO] [stdout] | ^^^^^^^^^ not found in `os` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/jit/mod.rs:77:9 [INFO] [stdout] | [INFO] [stdout] 77 | len: uint [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/jit/mod.rs:83:9 [INFO] [stdout] | [INFO] [stdout] 83 | pos: uint [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MemoryMap` in module `os` [INFO] [stdout] --> src/jit/mod.rs:149:44 [INFO] [stdout] | [INFO] [stdout] 149 | pub fn region(&'a mut self) -> &mut os::MemoryMap { [INFO] [stdout] | ^^^^^^^^^ not found in `os` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MapReadable` in module `os` [INFO] [stdout] --> src/jit/mod.rs:151:67 [INFO] [stdout] | [INFO] [stdout] 151 | let mut region = match os::MemoryMap::new(code.len(), &[os::MapReadable, os::MapWritable]) { [INFO] [stdout] | ^^^^^^^^^^^ not found in `os` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MapWritable` in module `os` [INFO] [stdout] --> src/jit/mod.rs:151:84 [INFO] [stdout] | [INFO] [stdout] 151 | let mut region = match os::MemoryMap::new(code.len(), &[os::MapReadable, os::MapWritable]) { [INFO] [stdout] | ^^^^^^^^^^^ not found in `os` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/jit/mod.rs:164:68 [INFO] [stdout] | [INFO] [stdout] 164 | pub fn new(name: String, jit: Option<&'b mut Jit<'a, 'b>>, pos: uint) -> JitFunction<'a, 'b> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/jit/mod.rs:195:25 [INFO] [stdout] | [INFO] [stdout] 195 | pub fn len(&self) -> uint { self.len } [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/jit/mod.rs:200:34 [INFO] [stdout] | [INFO] [stdout] 200 | pub fn new(name: String, pos: uint) -> JitLabel { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/jit/mod.rs:228:21 [INFO] [stdout] | [INFO] [stdout] 228 | fn len(&self) -> uint { self.op.len() } [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/jit/mod.rs:149:35 [INFO] [stdout] | [INFO] [stdout] 93 | impl<'a, 'b> Jit<'a, 'b> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] ... [INFO] [stdout] 149 | pub fn region(&'a mut self) -> &mut os::MemoryMap { [INFO] [stdout] | ^ this elided lifetime gets resolved as `'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(elided_named_lifetimes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/lib.rs:65:1 [INFO] [stdout] | [INFO] [stdout] 65 | extern crate libc; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/region.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use libc; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/region.rs:17:10 [INFO] [stdout] | [INFO] [stdout] 17 | libc::mprotect(self.data() as *mut libc::c_void, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/region.rs:17:45 [INFO] [stdout] | [INFO] [stdout] 17 | libc::mprotect(self.data() as *mut libc::c_void, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/region.rs:18:39 [INFO] [stdout] | [INFO] [stdout] 18 | self.len() as libc::size_t, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/region.rs:19:25 [INFO] [stdout] | [INFO] [stdout] 19 | libc::PROT_READ | libc::PROT_EXEC) == -1 [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/region.rs:19:43 [INFO] [stdout] | [INFO] [stdout] 19 | libc::PROT_READ | libc::PROT_EXEC) == -1 [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `globs` has been stable since 1.0.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 14 | #![feature(globs, macro_rules)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `macro_rules` has been stable since 1.0.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:14:19 [INFO] [stdout] | [INFO] [stdout] 14 | #![feature(globs, macro_rules)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0369]: binary operation `!=` cannot be applied to type `JitReg` [INFO] [stdout] --> src/jit/x86_64.rs:124:11 [INFO] [stdout] | [INFO] [stdout] 124 | if reg != JitReg::R1 { /* rax */ [INFO] [stdout] | --- ^^ ---------- JitReg [INFO] [stdout] | | [INFO] [stdout] | JitReg [INFO] [stdout] | [INFO] [stdout] note: an implementation of `PartialEq` might be missing for `JitReg` [INFO] [stdout] --> src/jit/mod.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | pub enum JitReg { [INFO] [stdout] | ^^^^^^^^^^^^^^^ must implement `PartialEq` [INFO] [stdout] help: consider annotating `JitReg` with `#[derive(PartialEq)]` [INFO] [stdout] --> src/jit/mod.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 + #[derive(PartialEq)] [INFO] [stdout] 46 | pub enum JitReg { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0369]: binary operation `!=` cannot be applied to type `JitReg` [INFO] [stdout] --> src/jit/x86_64.rs:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | if reg2 != JitReg::R3 { /* rsi */ [INFO] [stdout] | ---- ^^ ---------- JitReg [INFO] [stdout] | | [INFO] [stdout] | JitReg [INFO] [stdout] | [INFO] [stdout] note: an implementation of `PartialEq` might be missing for `JitReg` [INFO] [stdout] --> src/jit/mod.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | pub enum JitReg { [INFO] [stdout] | ^^^^^^^^^^^^^^^ must implement `PartialEq` [INFO] [stdout] help: consider annotating `JitReg` with `#[derive(PartialEq)]` [INFO] [stdout] --> src/jit/mod.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 + #[derive(PartialEq)] [INFO] [stdout] 46 | pub enum JitReg { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0369]: binary operation `!=` cannot be applied to type `JitReg` [INFO] [stdout] --> src/jit/x86_64.rs:124:11 [INFO] [stdout] | [INFO] [stdout] 124 | if reg != JitReg::R1 { /* rax */ [INFO] [stdout] | --- ^^ ---------- JitReg [INFO] [stdout] | | [INFO] [stdout] | JitReg [INFO] [stdout] | [INFO] [stdout] note: an implementation of `PartialEq` might be missing for `JitReg` [INFO] [stdout] --> src/jit/mod.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | pub enum JitReg { [INFO] [stdout] | ^^^^^^^^^^^^^^^ must implement `PartialEq` [INFO] [stdout] help: consider annotating `JitReg` with `#[derive(PartialEq)]` [INFO] [stdout] --> src/jit/mod.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 + #[derive(PartialEq)] [INFO] [stdout] 46 | pub enum JitReg { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0369]: binary operation `!=` cannot be applied to type `JitReg` [INFO] [stdout] --> src/jit/x86_64.rs:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | if reg2 != JitReg::R3 { /* rsi */ [INFO] [stdout] | ---- ^^ ---------- JitReg [INFO] [stdout] | | [INFO] [stdout] | JitReg [INFO] [stdout] | [INFO] [stdout] note: an implementation of `PartialEq` might be missing for `JitReg` [INFO] [stdout] --> src/jit/mod.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | pub enum JitReg { [INFO] [stdout] | ^^^^^^^^^^^^^^^ must implement `PartialEq` [INFO] [stdout] help: consider annotating `JitReg` with `#[derive(PartialEq)]` [INFO] [stdout] --> src/jit/mod.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 + #[derive(PartialEq)] [INFO] [stdout] 46 | pub enum JitReg { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `push_all` found for struct `Vec` in the current scope [INFO] [stdout] --> src/jit/x86_64.rs:132:8 [INFO] [stdout] | [INFO] [stdout] 132 | res.push_all(&[encode_rex(JitReg::R3, None, true), 0xf7, [INFO] [stdout] | ----^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `push` with a similar name [INFO] [stdout] | [INFO] [stdout] 132 | res.push(&[encode_rex(JitReg::R3, None, true), 0xf7, [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0369]: binary operation `!=` cannot be applied to type `JitReg` [INFO] [stdout] --> src/jit/x86_64.rs:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | if reg2 != JitReg::R3 { /* rsi */ [INFO] [stdout] | ---- ^^ ---------- JitReg [INFO] [stdout] | | [INFO] [stdout] | JitReg [INFO] [stdout] | [INFO] [stdout] note: an implementation of `PartialEq` might be missing for `JitReg` [INFO] [stdout] --> src/jit/mod.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | pub enum JitReg { [INFO] [stdout] | ^^^^^^^^^^^^^^^ must implement `PartialEq` [INFO] [stdout] help: consider annotating `JitReg` with `#[derive(PartialEq)]` [INFO] [stdout] --> src/jit/mod.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 + #[derive(PartialEq)] [INFO] [stdout] 46 | pub enum JitReg { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0369]: binary operation `!=` cannot be applied to type `JitReg` [INFO] [stdout] --> src/jit/x86_64.rs:137:11 [INFO] [stdout] | [INFO] [stdout] 137 | if reg != JitReg::R1 { /* rax */ [INFO] [stdout] | --- ^^ ---------- JitReg [INFO] [stdout] | | [INFO] [stdout] | JitReg [INFO] [stdout] | [INFO] [stdout] note: an implementation of `PartialEq` might be missing for `JitReg` [INFO] [stdout] --> src/jit/mod.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | pub enum JitReg { [INFO] [stdout] | ^^^^^^^^^^^^^^^ must implement `PartialEq` [INFO] [stdout] help: consider annotating `JitReg` with `#[derive(PartialEq)]` [INFO] [stdout] --> src/jit/mod.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 + #[derive(PartialEq)] [INFO] [stdout] 46 | pub enum JitReg { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `JitReg` [INFO] [stdout] --> src/jit/x86_64.rs:153:14 [INFO] [stdout] | [INFO] [stdout] 153 | if reg == JitReg::R3 { /* rsi */ [INFO] [stdout] | --- ^^ ---------- JitReg [INFO] [stdout] | | [INFO] [stdout] | JitReg [INFO] [stdout] | [INFO] [stdout] note: an implementation of `PartialEq` might be missing for `JitReg` [INFO] [stdout] --> src/jit/mod.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | pub enum JitReg { [INFO] [stdout] | ^^^^^^^^^^^^^^^ must implement `PartialEq` [INFO] [stdout] help: consider annotating `JitReg` with `#[derive(PartialEq)]` [INFO] [stdout] --> src/jit/mod.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 + #[derive(PartialEq)] [INFO] [stdout] 46 | pub enum JitReg { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `JitReg` [INFO] [stdout] --> src/jit/x86_64.rs:174:14 [INFO] [stdout] | [INFO] [stdout] 174 | if reg == JitReg::R3 { /* rsi */ [INFO] [stdout] | --- ^^ ---------- JitReg [INFO] [stdout] | | [INFO] [stdout] | JitReg [INFO] [stdout] | [INFO] [stdout] note: an implementation of `PartialEq` might be missing for `JitReg` [INFO] [stdout] --> src/jit/mod.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | pub enum JitReg { [INFO] [stdout] | ^^^^^^^^^^^^^^^ must implement `PartialEq` [INFO] [stdout] help: consider annotating `JitReg` with `#[derive(PartialEq)]` [INFO] [stdout] --> src/jit/mod.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 + #[derive(PartialEq)] [INFO] [stdout] 46 | pub enum JitReg { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `push_all` found for struct `Vec` in the current scope [INFO] [stdout] --> src/jit/x86_64.rs:132:8 [INFO] [stdout] | [INFO] [stdout] 132 | res.push_all(&[encode_rex(JitReg::R3, None, true), 0xf7, [INFO] [stdout] | ----^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `push` with a similar name [INFO] [stdout] | [INFO] [stdout] 132 | res.push(&[encode_rex(JitReg::R3, None, true), 0xf7, [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0369]: binary operation `!=` cannot be applied to type `JitReg` [INFO] [stdout] --> src/jit/x86_64.rs:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | if reg2 != JitReg::R3 { /* rsi */ [INFO] [stdout] | ---- ^^ ---------- JitReg [INFO] [stdout] | | [INFO] [stdout] | JitReg [INFO] [stdout] | [INFO] [stdout] note: an implementation of `PartialEq` might be missing for `JitReg` [INFO] [stdout] --> src/jit/mod.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | pub enum JitReg { [INFO] [stdout] | ^^^^^^^^^^^^^^^ must implement `PartialEq` [INFO] [stdout] help: consider annotating `JitReg` with `#[derive(PartialEq)]` [INFO] [stdout] --> src/jit/mod.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 + #[derive(PartialEq)] [INFO] [stdout] 46 | pub enum JitReg { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0369]: binary operation `!=` cannot be applied to type `JitReg` [INFO] [stdout] --> src/jit/x86_64.rs:137:11 [INFO] [stdout] | [INFO] [stdout] 137 | if reg != JitReg::R1 { /* rax */ [INFO] [stdout] | --- ^^ ---------- JitReg [INFO] [stdout] | | [INFO] [stdout] | JitReg [INFO] [stdout] | [INFO] [stdout] note: an implementation of `PartialEq` might be missing for `JitReg` [INFO] [stdout] --> src/jit/mod.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | pub enum JitReg { [INFO] [stdout] | ^^^^^^^^^^^^^^^ must implement `PartialEq` [INFO] [stdout] help: consider annotating `JitReg` with `#[derive(PartialEq)]` [INFO] [stdout] --> src/jit/mod.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 + #[derive(PartialEq)] [INFO] [stdout] 46 | pub enum JitReg { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `JitReg` [INFO] [stdout] --> src/jit/x86_64.rs:153:14 [INFO] [stdout] | [INFO] [stdout] 153 | if reg == JitReg::R3 { /* rsi */ [INFO] [stdout] | --- ^^ ---------- JitReg [INFO] [stdout] | | [INFO] [stdout] | JitReg [INFO] [stdout] | [INFO] [stdout] note: an implementation of `PartialEq` might be missing for `JitReg` [INFO] [stdout] --> src/jit/mod.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | pub enum JitReg { [INFO] [stdout] | ^^^^^^^^^^^^^^^ must implement `PartialEq` [INFO] [stdout] help: consider annotating `JitReg` with `#[derive(PartialEq)]` [INFO] [stdout] --> src/jit/mod.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 + #[derive(PartialEq)] [INFO] [stdout] 46 | pub enum JitReg { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cb` in this scope [INFO] [stdout] --> src/jit/mod.rs:125:7 [INFO] [stdout] | [INFO] [stdout] 125 | cb(func) [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `JitReg` [INFO] [stdout] --> src/jit/x86_64.rs:174:14 [INFO] [stdout] | [INFO] [stdout] 174 | if reg == JitReg::R3 { /* rsi */ [INFO] [stdout] | --- ^^ ---------- JitReg [INFO] [stdout] | | [INFO] [stdout] | JitReg [INFO] [stdout] | [INFO] [stdout] note: an implementation of `PartialEq` might be missing for `JitReg` [INFO] [stdout] --> src/jit/mod.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | pub enum JitReg { [INFO] [stdout] | ^^^^^^^^^^^^^^^ must implement `PartialEq` [INFO] [stdout] help: consider annotating `JitReg` with `#[derive(PartialEq)]` [INFO] [stdout] --> src/jit/mod.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 + #[derive(PartialEq)] [INFO] [stdout] 46 | pub enum JitReg { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `get` exists for struct `BTreeMap>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/jit/mod.rs:131:18 [INFO] [stdout] | [INFO] [stdout] 72 | pub struct JitFunction<'a:'b, 'b> { [INFO] [stdout] | --------------------------------- doesn't satisfy `JitFunction<'a, 'b>: Sized` [INFO] [stdout] ... [INFO] [stdout] 131 | self.funcs.get(name) [INFO] [stdout] | ^^^ method cannot be called on `BTreeMap>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `JitFunction<'a, 'b>: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `values` exists for struct `BTreeMap>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/jit/mod.rs:139:30 [INFO] [stdout] | [INFO] [stdout] 72 | pub struct JitFunction<'a:'b, 'b> { [INFO] [stdout] | --------------------------------- doesn't satisfy `JitFunction<'a, 'b>: Sized` [INFO] [stdout] ... [INFO] [stdout] 139 | for func in self.funcs.values() { [INFO] [stdout] | ^^^^^^ method cannot be called on `BTreeMap>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `JitFunction<'a, 'b>: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cb` in this scope [INFO] [stdout] --> src/jit/mod.rs:125:7 [INFO] [stdout] | [INFO] [stdout] 125 | cb(func) [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `push` exists for struct `Vec`, but its trait bounds were not satisfied [INFO] [stdout] --> src/jit/mod.rs:181:22 [INFO] [stdout] | [INFO] [stdout] 81 | pub struct JitLabel { [INFO] [stdout] | ------------------- doesn't satisfy `JitLabel: Sized` [INFO] [stdout] ... [INFO] [stdout] 181 | self.sublabels.push(JitLabel::new(name, self.ops.len())); [INFO] [stdout] | ^^^^ method cannot be called on `Vec` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `JitLabel: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `get` exists for struct `BTreeMap>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/jit/mod.rs:131:18 [INFO] [stdout] | [INFO] [stdout] 72 | pub struct JitFunction<'a:'b, 'b> { [INFO] [stdout] | --------------------------------- doesn't satisfy `JitFunction<'a, 'b>: Sized` [INFO] [stdout] ... [INFO] [stdout] 131 | self.funcs.get(name) [INFO] [stdout] | ^^^ method cannot be called on `BTreeMap>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `JitFunction<'a, 'b>: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `insert` exists for struct `BTreeMap>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/jit/mod.rs:191:17 [INFO] [stdout] | [INFO] [stdout] 72 | pub struct JitFunction<'a:'b, 'b> { [INFO] [stdout] | --------------------------------- doesn't satisfy `JitFunction<'a, 'b>: Sized` [INFO] [stdout] ... [INFO] [stdout] 191 | jit.funcs.insert(name, self); [INFO] [stdout] | ^^^^^^ method cannot be called on `BTreeMap>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `JitFunction<'a, 'b>: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `values` exists for struct `BTreeMap>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/jit/mod.rs:139:30 [INFO] [stdout] | [INFO] [stdout] 72 | pub struct JitFunction<'a:'b, 'b> { [INFO] [stdout] | --------------------------------- doesn't satisfy `JitFunction<'a, 'b>: Sized` [INFO] [stdout] ... [INFO] [stdout] 139 | for func in self.funcs.values() { [INFO] [stdout] | ^^^^^^ method cannot be called on `BTreeMap>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `JitFunction<'a, 'b>: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `get` exists for struct `BTreeMap>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/jit/mod.rs:192:33 [INFO] [stdout] | [INFO] [stdout] 72 | pub struct JitFunction<'a:'b, 'b> { [INFO] [stdout] | --------------------------------- doesn't satisfy `JitFunction<'a, 'b>: Sized` [INFO] [stdout] ... [INFO] [stdout] 192 | jit.last_func = jit.funcs.get(&name_clone); [INFO] [stdout] | ^^^ method cannot be called on `BTreeMap>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `JitFunction<'a, 'b>: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `region::MemoryRegion` [INFO] [stdout] --> src/jit/mod.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use region::MemoryRegion; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `push` exists for struct `Vec`, but its trait bounds were not satisfied [INFO] [stdout] --> src/jit/mod.rs:181:22 [INFO] [stdout] | [INFO] [stdout] 81 | pub struct JitLabel { [INFO] [stdout] | ------------------- doesn't satisfy `JitLabel: Sized` [INFO] [stdout] ... [INFO] [stdout] 181 | self.sublabels.push(JitLabel::new(name, self.ops.len())); [INFO] [stdout] | ^^^^ method cannot be called on `Vec` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `JitLabel: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0382]: borrow of moved value: `reg` [INFO] [stdout] --> src/jit/x86_64.rs:192:24 [INFO] [stdout] | [INFO] [stdout] 187 | fn encode_pushr(reg: JitReg) -> Vec { [INFO] [stdout] | --- move occurs because `reg` has type `JitReg`, which does not implement the `Copy` trait [INFO] [stdout] 188 | let rex = encode_rex(reg, None, true); [INFO] [stdout] | --- value moved here [INFO] [stdout] ... [INFO] [stdout] 192 | vec!(rex, 0x50 + reg.to_real_reg()) [INFO] [stdout] | ^^^ value borrowed here after move [INFO] [stdout] | [INFO] [stdout] note: consider changing this parameter type in function `encode_rex` to borrow instead if owning the value isn't necessary [INFO] [stdout] --> src/jit/x86_64.rs:77:20 [INFO] [stdout] | [INFO] [stdout] 77 | fn encode_rex(reg: JitReg, reg2: Option, w_field: bool) -> u8 { [INFO] [stdout] | ---------- ^^^^^^ this parameter takes ownership of the value [INFO] [stdout] | | [INFO] [stdout] | in this function [INFO] [stdout] note: if `JitReg` implemented `Clone`, you could clone the value [INFO] [stdout] --> src/jit/mod.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | pub enum JitReg { [INFO] [stdout] | ^^^^^^^^^^^^^^^ consider implementing `Clone` for this type [INFO] [stdout] | [INFO] [stdout] ::: src/jit/x86_64.rs:188:25 [INFO] [stdout] | [INFO] [stdout] 188 | let rex = encode_rex(reg, None, true); [INFO] [stdout] | --- you could clone this value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0382]: borrow of moved value: `reg` [INFO] [stdout] --> src/jit/x86_64.rs:202:24 [INFO] [stdout] | [INFO] [stdout] 197 | fn encode_popr(reg: JitReg) -> Vec { [INFO] [stdout] | --- move occurs because `reg` has type `JitReg`, which does not implement the `Copy` trait [INFO] [stdout] 198 | let rex = encode_rex(reg, None, true); [INFO] [stdout] | --- value moved here [INFO] [stdout] ... [INFO] [stdout] 202 | vec!(rex, 0x58 + reg.to_real_reg()) [INFO] [stdout] | ^^^ value borrowed here after move [INFO] [stdout] | [INFO] [stdout] note: consider changing this parameter type in function `encode_rex` to borrow instead if owning the value isn't necessary [INFO] [stdout] --> src/jit/x86_64.rs:77:20 [INFO] [stdout] | [INFO] [stdout] 77 | fn encode_rex(reg: JitReg, reg2: Option, w_field: bool) -> u8 { [INFO] [stdout] | ---------- ^^^^^^ this parameter takes ownership of the value [INFO] [stdout] | | [INFO] [stdout] | in this function [INFO] [stdout] note: if `JitReg` implemented `Clone`, you could clone the value [INFO] [stdout] --> src/jit/mod.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | pub enum JitReg { [INFO] [stdout] | ^^^^^^^^^^^^^^^ consider implementing `Clone` for this type [INFO] [stdout] | [INFO] [stdout] ::: src/jit/x86_64.rs:198:25 [INFO] [stdout] | [INFO] [stdout] 198 | let rex = encode_rex(reg, None, true); [INFO] [stdout] | --- you could clone this value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0382]: borrow of moved value: `reg2` [INFO] [stdout] --> src/jit/x86_64.rs:209:35 [INFO] [stdout] | [INFO] [stdout] 207 | fn encode_movrr(reg1: JitReg, reg2: JitReg) -> Vec { [INFO] [stdout] | ---- move occurs because `reg2` has type `JitReg`, which does not implement the `Copy` trait [INFO] [stdout] 208 | vec!(encode_rex(reg1, Some(reg2), true), 0x89, [INFO] [stdout] | ---- value moved here [INFO] [stdout] 209 | (0b11 << 6) + (reg2.to_real_reg() << 3) + reg1.to_real_reg() as u8) [INFO] [stdout] | ^^^^ value borrowed here after move [INFO] [stdout] | [INFO] [stdout] note: if `JitReg` implemented `Clone`, you could clone the value [INFO] [stdout] --> src/jit/mod.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | pub enum JitReg { [INFO] [stdout] | ^^^^^^^^^^^^^^^ consider implementing `Clone` for this type [INFO] [stdout] | [INFO] [stdout] ::: src/jit/x86_64.rs:208:31 [INFO] [stdout] | [INFO] [stdout] 208 | vec!(encode_rex(reg1, Some(reg2), true), 0x89, [INFO] [stdout] | ---- you could clone this value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0382]: borrow of moved value: `reg1` [INFO] [stdout] --> src/jit/x86_64.rs:209:62 [INFO] [stdout] | [INFO] [stdout] 207 | fn encode_movrr(reg1: JitReg, reg2: JitReg) -> Vec { [INFO] [stdout] | ---- move occurs because `reg1` has type `JitReg`, which does not implement the `Copy` trait [INFO] [stdout] 208 | vec!(encode_rex(reg1, Some(reg2), true), 0x89, [INFO] [stdout] | ---- value moved here [INFO] [stdout] 209 | (0b11 << 6) + (reg2.to_real_reg() << 3) + reg1.to_real_reg() as u8) [INFO] [stdout] | ^^^^ value borrowed here after move [INFO] [stdout] | [INFO] [stdout] note: consider changing this parameter type in function `encode_rex` to borrow instead if owning the value isn't necessary [INFO] [stdout] --> src/jit/x86_64.rs:77:20 [INFO] [stdout] | [INFO] [stdout] 77 | fn encode_rex(reg: JitReg, reg2: Option, w_field: bool) -> u8 { [INFO] [stdout] | ---------- ^^^^^^ this parameter takes ownership of the value [INFO] [stdout] | | [INFO] [stdout] | in this function [INFO] [stdout] note: if `JitReg` implemented `Clone`, you could clone the value [INFO] [stdout] --> src/jit/mod.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | pub enum JitReg { [INFO] [stdout] | ^^^^^^^^^^^^^^^ consider implementing `Clone` for this type [INFO] [stdout] | [INFO] [stdout] ::: src/jit/x86_64.rs:208:20 [INFO] [stdout] | [INFO] [stdout] 208 | vec!(encode_rex(reg1, Some(reg2), true), 0x89, [INFO] [stdout] | ---- you could clone this value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `insert` exists for struct `BTreeMap>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/jit/mod.rs:191:17 [INFO] [stdout] | [INFO] [stdout] 72 | pub struct JitFunction<'a:'b, 'b> { [INFO] [stdout] | --------------------------------- doesn't satisfy `JitFunction<'a, 'b>: Sized` [INFO] [stdout] ... [INFO] [stdout] 191 | jit.funcs.insert(name, self); [INFO] [stdout] | ^^^^^^ method cannot be called on `BTreeMap>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `JitFunction<'a, 'b>: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `get` exists for struct `BTreeMap>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/jit/mod.rs:192:33 [INFO] [stdout] | [INFO] [stdout] 72 | pub struct JitFunction<'a:'b, 'b> { [INFO] [stdout] | --------------------------------- doesn't satisfy `JitFunction<'a, 'b>: Sized` [INFO] [stdout] ... [INFO] [stdout] 192 | jit.last_func = jit.funcs.get(&name_clone); [INFO] [stdout] | ^^^ method cannot be called on `BTreeMap>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `JitFunction<'a, 'b>: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 72 previous errors; 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0369, E0382, E0412, E0425, E0433, E0599, E0658. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0369`. [INFO] [stdout] [INFO] [stdout] warning: unused import: `region::MemoryRegion` [INFO] [stdout] --> src/jit/mod.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use region::MemoryRegion; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0382]: borrow of moved value: `reg` [INFO] [stdout] --> src/jit/x86_64.rs:192:24 [INFO] [stdout] | [INFO] [stdout] 187 | fn encode_pushr(reg: JitReg) -> Vec { [INFO] [stdout] | --- move occurs because `reg` has type `JitReg`, which does not implement the `Copy` trait [INFO] [stdout] 188 | let rex = encode_rex(reg, None, true); [INFO] [stdout] | --- value moved here [INFO] [stdout] ... [INFO] [stdout] 192 | vec!(rex, 0x50 + reg.to_real_reg()) [INFO] [stdout] | ^^^ value borrowed here after move [INFO] [stdout] | [INFO] [stdout] note: consider changing this parameter type in function `encode_rex` to borrow instead if owning the value isn't necessary [INFO] [stdout] --> src/jit/x86_64.rs:77:20 [INFO] [stdout] | [INFO] [stdout] 77 | fn encode_rex(reg: JitReg, reg2: Option, w_field: bool) -> u8 { [INFO] [stdout] | ---------- ^^^^^^ this parameter takes ownership of the value [INFO] [stdout] | | [INFO] [stdout] | in this function [INFO] [stdout] note: if `JitReg` implemented `Clone`, you could clone the value [INFO] [stdout] --> src/jit/mod.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | pub enum JitReg { [INFO] [stdout] | ^^^^^^^^^^^^^^^ consider implementing `Clone` for this type [INFO] [stdout] | [INFO] [stdout] ::: src/jit/x86_64.rs:188:25 [INFO] [stdout] | [INFO] [stdout] 188 | let rex = encode_rex(reg, None, true); [INFO] [stdout] | --- you could clone this value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0382]: borrow of moved value: `reg` [INFO] [stdout] --> src/jit/x86_64.rs:202:24 [INFO] [stdout] | [INFO] [stdout] 197 | fn encode_popr(reg: JitReg) -> Vec { [INFO] [stdout] | --- move occurs because `reg` has type `JitReg`, which does not implement the `Copy` trait [INFO] [stdout] 198 | let rex = encode_rex(reg, None, true); [INFO] [stdout] | --- value moved here [INFO] [stdout] ... [INFO] [stdout] 202 | vec!(rex, 0x58 + reg.to_real_reg()) [INFO] [stdout] | ^^^ value borrowed here after move [INFO] [stdout] | [INFO] [stdout] note: consider changing this parameter type in function `encode_rex` to borrow instead if owning the value isn't necessary [INFO] [stdout] --> src/jit/x86_64.rs:77:20 [INFO] [stdout] | [INFO] [stdout] 77 | fn encode_rex(reg: JitReg, reg2: Option, w_field: bool) -> u8 { [INFO] [stdout] | ---------- ^^^^^^ this parameter takes ownership of the value [INFO] [stdout] | | [INFO] [stdout] | in this function [INFO] [stdout] note: if `JitReg` implemented `Clone`, you could clone the value [INFO] [stdout] --> src/jit/mod.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | pub enum JitReg { [INFO] [stdout] | ^^^^^^^^^^^^^^^ consider implementing `Clone` for this type [INFO] [stdout] | [INFO] [stdout] ::: src/jit/x86_64.rs:198:25 [INFO] [stdout] | [INFO] [stdout] 198 | let rex = encode_rex(reg, None, true); [INFO] [stdout] | --- you could clone this value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0382]: borrow of moved value: `reg2` [INFO] [stdout] --> src/jit/x86_64.rs:209:35 [INFO] [stdout] | [INFO] [stdout] 207 | fn encode_movrr(reg1: JitReg, reg2: JitReg) -> Vec { [INFO] [stdout] | ---- move occurs because `reg2` has type `JitReg`, which does not implement the `Copy` trait [INFO] [stdout] 208 | vec!(encode_rex(reg1, Some(reg2), true), 0x89, [INFO] [stdout] | ---- value moved here [INFO] [stdout] 209 | (0b11 << 6) + (reg2.to_real_reg() << 3) + reg1.to_real_reg() as u8) [INFO] [stdout] | ^^^^ value borrowed here after move [INFO] [stdout] | [INFO] [stdout] note: if `JitReg` implemented `Clone`, you could clone the value [INFO] [stdout] --> src/jit/mod.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | pub enum JitReg { [INFO] [stdout] | ^^^^^^^^^^^^^^^ consider implementing `Clone` for this type [INFO] [stdout] | [INFO] [stdout] ::: src/jit/x86_64.rs:208:31 [INFO] [stdout] | [INFO] [stdout] 208 | vec!(encode_rex(reg1, Some(reg2), true), 0x89, [INFO] [stdout] | ---- you could clone this value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0382]: borrow of moved value: `reg1` [INFO] [stdout] --> src/jit/x86_64.rs:209:62 [INFO] [stdout] | [INFO] [stdout] 207 | fn encode_movrr(reg1: JitReg, reg2: JitReg) -> Vec { [INFO] [stdout] | ---- move occurs because `reg1` has type `JitReg`, which does not implement the `Copy` trait [INFO] [stdout] 208 | vec!(encode_rex(reg1, Some(reg2), true), 0x89, [INFO] [stdout] | ---- value moved here [INFO] [stdout] 209 | (0b11 << 6) + (reg2.to_real_reg() << 3) + reg1.to_real_reg() as u8) [INFO] [stdout] | ^^^^ value borrowed here after move [INFO] [stdout] | [INFO] [stdout] note: consider changing this parameter type in function `encode_rex` to borrow instead if owning the value isn't necessary [INFO] [stdout] --> src/jit/x86_64.rs:77:20 [INFO] [stdout] | [INFO] [stdout] 77 | fn encode_rex(reg: JitReg, reg2: Option, w_field: bool) -> u8 { [INFO] [stdout] | ---------- ^^^^^^ this parameter takes ownership of the value [INFO] [stdout] | | [INFO] [stdout] | in this function [INFO] [stdout] note: if `JitReg` implemented `Clone`, you could clone the value [INFO] [stdout] --> src/jit/mod.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | pub enum JitReg { [INFO] [stdout] | ^^^^^^^^^^^^^^^ consider implementing `Clone` for this type [INFO] [stdout] | [INFO] [stdout] ::: src/jit/x86_64.rs:208:20 [INFO] [stdout] | [INFO] [stdout] 208 | vec!(encode_rex(reg1, Some(reg2), true), 0x89, [INFO] [stdout] | ---- you could clone this value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 72 previous errors; 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0369, E0382, E0412, E0425, E0433, E0599, E0658. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0369`. [INFO] [stdout] [INFO] [stderr] error: could not compile `lejit` (lib) due to 73 previous errors; 4 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `lejit` (lib test) due to 73 previous errors; 4 warnings emitted [INFO] running `Command { std: "docker" "inspect" "ba8ea8005e08b8fe98e3b9a664a1909a3c0899c0f2196aa6b88ed7ee8df2ddb2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ba8ea8005e08b8fe98e3b9a664a1909a3c0899c0f2196aa6b88ed7ee8df2ddb2", kill_on_drop: false }` [INFO] [stdout] ba8ea8005e08b8fe98e3b9a664a1909a3c0899c0f2196aa6b88ed7ee8df2ddb2