[INFO] cloning repository https://github.com/FlawlessDeveloper/Stackyy [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/FlawlessDeveloper/Stackyy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFlawlessDeveloper%2FStackyy", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFlawlessDeveloper%2FStackyy'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 244c299bba24ddc18aff67a7274fa9b00d0bc261 [INFO] testing FlawlessDeveloper/Stackyy against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFlawlessDeveloper%2FStackyy" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/FlawlessDeveloper/Stackyy on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/FlawlessDeveloper/Stackyy [INFO] finished tweaking git repo https://github.com/FlawlessDeveloper/Stackyy [INFO] tweaked toml for git repo https://github.com/FlawlessDeveloper/Stackyy written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ff561d18a37dd1905531704a86d161660fa3919b897e4d56b11d110071cd26de [INFO] running `Command { std: "docker" "start" "-a" "ff561d18a37dd1905531704a86d161660fa3919b897e4d56b11d110071cd26de", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ff561d18a37dd1905531704a86d161660fa3919b897e4d56b11d110071cd26de", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ff561d18a37dd1905531704a86d161660fa3919b897e4d56b11d110071cd26de", kill_on_drop: false }` [INFO] [stdout] ff561d18a37dd1905531704a86d161660fa3919b897e4d56b11d110071cd26de [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 50a183b9b1861b432ee10d2249e44ddd4a49cc3c638344d088d00b6e2eb4fc75 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "50a183b9b1861b432ee10d2249e44ddd4a49cc3c638344d088d00b6e2eb4fc75", kill_on_drop: false }` [INFO] [stderr] Compiling crossbeam-utils v0.8.8 [INFO] [stderr] Compiling rayon-core v1.9.2 [INFO] [stderr] Compiling crossbeam-epoch v0.9.8 [INFO] [stderr] Compiling indexmap v1.8.1 [INFO] [stderr] Compiling rayon v1.5.2 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling backtrace v0.3.64 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling crossbeam-channel v0.5.4 [INFO] [stderr] Compiling clap_derive v3.1.7 [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling clap v3.1.8 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling serde_yaml v0.8.23 [INFO] [stderr] Compiling stackyy v0.1.0 (/opt/rustwide/workdir) [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(panic_info_message)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/main.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(trusted_random_access)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/main.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(once_cell)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/main.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | #![feature(fn_traits)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/main.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | #![feature(trivial_bounds)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/main.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | #![feature(path_try_exists)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Internal` [INFO] [stdout] --> src/parser.rs:15:30 [INFO] [stdout] | [INFO] [stdout] 15 | use crate::util::internals::{Internal, to_internal}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::util::token::TokenType::Function as TokenFunction` [INFO] [stdout] --> src/parser.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | use crate::util::token::TokenType::Function as TokenFunction; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::vm::MAX_CALL_STACK_SIZE` [INFO] [stdout] --> src/parser.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | use crate::vm::MAX_CALL_STACK_SIZE; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Operation` [INFO] [stdout] --> src/util/mod.rs:1:30 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::util::operation::{Operation, OperationDataInfo}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::util::position::Position` [INFO] [stdout] --> src/util/mod.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::util::position::Position; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `compiler_error_str` [INFO] [stdout] --> src/util/token.rs:6:35 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::util::{compiler_error, compiler_error_str, compiler_warning}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `compiler_error_str` [INFO] [stdout] --> src/util/operation.rs:7:13 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::{compiler_error_str, Position, VM}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::util::compiler_warning_str` [INFO] [stdout] --> src/util/operation.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use crate::util::compiler_warning_str; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `DescriptorAction` [INFO] [stdout] --> src/util/operation.rs:12:109 [INFO] [stdout] | [INFO] [stdout] 12 | use crate::util::operations::{CALLING_RUNTIME, CALLING_TYPECHECK, DESCRIPTOR_RUNTIME, DESCRIPTOR_TYPECHECK, DescriptorAction, INTERNAL_RU... [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::util::position::Position` [INFO] [stdout] --> src/util/internals.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use crate::util::position::Position; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `ErrorTypes`, `TypeCheckError`, `Types` [INFO] [stdout] --> src/util/internals.rs:10:31 [INFO] [stdout] | [INFO] [stdout] 10 | use crate::util::type_check::{ErrorTypes, TypeCheckError, Types}; [INFO] [stdout] | ^^^^^^^^^^ ^^^^^^^^^^^^^^ ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Arc` [INFO] [stdout] --> src/util/register_type.rs:2:17 [INFO] [stdout] | [INFO] [stdout] 2 | use std::sync::{Arc, Mutex}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::Position` [INFO] [stdout] --> src/util/register_type.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::Position; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `write` [INFO] [stdout] --> src/util/type_check.rs:2:36 [INFO] [stdout] | [INFO] [stdout] 2 | use std::fmt::{Display, Formatter, write}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::rc::Rc` [INFO] [stdout] --> src/util/type_check.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use std::rc::Rc; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::sync::Mutex` [INFO] [stdout] --> src/util/type_check.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use std::sync::Mutex; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `compiler_error_str` [INFO] [stdout] --> src/util/type_check.rs:9:35 [INFO] [stdout] | [INFO] [stdout] 9 | use crate::util::{compiler_error, compiler_error_str}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::util::operations::Descriptor as TDescriptor` [INFO] [stdout] --> src/util/type_check.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use crate::util::operations::Descriptor as TDescriptor; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `descriptors::execute_fn as descriptors_runtime` [INFO] [stdout] --> src/util/operations/mod.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use descriptors::execute_fn as descriptors_runtime; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `descriptors::type_check_fn as descriptors_typecheck` [INFO] [stdout] --> src/util/operations/mod.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use descriptors::type_check_fn as descriptors_typecheck; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::collections::HashMap` [INFO] [stdout] --> src/util/operations/internals.rs:226:9 [INFO] [stdout] | [INFO] [stdout] 226 | use std::collections::HashMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Arc` [INFO] [stdout] --> src/util/operations/descriptors/mod.rs:6:17 [INFO] [stdout] | [INFO] [stdout] 6 | use std::sync::{Arc, Mutex}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Position`, `compiler_error_str` [INFO] [stdout] --> src/util/operations/descriptors/mod.rs:8:29 [INFO] [stdout] | [INFO] [stdout] 8 | use crate::{compiler_error, compiler_error_str, Position, VM}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `runtime_error_str` [INFO] [stdout] --> src/util/operations/descriptors/mod.rs:10:34 [INFO] [stdout] | [INFO] [stdout] 10 | use crate::util::{runtime_error, runtime_error_str, runtime_warning_str}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `BufRead`, `BufWriter` [INFO] [stdout] --> src/util/operations/descriptors/file.rs:3:15 [INFO] [stdout] | [INFO] [stdout] 3 | use std::io::{BufRead, BufReader, BufWriter, Read, Write}; [INFO] [stdout] | ^^^^^^^ ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::path::Path` [INFO] [stdout] --> src/util/operations/descriptors/file.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use std::path::Path; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::Position` [INFO] [stdout] --> src/util/operations/descriptors/file.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::Position; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `VM` [INFO] [stdout] --> src/util/compile.rs:5:32 [INFO] [stdout] | [INFO] [stdout] 5 | use crate::{OperationDataInfo, VM}; [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::args::Compile` [INFO] [stdout] --> src/util/compile.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::args::Compile; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Function` [INFO] [stdout] --> src/util/compile.rs:7:21 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::parser::{Function, FunctionData}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Operation` [INFO] [stdout] --> src/util/compile.rs:8:30 [INFO] [stdout] | [INFO] [stdout] 8 | use crate::util::operation::{Operation, OperationData}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `compiler_error_str`, `runtime_warning_str`, `runtime_warning` [INFO] [stdout] --> src/vm.rs:6:19 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::util::{compiler_error_str, runtime_error, runtime_error_str, runtime_warning, runtime_warning_str}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `OperationType` [INFO] [stdout] --> src/vm.rs:7:75 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::util::operation::{Operation, OperationData, OperationDataInfo, OperationType}; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::util::position::Position` [INFO] [stdout] --> src/vm.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use crate::util::position::Position; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `ErrorTypes` [INFO] [stdout] --> src/vm.rs:10:31 [INFO] [stdout] | [INFO] [stdout] 10 | use crate::util::type_check::{ErrorTypes, Types}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Position` [INFO] [stdout] --> src/opt/mod.rs:1:29 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::{compiler_error, Position}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/parser.rs:188:45 [INFO] [stdout] | [INFO] [stdout] 187 | ... compiler_error(format!("No string passed to include. Found: {:?}", path.1.value()), &op_data_info); [INFO] [stdout] | -------------------------------------------------------------------------------------------------- any code following this expression is unreachable [INFO] [stdout] 188 | ... unreachable!() [INFO] [stdout] | ^^^^^^^^^^^^^^ unreachable expression [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_code)]` on by default [INFO] [stdout] = note: this warning originates in the macro `$crate::panic::unreachable_2021` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/parser.rs:226:37 [INFO] [stdout] | [INFO] [stdout] 225 | ... compiler_error_str("Invalid ressource operation.", &op_data_info); [INFO] [stdout] | ----------------------------------------------------------------- any code following this expression is unreachable [INFO] [stdout] 226 | ... unreachable!() [INFO] [stdout] | ^^^^^^^^^^^^^^ unreachable expression [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::panic::unreachable_2021` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/parser.rs:239:37 [INFO] [stdout] | [INFO] [stdout] 238 | ... compiler_error_str("Invalid ressource operation.", &op_data_info); [INFO] [stdout] | ----------------------------------------------------------------- any code following this expression is unreachable [INFO] [stdout] 239 | ... unreachable!() [INFO] [stdout] | ^^^^^^^^^^^^^^ unreachable expression [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::panic::unreachable_2021` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/parser.rs:328:29 [INFO] [stdout] | [INFO] [stdout] 327 | ... compiler_error_str("Functions are only allowed on the top level", &op_data_info); [INFO] [stdout] | -------------------------------------------------------------------------------- any code following this expression is unreachable [INFO] [stdout] 328 | ... unreachable!() [INFO] [stdout] | ^^^^^^^^^^^^^^ unreachable expression [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::panic::unreachable_2021` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable statement [INFO] [stdout] --> src/parser.rs:339:33 [INFO] [stdout] | [INFO] [stdout] 338 | ... compiler_error_str("Internal parser error occurred", &op_data_info); [INFO] [stdout] | ------------------------------------------------------------------- any code following this expression is unreachable [INFO] [stdout] 339 | ... unreachable!(); [INFO] [stdout] | ^^^^^^^^^^^^^^ unreachable statement [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `unreachable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable statement [INFO] [stdout] --> src/util/internals.rs:124:17 [INFO] [stdout] | [INFO] [stdout] 123 | compiler_error(format!("The system lib: {} was not found", include), pos); [INFO] [stdout] | ------------------------------------------------------------------------- any code following this expression is unreachable [INFO] [stdout] 124 | unreachable!(); [INFO] [stdout] | ^^^^^^^^^^^^^^ unreachable statement [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `unreachable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/util/internals.rs:133:13 [INFO] [stdout] | [INFO] [stdout] 132 | compiler_error(format!("The internal call {} does not exist or is not included", str), pos); [INFO] [stdout] | ------------------------------------------------------------------------------------------- any code following this expression is unreachable [INFO] [stdout] 133 | unreachable!() [INFO] [stdout] | ^^^^^^^^^^^^^^ unreachable expression [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::panic::unreachable_2021` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/util/internals.rs:137:9 [INFO] [stdout] | [INFO] [stdout] 136 | compiler_error_str("Internal parser error occurred", pos); [INFO] [stdout] | --------------------------------------------------------- any code following this expression is unreachable [INFO] [stdout] 137 | unreachable!() [INFO] [stdout] | ^^^^^^^^^^^^^^ unreachable expression [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::panic::unreachable_2021` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/util/type_check.rs:207:13 [INFO] [stdout] | [INFO] [stdout] 206 | compiler_error(format!("Invalid type: {}", token.1), &OperationDataInfo::Position(token.clone().0)); [INFO] [stdout] | --------------------------------------------------------------------------------------------------- any code following this expression is unreachable [INFO] [stdout] 207 | unreachable!() [INFO] [stdout] | ^^^^^^^^^^^^^^ unreachable expression [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::panic::unreachable_2021` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/util/operations/internals.rs:400:21 [INFO] [stdout] | [INFO] [stdout] 399 | runtime_error_str("Comparison of invalid types", info); [INFO] [stdout] | ------------------------------------------------------ any code following this expression is unreachable [INFO] [stdout] 400 | unreachable!() [INFO] [stdout] | ^^^^^^^^^^^^^^ unreachable expression [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::panic::unreachable_2021` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable statement [INFO] [stdout] --> src/util/operations/internals.rs:422:25 [INFO] [stdout] | [INFO] [stdout] 421 | runtime_error_str("Comparison of invalid types", info); [INFO] [stdout] | ------------------------------------------------------ any code following this expression is unreachable [INFO] [stdout] 422 | unreachable!(); [INFO] [stdout] | ^^^^^^^^^^^^^^ unreachable statement [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `unreachable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable statement [INFO] [stdout] --> src/util/operations/internals.rs:426:21 [INFO] [stdout] | [INFO] [stdout] 425 | runtime_error_str("Comparison of invalid types", info); [INFO] [stdout] | ------------------------------------------------------ any code following this expression is unreachable [INFO] [stdout] 426 | unreachable!(); [INFO] [stdout] | ^^^^^^^^^^^^^^ unreachable statement [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `unreachable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable statement [INFO] [stdout] --> src/util/operations/internals.rs:445:33 [INFO] [stdout] | [INFO] [stdout] 444 | ... runtime_error_str("Cannot remove string from empty function name", info); [INFO] [stdout] | ------------------------------------------------------------------------ any code following this expression is unreachable [INFO] [stdout] 445 | ... unreachable!(); [INFO] [stdout] | ^^^^^^^^^^^^^^ unreachable statement [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `unreachable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable statement [INFO] [stdout] --> src/util/operations/internals.rs:449:33 [INFO] [stdout] | [INFO] [stdout] 448 | ... runtime_error_str("Tried to remove too much from function name", info); [INFO] [stdout] | ---------------------------------------------------------------------- any code following this expression is unreachable [INFO] [stdout] 449 | ... unreachable!(); [INFO] [stdout] | ^^^^^^^^^^^^^^ unreachable statement [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `unreachable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable statement [INFO] [stdout] --> src/util/operations/internals.rs:460:37 [INFO] [stdout] | [INFO] [stdout] 459 | ... runtime_error_str("Tried to remove too much from function name", info); [INFO] [stdout] | ---------------------------------------------------------------------- any code following this expression is unreachable [INFO] [stdout] 460 | ... unreachable!(); [INFO] [stdout] | ^^^^^^^^^^^^^^ unreachable statement [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `unreachable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable statement [INFO] [stdout] --> src/util/operations/internals.rs:468:29 [INFO] [stdout] | [INFO] [stdout] 467 | ... runtime_error_str("Comparison of invalid types", info); [INFO] [stdout] | ------------------------------------------------------ any code following this expression is unreachable [INFO] [stdout] 468 | ... unreachable!(); [INFO] [stdout] | ^^^^^^^^^^^^^^ unreachable statement [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `unreachable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable statement [INFO] [stdout] --> src/util/operations/internals.rs:485:33 [INFO] [stdout] | [INFO] [stdout] 484 | ... runtime_error_str("Can not push non string to function", info); [INFO] [stdout] | -------------------------------------------------------------- any code following this expression is unreachable [INFO] [stdout] 485 | ... unreachable!(); [INFO] [stdout] | ^^^^^^^^^^^^^^ unreachable statement [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `unreachable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/util/operations/descriptors/mod.rs:59:9 [INFO] [stdout] | [INFO] [stdout] 58 | error_fn(format!("The descriptor {} is not registered", str), info); [INFO] [stdout] | ------------------------------------------------------------------- any code following this expression is unreachable [INFO] [stdout] 59 | unreachable!() [INFO] [stdout] | ^^^^^^^^^^^^^^ unreachable expression [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::panic::unreachable_2021` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/util/operations/descriptors/mod.rs:69:9 [INFO] [stdout] | [INFO] [stdout] 68 | error_fn(format!("The action {} is not registered", str), info); [INFO] [stdout] | --------------------------------------------------------------- any code following this expression is unreachable [INFO] [stdout] 69 | unreachable!() [INFO] [stdout] | ^^^^^^^^^^^^^^ unreachable expression [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::panic::unreachable_2021` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/opt/mod.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 8 | compiler_error(format!("Invalid include path: {}", str), &empty); [INFO] [stdout] | ---------------------------------------------------------------- any code following this expression is unreachable [INFO] [stdout] 9 | unreachable!() [INFO] [stdout] | ^^^^^^^^^^^^^^ unreachable expression [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::panic::unreachable_2021` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/opt/mod.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 20 | compiler_error(format!("Invalid optional include path: {}", str), &empty); [INFO] [stdout] | ------------------------------------------------------------------------- any code following this expression is unreachable [INFO] [stdout] 21 | unreachable!() [INFO] [stdout] | ^^^^^^^^^^^^^^ unreachable expression [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::panic::unreachable_2021` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors; 57 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] [stderr] error: could not compile `stackyy` due to 7 previous errors; 57 warnings emitted [INFO] running `Command { std: "docker" "inspect" "50a183b9b1861b432ee10d2249e44ddd4a49cc3c638344d088d00b6e2eb4fc75", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "50a183b9b1861b432ee10d2249e44ddd4a49cc3c638344d088d00b6e2eb4fc75", kill_on_drop: false }` [INFO] [stdout] 50a183b9b1861b432ee10d2249e44ddd4a49cc3c638344d088d00b6e2eb4fc75