[INFO] cloning repository https://github.com/Mec-iS/rust-algos-illuminated
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Mec-iS/rust-algos-illuminated" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMec-iS%2Frust-algos-illuminated", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMec-iS%2Frust-algos-illuminated'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e9b7e2a77cfe1d878f4b30043b1e25a1561476db
[INFO] checking Mec-iS/rust-algos-illuminated against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMec-iS%2Frust-algos-illuminated" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Mec-iS/rust-algos-illuminated
[INFO] finished tweaking git repo https://github.com/Mec-iS/rust-algos-illuminated
[INFO] tweaked toml for git repo https://github.com/Mec-iS/rust-algos-illuminated written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Mec-iS/rust-algos-illuminated on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Mec-iS/rust-algos-illuminated already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 01c0578a62b300d3b47342c7944434562b65f8279df586047136d63dad900178
[INFO] running `Command { std: "docker" "start" "-a" "01c0578a62b300d3b47342c7944434562b65f8279df586047136d63dad900178", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "01c0578a62b300d3b47342c7944434562b65f8279df586047136d63dad900178", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "01c0578a62b300d3b47342c7944434562b65f8279df586047136d63dad900178", kill_on_drop: false }`
[INFO] [stdout] 01c0578a62b300d3b47342c7944434562b65f8279df586047136d63dad900178
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] abd3cb041ff68b4c1fe66e8d5b9f2409b87c06b371f40708d8f991f579961cb4
[INFO] running `Command { std: "docker" "start" "-a" "abd3cb041ff68b4c1fe66e8d5b9f2409b87c06b371f40708d8f991f579961cb4", kill_on_drop: false }`
[INFO] [stderr]     Checking rust-algos-illuminated v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]  --> src/chapter_one/mod.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub extern fn IntMul(x: u64, y: u64) -> u64 {
[INFO] [stdout]   |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(missing_abi)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/chapter_one/mod.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub extern fn RecIntMul(x: u64, y: u64) -> u64 {
[INFO] [stdout]    |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/chapter_one/mod.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 48 | pub extern fn Karatsuba(x: u64, y: u64) -> u64 {
[INFO] [stdout]    |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/chapter_one/mod.rs:79:5
[INFO] [stdout]    |
[INFO] [stdout] 79 | pub extern fn isSorted(arr: &Vec<i32>) -> bool {
[INFO] [stdout]    |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/chapter_one/mod.rs:106:5
[INFO] [stdout]     |
[INFO] [stdout] 106 | pub extern fn selectionSort(arr: Vec<i32>) -> Vec<i32> {
[INFO] [stdout]     |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/chapter_one/mod.rs:143:5
[INFO] [stdout]     |
[INFO] [stdout] 143 | pub extern fn MergeSelectionSort(arr: Vec<i32>) -> Vec<i32> {
[INFO] [stdout]     |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/chapter_one/mod.rs:170:5
[INFO] [stdout]     |
[INFO] [stdout] 170 | pub extern fn Merge(c: Vec<i32>, d: Vec<i32>) -> Vec<i32> {
[INFO] [stdout]     |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]  --> src/chapter_one/mod.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub extern fn IntMul(x: u64, y: u64) -> u64 {
[INFO] [stdout]   |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(missing_abi)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/chapter_one/mod.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub extern fn RecIntMul(x: u64, y: u64) -> u64 {
[INFO] [stdout]    |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/chapter_one/mod.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 48 | pub extern fn Karatsuba(x: u64, y: u64) -> u64 {
[INFO] [stdout]    |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/chapter_one/mod.rs:79:5
[INFO] [stdout]    |
[INFO] [stdout] 79 | pub extern fn isSorted(arr: &Vec<i32>) -> bool {
[INFO] [stdout]    |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/chapter_one/mod.rs:106:5
[INFO] [stdout]     |
[INFO] [stdout] 106 | pub extern fn selectionSort(arr: Vec<i32>) -> Vec<i32> {
[INFO] [stdout]     |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/chapter_one/mod.rs:143:5
[INFO] [stdout]     |
[INFO] [stdout] 143 | pub extern fn MergeSelectionSort(arr: Vec<i32>) -> Vec<i32> {
[INFO] [stdout]     |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/chapter_one/mod.rs:170:5
[INFO] [stdout]     |
[INFO] [stdout] 170 | pub extern fn Merge(c: Vec<i32>, d: Vec<i32>) -> Vec<i32> {
[INFO] [stdout]     |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Queue` is never constructed
[INFO] [stdout]  --> src/other/mod.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct Queue {
[INFO] [stdout]   |            ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `push`, `pop_raw`, `pop_swap`, `split`, and `new` are never used
[INFO] [stdout]   --> src/other/mod.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | impl Queue {
[INFO] [stdout]    | ---------- associated items in this implementation
[INFO] [stdout] 11 |     /// push to the queue
[INFO] [stdout] 12 |     pub fn push(&mut self, element: char) -> () {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 17 |     pub fn pop_raw(&mut self) -> Option<char> {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 35 |     pub fn pop_swap(&mut self) -> Option<char> {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 55 |     pub fn split(self) -> (Vec<char>, Vec<char>) {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 60 |     pub fn new() -> Queue {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Queue` is never constructed
[INFO] [stdout]  --> src/other/mod.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct Queue {
[INFO] [stdout]   |            ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `push`, `pop_raw`, `pop_swap`, `split`, and `new` are never used
[INFO] [stdout]   --> src/other/mod.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | impl Queue {
[INFO] [stdout]    | ---------- associated items in this implementation
[INFO] [stdout] 11 |     /// push to the queue
[INFO] [stdout] 12 |     pub fn push(&mut self, element: char) -> () {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 17 |     pub fn pop_raw(&mut self) -> Option<char> {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 35 |     pub fn pop_swap(&mut self) -> Option<char> {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 55 |     pub fn split(self) -> (Vec<char>, Vec<char>) {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 60 |     pub fn new() -> Queue {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` fn uses type `Vec<i32>`, which is not FFI-safe
[INFO] [stdout]    --> src/chapter_one/mod.rs:106:34
[INFO] [stdout]     |
[INFO] [stdout] 106 | pub extern fn selectionSort(arr: Vec<i32>) -> Vec<i32> {
[INFO] [stdout]     |                                  ^^^^^^^^ not FFI-safe
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
[INFO] [stdout]     = note: this struct has unspecified layout
[INFO] [stdout]     = note: `#[warn(improper_ctypes_definitions)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` fn uses type `Vec<i32>`, which is not FFI-safe
[INFO] [stdout]    --> src/chapter_one/mod.rs:106:47
[INFO] [stdout]     |
[INFO] [stdout] 106 | pub extern fn selectionSort(arr: Vec<i32>) -> Vec<i32> {
[INFO] [stdout]     |                                               ^^^^^^^^ not FFI-safe
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
[INFO] [stdout]     = note: this struct has unspecified layout
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` fn uses type `Vec<i32>`, which is not FFI-safe
[INFO] [stdout]    --> src/chapter_one/mod.rs:143:39
[INFO] [stdout]     |
[INFO] [stdout] 143 | pub extern fn MergeSelectionSort(arr: Vec<i32>) -> Vec<i32> {
[INFO] [stdout]     |                                       ^^^^^^^^ not FFI-safe
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
[INFO] [stdout]     = note: this struct has unspecified layout
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` fn uses type `Vec<i32>`, which is not FFI-safe
[INFO] [stdout]    --> src/chapter_one/mod.rs:143:52
[INFO] [stdout]     |
[INFO] [stdout] 143 | pub extern fn MergeSelectionSort(arr: Vec<i32>) -> Vec<i32> {
[INFO] [stdout]     |                                                    ^^^^^^^^ not FFI-safe
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
[INFO] [stdout]     = note: this struct has unspecified layout
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` fn uses type `Vec<i32>`, which is not FFI-safe
[INFO] [stdout]    --> src/chapter_one/mod.rs:170:24
[INFO] [stdout]     |
[INFO] [stdout] 170 | pub extern fn Merge(c: Vec<i32>, d: Vec<i32>) -> Vec<i32> {
[INFO] [stdout]     |                        ^^^^^^^^ not FFI-safe
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
[INFO] [stdout]     = note: this struct has unspecified layout
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` fn uses type `Vec<i32>`, which is not FFI-safe
[INFO] [stdout]    --> src/chapter_one/mod.rs:170:37
[INFO] [stdout]     |
[INFO] [stdout] 170 | pub extern fn Merge(c: Vec<i32>, d: Vec<i32>) -> Vec<i32> {
[INFO] [stdout]     |                                     ^^^^^^^^ not FFI-safe
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
[INFO] [stdout]     = note: this struct has unspecified layout
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` fn uses type `Vec<i32>`, which is not FFI-safe
[INFO] [stdout]    --> src/chapter_one/mod.rs:170:50
[INFO] [stdout]     |
[INFO] [stdout] 170 | pub extern fn Merge(c: Vec<i32>, d: Vec<i32>) -> Vec<i32> {
[INFO] [stdout]     |                                                  ^^^^^^^^ not FFI-safe
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
[INFO] [stdout]     = note: this struct has unspecified layout
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` fn uses type `Vec<i32>`, which is not FFI-safe
[INFO] [stdout]    --> src/chapter_one/mod.rs:106:34
[INFO] [stdout]     |
[INFO] [stdout] 106 | pub extern fn selectionSort(arr: Vec<i32>) -> Vec<i32> {
[INFO] [stdout]     |                                  ^^^^^^^^ not FFI-safe
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
[INFO] [stdout]     = note: this struct has unspecified layout
[INFO] [stdout]     = note: `#[warn(improper_ctypes_definitions)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` fn uses type `Vec<i32>`, which is not FFI-safe
[INFO] [stdout]    --> src/chapter_one/mod.rs:106:47
[INFO] [stdout]     |
[INFO] [stdout] 106 | pub extern fn selectionSort(arr: Vec<i32>) -> Vec<i32> {
[INFO] [stdout]     |                                               ^^^^^^^^ not FFI-safe
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
[INFO] [stdout]     = note: this struct has unspecified layout
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` fn uses type `Vec<i32>`, which is not FFI-safe
[INFO] [stdout]    --> src/chapter_one/mod.rs:143:39
[INFO] [stdout]     |
[INFO] [stdout] 143 | pub extern fn MergeSelectionSort(arr: Vec<i32>) -> Vec<i32> {
[INFO] [stdout]     |                                       ^^^^^^^^ not FFI-safe
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
[INFO] [stdout]     = note: this struct has unspecified layout
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` fn uses type `Vec<i32>`, which is not FFI-safe
[INFO] [stdout]    --> src/chapter_one/mod.rs:143:52
[INFO] [stdout]     |
[INFO] [stdout] 143 | pub extern fn MergeSelectionSort(arr: Vec<i32>) -> Vec<i32> {
[INFO] [stdout]     |                                                    ^^^^^^^^ not FFI-safe
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
[INFO] [stdout]     = note: this struct has unspecified layout
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` fn uses type `Vec<i32>`, which is not FFI-safe
[INFO] [stdout]    --> src/chapter_one/mod.rs:170:24
[INFO] [stdout]     |
[INFO] [stdout] 170 | pub extern fn Merge(c: Vec<i32>, d: Vec<i32>) -> Vec<i32> {
[INFO] [stdout]     |                        ^^^^^^^^ not FFI-safe
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
[INFO] [stdout]     = note: this struct has unspecified layout
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` fn uses type `Vec<i32>`, which is not FFI-safe
[INFO] [stdout]    --> src/chapter_one/mod.rs:170:37
[INFO] [stdout]     |
[INFO] [stdout] 170 | pub extern fn Merge(c: Vec<i32>, d: Vec<i32>) -> Vec<i32> {
[INFO] [stdout]     |                                     ^^^^^^^^ not FFI-safe
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
[INFO] [stdout]     = note: this struct has unspecified layout
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` fn uses type `Vec<i32>`, which is not FFI-safe
[INFO] [stdout]    --> src/chapter_one/mod.rs:170:50
[INFO] [stdout]     |
[INFO] [stdout] 170 | pub extern fn Merge(c: Vec<i32>, d: Vec<i32>) -> Vec<i32> {
[INFO] [stdout]     |                                                  ^^^^^^^^ not FFI-safe
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
[INFO] [stdout]     = note: this struct has unspecified layout
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]  --> src/main.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(test)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]  --> src/chapter_one/mod.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub extern fn IntMul(x: u64, y: u64) -> u64 {
[INFO] [stdout]   |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(missing_abi)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/chapter_one/mod.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub extern fn RecIntMul(x: u64, y: u64) -> u64 {
[INFO] [stdout]    |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/chapter_one/mod.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 48 | pub extern fn Karatsuba(x: u64, y: u64) -> u64 {
[INFO] [stdout]    |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/chapter_one/mod.rs:79:5
[INFO] [stdout]    |
[INFO] [stdout] 79 | pub extern fn isSorted(arr: &Vec<i32>) -> bool {
[INFO] [stdout]    |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/chapter_one/mod.rs:106:5
[INFO] [stdout]     |
[INFO] [stdout] 106 | pub extern fn selectionSort(arr: Vec<i32>) -> Vec<i32> {
[INFO] [stdout]     |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/chapter_one/mod.rs:143:5
[INFO] [stdout]     |
[INFO] [stdout] 143 | pub extern fn MergeSelectionSort(arr: Vec<i32>) -> Vec<i32> {
[INFO] [stdout]     |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/chapter_one/mod.rs:170:5
[INFO] [stdout]     |
[INFO] [stdout] 170 | pub extern fn Merge(c: Vec<i32>, d: Vec<i32>) -> Vec<i32> {
[INFO] [stdout]     |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]  --> src/main.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(test)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]  --> src/chapter_one/mod.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub extern fn IntMul(x: u64, y: u64) -> u64 {
[INFO] [stdout]   |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(missing_abi)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/chapter_one/mod.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub extern fn RecIntMul(x: u64, y: u64) -> u64 {
[INFO] [stdout]    |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/chapter_one/mod.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 48 | pub extern fn Karatsuba(x: u64, y: u64) -> u64 {
[INFO] [stdout]    |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/chapter_one/mod.rs:79:5
[INFO] [stdout]    |
[INFO] [stdout] 79 | pub extern fn isSorted(arr: &Vec<i32>) -> bool {
[INFO] [stdout]    |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/chapter_one/mod.rs:106:5
[INFO] [stdout]     |
[INFO] [stdout] 106 | pub extern fn selectionSort(arr: Vec<i32>) -> Vec<i32> {
[INFO] [stdout]     |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/chapter_one/mod.rs:143:5
[INFO] [stdout]     |
[INFO] [stdout] 143 | pub extern fn MergeSelectionSort(arr: Vec<i32>) -> Vec<i32> {
[INFO] [stdout]     |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/chapter_one/mod.rs:170:5
[INFO] [stdout]     |
[INFO] [stdout] 170 | pub extern fn Merge(c: Vec<i32>, d: Vec<i32>) -> Vec<i32> {
[INFO] [stdout]     |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0554`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rust-algos-illuminated` (bin "rust-algos-illuminated") due to 1 previous error; 7 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0554`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rust-algos-illuminated` (bin "rust-algos-illuminated" test) due to 1 previous error; 7 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "abd3cb041ff68b4c1fe66e8d5b9f2409b87c06b371f40708d8f991f579961cb4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "abd3cb041ff68b4c1fe66e8d5b9f2409b87c06b371f40708d8f991f579961cb4", kill_on_drop: false }`
[INFO] [stdout] abd3cb041ff68b4c1fe66e8d5b9f2409b87c06b371f40708d8f991f579961cb4
