[INFO] cloning repository https://github.com/Redskaber/Joker
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Redskaber/Joker" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRedskaber%2FJoker", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRedskaber%2FJoker'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b3ed3aa33056696bf8d59f10f097aa22a4911ad5
[INFO] testing Redskaber/Joker against master#2fd6efc32704647e64d3d646d21c4c68eae100e4 for pr-149852-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRedskaber%2FJoker" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Redskaber/Joker
[INFO] finished tweaking git repo https://github.com/Redskaber/Joker
[INFO] tweaked toml for git repo https://github.com/Redskaber/Joker written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Redskaber/Joker on toolchain 2fd6efc32704647e64d3d646d21c4c68eae100e4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Redskaber/Joker 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" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0c1a919a610f06f6b4320f05235ee8b8166bd334031577d37595bb9598e76bbf
[INFO] running `Command { std: "docker" "start" "-a" "0c1a919a610f06f6b4320f05235ee8b8166bd334031577d37595bb9598e76bbf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0c1a919a610f06f6b4320f05235ee8b8166bd334031577d37595bb9598e76bbf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0c1a919a610f06f6b4320f05235ee8b8166bd334031577d37595bb9598e76bbf", kill_on_drop: false }`
[INFO] [stdout] 0c1a919a610f06f6b4320f05235ee8b8166bd334031577d37595bb9598e76bbf
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f2dc1b6d700a770b892c00f60c258f3ae895e0c395ad4ad51172e551941414ae
[INFO] running `Command { std: "docker" "start" "-a" "f2dc1b6d700a770b892c00f60c258f3ae895e0c395ad4ad51172e551941414ae", kill_on_drop: false }`
[INFO] [stderr]    Compiling tools v0.1.0 (/opt/rustwide/workdir/tools)
[INFO] [stderr]    Compiling joker v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: method `into_upcast` is never used
[INFO] [stdout]    --> src/joker/ast.rs:153:20
[INFO] [stdout]     |
[INFO] [stdout] 146 |           impl $struct_name {
[INFO] [stdout]     |           ----------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 153 |               pub fn into_upcast(self) -> $ast_name {
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 328 | / define_ast! {
[INFO] [stdout] 329 | |     Expr {
[INFO] [stdout] 330 | |         Literal     { value: OEnum },
[INFO] [stdout] 331 | |         Unary       { l_opera: Token, r_expr: Box<Expr> },
[INFO] [stdout] ...   |
[INFO] [stdout] 348 | |     ExprAcceptor,
[INFO] [stdout] 349 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `define_ast` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `upcast` and `into_upcast` are never used
[INFO] [stdout]    --> src/joker/ast.rs:150:20
[INFO] [stdout]     |
[INFO] [stdout] 146 |           impl $struct_name {
[INFO] [stdout]     |           ----------------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 150 |               pub fn upcast($($field: $field_type),*) -> $ast_name {
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 153 |               pub fn into_upcast(self) -> $ast_name {
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 328 | / define_ast! {
[INFO] [stdout] 329 | |     Expr {
[INFO] [stdout] 330 | |         Literal     { value: OEnum },
[INFO] [stdout] 331 | |         Unary       { l_opera: Token, r_expr: Box<Expr> },
[INFO] [stdout] ...   |
[INFO] [stdout] 348 | |     ExprAcceptor,
[INFO] [stdout] 349 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `define_ast` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `into_upcast` is never used
[INFO] [stdout]    --> src/joker/ast.rs:153:20
[INFO] [stdout]     |
[INFO] [stdout] 146 |           impl $struct_name {
[INFO] [stdout]     |           ----------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 153 |               pub fn into_upcast(self) -> $ast_name {
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 351 | / define_ast! {
[INFO] [stdout] 352 | |     Stmt {
[INFO] [stdout] 353 | |         ExprStmt    { expr: Expr },
[INFO] [stdout] 354 | |         PrintStmt   { expr: Expr },
[INFO] [stdout] ...   |
[INFO] [stdout] 369 | |     StmtAcceptor,
[INFO] [stdout] 370 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `define_ast` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AstPrinter` is never constructed
[INFO] [stdout]   --> src/joker/ast_print.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct AstPrinter;
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `println`, `ast_stmt`, and `parenthesize` are never used
[INFO] [stdout]   --> src/joker/ast_print.rs:19:12
[INFO] [stdout]    |
[INFO] [stdout] 18 | impl AstPrinter {
[INFO] [stdout]    | --------------- associated items in this implementation
[INFO] [stdout] 19 |     pub fn new() -> AstPrinter {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 22 |     pub fn println(&self, stmt: &Stmt) {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 28 |     fn ast_stmt(&self, stmt: &Stmt) -> Result<String, JokerError> {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 |     fn parenthesize(&self, label: &str, exprs: &[&Expr]) -> Result<String, JokerError> {
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `NativeClock` is never constructed
[INFO] [stdout]   --> src/joker/native_fn.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct NativeClock;
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `upcast` is never used
[INFO] [stdout]   --> src/joker/object/this.rs:37:8
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub trait UpCast<T> {
[INFO] [stdout]    |           ------ method in this trait
[INFO] [stdout] 37 |     fn upcast(&self) -> T;
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_fn` is never used
[INFO] [stdout]   --> src/joker/resolver.rs:56:12
[INFO] [stdout]    |
[INFO] [stdout] 55 | impl ContextStatus {
[INFO] [stdout]    | ------------------ method in this implementation
[INFO] [stdout] 56 |     pub fn is_fn(&self) -> bool {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]    --> src/joker/scanner.rs:331:12
[INFO] [stdout]     |
[INFO] [stdout] 330 | impl ScannerError {
[INFO] [stdout]     | ----------------- associated function in this implementation
[INFO] [stdout] 331 |     pub fn new(token: &Token, msg: String) -> ScannerError {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `this_type` and `is_type_this` are never used
[INFO] [stdout]    --> src/joker/token.rs:166:12
[INFO] [stdout]     |
[INFO] [stdout] 151 | impl Token {
[INFO] [stdout]     | ---------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 166 |     pub fn this_type(line: usize) -> Token {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 185 |     pub fn is_type_this(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/joker/types/env.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | impl TypeEnv {
[INFO] [stdout]    | ------------ associated function in this implementation
[INFO] [stdout] 18 |     pub fn new() -> TypeEnv {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `contains_key` is never used
[INFO] [stdout]   --> src/joker/types/type_.rs:25:8
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub trait IsInstance {
[INFO] [stdout]    |           ---------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 25 |     fn contains_key(&self, name: &Token) -> Result<bool, Self::Err>;
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `is_this` and `as_ref` are never used
[INFO] [stdout]    --> src/joker/types/type_.rs:67:12
[INFO] [stdout]     |
[INFO] [stdout]  57 | impl Type {
[INFO] [stdout]     | --------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  67 |     pub fn is_this(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 236 |     pub fn as_ref(&self) -> &Self {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]    --> src/joker/types/type_.rs:582:12
[INFO] [stdout]     |
[INFO] [stdout] 581 | impl ParamPair {
[INFO] [stdout]     | -------------- associated items in this implementation
[INFO] [stdout] 582 |     pub fn this(param: Token, type_: Type) -> ParamPair {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 585 |     pub fn normal(param: Token, type_: Type) -> ParamPair {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 588 |     pub fn label(type_: Type) -> ParamPair {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 594 |     pub fn is_normal(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 597 |     pub fn is_label(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 621 |     pub fn parse<F: FromParamPair>(&self) -> Result<F, F::Err> {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 653 |     pub fn eq_type(&self, other: &Self) -> bool {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from_param_pair` is never used
[INFO] [stdout]    --> src/joker/types/type_.rs:663:8
[INFO] [stdout]     |
[INFO] [stdout] 661 | pub trait FromParamPair: Sized {
[INFO] [stdout]     |           ------------- associated function in this trait
[INFO] [stdout] 662 |     type Err;
[INFO] [stdout] 663 |     fn from_param_pair(param_pair: &ParamPair) -> Result<Self, Self::Err>;
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/joker/types/this.rs:49:16
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub fn get(&self) -> Ref<OEnum> {
[INFO] [stdout]    |                ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                |
[INFO] [stdout]    |                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub fn get(&self) -> Ref<'_, OEnum> {
[INFO] [stdout]    |                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/joker/types/this.rs:52:20
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pub fn get_mut(&self) -> RefMut<OEnum> {
[INFO] [stdout]    |                    ^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pub fn get_mut(&self) -> RefMut<'_, OEnum> {
[INFO] [stdout]    |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.90s
[INFO] running `Command { std: "docker" "inspect" "f2dc1b6d700a770b892c00f60c258f3ae895e0c395ad4ad51172e551941414ae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f2dc1b6d700a770b892c00f60c258f3ae895e0c395ad4ad51172e551941414ae", kill_on_drop: false }`
[INFO] [stdout] f2dc1b6d700a770b892c00f60c258f3ae895e0c395ad4ad51172e551941414ae
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b3d07bd7994cdfd41784c7e6de491535ebd1820203153e9f3ba85e8734c19fbe
[INFO] running `Command { std: "docker" "start" "-a" "b3d07bd7994cdfd41784c7e6de491535ebd1820203153e9f3ba85e8734c19fbe", kill_on_drop: false }`
[INFO] [stderr]    Compiling joker v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: method `into_upcast` is never used
[INFO] [stdout]    --> src/joker/ast.rs:153:20
[INFO] [stdout]     |
[INFO] [stdout] 146 |           impl $struct_name {
[INFO] [stdout]     |           ----------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 153 |               pub fn into_upcast(self) -> $ast_name {
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 328 | / define_ast! {
[INFO] [stdout] 329 | |     Expr {
[INFO] [stdout] 330 | |         Literal     { value: OEnum },
[INFO] [stdout] 331 | |         Unary       { l_opera: Token, r_expr: Box<Expr> },
[INFO] [stdout] ...   |
[INFO] [stdout] 348 | |     ExprAcceptor,
[INFO] [stdout] 349 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `define_ast` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `upcast` and `into_upcast` are never used
[INFO] [stdout]    --> src/joker/ast.rs:150:20
[INFO] [stdout]     |
[INFO] [stdout] 146 |           impl $struct_name {
[INFO] [stdout]     |           ----------------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 150 |               pub fn upcast($($field: $field_type),*) -> $ast_name {
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 153 |               pub fn into_upcast(self) -> $ast_name {
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 328 | / define_ast! {
[INFO] [stdout] 329 | |     Expr {
[INFO] [stdout] 330 | |         Literal     { value: OEnum },
[INFO] [stdout] 331 | |         Unary       { l_opera: Token, r_expr: Box<Expr> },
[INFO] [stdout] ...   |
[INFO] [stdout] 348 | |     ExprAcceptor,
[INFO] [stdout] 349 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `define_ast` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `into_upcast` is never used
[INFO] [stdout]    --> src/joker/ast.rs:153:20
[INFO] [stdout]     |
[INFO] [stdout] 146 |           impl $struct_name {
[INFO] [stdout]     |           ----------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 153 |               pub fn into_upcast(self) -> $ast_name {
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 351 | / define_ast! {
[INFO] [stdout] 352 | |     Stmt {
[INFO] [stdout] 353 | |         ExprStmt    { expr: Expr },
[INFO] [stdout] 354 | |         PrintStmt   { expr: Expr },
[INFO] [stdout] ...   |
[INFO] [stdout] 369 | |     StmtAcceptor,
[INFO] [stdout] 370 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `define_ast` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AstPrinter` is never constructed
[INFO] [stdout]   --> src/joker/ast_print.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct AstPrinter;
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `println`, `ast_stmt`, and `parenthesize` are never used
[INFO] [stdout]   --> src/joker/ast_print.rs:19:12
[INFO] [stdout]    |
[INFO] [stdout] 18 | impl AstPrinter {
[INFO] [stdout]    | --------------- associated items in this implementation
[INFO] [stdout] 19 |     pub fn new() -> AstPrinter {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 22 |     pub fn println(&self, stmt: &Stmt) {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 28 |     fn ast_stmt(&self, stmt: &Stmt) -> Result<String, JokerError> {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 |     fn parenthesize(&self, label: &str, exprs: &[&Expr]) -> Result<String, JokerError> {
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `NativeClock` is never constructed
[INFO] [stdout]   --> src/joker/native_fn.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct NativeClock;
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `upcast` is never used
[INFO] [stdout]   --> src/joker/object/this.rs:37:8
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub trait UpCast<T> {
[INFO] [stdout]    |           ------ method in this trait
[INFO] [stdout] 37 |     fn upcast(&self) -> T;
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_fn` is never used
[INFO] [stdout]   --> src/joker/resolver.rs:56:12
[INFO] [stdout]    |
[INFO] [stdout] 55 | impl ContextStatus {
[INFO] [stdout]    | ------------------ method in this implementation
[INFO] [stdout] 56 |     pub fn is_fn(&self) -> bool {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]    --> src/joker/scanner.rs:331:12
[INFO] [stdout]     |
[INFO] [stdout] 330 | impl ScannerError {
[INFO] [stdout]     | ----------------- associated function in this implementation
[INFO] [stdout] 331 |     pub fn new(token: &Token, msg: String) -> ScannerError {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `this_type` and `is_type_this` are never used
[INFO] [stdout]    --> src/joker/token.rs:166:12
[INFO] [stdout]     |
[INFO] [stdout] 151 | impl Token {
[INFO] [stdout]     | ---------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 166 |     pub fn this_type(line: usize) -> Token {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 185 |     pub fn is_type_this(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/joker/types/env.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | impl TypeEnv {
[INFO] [stdout]    | ------------ associated function in this implementation
[INFO] [stdout] 18 |     pub fn new() -> TypeEnv {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `contains_key` is never used
[INFO] [stdout]   --> src/joker/types/type_.rs:25:8
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub trait IsInstance {
[INFO] [stdout]    |           ---------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 25 |     fn contains_key(&self, name: &Token) -> Result<bool, Self::Err>;
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `is_this` and `as_ref` are never used
[INFO] [stdout]    --> src/joker/types/type_.rs:67:12
[INFO] [stdout]     |
[INFO] [stdout]  57 | impl Type {
[INFO] [stdout]     | --------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  67 |     pub fn is_this(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 236 |     pub fn as_ref(&self) -> &Self {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]    --> src/joker/types/type_.rs:582:12
[INFO] [stdout]     |
[INFO] [stdout] 581 | impl ParamPair {
[INFO] [stdout]     | -------------- associated items in this implementation
[INFO] [stdout] 582 |     pub fn this(param: Token, type_: Type) -> ParamPair {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 585 |     pub fn normal(param: Token, type_: Type) -> ParamPair {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 588 |     pub fn label(type_: Type) -> ParamPair {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 594 |     pub fn is_normal(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 597 |     pub fn is_label(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 621 |     pub fn parse<F: FromParamPair>(&self) -> Result<F, F::Err> {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 653 |     pub fn eq_type(&self, other: &Self) -> bool {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from_param_pair` is never used
[INFO] [stdout]    --> src/joker/types/type_.rs:663:8
[INFO] [stdout]     |
[INFO] [stdout] 661 | pub trait FromParamPair: Sized {
[INFO] [stdout]     |           ------------- associated function in this trait
[INFO] [stdout] 662 |     type Err;
[INFO] [stdout] 663 |     fn from_param_pair(param_pair: &ParamPair) -> Result<Self, Self::Err>;
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/joker/types/this.rs:49:16
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub fn get(&self) -> Ref<OEnum> {
[INFO] [stdout]    |                ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                |
[INFO] [stdout]    |                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub fn get(&self) -> Ref<'_, OEnum> {
[INFO] [stdout]    |                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/joker/types/this.rs:52:20
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pub fn get_mut(&self) -> RefMut<OEnum> {
[INFO] [stdout]    |                    ^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pub fn get_mut(&self) -> RefMut<'_, OEnum> {
[INFO] [stdout]    |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `into_upcast` is never used
[INFO] [stdout]    --> src/joker/ast.rs:153:20
[INFO] [stdout]     |
[INFO] [stdout] 146 |           impl $struct_name {
[INFO] [stdout]     |           ----------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 153 |               pub fn into_upcast(self) -> $ast_name {
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 328 | / define_ast! {
[INFO] [stdout] 329 | |     Expr {
[INFO] [stdout] 330 | |         Literal     { value: OEnum },
[INFO] [stdout] 331 | |         Unary       { l_opera: Token, r_expr: Box<Expr> },
[INFO] [stdout] ...   |
[INFO] [stdout] 348 | |     ExprAcceptor,
[INFO] [stdout] 349 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `define_ast` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `upcast` and `into_upcast` are never used
[INFO] [stdout]    --> src/joker/ast.rs:150:20
[INFO] [stdout]     |
[INFO] [stdout] 146 |           impl $struct_name {
[INFO] [stdout]     |           ----------------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 150 |               pub fn upcast($($field: $field_type),*) -> $ast_name {
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 153 |               pub fn into_upcast(self) -> $ast_name {
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 328 | / define_ast! {
[INFO] [stdout] 329 | |     Expr {
[INFO] [stdout] 330 | |         Literal     { value: OEnum },
[INFO] [stdout] 331 | |         Unary       { l_opera: Token, r_expr: Box<Expr> },
[INFO] [stdout] ...   |
[INFO] [stdout] 348 | |     ExprAcceptor,
[INFO] [stdout] 349 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `define_ast` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `into_upcast` is never used
[INFO] [stdout]    --> src/joker/ast.rs:153:20
[INFO] [stdout]     |
[INFO] [stdout] 146 |           impl $struct_name {
[INFO] [stdout]     |           ----------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 153 |               pub fn into_upcast(self) -> $ast_name {
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 351 | / define_ast! {
[INFO] [stdout] 352 | |     Stmt {
[INFO] [stdout] 353 | |         ExprStmt    { expr: Expr },
[INFO] [stdout] 354 | |         PrintStmt   { expr: Expr },
[INFO] [stdout] ...   |
[INFO] [stdout] 369 | |     StmtAcceptor,
[INFO] [stdout] 370 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `define_ast` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `println` is never used
[INFO] [stdout]   --> src/joker/ast_print.rs:22:12
[INFO] [stdout]    |
[INFO] [stdout] 18 | impl AstPrinter {
[INFO] [stdout]    | --------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 22 |     pub fn println(&self, stmt: &Stmt) {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_fn` is never used
[INFO] [stdout]   --> src/joker/resolver.rs:56:12
[INFO] [stdout]    |
[INFO] [stdout] 55 | impl ContextStatus {
[INFO] [stdout]    | ------------------ method in this implementation
[INFO] [stdout] 56 |     pub fn is_fn(&self) -> bool {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]    --> src/joker/scanner.rs:331:12
[INFO] [stdout]     |
[INFO] [stdout] 330 | impl ScannerError {
[INFO] [stdout]     | ----------------- associated function in this implementation
[INFO] [stdout] 331 |     pub fn new(token: &Token, msg: String) -> ScannerError {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `this_type` and `is_type_this` are never used
[INFO] [stdout]    --> src/joker/token.rs:166:12
[INFO] [stdout]     |
[INFO] [stdout] 151 | impl Token {
[INFO] [stdout]     | ---------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 166 |     pub fn this_type(line: usize) -> Token {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 185 |     pub fn is_type_this(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/joker/types/env.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | impl TypeEnv {
[INFO] [stdout]    | ------------ associated function in this implementation
[INFO] [stdout] 18 |     pub fn new() -> TypeEnv {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `contains_key` is never used
[INFO] [stdout]   --> src/joker/types/type_.rs:25:8
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub trait IsInstance {
[INFO] [stdout]    |           ---------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 25 |     fn contains_key(&self, name: &Token) -> Result<bool, Self::Err>;
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `is_this` and `as_ref` are never used
[INFO] [stdout]    --> src/joker/types/type_.rs:67:12
[INFO] [stdout]     |
[INFO] [stdout]  57 | impl Type {
[INFO] [stdout]     | --------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  67 |     pub fn is_this(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 236 |     pub fn as_ref(&self) -> &Self {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]    --> src/joker/types/type_.rs:582:12
[INFO] [stdout]     |
[INFO] [stdout] 581 | impl ParamPair {
[INFO] [stdout]     | -------------- associated items in this implementation
[INFO] [stdout] 582 |     pub fn this(param: Token, type_: Type) -> ParamPair {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 585 |     pub fn normal(param: Token, type_: Type) -> ParamPair {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 588 |     pub fn label(type_: Type) -> ParamPair {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 594 |     pub fn is_normal(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 597 |     pub fn is_label(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 621 |     pub fn parse<F: FromParamPair>(&self) -> Result<F, F::Err> {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 653 |     pub fn eq_type(&self, other: &Self) -> bool {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from_param_pair` is never used
[INFO] [stdout]    --> src/joker/types/type_.rs:663:8
[INFO] [stdout]     |
[INFO] [stdout] 661 | pub trait FromParamPair: Sized {
[INFO] [stdout]     |           ------------- associated function in this trait
[INFO] [stdout] 662 |     type Err;
[INFO] [stdout] 663 |     fn from_param_pair(param_pair: &ParamPair) -> Result<Self, Self::Err>;
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/joker/types/this.rs:49:16
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub fn get(&self) -> Ref<OEnum> {
[INFO] [stdout]    |                ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                |
[INFO] [stdout]    |                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub fn get(&self) -> Ref<'_, OEnum> {
[INFO] [stdout]    |                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/joker/types/this.rs:52:20
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pub fn get_mut(&self) -> RefMut<OEnum> {
[INFO] [stdout]    |                    ^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pub fn get_mut(&self) -> RefMut<'_, OEnum> {
[INFO] [stdout]    |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.57s
[INFO] running `Command { std: "docker" "inspect" "b3d07bd7994cdfd41784c7e6de491535ebd1820203153e9f3ba85e8734c19fbe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b3d07bd7994cdfd41784c7e6de491535ebd1820203153e9f3ba85e8734c19fbe", kill_on_drop: false }`
[INFO] [stdout] b3d07bd7994cdfd41784c7e6de491535ebd1820203153e9f3ba85e8734c19fbe
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 29e2bd9d5f36119a054a38826af474c7a4261a08c8a48bc20d46070cdc188fff
[INFO] running `Command { std: "docker" "start" "-a" "29e2bd9d5f36119a054a38826af474c7a4261a08c8a48bc20d46070cdc188fff", kill_on_drop: false }`
[INFO] [stderr] warning: method `into_upcast` is never used
[INFO] [stderr]    --> src/joker/ast.rs:153:20
[INFO] [stderr]     |
[INFO] [stderr] 146 |           impl $struct_name {
[INFO] [stderr]     |           ----------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 153 |               pub fn into_upcast(self) -> $ast_name {
[INFO] [stderr]     |                      ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 328 | / define_ast! {
[INFO] [stderr] 329 | |     Expr {
[INFO] [stderr] 330 | |         Literal     { value: OEnum },
[INFO] [stderr] 331 | |         Unary       { l_opera: Token, r_expr: Box<Expr> },
[INFO] [stderr] ...   |
[INFO] [stderr] 348 | |     ExprAcceptor,
[INFO] [stderr] 349 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr]     = note: this warning originates in the macro `define_ast` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `upcast` and `into_upcast` are never used
[INFO] [stderr]    --> src/joker/ast.rs:150:20
[INFO] [stderr]     |
[INFO] [stderr] 146 |           impl $struct_name {
[INFO] [stderr]     |           ----------------- associated items in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 150 |               pub fn upcast($($field: $field_type),*) -> $ast_name {
[INFO] [stderr]     |                      ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 153 |               pub fn into_upcast(self) -> $ast_name {
[INFO] [stderr]     |                      ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 328 | / define_ast! {
[INFO] [stderr] 329 | |     Expr {
[INFO] [stderr] 330 | |         Literal     { value: OEnum },
[INFO] [stderr] 331 | |         Unary       { l_opera: Token, r_expr: Box<Expr> },
[INFO] [stderr] ...   |
[INFO] [stderr] 348 | |     ExprAcceptor,
[INFO] [stderr] 349 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `define_ast` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: method `into_upcast` is never used
[INFO] [stderr]    --> src/joker/ast.rs:153:20
[INFO] [stderr]     |
[INFO] [stderr] 146 |           impl $struct_name {
[INFO] [stderr]     |           ----------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 153 |               pub fn into_upcast(self) -> $ast_name {
[INFO] [stderr]     |                      ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 351 | / define_ast! {
[INFO] [stderr] 352 | |     Stmt {
[INFO] [stderr] 353 | |         ExprStmt    { expr: Expr },
[INFO] [stderr] 354 | |         PrintStmt   { expr: Expr },
[INFO] [stderr] ...   |
[INFO] [stderr] 369 | |     StmtAcceptor,
[INFO] [stderr] 370 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `define_ast` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: struct `AstPrinter` is never constructed
[INFO] [stderr]   --> src/joker/ast_print.rs:16:12
[INFO] [stderr]    |
[INFO] [stderr] 16 | pub struct AstPrinter;
[INFO] [stderr]    |            ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `new`, `println`, `ast_stmt`, and `parenthesize` are never used
[INFO] [stderr]   --> src/joker/ast_print.rs:19:12
[INFO] [stderr]    |
[INFO] [stderr] 18 | impl AstPrinter {
[INFO] [stderr]    | --------------- associated items in this implementation
[INFO] [stderr] 19 |     pub fn new() -> AstPrinter {
[INFO] [stderr]    |            ^^^
[INFO] [stderr] ...
[INFO] [stderr] 22 |     pub fn println(&self, stmt: &Stmt) {
[INFO] [stderr]    |            ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 28 |     fn ast_stmt(&self, stmt: &Stmt) -> Result<String, JokerError> {
[INFO] [stderr]    |        ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 31 |     fn parenthesize(&self, label: &str, exprs: &[&Expr]) -> Result<String, JokerError> {
[INFO] [stderr]    |        ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `NativeClock` is never constructed
[INFO] [stderr]   --> src/joker/native_fn.rs:16:12
[INFO] [stderr]    |
[INFO] [stderr] 16 | pub struct NativeClock;
[INFO] [stderr]    |            ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `upcast` is never used
[INFO] [stderr]   --> src/joker/object/this.rs:37:8
[INFO] [stderr]    |
[INFO] [stderr] 36 | pub trait UpCast<T> {
[INFO] [stderr]    |           ------ method in this trait
[INFO] [stderr] 37 |     fn upcast(&self) -> T;
[INFO] [stderr]    |        ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `is_fn` is never used
[INFO] [stderr]   --> src/joker/resolver.rs:56:12
[INFO] [stderr]    |
[INFO] [stderr] 55 | impl ContextStatus {
[INFO] [stderr]    | ------------------ method in this implementation
[INFO] [stderr] 56 |     pub fn is_fn(&self) -> bool {
[INFO] [stderr]    |            ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `new` is never used
[INFO] [stderr]    --> src/joker/scanner.rs:331:12
[INFO] [stderr]     |
[INFO] [stderr] 330 | impl ScannerError {
[INFO] [stderr]     | ----------------- associated function in this implementation
[INFO] [stderr] 331 |     pub fn new(token: &Token, msg: String) -> ScannerError {
[INFO] [stderr]     |            ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `this_type` and `is_type_this` are never used
[INFO] [stderr]    --> src/joker/token.rs:166:12
[INFO] [stderr]     |
[INFO] [stderr] 151 | impl Token {
[INFO] [stderr]     | ---------- associated items in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 166 |     pub fn this_type(line: usize) -> Token {
[INFO] [stderr]     |            ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 185 |     pub fn is_type_this(&self) -> bool {
[INFO] [stderr]     |            ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `new` is never used
[INFO] [stderr]   --> src/joker/types/env.rs:18:12
[INFO] [stderr]    |
[INFO] [stderr] 17 | impl TypeEnv {
[INFO] [stderr]    | ------------ associated function in this implementation
[INFO] [stderr] 18 |     pub fn new() -> TypeEnv {
[INFO] [stderr]    |            ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `contains_key` is never used
[INFO] [stderr]   --> src/joker/types/type_.rs:25:8
[INFO] [stderr]    |
[INFO] [stderr] 21 | pub trait IsInstance {
[INFO] [stderr]    |           ---------- method in this trait
[INFO] [stderr] ...
[INFO] [stderr] 25 |     fn contains_key(&self, name: &Token) -> Result<bool, Self::Err>;
[INFO] [stderr]    |        ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `is_this` and `as_ref` are never used
[INFO] [stderr]    --> src/joker/types/type_.rs:67:12
[INFO] [stderr]     |
[INFO] [stderr]  57 | impl Type {
[INFO] [stderr]     | --------- methods in this implementation
[INFO] [stderr] ...
[INFO] [stderr]  67 |     pub fn is_this(&self) -> bool {
[INFO] [stderr]     |            ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 236 |     pub fn as_ref(&self) -> &Self {
[INFO] [stderr]     |            ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: multiple associated items are never used
[INFO] [stderr]    --> src/joker/types/type_.rs:582:12
[INFO] [stderr]     |
[INFO] [stderr] 581 | impl ParamPair {
[INFO] [stderr]     | -------------- associated items in this implementation
[INFO] [stderr] 582 |     pub fn this(param: Token, type_: Type) -> ParamPair {
[INFO] [stderr]     |            ^^^^
[INFO] [stderr] ...
[INFO] [stderr] 585 |     pub fn normal(param: Token, type_: Type) -> ParamPair {
[INFO] [stderr]     |            ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 588 |     pub fn label(type_: Type) -> ParamPair {
[INFO] [stderr]     |            ^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 594 |     pub fn is_normal(&self) -> bool {
[INFO] [stderr]     |            ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 597 |     pub fn is_label(&self) -> bool {
[INFO] [stderr]     |            ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 621 |     pub fn parse<F: FromParamPair>(&self) -> Result<F, F::Err> {
[INFO] [stderr]     |            ^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 653 |     pub fn eq_type(&self, other: &Self) -> bool {
[INFO] [stderr]     |            ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `from_param_pair` is never used
[INFO] [stderr]    --> src/joker/types/type_.rs:663:8
[INFO] [stderr]     |
[INFO] [stderr] 661 | pub trait FromParamPair: Sized {
[INFO] [stderr]     |           ------------- associated function in this trait
[INFO] [stderr] 662 |     type Err;
[INFO] [stderr] 663 |     fn from_param_pair(param_pair: &ParamPair) -> Result<Self, Self::Err>;
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/joker/types/this.rs:49:16
[INFO] [stderr]    |
[INFO] [stderr] 49 |     pub fn get(&self) -> Ref<OEnum> {
[INFO] [stderr]    |                ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                |
[INFO] [stderr]    |                the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 49 |     pub fn get(&self) -> Ref<'_, OEnum> {
[INFO] [stderr]    |                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/joker/types/this.rs:52:20
[INFO] [stderr]    |
[INFO] [stderr] 52 |     pub fn get_mut(&self) -> RefMut<OEnum> {
[INFO] [stderr]    |                    ^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                    |
[INFO] [stderr]    |                    the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 52 |     pub fn get_mut(&self) -> RefMut<'_, OEnum> {
[INFO] [stderr]    |                                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: `joker` (lib) generated 17 warnings (run `cargo fix --lib -p joker` to apply 2 suggestions)
[INFO] [stderr] warning: method `println` is never used
[INFO] [stderr]   --> src/joker/ast_print.rs:22:12
[INFO] [stderr]    |
[INFO] [stderr] 18 | impl AstPrinter {
[INFO] [stderr]    | --------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 22 |     pub fn println(&self, stmt: &Stmt) {
[INFO] [stderr]    |            ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `joker` (lib test) generated 14 warnings (13 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/joker-f05ac556b58b1ee1)
[INFO] [stdout] 
[INFO] [stdout] running 20 tests
[INFO] [stdout] test joker::env::tests::test_define_a_variable ... ok
[INFO] [stdout] test joker::interpreter::tests::test_literal_bool_expr ... ok
[INFO] [stdout] test joker::env::tests::test_env_through_sub_visit_parent ... ok
[INFO] [stdout] test joker::interpreter::tests::test_literal_f64_expr ... ok
[INFO] [stdout] test joker::env::tests::test_env_new_with_enclosing ... ok
[INFO] [stdout] test joker::interpreter::tests::test_literal_i32_expr ... ok
[INFO] [stdout] test joker::interpreter::tests::test_literal_null_expr ... ok
[INFO] [stdout] test joker::interpreter::tests::test_literal_str_expr ... ok
[INFO] [stdout] test joker::object::literal::tests::test_translator_object_from_literal ... ok
[INFO] [stdout] test joker::object::instance::tests::test_instance_clone_modify ... ok
[INFO] [stdout] test joker::env::tests::test_env_upcast_get_value ... ok
[INFO] [stdout] test joker::types::this::tests::test_object_clone ... ok
[INFO] [stdout] test joker::types::this::tests::test_object_clone_ptr ... ok
[INFO] [stdout] test joker::types::this::tests::test_object_deep_clone ... ok
[INFO] [stdout] test joker::types::this::tests::test_object_inner_change ... ok
[INFO] [stdout] test joker::types::this::tests::test_object_inner_ref ... ok
[INFO] [stdout] test joker::env::tests::test_env_get_undefined_value - should panic ... FAILED
[INFO] [stdout] test joker::ast_print::tests::create_some_expr ... FAILED
[INFO] [stdout] test joker::interpreter::tests::test_simple_expr ... FAILED
[INFO] [stdout] test joker::object::caller::function::this::tests::test_translator_object_from_caller_function - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- joker::env::tests::test_env_get_undefined_value stdout ----
[INFO] [stdout] [line 0] where: ' at end', 
[INFO] [stdout] 	msg: [Env::get] Undefined variable 'sub_key'.
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'joker::env::tests::test_env_get_undefined_value' (27) panicked at src/joker/env.rs:274:86:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Env(EnvError { line: 0, where_: " at end", msg: "[Env::get] Undefined variable 'sub_key'." })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x58e868d33892 - std[716c9a7a72e5c14e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x58e868d33892 - std[716c9a7a72e5c14e]::backtrace_rs::backtrace::trace_unsynchronized::<std[716c9a7a72e5c14e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x58e868d33892 - std[716c9a7a72e5c14e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x58e868d33892 - <<std[716c9a7a72e5c14e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[c5ed12ab89cc536a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x58e868d48a7a - <core[c5ed12ab89cc536a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x58e868d48a7a - core[c5ed12ab89cc536a]::fmt::write
[INFO] [stdout]    6:     0x58e868d386c6 - std[716c9a7a72e5c14e]::io::default_write_fmt::<alloc[9c68fdf4f4f29218]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x58e868d386c6 - <alloc[9c68fdf4f4f29218]::vec::Vec<u8> as std[716c9a7a72e5c14e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x58e868d11c7f - <std[716c9a7a72e5c14e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x58e868d11c7f - std[716c9a7a72e5c14e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x58e868d2ba99 - std[716c9a7a72e5c14e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x58e868cc739e - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn for<'a, 'b> core[c5ed12ab89cc536a]::ops::function::Fn<(&'a std[716c9a7a72e5c14e]::panic::PanicHookInfo<'b>,), Output = ()> + core[c5ed12ab89cc536a]::marker::Sync + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::Fn<(&std[716c9a7a72e5c14e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x58e868cc739e - test[64760d2bdea328cc]::test_main_with_exit_callback::<test[64760d2bdea328cc]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x58e868d2bc52 - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn for<'a, 'b> core[c5ed12ab89cc536a]::ops::function::Fn<(&'a std[716c9a7a72e5c14e]::panic::PanicHookInfo<'b>,), Output = ()> + core[c5ed12ab89cc536a]::marker::Sync + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::Fn<(&std[716c9a7a72e5c14e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x58e868d2bc52 - std[716c9a7a72e5c14e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x58e868d11d38 - std[716c9a7a72e5c14e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x58e868d09709 - std[716c9a7a72e5c14e]::sys::backtrace::__rust_end_short_backtrace::<std[716c9a7a72e5c14e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x58e868d12b8d - __rustc[4f0b026143eab78e]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x58e868d4917c - core[c5ed12ab89cc536a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x58e868d48ef2 - core[c5ed12ab89cc536a]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x58e868c9f1f0 - <core[c5ed12ab89cc536a]::result::Result<core[c5ed12ab89cc536a]::option::Option<joker[98d4bcf2207ce18a]::joker::types::this::Object>, joker[98d4bcf2207ce18a]::joker::error::JokerError>>::unwrap
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x58e868c9f1f0 - joker[98d4bcf2207ce18a]::joker::env::tests::test_env_get_undefined_value
[INFO] [stdout]                                at /opt/rustwide/workdir/src/joker/env.rs:274:86
[INFO] [stdout]   22:     0x58e868c9da27 - joker[98d4bcf2207ce18a]::joker::env::tests::test_env_get_undefined_value::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/joker/env.rs:270:38
[INFO] [stdout]   23:     0x58e868c8a756 - <joker[98d4bcf2207ce18a]::joker::env::tests::test_env_get_undefined_value::{closure#0} as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x58e868cbb74b - <fn() -> core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x58e868cbb74b - test[64760d2bdea328cc]::__rust_begin_short_backtrace::<core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>, fn() -> core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x58e868cc7faa - test[64760d2bdea328cc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x58e868cc7faa - <core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x58e868cc7faa - std[716c9a7a72e5c14e]::panicking::catch_unwind::do_call::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>, core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x58e868cc7faa - std[716c9a7a72e5c14e]::panicking::catch_unwind::<core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>, core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x58e868cc7faa - std[716c9a7a72e5c14e]::panic::catch_unwind::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>, core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x58e868cc7faa - test[64760d2bdea328cc]::run_test_in_process
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x58e868cc7faa - test[64760d2bdea328cc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x58e868cc2474 - test[64760d2bdea328cc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x58e868cc2474 - std[716c9a7a72e5c14e]::sys::backtrace::__rust_begin_short_backtrace::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x58e868ccaaa2 - std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   36:     0x58e868ccaaa2 - <core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x58e868ccaaa2 - std[716c9a7a72e5c14e]::panicking::catch_unwind::do_call::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x58e868ccaaa2 - std[716c9a7a72e5c14e]::panicking::catch_unwind::<(), core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x58e868ccaaa2 - std[716c9a7a72e5c14e]::panic::catch_unwind::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x58e868ccaaa2 - std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   41:     0x58e868ccaaa2 - <std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1} as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x58e868d3313f - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn core[c5ed12ab89cc536a]::ops::function::FnOnce<(), Output = ()> + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   43:     0x58e868d3313f - <std[716c9a7a72e5c14e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   44:     0x79d506f5caa4 - <unknown>
[INFO] [stdout]   45:     0x79d506fe9a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] note: panic did not contain expected string
[INFO] [stdout]       panic message: "called `Result::unwrap()` on an `Err` value: Env(EnvError { line: 0, where_: \" at end\", msg: \"[Env::get] Undefined variable 'sub_key'.\" })"
[INFO] [stdout]  expected substring: "\"Undefined variable 'sub_key'.\""
[INFO] [stdout] ---- joker::ast_print::tests::create_some_expr stdout ----
[INFO] [stdout] stmt: ExprStmt(expr: Binary(l_expr: Unary(l_opera: -, r_expr: Literal(value: 123)), m_opera: /, r_expr: Grouping(expr: Literal(value: 123))))
[INFO] [stdout] ast: (/ (- 123) (Group 123))
[INFO] [stdout] 
[INFO] [stdout] thread 'joker::ast_print::tests::create_some_expr' (25) panicked at src/joker/ast_print.rs:297:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: "(/ (- 123) (group 123))"
[INFO] [stdout]  right: "(/ (- 123) (Group 123))"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x58e868d33892 - std[716c9a7a72e5c14e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x58e868d33892 - std[716c9a7a72e5c14e]::backtrace_rs::backtrace::trace_unsynchronized::<std[716c9a7a72e5c14e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x58e868d33892 - std[716c9a7a72e5c14e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x58e868d33892 - <<std[716c9a7a72e5c14e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[c5ed12ab89cc536a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x58e868d48a7a - <core[c5ed12ab89cc536a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x58e868d48a7a - core[c5ed12ab89cc536a]::fmt::write
[INFO] [stdout]    6:     0x58e868d386c6 - std[716c9a7a72e5c14e]::io::default_write_fmt::<alloc[9c68fdf4f4f29218]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x58e868d386c6 - <alloc[9c68fdf4f4f29218]::vec::Vec<u8> as std[716c9a7a72e5c14e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x58e868d11c7f - <std[716c9a7a72e5c14e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x58e868d11c7f - std[716c9a7a72e5c14e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x58e868d2ba99 - std[716c9a7a72e5c14e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x58e868cc739e - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn for<'a, 'b> core[c5ed12ab89cc536a]::ops::function::Fn<(&'a std[716c9a7a72e5c14e]::panic::PanicHookInfo<'b>,), Output = ()> + core[c5ed12ab89cc536a]::marker::Sync + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::Fn<(&std[716c9a7a72e5c14e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x58e868cc739e - test[64760d2bdea328cc]::test_main_with_exit_callback::<test[64760d2bdea328cc]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x58e868d2bc52 - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn for<'a, 'b> core[c5ed12ab89cc536a]::ops::function::Fn<(&'a std[716c9a7a72e5c14e]::panic::PanicHookInfo<'b>,), Output = ()> + core[c5ed12ab89cc536a]::marker::Sync + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::Fn<(&std[716c9a7a72e5c14e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x58e868d2bc52 - std[716c9a7a72e5c14e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x58e868d11d38 - std[716c9a7a72e5c14e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x58e868d09709 - std[716c9a7a72e5c14e]::sys::backtrace::__rust_end_short_backtrace::<std[716c9a7a72e5c14e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x58e868d12b8d - __rustc[4f0b026143eab78e]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x58e868d4917c - core[c5ed12ab89cc536a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x58e868d49033 - core[c5ed12ab89cc536a]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x58e868c8569b - core[c5ed12ab89cc536a]::panicking::assert_failed::<&str, alloc[9c68fdf4f4f29218]::string::String>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x58e868c956c1 - joker[98d4bcf2207ce18a]::joker::ast_print::tests::create_some_expr
[INFO] [stdout]                                at /opt/rustwide/workdir/src/joker/ast_print.rs:297:9
[INFO] [stdout]   22:     0x58e868c9426d - joker[98d4bcf2207ce18a]::joker::ast_print::tests::create_some_expr::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/joker/ast_print.rs:281:30
[INFO] [stdout]   23:     0x58e868c8a7d6 - <joker[98d4bcf2207ce18a]::joker::ast_print::tests::create_some_expr::{closure#0} as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x58e868cbb74b - <fn() -> core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x58e868cbb74b - test[64760d2bdea328cc]::__rust_begin_short_backtrace::<core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>, fn() -> core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x58e868cc7faa - test[64760d2bdea328cc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x58e868cc7faa - <core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x58e868cc7faa - std[716c9a7a72e5c14e]::panicking::catch_unwind::do_call::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>, core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x58e868cc7faa - std[716c9a7a72e5c14e]::panicking::catch_unwind::<core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>, core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x58e868cc7faa - std[716c9a7a72e5c14e]::panic::catch_unwind::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>, core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x58e868cc7faa - test[64760d2bdea328cc]::run_test_in_process
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x58e868cc7faa - test[64760d2bdea328cc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x58e868cc2474 - test[64760d2bdea328cc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x58e868cc2474 - std[716c9a7a72e5c14e]::sys::backtrace::__rust_begin_short_backtrace::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x58e868ccaaa2 - std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   36:     0x58e868ccaaa2 - <core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x58e868ccaaa2 - std[716c9a7a72e5c14e]::panicking::catch_unwind::do_call::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x58e868ccaaa2 - std[716c9a7a72e5c14e]::panicking::catch_unwind::<(), core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x58e868ccaaa2 - std[716c9a7a72e5c14e]::panic::catch_unwind::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x58e868ccaaa2 - std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   41:     0x58e868ccaaa2 - <std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1} as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x58e868d3313f - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn core[c5ed12ab89cc536a]::ops::function::FnOnce<(), Output = ()> + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   43:     0x58e868d3313f - <std[716c9a7a72e5c14e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   44:     0x79d506f5caa4 - <unknown>
[INFO] [stdout]   45:     0x79d506fe9a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- joker::interpreter::tests::test_simple_expr stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'joker::interpreter::tests::test_simple_expr' (36) panicked at src/joker/interpreter.rs:1005:26:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Some(Object(inner: -1))
[INFO] [stdout]  right: Some(Object(inner: -12300))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x58e868d33892 - std[716c9a7a72e5c14e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x58e868d33892 - std[716c9a7a72e5c14e]::backtrace_rs::backtrace::trace_unsynchronized::<std[716c9a7a72e5c14e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x58e868d33892 - std[716c9a7a72e5c14e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x58e868d33892 - <<std[716c9a7a72e5c14e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[c5ed12ab89cc536a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x58e868d48a7a - <core[c5ed12ab89cc536a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x58e868d48a7a - core[c5ed12ab89cc536a]::fmt::write
[INFO] [stdout]    6:     0x58e868d386c6 - std[716c9a7a72e5c14e]::io::default_write_fmt::<alloc[9c68fdf4f4f29218]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x58e868d386c6 - <alloc[9c68fdf4f4f29218]::vec::Vec<u8> as std[716c9a7a72e5c14e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x58e868d11c7f - <std[716c9a7a72e5c14e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x58e868d11c7f - std[716c9a7a72e5c14e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x58e868d2ba99 - std[716c9a7a72e5c14e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x58e868cc739e - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn for<'a, 'b> core[c5ed12ab89cc536a]::ops::function::Fn<(&'a std[716c9a7a72e5c14e]::panic::PanicHookInfo<'b>,), Output = ()> + core[c5ed12ab89cc536a]::marker::Sync + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::Fn<(&std[716c9a7a72e5c14e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x58e868cc739e - test[64760d2bdea328cc]::test_main_with_exit_callback::<test[64760d2bdea328cc]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x58e868d2bc52 - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn for<'a, 'b> core[c5ed12ab89cc536a]::ops::function::Fn<(&'a std[716c9a7a72e5c14e]::panic::PanicHookInfo<'b>,), Output = ()> + core[c5ed12ab89cc536a]::marker::Sync + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::Fn<(&std[716c9a7a72e5c14e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x58e868d2bc52 - std[716c9a7a72e5c14e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x58e868d11d38 - std[716c9a7a72e5c14e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x58e868d09709 - std[716c9a7a72e5c14e]::sys::backtrace::__rust_end_short_backtrace::<std[716c9a7a72e5c14e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x58e868d12b8d - __rustc[4f0b026143eab78e]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x58e868d4917c - core[c5ed12ab89cc536a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x58e868d49033 - core[c5ed12ab89cc536a]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x58e868c85557 - core[c5ed12ab89cc536a]::panicking::assert_failed::<core[c5ed12ab89cc536a]::option::Option<joker[98d4bcf2207ce18a]::joker::types::this::Object>, core[c5ed12ab89cc536a]::option::Option<joker[98d4bcf2207ce18a]::joker::types::this::Object>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x58e868ca91d6 - joker[98d4bcf2207ce18a]::joker::interpreter::tests::test_simple_expr
[INFO] [stdout]                                at /opt/rustwide/workdir/src/joker/interpreter.rs:1005:26
[INFO] [stdout]   22:     0x58e868ca7e27 - joker[98d4bcf2207ce18a]::joker::interpreter::tests::test_simple_expr::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/joker/interpreter.rs:991:26
[INFO] [stdout]   23:     0x58e868c8a516 - <joker[98d4bcf2207ce18a]::joker::interpreter::tests::test_simple_expr::{closure#0} as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x58e868cbb74b - <fn() -> core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x58e868cbb74b - test[64760d2bdea328cc]::__rust_begin_short_backtrace::<core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>, fn() -> core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x58e868cc7faa - test[64760d2bdea328cc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x58e868cc7faa - <core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x58e868cc7faa - std[716c9a7a72e5c14e]::panicking::catch_unwind::do_call::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>, core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x58e868cc7faa - std[716c9a7a72e5c14e]::panicking::catch_unwind::<core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>, core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x58e868cc7faa - std[716c9a7a72e5c14e]::panic::catch_unwind::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>, core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x58e868cc7faa - test[64760d2bdea328cc]::run_test_in_process
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x58e868cc7faa - test[64760d2bdea328cc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x58e868cc2474 - test[64760d2bdea328cc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x58e868cc2474 - std[716c9a7a72e5c14e]::sys::backtrace::__rust_begin_short_backtrace::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x58e868ccaaa2 - std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   36:     0x58e868ccaaa2 - <core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x58e868ccaaa2 - std[716c9a7a72e5c14e]::panicking::catch_unwind::do_call::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x58e868ccaaa2 - std[716c9a7a72e5c14e]::panicking::catch_unwind::<(), core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x58e868ccaaa2 - std[716c9a7a72e5c14e]::panic::catch_unwind::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x58e868ccaaa2 - std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   41:     0x58e868ccaaa2 - <std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1} as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x58e868d3313f - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn core[c5ed12ab89cc536a]::ops::function::FnOnce<(), Output = ()> + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   43:     0x58e868d3313f - <std[716c9a7a72e5c14e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   44:     0x79d506f5caa4 - <unknown>
[INFO] [stdout]   45:     0x79d506fe9a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     joker::ast_print::tests::create_some_expr
[INFO] [stdout]     joker::env::tests::test_env_get_undefined_value
[INFO] [stdout]     joker::interpreter::tests::test_simple_expr
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 17 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "29e2bd9d5f36119a054a38826af474c7a4261a08c8a48bc20d46070cdc188fff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "29e2bd9d5f36119a054a38826af474c7a4261a08c8a48bc20d46070cdc188fff", kill_on_drop: false }`
[INFO] [stdout] 29e2bd9d5f36119a054a38826af474c7a4261a08c8a48bc20d46070cdc188fff
