[INFO] cloning repository https://github.com/leiysky/cypher-parser [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/leiysky/cypher-parser" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fleiysky%2Fcypher-parser", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fleiysky%2Fcypher-parser'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] feea9bf60fd5f928b09da1bc95e4babd1763dff9 [INFO] testing leiysky/cypher-parser against 1.52.1 for beta-1.52-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fleiysky%2Fcypher-parser" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/leiysky/cypher-parser on toolchain 1.52.1 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.52.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/leiysky/cypher-parser [INFO] finished tweaking git repo https://github.com/leiysky/cypher-parser [INFO] tweaked toml for git repo https://github.com/leiysky/cypher-parser written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/leiysky/cypher-parser already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.52.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+1.52.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] c94b479bf186634d94a7e404ca02650c3bb6f5e63fd633f4cc6d6a9ff140b2ae [INFO] running `Command { std: "docker" "start" "-a" "c94b479bf186634d94a7e404ca02650c3bb6f5e63fd633f4cc6d6a9ff140b2ae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c94b479bf186634d94a7e404ca02650c3bb6f5e63fd633f4cc6d6a9ff140b2ae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c94b479bf186634d94a7e404ca02650c3bb6f5e63fd633f4cc6d6a9ff140b2ae", kill_on_drop: false }` [INFO] [stdout] c94b479bf186634d94a7e404ca02650c3bb6f5e63fd633f4cc6d6a9ff140b2ae [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+1.52.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 897687f164bd850ad0aec7ea9397e2cd9253d5d7c872b354943b5e5371a175aa [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "897687f164bd850ad0aec7ea9397e2cd9253d5d7c872b354943b5e5371a175aa", kill_on_drop: false }` [INFO] [stderr] Compiling cypher-parser v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `Err` [INFO] [stdout] --> src/parser.rs:3:28 [INFO] [stdout] | [INFO] [stdout] 3 | use nom::{sequence::tuple, Err, IResult}; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `expression::*` [INFO] [stdout] --> src/statement.rs:1:24 [INFO] [stdout] | [INFO] [stdout] 1 | use super::{clause::*, expression::*, keywords::*}; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/clause.rs:176:21 [INFO] [stdout] | [INFO] [stdout] 176 | pub fn parse_unwind(input: &str) -> IResult<&str, Unwind> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/clause.rs:180:21 [INFO] [stdout] | [INFO] [stdout] 180 | pub fn parse_create(input: &str) -> IResult<&str, Create> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/clause.rs:184:20 [INFO] [stdout] | [INFO] [stdout] 184 | pub fn parse_merge(input: &str) -> IResult<&str, Merge> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/clause.rs:188:18 [INFO] [stdout] | [INFO] [stdout] 188 | pub fn parse_set(input: &str) -> IResult<&str, Set> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/clause.rs:192:21 [INFO] [stdout] | [INFO] [stdout] 192 | pub fn parse_delete(input: &str) -> IResult<&str, Delete> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/clause.rs:196:21 [INFO] [stdout] | [INFO] [stdout] 196 | pub fn parse_remove(input: &str) -> IResult<&str, Remove> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/expression.rs:266:19 [INFO] [stdout] | [INFO] [stdout] 266 | pub fn parse_expr(input: &str) -> IResult<&str, Expr> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/literal.rs:114:30 [INFO] [stdout] | [INFO] [stdout] 114 | pub fn parse_decimal_integer(input: &str) -> IResult<&str, DecimalInteger> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/statement.rs:66:31 [INFO] [stdout] | [INFO] [stdout] 66 | pub fn parse_stand_alone_call(input: &str) -> IResult<&str, StandAloneCall> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.38s [INFO] running `Command { std: "docker" "inspect" "897687f164bd850ad0aec7ea9397e2cd9253d5d7c872b354943b5e5371a175aa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "897687f164bd850ad0aec7ea9397e2cd9253d5d7c872b354943b5e5371a175aa", kill_on_drop: false }` [INFO] [stdout] 897687f164bd850ad0aec7ea9397e2cd9253d5d7c872b354943b5e5371a175aa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+1.52.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e4ad559a62c19cb5eaf969d3ec993ed4afeea775c1b055a8ab8e274cf1780060 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "e4ad559a62c19cb5eaf969d3ec993ed4afeea775c1b055a8ab8e274cf1780060", kill_on_drop: false }` [INFO] [stderr] Compiling cypher-parser v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `Err` [INFO] [stdout] --> src/parser.rs:3:28 [INFO] [stdout] | [INFO] [stdout] 3 | use nom::{sequence::tuple, Err, IResult}; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `expression::*` [INFO] [stdout] --> src/statement.rs:1:24 [INFO] [stdout] | [INFO] [stdout] 1 | use super::{clause::*, expression::*, keywords::*}; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/clause.rs:176:21 [INFO] [stdout] | [INFO] [stdout] 176 | pub fn parse_unwind(input: &str) -> IResult<&str, Unwind> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/clause.rs:180:21 [INFO] [stdout] | [INFO] [stdout] 180 | pub fn parse_create(input: &str) -> IResult<&str, Create> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/clause.rs:184:20 [INFO] [stdout] | [INFO] [stdout] 184 | pub fn parse_merge(input: &str) -> IResult<&str, Merge> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/clause.rs:188:18 [INFO] [stdout] | [INFO] [stdout] 188 | pub fn parse_set(input: &str) -> IResult<&str, Set> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/clause.rs:192:21 [INFO] [stdout] | [INFO] [stdout] 192 | pub fn parse_delete(input: &str) -> IResult<&str, Delete> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/clause.rs:196:21 [INFO] [stdout] | [INFO] [stdout] 196 | pub fn parse_remove(input: &str) -> IResult<&str, Remove> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/expression.rs:266:19 [INFO] [stdout] | [INFO] [stdout] 266 | pub fn parse_expr(input: &str) -> IResult<&str, Expr> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/literal.rs:114:30 [INFO] [stdout] | [INFO] [stdout] 114 | pub fn parse_decimal_integer(input: &str) -> IResult<&str, DecimalInteger> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/statement.rs:66:31 [INFO] [stdout] | [INFO] [stdout] 66 | pub fn parse_stand_alone_call(input: &str) -> IResult<&str, StandAloneCall> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/clause.rs:206:9 [INFO] [stdout] | [INFO] [stdout] 206 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Err` [INFO] [stdout] --> src/parser.rs:3:28 [INFO] [stdout] | [INFO] [stdout] 3 | use nom::{sequence::tuple, Err, IResult}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `expression::*` [INFO] [stdout] --> src/statement.rs:1:24 [INFO] [stdout] | [INFO] [stdout] 1 | use super::{clause::*, expression::*, keywords::*}; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/statement.rs:102:9 [INFO] [stdout] | [INFO] [stdout] 102 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/clause.rs:176:21 [INFO] [stdout] | [INFO] [stdout] 176 | pub fn parse_unwind(input: &str) -> IResult<&str, Unwind> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/clause.rs:180:21 [INFO] [stdout] | [INFO] [stdout] 180 | pub fn parse_create(input: &str) -> IResult<&str, Create> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/clause.rs:184:20 [INFO] [stdout] | [INFO] [stdout] 184 | pub fn parse_merge(input: &str) -> IResult<&str, Merge> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/clause.rs:188:18 [INFO] [stdout] | [INFO] [stdout] 188 | pub fn parse_set(input: &str) -> IResult<&str, Set> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/clause.rs:192:21 [INFO] [stdout] | [INFO] [stdout] 192 | pub fn parse_delete(input: &str) -> IResult<&str, Delete> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/clause.rs:196:21 [INFO] [stdout] | [INFO] [stdout] 196 | pub fn parse_remove(input: &str) -> IResult<&str, Remove> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/expression.rs:266:19 [INFO] [stdout] | [INFO] [stdout] 266 | pub fn parse_expr(input: &str) -> IResult<&str, Expr> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/literal.rs:114:30 [INFO] [stdout] | [INFO] [stdout] 114 | pub fn parse_decimal_integer(input: &str) -> IResult<&str, DecimalInteger> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/statement.rs:66:31 [INFO] [stdout] | [INFO] [stdout] 66 | pub fn parse_stand_alone_call(input: &str) -> IResult<&str, StandAloneCall> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.15s [INFO] running `Command { std: "docker" "inspect" "e4ad559a62c19cb5eaf969d3ec993ed4afeea775c1b055a8ab8e274cf1780060", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e4ad559a62c19cb5eaf969d3ec993ed4afeea775c1b055a8ab8e274cf1780060", kill_on_drop: false }` [INFO] [stdout] e4ad559a62c19cb5eaf969d3ec993ed4afeea775c1b055a8ab8e274cf1780060 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+1.52.1" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f36d2b506ed1e7f407c2c45e82c2b77eb66c739533f1e3b8bb48cebe9bc39e1e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "f36d2b506ed1e7f407c2c45e82c2b77eb66c739533f1e3b8bb48cebe9bc39e1e", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] warning: unused import: `Err` [INFO] [stdout] running 3 tests [INFO] [stderr] --> src/parser.rs:3:28 [INFO] [stdout] test keywords::keywords_test::test_white_space ... ok [INFO] [stderr] | [INFO] [stdout] test keywords::keywords_test::test_unescaped_str ... ok [INFO] [stderr] 3 | use nom::{sequence::tuple, Err, IResult}; [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `expression::*` [INFO] [stderr] --> src/statement.rs:1:24 [INFO] [stderr] | [INFO] [stderr] 1 | use super::{clause::*, expression::*, keywords::*}; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `input` [INFO] [stderr] --> src/clause.rs:176:21 [INFO] [stderr] | [INFO] [stderr] 176 | pub fn parse_unwind(input: &str) -> IResult<&str, Unwind> { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `input` [INFO] [stderr] --> src/clause.rs:180:21 [INFO] [stderr] | [INFO] [stderr] 180 | pub fn parse_create(input: &str) -> IResult<&str, Create> { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `input` [INFO] [stderr] --> src/clause.rs:184:20 [INFO] [stderr] | [INFO] [stderr] 184 | pub fn parse_merge(input: &str) -> IResult<&str, Merge> { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `input` [INFO] [stderr] --> src/clause.rs:188:18 [INFO] [stderr] | [INFO] [stderr] 188 | pub fn parse_set(input: &str) -> IResult<&str, Set> { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `input` [INFO] [stderr] --> src/clause.rs:192:21 [INFO] [stderr] | [INFO] [stderr] 192 | pub fn parse_delete(input: &str) -> IResult<&str, Delete> { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `input` [INFO] [stderr] --> src/clause.rs:196:21 [INFO] [stderr] | [INFO] [stderr] 196 | pub fn parse_remove(input: &str) -> IResult<&str, Remove> { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `input` [INFO] [stderr] --> src/expression.rs:266:19 [INFO] [stderr] | [INFO] [stderr] 266 | pub fn parse_expr(input: &str) -> IResult<&str, Expr> { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `input` [INFO] [stderr] --> src/literal.rs:114:30 [INFO] [stderr] | [INFO] [stderr] 114 | pub fn parse_decimal_integer(input: &str) -> IResult<&str, DecimalInteger> { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `input` [INFO] [stderr] --> src/statement.rs:66:31 [INFO] [stderr] | [INFO] [stderr] 66 | pub fn parse_stand_alone_call(input: &str) -> IResult<&str, StandAloneCall> { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stderr] [INFO] [stderr] warning: 11 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: unused import: `super::*` [INFO] [stderr] --> src/clause.rs:206:9 [INFO] [stderr] | [INFO] [stderr] 206 | use super::*; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `Err` [INFO] [stderr] --> src/parser.rs:3:28 [INFO] [stderr] | [INFO] [stderr] 3 | use nom::{sequence::tuple, Err, IResult}; [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `expression::*` [INFO] [stderr] --> src/statement.rs:1:24 [INFO] [stderr] | [INFO] [stderr] 1 | use super::{clause::*, expression::*, keywords::*}; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `super::*` [INFO] [stderr] --> src/statement.rs:102:9 [INFO] [stderr] | [INFO] [stderr] 102 | use super::*; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `input` [INFO] [stderr] --> src/clause.rs:176:21 [INFO] [stderr] | [INFO] [stderr] 176 | pub fn parse_unwind(input: &str) -> IResult<&str, Unwind> { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `input` [INFO] [stderr] --> src/clause.rs:180:21 [INFO] [stderr] | [INFO] [stderr] 180 | pub fn parse_create(input: &str) -> IResult<&str, Create> { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `input` [INFO] [stderr] --> src/clause.rs:184:20 [INFO] [stderr] | [INFO] [stderr] 184 | pub fn parse_merge(input: &str) -> IResult<&str, Merge> { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `input` [INFO] [stderr] --> src/clause.rs:188:18 [INFO] [stderr] | [INFO] [stderr] 188 | pub fn parse_set(input: &str) -> IResult<&str, Set> { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `input` [INFO] [stderr] --> src/clause.rs:192:21 [INFO] [stderr] | [INFO] [stderr] 192 | pub fn parse_delete(input: &str) -> IResult<&str, Delete> { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `input` [INFO] [stderr] --> src/clause.rs:196:21 [INFO] [stderr] | [INFO] [stderr] 196 | pub fn parse_remove(input: &str) -> IResult<&str, Remove> { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `input` [INFO] [stderr] --> src/expression.rs:266:19 [INFO] [stderr] | [INFO] [stderr] 266 | pub fn parse_expr(input: &str) -> IResult<&str, Expr> { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `input` [INFO] [stderr] --> src/literal.rs:114:30 [INFO] [stderr] | [INFO] [stderr] 114 | pub fn parse_decimal_integer(input: &str) -> IResult<&str, DecimalInteger> { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `input` [INFO] [stderr] --> src/statement.rs:66:31 [INFO] [stderr] | [INFO] [stderr] 66 | pub fn parse_stand_alone_call(input: &str) -> IResult<&str, StandAloneCall> { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stderr] [INFO] [stderr] warning: 13 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/cypher_parser-a4a3f5dae911f603) [INFO] [stdout] test expression::parse_expr_test::test_parse_relationship_detail ... FAILED [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- expression::parse_expr_test::test_parse_relationship_detail stdout ---- [INFO] [stdout] 1..] [INFO] [stdout] thread 'expression::parse_expr_test::test_parse_relationship_detail' panicked at 'not implemented', src/literal.rs:111:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b66d68f4c0 - std::backtrace_rs::backtrace::libunwind::trace::h63b7a90188ab5fb3 [INFO] [stdout] at /rustc/9bc8c42bb2f19e745a63f3445f1ac248fb015e53/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55b66d68f4c0 - std::backtrace_rs::backtrace::trace_unsynchronized::h80aefbf9b851eca7 [INFO] [stdout] at /rustc/9bc8c42bb2f19e745a63f3445f1ac248fb015e53/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b66d68f4c0 - std::sys_common::backtrace::_print_fmt::hbef05ae4237a4d72 [INFO] [stdout] at /rustc/9bc8c42bb2f19e745a63f3445f1ac248fb015e53/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55b66d68f4c0 - ::fmt::h28abce2fdb9884c2 [INFO] [stdout] at /rustc/9bc8c42bb2f19e745a63f3445f1ac248fb015e53/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55b66d6ae99f - core::fmt::write::h3b84512577ca38a8 [INFO] [stdout] at /rustc/9bc8c42bb2f19e745a63f3445f1ac248fb015e53/library/core/src/fmt/mod.rs:1092:17 [INFO] [stdout] 5: 0x55b66d68c552 - std::io::Write::write_fmt::ha43497f2606bf479 [INFO] [stdout] at /rustc/9bc8c42bb2f19e745a63f3445f1ac248fb015e53/library/std/src/io/mod.rs:1572:15 [INFO] [stdout] 6: 0x55b66d6916b5 - std::sys_common::backtrace::_print::h525280ee0d29bdde [INFO] [stdout] at /rustc/9bc8c42bb2f19e745a63f3445f1ac248fb015e53/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55b66d6916b5 - std::sys_common::backtrace::print::h1f0f5b9f3ef8fb78 [INFO] [stdout] at /rustc/9bc8c42bb2f19e745a63f3445f1ac248fb015e53/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55b66d6916b5 - std::panicking::default_hook::{{closure}}::ha5838f6faa4a5a8f [INFO] [stdout] at /rustc/9bc8c42bb2f19e745a63f3445f1ac248fb015e53/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55b66d69119e - std::panicking::default_hook::hfb9fe98acb0dcb3b [INFO] [stdout] at /rustc/9bc8c42bb2f19e745a63f3445f1ac248fb015e53/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55b66d691cbd - std::panicking::rust_panic_with_hook::hb89f5f19036e6af8 [INFO] [stdout] at /rustc/9bc8c42bb2f19e745a63f3445f1ac248fb015e53/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x55b66d691827 - std::panicking::begin_panic_handler::{{closure}}::h119e7951427f41da [INFO] [stdout] at /rustc/9bc8c42bb2f19e745a63f3445f1ac248fb015e53/library/std/src/panicking.rs:495:13 [INFO] [stdout] 12: 0x55b66d68f97c - std::sys_common::backtrace::__rust_end_short_backtrace::hce386c44bf47a128 [INFO] [stdout] at /rustc/9bc8c42bb2f19e745a63f3445f1ac248fb015e53/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55b66d6917b9 - rust_begin_unwind [INFO] [stdout] at /rustc/9bc8c42bb2f19e745a63f3445f1ac248fb015e53/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x55b66d60d801 - core::panicking::panic_fmt::h2242888e8769cd33 [INFO] [stdout] at /rustc/9bc8c42bb2f19e745a63f3445f1ac248fb015e53/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x55b66d60d74d - core::panicking::panic::h10ab123a4b13cc79 [INFO] [stdout] at /rustc/9bc8c42bb2f19e745a63f3445f1ac248fb015e53/library/core/src/panicking.rs:50:5 [INFO] [stdout] 16: 0x55b66d626ff5 - cypher_parser::literal::parse_literal_integer::h16db789fe1264c41 [INFO] [stdout] at /opt/rustwide/workdir/src/literal.rs:111:5 [INFO] [stdout] 17: 0x55b66d62db7a - core::ops::function::Fn::call::h80fac063ddc9eac4 [INFO] [stdout] at /rustc/9bc8c42bb2f19e745a63f3445f1ac248fb015e53/library/core/src/ops/function.rs:70:5 [INFO] [stdout] 18: 0x55b66d6262c5 - <(FnA,FnB) as nom::sequence::Tuple>::parse::ha379fc6052e87912 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nom-5.0.1/src/sequence/mod.rs:249:9 [INFO] [stdout] 19: 0x55b66d619850 - nom::sequence::tuple::{{closure}}::he8128448809cd7cf [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nom-5.0.1/src/sequence/mod.rs:290:5 [INFO] [stdout] 20: 0x55b66d613050 - nom::combinator::opt::{{closure}}::h8c7522da04bd51ad [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nom-5.0.1/src/combinator/mod.rs:276:11 [INFO] [stdout] 21: 0x55b66d61e6d7 - <(FnA,FnB,FnC,FnD) as nom::sequence::Tuple>::parse::h6ce122328d94ba86 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nom-5.0.1/src/sequence/mod.rs:249:9 [INFO] [stdout] 22: 0x55b66d6196d0 - nom::sequence::tuple::{{closure}}::h137fa65637468680 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nom-5.0.1/src/sequence/mod.rs:290:5 [INFO] [stdout] 23: 0x55b66d6137d7 - nom::combinator::opt::{{closure}}::hee3e1c29410ddbf4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nom-5.0.1/src/combinator/mod.rs:276:11 [INFO] [stdout] 24: 0x55b66d60ffdb - nom::combinator::map::{{closure}}::h4c51462e1e6e2cfd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nom-5.0.1/src/combinator/mod.rs:81:23 [INFO] [stdout] 25: 0x55b66d61f390 - <(FnA,FnB,FnC,FnD,FnE,FnF,FnG) as nom::sequence::Tuple>::parse::h0394c41546d26ff4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nom-5.0.1/src/sequence/mod.rs:249:9 [INFO] [stdout] 26: 0x55b66d6197f0 - nom::sequence::tuple::{{closure}}::hd08be8af6fb68503 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nom-5.0.1/src/sequence/mod.rs:290:5 [INFO] [stdout] 27: 0x55b66d60f70b - nom::combinator::map::{{closure}}::h36ef0ef74d2c1d33 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nom-5.0.1/src/combinator/mod.rs:81:23 [INFO] [stdout] 28: 0x55b66d62aae9 - cypher_parser::expression::parse_relationship_detail::h5f6de20881405d9b [INFO] [stdout] at /opt/rustwide/workdir/src/expression.rs:193:5 [INFO] [stdout] 29: 0x55b66d61aded - cypher_parser::expression::parse_expr_test::test_parse_relationship_detail::h1ff9ebddc0f9c129 [INFO] [stdout] at /opt/rustwide/workdir/src/expression.rs:277:13 [INFO] [stdout] 30: 0x55b66d61adba - cypher_parser::expression::parse_expr_test::test_parse_relationship_detail::{{closure}}::h8ebc2ad229fb73cf [INFO] [stdout] at /opt/rustwide/workdir/src/expression.rs:275:5 [INFO] [stdout] 31: 0x55b66d62de1e - core::ops::function::FnOnce::call_once::he63eba7896e86725 [INFO] [stdout] at /rustc/9bc8c42bb2f19e745a63f3445f1ac248fb015e53/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 32: 0x55b66d657f73 - core::ops::function::FnOnce::call_once::hdb810ad7400115fe [INFO] [stdout] at /rustc/9bc8c42bb2f19e745a63f3445f1ac248fb015e53/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 33: 0x55b66d657f73 - test::__rust_begin_short_backtrace::ha1f41cc5fdd4436d [INFO] [stdout] at /rustc/9bc8c42bb2f19e745a63f3445f1ac248fb015e53/library/test/src/lib.rs:567:5 [INFO] [stdout] 34: 0x55b66d656890 - as core::ops::function::FnOnce>::call_once::h5b11193df8b131e3 [INFO] [stdout] at /rustc/9bc8c42bb2f19e745a63f3445f1ac248fb015e53/library/alloc/src/boxed.rs:1546:9 [INFO] [stdout] 35: 0x55b66d656890 - as core::ops::function::FnOnce<()>>::call_once::hf50f904c1a6fa2f6 [INFO] [stdout] at /rustc/9bc8c42bb2f19e745a63f3445f1ac248fb015e53/library/std/src/panic.rs:344:9 [INFO] [stdout] 36: 0x55b66d656890 - std::panicking::try::do_call::ha03b6478dda0cd2d [INFO] [stdout] at /rustc/9bc8c42bb2f19e745a63f3445f1ac248fb015e53/library/std/src/panicking.rs:379:40 [INFO] [stdout] 37: 0x55b66d656890 - std::panicking::try::h3cb77b72195ddd43 [INFO] [stdout] at /rustc/9bc8c42bb2f19e745a63f3445f1ac248fb015e53/library/std/src/panicking.rs:343:19 [INFO] [stdout] 38: 0x55b66d656890 - std::panic::catch_unwind::h6b5552b2bb62113e [INFO] [stdout] at /rustc/9bc8c42bb2f19e745a63f3445f1ac248fb015e53/library/std/src/panic.rs:431:14 [INFO] [stdout] 39: 0x55b66d656890 - test::run_test_in_process::hc7194b3d1995d805 [INFO] [stdout] at /rustc/9bc8c42bb2f19e745a63f3445f1ac248fb015e53/library/test/src/lib.rs:589:18 [INFO] [stdout] 40: 0x55b66d656890 - test::run_test::run_test_inner::{{closure}}::h939ee0e7ade9ca46 [INFO] [stdout] at /rustc/9bc8c42bb2f19e745a63f3445f1ac248fb015e53/library/test/src/lib.rs:486:39 [INFO] [stdout] 41: 0x55b66d63018e - test::run_test::run_test_inner::{{closure}}::h32985052db5accee [INFO] [stdout] at /rustc/9bc8c42bb2f19e745a63f3445f1ac248fb015e53/library/test/src/lib.rs:511:37 [INFO] [stdout] 42: 0x55b66d63018e - std::sys_common::backtrace::__rust_begin_short_backtrace::h9fb42e36e9d0b83f [INFO] [stdout] at /rustc/9bc8c42bb2f19e745a63f3445f1ac248fb015e53/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 43: 0x55b66d6340ef - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h73eb5d030ae9f27e [INFO] [stdout] at /rustc/9bc8c42bb2f19e745a63f3445f1ac248fb015e53/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 44: 0x55b66d6340ef - as core::ops::function::FnOnce<()>>::call_once::h0b21097ddcf592a1 [INFO] [stdout] at /rustc/9bc8c42bb2f19e745a63f3445f1ac248fb015e53/library/std/src/panic.rs:344:9 [INFO] [stdout] 45: 0x55b66d6340ef - std::panicking::try::do_call::h548baa681d50a8e5 [INFO] [stdout] at /rustc/9bc8c42bb2f19e745a63f3445f1ac248fb015e53/library/std/src/panicking.rs:379:40 [INFO] [stdout] 46: 0x55b66d6340ef - std::panicking::try::h788942712f8b8932 [INFO] [stdout] at /rustc/9bc8c42bb2f19e745a63f3445f1ac248fb015e53/library/std/src/panicking.rs:343:19 [INFO] [stdout] 47: 0x55b66d6340ef - std::panic::catch_unwind::hc87eb933af4026f7 [INFO] [stdout] at /rustc/9bc8c42bb2f19e745a63f3445f1ac248fb015e53/library/std/src/panic.rs:431:14 [INFO] [stdout] 48: 0x55b66d6340ef - std::thread::Builder::spawn_unchecked::{{closure}}::h87c239f54e720337 [INFO] [stdout] at /rustc/9bc8c42bb2f19e745a63f3445f1ac248fb015e53/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 49: 0x55b66d6340ef - core::ops::function::FnOnce::call_once{{vtable.shim}}::h1303b0fd11694b99 [INFO] [stdout] at /rustc/9bc8c42bb2f19e745a63f3445f1ac248fb015e53/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 50: 0x55b66d6975da - as core::ops::function::FnOnce>::call_once::hc444a77f8dd8d825 [INFO] [stdout] at /rustc/9bc8c42bb2f19e745a63f3445f1ac248fb015e53/library/alloc/src/boxed.rs:1546:9 [INFO] [stdout] 51: 0x55b66d6975da - as core::ops::function::FnOnce>::call_once::h8b68a0a9a2093dfc [INFO] [stdout] at /rustc/9bc8c42bb2f19e745a63f3445f1ac248fb015e53/library/alloc/src/boxed.rs:1546:9 [INFO] [stdout] 52: 0x55b66d6975da - std::sys::unix::thread::Thread::new::thread_start::hb95464447f61f48d [INFO] [stdout] at /rustc/9bc8c42bb2f19e745a63f3445f1ac248fb015e53/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 53: 0x7fbb6cdd5609 - start_thread [INFO] [stdout] 54: 0x7fbb6cba7293 - clone [INFO] [stdout] 55: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] expression::parse_expr_test::test_parse_relationship_detail [INFO] [stdout] [INFO] [stdout] test result: FAILED. 2 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f36d2b506ed1e7f407c2c45e82c2b77eb66c739533f1e3b8bb48cebe9bc39e1e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f36d2b506ed1e7f407c2c45e82c2b77eb66c739533f1e3b8bb48cebe9bc39e1e", kill_on_drop: false }` [INFO] [stdout] f36d2b506ed1e7f407c2c45e82c2b77eb66c739533f1e3b8bb48cebe9bc39e1e