[INFO] cloning repository https://github.com/SillyFreak/sprachli
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/SillyFreak/sprachli" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSillyFreak%2Fsprachli", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSillyFreak%2Fsprachli'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a121e5c7815dcef353e90e8e18e96aaf0096e8b1
[INFO] testing SillyFreak/sprachli against master#d98a5da813da67eb189387b8ccfb73cf481275d8+rustflags=-Copt-level=3 for pr-138759
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSillyFreak%2Fsprachli" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/SillyFreak/sprachli
[INFO] finished tweaking git repo https://github.com/SillyFreak/sprachli
[INFO] tweaked toml for git repo https://github.com/SillyFreak/sprachli written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/SillyFreak/sprachli on toolchain d98a5da813da67eb189387b8ccfb73cf481275d8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/SillyFreak/sprachli 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" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded lalrpop-util v0.19.8
[INFO] [stderr]   Downloaded unicode-ident v1.0.1
[INFO] [stderr]   Downloaded pico-args v0.4.2
[INFO] [stderr]   Downloaded ena v0.14.0
[INFO] [stderr]   Downloaded os_str_bytes v6.2.0
[INFO] [stderr]   Downloaded clap_derive v3.2.15
[INFO] [stderr]   Downloaded proc-macro-crate v1.2.0
[INFO] [stderr]   Downloaded lalrpop v0.19.8
[INFO] [stderr]   Downloaded serde v1.0.142
[INFO] [stderr]   Downloaded clap v3.2.16
[INFO] [stderr]   Downloaded libc v0.2.127
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7809d884f8376aa9656e4d63f6e9e7ed35d968220f77d692939b3805cafe6d42
[INFO] running `Command { std: "docker" "start" "-a" "7809d884f8376aa9656e4d63f6e9e7ed35d968220f77d692939b3805cafe6d42", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7809d884f8376aa9656e4d63f6e9e7ed35d968220f77d692939b3805cafe6d42", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7809d884f8376aa9656e4d63f6e9e7ed35d968220f77d692939b3805cafe6d42", kill_on_drop: false }`
[INFO] [stdout] 7809d884f8376aa9656e4d63f6e9e7ed35d968220f77d692939b3805cafe6d42
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cdc3abfe837fd3b758b27a912135984c949746e4931b6186cb987a6dc320c8b9
[INFO] running `Command { std: "docker" "start" "-a" "cdc3abfe837fd3b758b27a912135984c949746e4931b6186cb987a6dc320c8b9", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.40
[INFO] [stderr]    Compiling libc v0.2.127
[INFO] [stderr]    Compiling quote v1.0.20
[INFO] [stderr]    Compiling unicode-ident v1.0.1
[INFO] [stderr]    Compiling syn v1.0.98
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling once_cell v1.13.0
[INFO] [stderr]    Compiling lock_api v0.4.7
[INFO] [stderr]    Compiling parking_lot_core v0.9.3
[INFO] [stderr]    Compiling indexmap v1.9.1
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling smallvec v1.9.0
[INFO] [stderr]    Compiling serde v1.0.142
[INFO] [stderr]    Compiling crunchy v0.2.2
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling regex-syntax v0.6.26
[INFO] [stderr]    Compiling siphasher v0.3.10
[INFO] [stderr]    Compiling phf_shared v0.10.0
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.4
[INFO] [stderr]    Compiling precomputed-hash v0.1.1
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling bit-set v0.5.3
[INFO] [stderr]    Compiling ena v0.14.0
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling pico-args v0.4.2
[INFO] [stderr]    Compiling unicode-xid v0.2.3
[INFO] [stderr]    Compiling num-bigint v0.4.3
[INFO] [stderr]    Compiling anyhow v1.0.58
[INFO] [stderr]    Compiling heck v0.4.0
[INFO] [stderr]    Compiling os_str_bytes v6.2.0
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling petgraph v0.6.2
[INFO] [stderr]    Compiling clap_lex v0.2.4
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling term v0.7.0
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling nom v7.1.1
[INFO] [stderr]    Compiling textwrap v0.15.0
[INFO] [stderr]    Compiling ascii-canvas v3.0.0
[INFO] [stderr]    Compiling regex v1.5.6
[INFO] [stderr]    Compiling string_cache v0.8.4
[INFO] [stderr]    Compiling termcolor v1.1.3
[INFO] [stderr]    Compiling sprachli_fmt v0.1.0 (/opt/rustwide/workdir/sprachli_fmt)
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling lalrpop-util v0.19.8
[INFO] [stderr]    Compiling toml v0.5.9
[INFO] [stderr]    Compiling lalrpop v0.19.8
[INFO] [stderr]    Compiling bigdecimal v0.3.0
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling thiserror-impl v1.0.31
[INFO] [stderr]    Compiling clap_derive v3.2.15
[INFO] [stderr]    Compiling thiserror v1.0.31
[INFO] [stderr]    Compiling proc-macro-crate v1.2.0
[INFO] [stderr]    Compiling num_enum_derive v0.5.7
[INFO] [stderr]    Compiling clap v3.2.16
[INFO] [stderr]    Compiling num_enum v0.5.7
[INFO] [stderr]    Compiling sprachli_parser v0.1.0 (/opt/rustwide/workdir/sprachli_parser)
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> sprachli_parser/src/parser/mod.rs:19:34
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn parse_source_file(source: &str) -> Result<SourceFile> {
[INFO] [stdout]    |                                  ^^^^     ------------------
[INFO] [stdout]    |                                  |        |      |
[INFO] [stdout]    |                                  |        |      the lifetimes get resolved as `'_`
[INFO] [stdout]    |                                  |        the lifetimes get resolved as `'_`
[INFO] [stdout]    |                                  this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn parse_source_file(source: &str) -> Result<'_, SourceFile<'_>> {
[INFO] [stdout]    |                                                  +++           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling sprachli_bytecode v0.1.0 (/opt/rustwide/workdir/sprachli_bytecode)
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> sprachli_bytecode/src/lib.rs:180:17
[INFO] [stdout]     |
[INFO] [stdout] 180 |     pub fn body(&self) -> &InstructionSequence {
[INFO] [stdout]     |                 ^^^^^     --------------------
[INFO] [stdout]     |                 |         ||
[INFO] [stdout]     |                 |         |the lifetimes get resolved as `'_`
[INFO] [stdout]     |                 |         the lifetimes get resolved as `'_`
[INFO] [stdout]     |                 this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 180 |     pub fn body(&self) -> &InstructionSequence<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> sprachli_bytecode/src/parser.rs:17:26
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub fn parse_bytecode(i: &[u8]) -> Result<Module, Error> {
[INFO] [stdout]    |                          ^^^^^            ------ the lifetime gets resolved as `'_`
[INFO] [stdout]    |                          |
[INFO] [stdout]    |                          this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub fn parse_bytecode(i: &[u8]) -> Result<Module<'_>, Error> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> sprachli_bytecode/src/parser.rs:21:16
[INFO] [stdout]    |
[INFO] [stdout] 21 | fn bytecode(i: &[u8]) -> IResult<Module> {
[INFO] [stdout]    |                ^^^^^     ---------------
[INFO] [stdout]    |                |         |       |
[INFO] [stdout]    |                |         |       the lifetimes get resolved as `'_`
[INFO] [stdout]    |                |         the lifetimes get resolved as `'_`
[INFO] [stdout]    |                this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 21 | fn bytecode(i: &[u8]) -> IResult<'_, Module<'_>> {
[INFO] [stdout]    |                                  +++       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> sprachli_bytecode/src/parser.rs:29:14
[INFO] [stdout]    |
[INFO] [stdout] 29 | fn header(i: &[u8]) -> IResult<u16> {
[INFO] [stdout]    |              ^^^^^     ------------ the lifetime gets resolved as `'_`
[INFO] [stdout]    |              |
[INFO] [stdout]    |              this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 29 | fn header(i: &[u8]) -> IResult<'_, u16> {
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> sprachli_bytecode/src/parser.rs:35:17
[INFO] [stdout]    |
[INFO] [stdout] 35 | fn constants(i: &[u8]) -> IResult<Vec<Constant>> {
[INFO] [stdout]    |                 ^^^^^     ----------------------
[INFO] [stdout]    |                 |         |           |
[INFO] [stdout]    |                 |         |           the lifetimes get resolved as `'_`
[INFO] [stdout]    |                 |         the lifetimes get resolved as `'_`
[INFO] [stdout]    |                 this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 35 | fn constants(i: &[u8]) -> IResult<'_, Vec<Constant<'_>>> {
[INFO] [stdout]    |                                   +++             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> sprachli_bytecode/src/parser.rs:41:16
[INFO] [stdout]    |
[INFO] [stdout] 41 | fn constant(i: &[u8]) -> IResult<Constant> {
[INFO] [stdout]    |                ^^^^^     -----------------
[INFO] [stdout]    |                |         |       |
[INFO] [stdout]    |                |         |       the lifetimes get resolved as `'_`
[INFO] [stdout]    |                |         the lifetimes get resolved as `'_`
[INFO] [stdout]    |                this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 41 | fn constant(i: &[u8]) -> IResult<'_, Constant<'_>> {
[INFO] [stdout]    |                                  +++         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> sprachli_bytecode/src/parser.rs:64:14
[INFO] [stdout]    |
[INFO] [stdout] 64 | fn number(i: &[u8]) -> IResult<Number> {
[INFO] [stdout]    |              ^^^^^     --------------- the lifetime gets resolved as `'_`
[INFO] [stdout]    |              |
[INFO] [stdout]    |              this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 64 | fn number(i: &[u8]) -> IResult<'_, Number> {
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> sprachli_bytecode/src/parser.rs:72:14
[INFO] [stdout]    |
[INFO] [stdout] 72 | fn string(i: &[u8]) -> IResult<&str> {
[INFO] [stdout]    |              ^^^^^     -------------
[INFO] [stdout]    |              |         |       |
[INFO] [stdout]    |              |         |       the lifetimes get resolved as `'_`
[INFO] [stdout]    |              |         the lifetimes get resolved as `'_`
[INFO] [stdout]    |              this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 72 | fn string(i: &[u8]) -> IResult<'_, &str> {
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> sprachli_bytecode/src/parser.rs:80:16
[INFO] [stdout]    |
[INFO] [stdout] 80 | fn function(i: &[u8]) -> IResult<Function> {
[INFO] [stdout]    |                ^^^^^     -----------------
[INFO] [stdout]    |                |         |       |
[INFO] [stdout]    |                |         |       the lifetimes get resolved as `'_`
[INFO] [stdout]    |                |         the lifetimes get resolved as `'_`
[INFO] [stdout]    |                this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 80 | fn function(i: &[u8]) -> IResult<'_, Function<'_>> {
[INFO] [stdout]    |                                  +++         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling sprachli v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: method `is_empty` is never used
[INFO] [stdout]   --> src/vm/stack.rs:58:12
[INFO] [stdout]    |
[INFO] [stdout] 6  | impl<'b> Stack<'b> {
[INFO] [stdout]    | ------------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 58 |     pub fn is_empty(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/vm/value.rs:108:24
[INFO] [stdout]     |
[INFO] [stdout] 108 |     pub fn as_function(&self) -> Result<&Function> {
[INFO] [stdout]     |                        ^^^^^            ---------
[INFO] [stdout]     |                        |                ||
[INFO] [stdout]     |                        |                |the lifetimes get resolved as `'_`
[INFO] [stdout]     |                        |                the lifetimes get resolved as `'_`
[INFO] [stdout]     |                        this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 108 |     pub fn as_function(&self) -> Result<&Function<'_>> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 25s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: lalrpop v0.19.8
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "cdc3abfe837fd3b758b27a912135984c949746e4931b6186cb987a6dc320c8b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cdc3abfe837fd3b758b27a912135984c949746e4931b6186cb987a6dc320c8b9", kill_on_drop: false }`
[INFO] [stdout] cdc3abfe837fd3b758b27a912135984c949746e4931b6186cb987a6dc320c8b9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a35e0b41bcaee30c6cfd39cab9f0b6262a9e4f414a766770b0b4847b7cfac086
[INFO] running `Command { std: "docker" "start" "-a" "a35e0b41bcaee30c6cfd39cab9f0b6262a9e4f414a766770b0b4847b7cfac086", kill_on_drop: false }`
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> sprachli_parser/src/parser/mod.rs:19:34
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn parse_source_file(source: &str) -> Result<SourceFile> {
[INFO] [stdout]    |                                  ^^^^     ------------------
[INFO] [stdout]    |                                  |        |      |
[INFO] [stdout]    |                                  |        |      the lifetimes get resolved as `'_`
[INFO] [stdout]    |                                  |        the lifetimes get resolved as `'_`
[INFO] [stdout]    |                                  this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn parse_source_file(source: &str) -> Result<'_, SourceFile<'_>> {
[INFO] [stdout]    |                                                  +++           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> sprachli_bytecode/src/lib.rs:180:17
[INFO] [stdout]     |
[INFO] [stdout] 180 |     pub fn body(&self) -> &InstructionSequence {
[INFO] [stdout]     |                 ^^^^^     --------------------
[INFO] [stdout]     |                 |         ||
[INFO] [stdout]     |                 |         |the lifetimes get resolved as `'_`
[INFO] [stdout]     |                 |         the lifetimes get resolved as `'_`
[INFO] [stdout]     |                 this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 180 |     pub fn body(&self) -> &InstructionSequence<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> sprachli_bytecode/src/parser.rs:17:26
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub fn parse_bytecode(i: &[u8]) -> Result<Module, Error> {
[INFO] [stdout]    |                          ^^^^^            ------ the lifetime gets resolved as `'_`
[INFO] [stdout]    |                          |
[INFO] [stdout]    |                          this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub fn parse_bytecode(i: &[u8]) -> Result<Module<'_>, Error> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> sprachli_bytecode/src/parser.rs:21:16
[INFO] [stdout]    |
[INFO] [stdout] 21 | fn bytecode(i: &[u8]) -> IResult<Module> {
[INFO] [stdout]    |                ^^^^^     ---------------
[INFO] [stdout]    |                |         |       |
[INFO] [stdout]    |                |         |       the lifetimes get resolved as `'_`
[INFO] [stdout]    |                |         the lifetimes get resolved as `'_`
[INFO] [stdout]    |                this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 21 | fn bytecode(i: &[u8]) -> IResult<'_, Module<'_>> {
[INFO] [stdout]    |                                  +++       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> sprachli_bytecode/src/parser.rs:29:14
[INFO] [stdout]    |
[INFO] [stdout] 29 | fn header(i: &[u8]) -> IResult<u16> {
[INFO] [stdout]    |              ^^^^^     ------------ the lifetime gets resolved as `'_`
[INFO] [stdout]    |              |
[INFO] [stdout]    |              this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 29 | fn header(i: &[u8]) -> IResult<'_, u16> {
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling sprachli v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> sprachli_bytecode/src/parser.rs:35:17
[INFO] [stdout]    |
[INFO] [stdout] 35 | fn constants(i: &[u8]) -> IResult<Vec<Constant>> {
[INFO] [stdout]    |                 ^^^^^     ----------------------
[INFO] [stdout]    |                 |         |           |
[INFO] [stdout]    |                 |         |           the lifetimes get resolved as `'_`
[INFO] [stdout]    |                 |         the lifetimes get resolved as `'_`
[INFO] [stdout]    |                 this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 35 | fn constants(i: &[u8]) -> IResult<'_, Vec<Constant<'_>>> {
[INFO] [stdout]    |                                   +++             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> sprachli_bytecode/src/parser.rs:41:16
[INFO] [stdout]    |
[INFO] [stdout] 41 | fn constant(i: &[u8]) -> IResult<Constant> {
[INFO] [stdout]    |                ^^^^^     -----------------
[INFO] [stdout]    |                |         |       |
[INFO] [stdout]    |                |         |       the lifetimes get resolved as `'_`
[INFO] [stdout]    |                |         the lifetimes get resolved as `'_`
[INFO] [stdout]    |                this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 41 | fn constant(i: &[u8]) -> IResult<'_, Constant<'_>> {
[INFO] [stdout]    |                                  +++         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> sprachli_bytecode/src/parser.rs:64:14
[INFO] [stdout]    |
[INFO] [stdout] 64 | fn number(i: &[u8]) -> IResult<Number> {
[INFO] [stdout]    |              ^^^^^     --------------- the lifetime gets resolved as `'_`
[INFO] [stdout]    |              |
[INFO] [stdout]    |              this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 64 | fn number(i: &[u8]) -> IResult<'_, Number> {
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> sprachli_bytecode/src/parser.rs:72:14
[INFO] [stdout]    |
[INFO] [stdout] 72 | fn string(i: &[u8]) -> IResult<&str> {
[INFO] [stdout]    |              ^^^^^     -------------
[INFO] [stdout]    |              |         |       |
[INFO] [stdout]    |              |         |       the lifetimes get resolved as `'_`
[INFO] [stdout]    |              |         the lifetimes get resolved as `'_`
[INFO] [stdout]    |              this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 72 | fn string(i: &[u8]) -> IResult<'_, &str> {
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> sprachli_bytecode/src/parser.rs:80:16
[INFO] [stdout]    |
[INFO] [stdout] 80 | fn function(i: &[u8]) -> IResult<Function> {
[INFO] [stdout]    |                ^^^^^     -----------------
[INFO] [stdout]    |                |         |       |
[INFO] [stdout]    |                |         |       the lifetimes get resolved as `'_`
[INFO] [stdout]    |                |         the lifetimes get resolved as `'_`
[INFO] [stdout]    |                this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 80 | fn function(i: &[u8]) -> IResult<'_, Function<'_>> {
[INFO] [stdout]    |                                  +++         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_empty` is never used
[INFO] [stdout]   --> src/vm/stack.rs:58:12
[INFO] [stdout]    |
[INFO] [stdout] 6  | impl<'b> Stack<'b> {
[INFO] [stdout]    | ------------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 58 |     pub fn is_empty(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/vm/value.rs:108:24
[INFO] [stdout]     |
[INFO] [stdout] 108 |     pub fn as_function(&self) -> Result<&Function> {
[INFO] [stdout]     |                        ^^^^^            ---------
[INFO] [stdout]     |                        |                ||
[INFO] [stdout]     |                        |                |the lifetimes get resolved as `'_`
[INFO] [stdout]     |                        |                the lifetimes get resolved as `'_`
[INFO] [stdout]     |                        this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 108 |     pub fn as_function(&self) -> Result<&Function<'_>> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_empty` is never used
[INFO] [stdout]   --> src/vm/stack.rs:58:12
[INFO] [stdout]    |
[INFO] [stdout] 6  | impl<'b> Stack<'b> {
[INFO] [stdout]    | ------------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 58 |     pub fn is_empty(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/vm/value.rs:108:24
[INFO] [stdout]     |
[INFO] [stdout] 108 |     pub fn as_function(&self) -> Result<&Function> {
[INFO] [stdout]     |                        ^^^^^            ---------
[INFO] [stdout]     |                        |                ||
[INFO] [stdout]     |                        |                |the lifetimes get resolved as `'_`
[INFO] [stdout]     |                        |                the lifetimes get resolved as `'_`
[INFO] [stdout]     |                        this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 108 |     pub fn as_function(&self) -> Result<&Function<'_>> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.12s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: lalrpop v0.19.8
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "a35e0b41bcaee30c6cfd39cab9f0b6262a9e4f414a766770b0b4847b7cfac086", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a35e0b41bcaee30c6cfd39cab9f0b6262a9e4f414a766770b0b4847b7cfac086", kill_on_drop: false }`
[INFO] [stdout] a35e0b41bcaee30c6cfd39cab9f0b6262a9e4f414a766770b0b4847b7cfac086
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 5eea5e28974d1e67381ce873d95a7d310adbbc4b11b4cebe1e2110bd9d85f4ea
[INFO] running `Command { std: "docker" "start" "-a" "5eea5e28974d1e67381ce873d95a7d310adbbc4b11b4cebe1e2110bd9d85f4ea", kill_on_drop: false }`
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]   --> sprachli_parser/src/parser/mod.rs:19:34
[INFO] [stderr]    |
[INFO] [stderr] 19 | pub fn parse_source_file(source: &str) -> Result<SourceFile> {
[INFO] [stderr]    |                                  ^^^^     ------------------
[INFO] [stderr]    |                                  |        |      |
[INFO] [stderr]    |                                  |        |      the lifetimes get resolved as `'_`
[INFO] [stderr]    |                                  |        the lifetimes get resolved as `'_`
[INFO] [stderr]    |                                  this lifetime flows to the output
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]    |
[INFO] [stderr] 19 | pub fn parse_source_file(source: &str) -> Result<'_, SourceFile<'_>> {
[INFO] [stderr]    |                                                  +++           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `sprachli_parser` (lib) generated 1 warning
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> sprachli_bytecode/src/lib.rs:180:17
[INFO] [stderr]     |
[INFO] [stderr] 180 |     pub fn body(&self) -> &InstructionSequence {
[INFO] [stderr]     |                 ^^^^^     --------------------
[INFO] [stderr]     |                 |         ||
[INFO] [stderr]     |                 |         |the lifetimes get resolved as `'_`
[INFO] [stderr]     |                 |         the lifetimes get resolved as `'_`
[INFO] [stderr]     |                 this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 180 |     pub fn body(&self) -> &InstructionSequence<'_> {
[INFO] [stderr]     |                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]   --> sprachli_bytecode/src/parser.rs:17:26
[INFO] [stderr]    |
[INFO] [stderr] 17 | pub fn parse_bytecode(i: &[u8]) -> Result<Module, Error> {
[INFO] [stderr]    |                          ^^^^^            ------ the lifetime gets resolved as `'_`
[INFO] [stderr]    |                          |
[INFO] [stderr]    |                          this lifetime flows to the output
[INFO] [stderr]    |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]    |
[INFO] [stderr] 17 | pub fn parse_bytecode(i: &[u8]) -> Result<Module<'_>, Error> {
[INFO] [stderr]    |                                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]   --> sprachli_bytecode/src/parser.rs:21:16
[INFO] [stderr]    |
[INFO] [stderr] 21 | fn bytecode(i: &[u8]) -> IResult<Module> {
[INFO] [stderr]    |                ^^^^^     ---------------
[INFO] [stderr]    |                |         |       |
[INFO] [stderr]    |                |         |       the lifetimes get resolved as `'_`
[INFO] [stderr]    |                |         the lifetimes get resolved as `'_`
[INFO] [stderr]    |                this lifetime flows to the output
[INFO] [stderr]    |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]    |
[INFO] [stderr] 21 | fn bytecode(i: &[u8]) -> IResult<'_, Module<'_>> {
[INFO] [stderr]    |                                  +++       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]   --> sprachli_bytecode/src/parser.rs:29:14
[INFO] [stderr]    |
[INFO] [stderr] 29 | fn header(i: &[u8]) -> IResult<u16> {
[INFO] [stderr]    |              ^^^^^     ------------ the lifetime gets resolved as `'_`
[INFO] [stderr]    |              |
[INFO] [stderr]    |              this lifetime flows to the output
[INFO] [stderr]    |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]    |
[INFO] [stderr] 29 | fn header(i: &[u8]) -> IResult<'_, u16> {
[INFO] [stderr]    |                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]   --> sprachli_bytecode/src/parser.rs:35:17
[INFO] [stderr]    |
[INFO] [stderr] 35 | fn constants(i: &[u8]) -> IResult<Vec<Constant>> {
[INFO] [stderr]    |                 ^^^^^     ----------------------
[INFO] [stderr]    |                 |         |           |
[INFO] [stderr]    |                 |         |           the lifetimes get resolved as `'_`
[INFO] [stderr]    |                 |         the lifetimes get resolved as `'_`
[INFO] [stderr]    |                 this lifetime flows to the output
[INFO] [stderr]    |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]    |
[INFO] [stderr] 35 | fn constants(i: &[u8]) -> IResult<'_, Vec<Constant<'_>>> {
[INFO] [stderr]    |                                   +++             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]   --> sprachli_bytecode/src/parser.rs:41:16
[INFO] [stderr]    |
[INFO] [stderr] 41 | fn constant(i: &[u8]) -> IResult<Constant> {
[INFO] [stderr]    |                ^^^^^     -----------------
[INFO] [stderr]    |                |         |       |
[INFO] [stderr]    |                |         |       the lifetimes get resolved as `'_`
[INFO] [stderr]    |                |         the lifetimes get resolved as `'_`
[INFO] [stderr]    |                this lifetime flows to the output
[INFO] [stderr]    |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]    |
[INFO] [stderr] 41 | fn constant(i: &[u8]) -> IResult<'_, Constant<'_>> {
[INFO] [stderr]    |                                  +++         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]   --> sprachli_bytecode/src/parser.rs:64:14
[INFO] [stderr]    |
[INFO] [stderr] 64 | fn number(i: &[u8]) -> IResult<Number> {
[INFO] [stderr]    |              ^^^^^     --------------- the lifetime gets resolved as `'_`
[INFO] [stderr]    |              |
[INFO] [stderr]    |              this lifetime flows to the output
[INFO] [stderr]    |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]    |
[INFO] [stderr] 64 | fn number(i: &[u8]) -> IResult<'_, Number> {
[INFO] [stderr]    |                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]   --> sprachli_bytecode/src/parser.rs:72:14
[INFO] [stderr]    |
[INFO] [stderr] 72 | fn string(i: &[u8]) -> IResult<&str> {
[INFO] [stderr]    |              ^^^^^     -------------
[INFO] [stderr]    |              |         |       |
[INFO] [stderr]    |              |         |       the lifetimes get resolved as `'_`
[INFO] [stderr]    |              |         the lifetimes get resolved as `'_`
[INFO] [stderr]    |              this lifetime flows to the output
[INFO] [stderr]    |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]    |
[INFO] [stderr] 72 | fn string(i: &[u8]) -> IResult<'_, &str> {
[INFO] [stderr]    |                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]   --> sprachli_bytecode/src/parser.rs:80:16
[INFO] [stderr]    |
[INFO] [stderr] 80 | fn function(i: &[u8]) -> IResult<Function> {
[INFO] [stderr]    |                ^^^^^     -----------------
[INFO] [stderr]    |                |         |       |
[INFO] [stderr]    |                |         |       the lifetimes get resolved as `'_`
[INFO] [stderr]    |                |         the lifetimes get resolved as `'_`
[INFO] [stderr]    |                this lifetime flows to the output
[INFO] [stderr]    |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]    |
[INFO] [stderr] 80 | fn function(i: &[u8]) -> IResult<'_, Function<'_>> {
[INFO] [stderr]    |                                  +++         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `sprachli_bytecode` (lib) generated 9 warnings
[INFO] [stderr] warning: method `is_empty` is never used
[INFO] [stderr]   --> src/vm/stack.rs:58:12
[INFO] [stderr]    |
[INFO] [stderr] 6  | impl<'b> Stack<'b> {
[INFO] [stderr]    | ------------------ method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 58 |     pub fn is_empty(&self) -> bool {
[INFO] [stderr]    |            ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/vm/value.rs:108:24
[INFO] [stderr]     |
[INFO] [stderr] 108 |     pub fn as_function(&self) -> Result<&Function> {
[INFO] [stderr]     |                        ^^^^^            ---------
[INFO] [stderr]     |                        |                ||
[INFO] [stderr]     |                        |                |the lifetimes get resolved as `'_`
[INFO] [stderr]     |                        |                the lifetimes get resolved as `'_`
[INFO] [stderr]     |                        this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 108 |     pub fn as_function(&self) -> Result<&Function<'_>> {
[INFO] [stderr]     |                                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `sprachli` (lib) generated 2 warnings
[INFO] [stderr] warning: `sprachli` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.15s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: lalrpop v0.19.8
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/sprachli-88a0805d25f8100a)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/sprachli-a6cb48f2bf897309)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test verify_args ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/e2e_test.rs (/opt/rustwide/target/debug/deps/e2e_test-13882da4c300da74)
[INFO] [stdout] 
[INFO] [stdout] running 32 tests
[INFO] [stdout] test operators::test_add ... ok
[INFO] [stdout] test operators::test_div ... ok
[INFO] [stdout] test operators::test_bit_or ... ok
[INFO] [stdout] test operators::test_lte ... ok
[INFO] [stdout] test operators::test_mod ... ok
[INFO] [stdout] test operators::test_bit_xor ... ok
[INFO] [stdout] test operators::test_lt ... ok
[INFO] [stdout] test operators::test_gte ... ok
[INFO] [stdout] test operators::test_bit_and ... ok
[INFO] [stdout] test operators::test_mul ... ok
[INFO] [stdout] test operators::test_neg ... ok
[INFO] [stdout] test operators::test_gt ... ok
[INFO] [stdout] test test_fn_expr ... ok
[INFO] [stdout] test operators::test_shr ... ok
[INFO] [stdout] test test_even ... ok
[INFO] [stdout] test test_assign ... ok
[INFO] [stdout] test test_higher_order ... ok
[INFO] [stdout] test test_bool ... ok
[INFO] [stdout] test operators::test_shl ... ok
[INFO] [stdout] test test_loop ... ok
[INFO] [stdout] test operators::test_not ... ok
[INFO] [stdout] test test_break ... ok
[INFO] [stdout] test test_continue ... ok
[INFO] [stdout] test test_assign_immutable ... ok
[INFO] [stdout] test operators::test_sub ... ok
[INFO] [stdout] test test_max ... ok
[INFO] [stdout] test test_return ... ok
[INFO] [stdout] test test_statement ... ok
[INFO] [stdout] test test_variable ... ok
[INFO] [stdout] test test_escape ... ok
[INFO] [stdout] test operators::test_eq ... FAILED
[INFO] [stdout] test operators::test_neq ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- operators::test_eq stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'operators::test_eq' panicked at tests/e2e_test.rs:42:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: false
[INFO] [stdout]  right: true
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61bff66c9f32 - std::backtrace_rs::backtrace::libunwind::trace::hd39b1f53d3cf9745
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61bff66c9f32 - std::backtrace_rs::backtrace::trace_unsynchronized::he91d9a75d4e3972b
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61bff66c9f32 - std::sys::backtrace::_print_fmt::hca46938f8c6e22cf
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61bff66c9f32 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::ha499add612cccf8e
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61bff66ef853 - core::fmt::rt::Argument::fmt::hd21145b75a833b7a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61bff66ef853 - core::fmt::write::hb10c956f5235c8a4
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/fmt/mod.rs:1465:25
[INFO] [stdout]    6:     0x61bff66c7113 - std::io::default_write_fmt::hdb7615052be2ba4d
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61bff66c7113 - std::io::Write::write_fmt::he1bcd251ec6e4153
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61bff66c9d82 - std::sys::backtrace::BacktraceLock::print::hb47c770ef659fd10
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61bff66cb4ac - std::panicking::default_hook::{{closure}}::hdda8afb9d457a22c
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x61bff66cb302 - std::panicking::default_hook::h7c46b44874fe5c9a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x61bff65c5504 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h178a5fcedee41e2f
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x61bff65c5504 - test::test_main_with_exit_callback::{{closure}}::h951a41e0149d6d5d
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61bff66cbf8b - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h13602080f5b63276
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x61bff66cbf8b - std::panicking::rust_panic_with_hook::ha6cb99ed099eb1c5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x61bff66cbc5a - std::panicking::begin_panic_handler::{{closure}}::he11808bc797ee921
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x61bff66ca439 - std::sys::backtrace::__rust_end_short_backtrace::h9418807cb7346258
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:168:18
[INFO] [stdout]   17:     0x61bff66cb8ed - __rustc[18fb429eef004894]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x61bff66ee3a0 - core::panicking::panic_fmt::hd890aeb12c3a3fc3
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x61bff66ee637 - core::panicking::assert_failed_inner::h02e1528dd7bc6647
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panicking.rs:448:17
[INFO] [stdout]   20:     0x61bff65896f9 - core::panicking::assert_failed::h58bd21690e231a80
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panicking.rs:403:5
[INFO] [stdout]   21:     0x61bff6588372 - e2e_test::run_and_check_result_bool::{{closure}}::hb5aad16b5c2ee2b8
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/e2e_test.rs:42:9
[INFO] [stdout]   22:     0x61bff65880fa - e2e_test::run_and_check_result::{{closure}}::hfd2a634ea69554bf
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/e2e_test.rs:35:9
[INFO] [stdout]   23:     0x61bff65880fa - e2e_test::run_and_check_result::h17e93ec288502673
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/e2e_test.rs:21:5
[INFO] [stdout]   24:     0x61bff65880fa - e2e_test::run_and_check_result_bool::h2e4027eff3340a3f
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/e2e_test.rs:41:5
[INFO] [stdout]   25:     0x61bff6587990 - e2e_test::run_and_check_result_true::h9601bd3dc6d2ee98
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/e2e_test.rs:72:5
[INFO] [stdout]   26:     0x61bff6587990 - e2e_test::operators::test_eq::h0b970e4134c3024c
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/e2e_test.rs:176:9
[INFO] [stdout]   27:     0x61bff6587990 - e2e_test::operators::test_eq::{{closure}}::hde8f6d6b959232a8
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/e2e_test.rs:171:17
[INFO] [stdout]   28:     0x61bff6587990 - core::ops::function::FnOnce::call_once::hb17622aff40bdeee
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x61bff65cac8b - core::ops::function::FnOnce::call_once::h2869fb5b0a2b0bdc
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x61bff65cac8b - test::__rust_begin_short_backtrace::h7dd7142bd62fa711
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:648:18
[INFO] [stdout]   31:     0x61bff65c9e7e - test::run_test_in_process::{{closure}}::h43a753f038d36b3f
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:671:74
[INFO] [stdout]   32:     0x61bff65c9e7e - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h0ca95dd3e12d1e16
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   33:     0x61bff65c9e7e - std::panicking::catch_unwind::do_call::he308587d70ac34ba
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:589:40
[INFO] [stdout]   34:     0x61bff65c9e7e - std::panicking::catch_unwind::h30dcba31973e8fb0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:552:19
[INFO] [stdout]   35:     0x61bff65c9e7e - std::panic::catch_unwind::hfb68364e5621fbee
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panic.rs:359:14
[INFO] [stdout]   36:     0x61bff65c9e7e - test::run_test_in_process::hcdcc2977903b998a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:671:27
[INFO] [stdout]   37:     0x61bff65c9e7e - test::run_test::{{closure}}::h544a6550958c5d14
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:592:43
[INFO] [stdout]   38:     0x61bff658d9f4 - test::run_test::{{closure}}::hb172e48ebe2b92c7
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:622:41
[INFO] [stdout]   39:     0x61bff658d9f4 - std::sys::backtrace::__rust_begin_short_backtrace::h7e79d8706638bea0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:152:18
[INFO] [stdout]   40:     0x61bff65913ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hc4a275f1e71b8ab0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   41:     0x61bff65913ca - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h01ed0d242df78cfd
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   42:     0x61bff65913ca - std::panicking::catch_unwind::do_call::h052f373fb905fee0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:589:40
[INFO] [stdout]   43:     0x61bff65913ca - std::panicking::catch_unwind::hb425d20c8ffb09c8
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:552:19
[INFO] [stdout]   44:     0x61bff65913ca - std::panic::catch_unwind::ha0d5dfbf18fdeda5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panic.rs:359:14
[INFO] [stdout]   45:     0x61bff65913ca - std::thread::Builder::spawn_unchecked_::{{closure}}::hbe79182bd37949c7
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   46:     0x61bff65913ca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hc096c4a06972fde5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x61bff66ceee7 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h47377e27fb938a26
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   48:     0x61bff66ceee7 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h72f1fe5d095abf57
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   49:     0x61bff66ceee7 - std::sys::pal::unix::thread::Thread::new::thread_start::h0a4d8e1b9c0d38cf
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/pal/unix/thread.rs:97:17
[INFO] [stdout]   50:     0x7829472dfaa4 - <unknown>
[INFO] [stdout]   51:     0x78294736ca34 - clone
[INFO] [stdout]   52:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- operators::test_neq stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'operators::test_neq' panicked at tests/e2e_test.rs:42:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: true
[INFO] [stdout]  right: false
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61bff66c9f32 - std::backtrace_rs::backtrace::libunwind::trace::hd39b1f53d3cf9745
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61bff66c9f32 - std::backtrace_rs::backtrace::trace_unsynchronized::he91d9a75d4e3972b
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61bff66c9f32 - std::sys::backtrace::_print_fmt::hca46938f8c6e22cf
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61bff66c9f32 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::ha499add612cccf8e
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61bff66ef853 - core::fmt::rt::Argument::fmt::hd21145b75a833b7a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61bff66ef853 - core::fmt::write::hb10c956f5235c8a4
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/fmt/mod.rs:1465:25
[INFO] [stdout]    6:     0x61bff66c7113 - std::io::default_write_fmt::hdb7615052be2ba4d
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61bff66c7113 - std::io::Write::write_fmt::he1bcd251ec6e4153
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61bff66c9d82 - std::sys::backtrace::BacktraceLock::print::hb47c770ef659fd10
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61bff66cb4ac - std::panicking::default_hook::{{closure}}::hdda8afb9d457a22c
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x61bff66cb302 - std::panicking::default_hook::h7c46b44874fe5c9a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x61bff65c5504 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h178a5fcedee41e2f
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x61bff65c5504 - test::test_main_with_exit_callback::{{closure}}::h951a41e0149d6d5d
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61bff66cbf8b - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h13602080f5b63276
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x61bff66cbf8b - std::panicking::rust_panic_with_hook::ha6cb99ed099eb1c5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x61bff66cbc5a - std::panicking::begin_panic_handler::{{closure}}::he11808bc797ee921
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x61bff66ca439 - std::sys::backtrace::__rust_end_short_backtrace::h9418807cb7346258
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:168:18
[INFO] [stdout]   17:     0x61bff66cb8ed - __rustc[18fb429eef004894]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x61bff66ee3a0 - core::panicking::panic_fmt::hd890aeb12c3a3fc3
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x61bff66ee637 - core::panicking::assert_failed_inner::h02e1528dd7bc6647
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panicking.rs:448:17
[INFO] [stdout]   20:     0x61bff65896f9 - core::panicking::assert_failed::h58bd21690e231a80
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panicking.rs:403:5
[INFO] [stdout]   21:     0x61bff6588372 - e2e_test::run_and_check_result_bool::{{closure}}::hb5aad16b5c2ee2b8
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/e2e_test.rs:42:9
[INFO] [stdout]   22:     0x61bff65880fa - e2e_test::run_and_check_result::{{closure}}::hfd2a634ea69554bf
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/e2e_test.rs:35:9
[INFO] [stdout]   23:     0x61bff65880fa - e2e_test::run_and_check_result::h17e93ec288502673
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/e2e_test.rs:21:5
[INFO] [stdout]   24:     0x61bff65880fa - e2e_test::run_and_check_result_bool::h2e4027eff3340a3f
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/e2e_test.rs:41:5
[INFO] [stdout]   25:     0x61bff658709a - e2e_test::run_and_check_result_false::hff109ce8fa3c127d
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/e2e_test.rs:76:5
[INFO] [stdout]   26:     0x61bff658709a - e2e_test::operators::test_neq::h2603a05b9557dd9c
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/e2e_test.rs:185:9
[INFO] [stdout]   27:     0x61bff658709a - e2e_test::operators::test_neq::{{closure}}::h7e6901607e4ae29e
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/e2e_test.rs:180:18
[INFO] [stdout]   28:     0x61bff658709a - core::ops::function::FnOnce::call_once::h26ce1077ec358c8e
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x61bff65cac8b - core::ops::function::FnOnce::call_once::h2869fb5b0a2b0bdc
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x61bff65cac8b - test::__rust_begin_short_backtrace::h7dd7142bd62fa711
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:648:18
[INFO] [stdout]   31:     0x61bff65c9e7e - test::run_test_in_process::{{closure}}::h43a753f038d36b3f
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:671:74
[INFO] [stdout]   32:     0x61bff65c9e7e - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h0ca95dd3e12d1e16
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   33:     0x61bff65c9e7e - std::panicking::catch_unwind::do_call::he308587d70ac34ba
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:589:40
[INFO] [stdout]   34:     0x61bff65c9e7e - std::panicking::catch_unwind::h30dcba31973e8fb0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:552:19
[INFO] [stdout]   35:     0x61bff65c9e7e - std::panic::catch_unwind::hfb68364e5621fbee
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panic.rs:359:14
[INFO] [stdout]   36:     0x61bff65c9e7e - test::run_test_in_process::hcdcc2977903b998a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:671:27
[INFO] [stdout]   37:     0x61bff65c9e7e - test::run_test::{{closure}}::h544a6550958c5d14
[INFO] [stderr] error: test failed, to rerun pass `--test e2e_test`
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:592:43
[INFO] [stdout]   38:     0x61bff658d9f4 - test::run_test::{{closure}}::hb172e48ebe2b92c7
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:622:41
[INFO] [stdout]   39:     0x61bff658d9f4 - std::sys::backtrace::__rust_begin_short_backtrace::h7e79d8706638bea0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:152:18
[INFO] [stdout]   40:     0x61bff65913ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hc4a275f1e71b8ab0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   41:     0x61bff65913ca - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h01ed0d242df78cfd
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   42:     0x61bff65913ca - std::panicking::catch_unwind::do_call::h052f373fb905fee0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:589:40
[INFO] [stdout]   43:     0x61bff65913ca - std::panicking::catch_unwind::hb425d20c8ffb09c8
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:552:19
[INFO] [stdout]   44:     0x61bff65913ca - std::panic::catch_unwind::ha0d5dfbf18fdeda5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panic.rs:359:14
[INFO] [stdout]   45:     0x61bff65913ca - std::thread::Builder::spawn_unchecked_::{{closure}}::hbe79182bd37949c7
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   46:     0x61bff65913ca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hc096c4a06972fde5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x61bff66ceee7 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h47377e27fb938a26
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   48:     0x61bff66ceee7 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h72f1fe5d095abf57
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   49:     0x61bff66ceee7 - std::sys::pal::unix::thread::Thread::new::thread_start::h0a4d8e1b9c0d38cf
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/pal/unix/thread.rs:97:17
[INFO] [stdout]   50:     0x7829472dfaa4 - <unknown>
[INFO] [stdout]   51:     0x78294736ca34 - clone
[INFO] [stdout]   52:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     operators::test_eq
[INFO] [stdout]     operators::test_neq
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 30 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "5eea5e28974d1e67381ce873d95a7d310adbbc4b11b4cebe1e2110bd9d85f4ea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5eea5e28974d1e67381ce873d95a7d310adbbc4b11b4cebe1e2110bd9d85f4ea", kill_on_drop: false }`
[INFO] [stdout] 5eea5e28974d1e67381ce873d95a7d310adbbc4b11b4cebe1e2110bd9d85f4ea
