[INFO] cloning repository https://github.com/pvginkel/rjs_jit [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pvginkel/rjs_jit" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpvginkel%2Frjs_jit", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpvginkel%2Frjs_jit'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 366387974290531324477791eab30b4832482464 [INFO] testing pvginkel/rjs_jit against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpvginkel%2Frjs_jit" "/workspace/builds/worker-69/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-69/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/pvginkel/rjs_jit on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/pvginkel/rjs_jit [INFO] finished tweaking git repo https://github.com/pvginkel/rjs_jit [INFO] tweaked toml for git repo https://github.com/pvginkel/rjs_jit written to /workspace/builds/worker-69/source/Cargo.toml [INFO] crate git repo https://github.com/pvginkel/rjs_jit already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-69/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-69/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" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cb143f97c2c58e5b3117ae58becae14fbfb1881621499582eaff8cf949b044db [INFO] running `Command { std: "docker" "start" "-a" "cb143f97c2c58e5b3117ae58becae14fbfb1881621499582eaff8cf949b044db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cb143f97c2c58e5b3117ae58becae14fbfb1881621499582eaff8cf949b044db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cb143f97c2c58e5b3117ae58becae14fbfb1881621499582eaff8cf949b044db", kill_on_drop: false }` [INFO] [stdout] cb143f97c2c58e5b3117ae58becae14fbfb1881621499582eaff8cf949b044db [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-69/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-69/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" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 68649b890854fb1918bee48e3c7851a7048963afbbab4dd709b0b8ed46d3e78d [INFO] running `Command { std: "docker" "start" "-a" "68649b890854fb1918bee48e3c7851a7048963afbbab4dd709b0b8ed46d3e78d", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.1.8 [INFO] [stderr] Compiling rjs_jit v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0425]: cannot find function `map` in this scope [INFO] [stdout] --> src/codegen/os.rs:100:28 [INFO] [stdout] | [INFO] [stdout] 100 | let ptr = unsafe { map(ptr::null(), size) }; [INFO] [stdout] | ^^^ help: a function with a similar name exists: `mmap` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libc-0.1.8/rust/src/liblibc/lib.rs:5824:17 [INFO] [stdout] | [INFO] [stdout] 5824 | / pub fn mmap(addr: *mut c_void, [INFO] [stdout] 5825 | | len: size_t, [INFO] [stdout] 5826 | | prot: c_int, [INFO] [stdout] 5827 | | flags: c_int, [INFO] [stdout] 5828 | | fd: c_int, [INFO] [stdout] 5829 | | offset: off_t) [INFO] [stdout] 5830 | | -> *mut c_void; [INFO] [stdout] | |___________________________________________- similarly named function `mmap` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `unmap` in this scope [INFO] [stdout] --> src/codegen/os.rs:123:22 [INFO] [stdout] | [INFO] [stdout] 123 | unsafe { unmap(self.ptr, self.size) }; [INFO] [stdout] | ^^^^^ help: a function with a similar name exists: `munmap` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libc-0.1.8/rust/src/liblibc/lib.rs:5831:17 [INFO] [stdout] | [INFO] [stdout] 5831 | pub fn munmap(addr: *mut c_void, len: size_t) -> c_int; [INFO] [stdout] | ------------------------------------------------------- similarly named function `munmap` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/codegen/mod.rs:11:29 [INFO] [stdout] | [INFO] [stdout] 11 | panic!("jit assert"); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/codegen/x86/emit.rs:523:18 [INFO] [stdout] | [INFO] [stdout] 523 | _ => jit_assert! () [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `jit_assert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/codegen/mod.rs:11:29 [INFO] [stdout] | [INFO] [stdout] 11 | panic!("jit assert"); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/codegen/x86/emit.rs:1040:18 [INFO] [stdout] | [INFO] [stdout] 1040 | _ => jit_assert! () [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `jit_assert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/codegen/mod.rs:11:29 [INFO] [stdout] | [INFO] [stdout] 11 | panic!("jit assert"); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/codegen/x86/emit.rs:1054:18 [INFO] [stdout] | [INFO] [stdout] 1054 | _ => jit_assert! () [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `jit_assert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/codegen/mod.rs:11:29 [INFO] [stdout] | [INFO] [stdout] 11 | panic!("jit assert"); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/codegen/x86/emit.rs:1068:18 [INFO] [stdout] | [INFO] [stdout] 1068 | _ => jit_assert! () [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `jit_assert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/codegen/mod.rs:11:29 [INFO] [stdout] | [INFO] [stdout] 11 | panic!("jit assert"); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/codegen/x86/emit.rs:1082:18 [INFO] [stdout] | [INFO] [stdout] 1082 | _ => jit_assert! () [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `jit_assert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/codegen/mod.rs:11:29 [INFO] [stdout] | [INFO] [stdout] 11 | panic!("jit assert"); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/codegen/x86/emit.rs:1096:18 [INFO] [stdout] | [INFO] [stdout] 1096 | _ => jit_assert! () [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `jit_assert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/codegen/mod.rs:11:29 [INFO] [stdout] | [INFO] [stdout] 11 | panic!("jit assert"); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/codegen/x86/emit.rs:1110:18 [INFO] [stdout] | [INFO] [stdout] 1110 | _ => jit_assert! () [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `jit_assert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/codegen/mod.rs:11:29 [INFO] [stdout] | [INFO] [stdout] 11 | panic!("jit assert"); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/codegen/x86/emit.rs:1124:18 [INFO] [stdout] | [INFO] [stdout] 1124 | _ => jit_assert! () [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `jit_assert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/codegen/mod.rs:11:29 [INFO] [stdout] | [INFO] [stdout] 11 | panic!("jit assert"); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/codegen/x86/emit.rs:1138:18 [INFO] [stdout] | [INFO] [stdout] 1138 | _ => jit_assert! () [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `jit_assert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/codegen/mod.rs:11:29 [INFO] [stdout] | [INFO] [stdout] 11 | panic!("jit assert"); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/codegen/x86/emit.rs:1919:18 [INFO] [stdout] | [INFO] [stdout] 1919 | _ => jit_assert! () [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `jit_assert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/codegen/mod.rs:11:29 [INFO] [stdout] | [INFO] [stdout] 11 | panic!("jit assert"); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/codegen/x86_64/emit.rs:338:18 [INFO] [stdout] | [INFO] [stdout] 338 | _ => jit_assert!() [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `jit_assert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/codegen/mod.rs:11:29 [INFO] [stdout] | [INFO] [stdout] 11 | panic!("jit assert"); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/codegen/x86_64/emit.rs:356:18 [INFO] [stdout] | [INFO] [stdout] 356 | _ => jit_assert!() [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `jit_assert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/codegen/mod.rs:11:29 [INFO] [stdout] | [INFO] [stdout] 11 | panic!("jit assert"); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/codegen/x86_64/emit.rs:510:18 [INFO] [stdout] | [INFO] [stdout] 510 | _ => jit_assert!() [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `jit_assert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/codegen/mod.rs:11:29 [INFO] [stdout] | [INFO] [stdout] 11 | panic!("jit assert"); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/codegen/x86_64/mod.rs:28:18 [INFO] [stdout] | [INFO] [stdout] 28 | _ => jit_assert!() [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `jit_assert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/codegen/mod.rs:11:29 [INFO] [stdout] | [INFO] [stdout] 11 | panic!("jit assert"); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/codegen/x86_64/mod.rs:37:18 [INFO] [stdout] | [INFO] [stdout] 37 | _ => jit_assert!() [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `jit_assert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/codegen/mod.rs:11:29 [INFO] [stdout] | [INFO] [stdout] 11 | panic!("jit assert"); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/codegen/x86_64/mod.rs:56:18 [INFO] [stdout] | [INFO] [stdout] 56 | _ => jit_assert!() [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `jit_assert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/codegen/mod.rs:11:29 [INFO] [stdout] | [INFO] [stdout] 11 | panic!("jit assert"); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/codegen/x86_64/mod.rs:94:18 [INFO] [stdout] | [INFO] [stdout] 94 | _ => jit_assert!() [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `jit_assert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/codegen/mod.rs:11:29 [INFO] [stdout] | [INFO] [stdout] 11 | panic!("jit assert"); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/codegen/x86_64/mod.rs:138:18 [INFO] [stdout] | [INFO] [stdout] 138 | _ => jit_assert!() [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `jit_assert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/codegen/mod.rs:11:29 [INFO] [stdout] | [INFO] [stdout] 11 | panic!("jit assert"); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/codegen/x86_64/mod.rs:160:18 [INFO] [stdout] | [INFO] [stdout] 160 | _ => jit_assert!() [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `jit_assert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/codegen/mod.rs:11:29 [INFO] [stdout] | [INFO] [stdout] 11 | panic!("jit assert"); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/codegen/x86_64/mod.rs:206:18 [INFO] [stdout] | [INFO] [stdout] 206 | _ => jit_assert!() [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `jit_assert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `self::libc::*` [INFO] [stdout] --> src/codegen/os.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use self::libc::*; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::mem` [INFO] [stdout] --> src/codegen/os.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use std::mem; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors; 22 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rjs_jit` due to 3 previous errors; 22 warnings emitted [INFO] running `Command { std: "docker" "inspect" "68649b890854fb1918bee48e3c7851a7048963afbbab4dd709b0b8ed46d3e78d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "68649b890854fb1918bee48e3c7851a7048963afbbab4dd709b0b8ed46d3e78d", kill_on_drop: false }` [INFO] [stdout] 68649b890854fb1918bee48e3c7851a7048963afbbab4dd709b0b8ed46d3e78d