[INFO] cloning repository https://github.com/dayang/leetcode-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dayang/leetcode-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdayang%2Fleetcode-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdayang%2Fleetcode-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3871a38d4f6951664c216e4c43bcaec88938fc41
[INFO] testing dayang/leetcode-rs against master#733b47ea4b1b86216f14ef56e49440c33933f230+rustflags=-Copt-level=3 for pr-138759
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdayang%2Fleetcode-rs" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/dayang/leetcode-rs
[INFO] finished tweaking git repo https://github.com/dayang/leetcode-rs
[INFO] tweaked toml for git repo https://github.com/dayang/leetcode-rs written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/dayang/leetcode-rs on toolchain 733b47ea4b1b86216f14ef56e49440c33933f230
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/dayang/leetcode-rs 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" "+733b47ea4b1b86216f14ef56e49440c33933f230" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 59f92a7ae0158dc27298c12e934812f291939df1421d6a3f98c259d9dc394cf9
[INFO] running `Command { std: "docker" "start" "-a" "59f92a7ae0158dc27298c12e934812f291939df1421d6a3f98c259d9dc394cf9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "59f92a7ae0158dc27298c12e934812f291939df1421d6a3f98c259d9dc394cf9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "59f92a7ae0158dc27298c12e934812f291939df1421d6a3f98c259d9dc394cf9", kill_on_drop: false }`
[INFO] [stdout] 59f92a7ae0158dc27298c12e934812f291939df1421d6a3f98c259d9dc394cf9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "+733b47ea4b1b86216f14ef56e49440c33933f230" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1b3fadbdfc9467df29ab735b65504ce5e9a0fa21a8a2912870fa8ad06024a448
[INFO] running `Command { std: "docker" "start" "-a" "1b3fadbdfc9467df29ab735b65504ce5e9a0fa21a8a2912870fa8ad06024a448", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.68
[INFO] [stderr]    Compiling getrandom v0.1.14
[INFO] [stderr]    Compiling cfg-if v0.1.10
[INFO] [stderr]    Compiling ppv-lite86 v0.2.6
[INFO] [stderr]    Compiling house-robber-ii v0.1.0 (/opt/rustwide/workdir/house-robber-ii)
[INFO] [stderr]    Compiling find-pivot-index v0.1.0 (/opt/rustwide/workdir/find-pivot-index)
[INFO] [stderr]    Compiling valid-anagram v0.1.0 (/opt/rustwide/workdir/valid-anagram)
[INFO] [stderr]    Compiling ji-qi-ren-de-yun-dong-fan-wei-lcof v0.1.0 (/opt/rustwide/workdir/ji-qi-ren-de-yun-dong-fan-wei-lcof)
[INFO] [stderr]    Compiling unique-binary-search-trees v0.1.0 (/opt/rustwide/workdir/unique-binary-search-trees)
[INFO] [stderr]    Compiling best-time-to-buy-and-sell-stock-with-transaction-fee v0.1.0 (/opt/rustwide/workdir/best-time-to-buy-and-sell-stock-with-transaction-fee)
[INFO] [stderr]    Compiling reverse-integer v0.1.0 (/opt/rustwide/workdir/reverse-integer)
[INFO] [stderr]    Compiling daily-temperatures v0.1.0 (/opt/rustwide/workdir/daily-temperatures)
[INFO] [stderr]    Compiling triangle v0.1.0 (/opt/rustwide/workdir/triangle)
[INFO] [stderr]    Compiling replace-words v0.1.0 (/opt/rustwide/workdir/replace-words)
[INFO] [stderr]    Compiling best-time-to-buy-and-sell-stock v0.1.0 (/opt/rustwide/workdir/best-time-to-buy-and-sell-stock)
[INFO] [stderr]    Compiling baseball-game v0.1.0 (/opt/rustwide/workdir/baseball-game)
[INFO] [stderr]    Compiling best-time-to-buy-and-sell-stock-iv v0.1.0 (/opt/rustwide/workdir/best-time-to-buy-and-sell-stock-iv)
[INFO] [stderr]    Compiling min-cost-climbing-stairs v0.1.0 (/opt/rustwide/workdir/min-cost-climbing-stairs)
[INFO] [stderr]    Compiling count-negative-numbers-in-a-sorted-matrix v0.1.0 (/opt/rustwide/workdir/count-negative-numbers-in-a-sorted-matrix)
[INFO] [stderr]    Compiling trapping-rain-water v0.1.0 (/opt/rustwide/workdir/trapping-rain-water)
[INFO] [stderr]    Compiling minimum-cost-tree-from-leaf-values v0.1.0 (/opt/rustwide/workdir/minimum-cost-tree-from-leaf-values)
[INFO] [stdout] warning: unused variable: `arr`
[INFO] [stdout]   --> minimum-cost-tree-from-leaf-values/src/main.rs:34:33
[INFO] [stdout]    |
[INFO] [stdout] 34 |     pub fn mct_from_leaf_values(arr: Vec<i32>) -> i32 {
[INFO] [stdout]    |                                 ^^^ help: if this is intentional, prefix it with an underscore: `_arr`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `L` should have a snake case name
[INFO] [stdout]   --> count-negative-numbers-in-a-sorted-matrix/src/main.rs:54:38
[INFO] [stdout]    |
[INFO] [stdout] 54 |     pub fn solve(l: usize, r: usize, L: usize, R: usize, grid: &Vec<Vec<i32>>) -> i32 {
[INFO] [stdout]    |                                      ^ help: convert the identifier to snake case: `l`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `R` should have a snake case name
[INFO] [stdout]   --> count-negative-numbers-in-a-sorted-matrix/src/main.rs:54:48
[INFO] [stdout]    |
[INFO] [stdout] 54 |     pub fn solve(l: usize, r: usize, L: usize, R: usize, grid: &Vec<Vec<i32>>) -> i32 {
[INFO] [stdout]    |                                                ^ help: convert the identifier to snake case: `r`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling count-square-submatrices-with-all-ones v0.1.0 (/opt/rustwide/workdir/count-square-submatrices-with-all-ones)
[INFO] [stderr]    Compiling counting-bits v0.1.0 (/opt/rustwide/workdir/counting-bits)
[INFO] [stderr]    Compiling largest-rectangle-in-histogram v0.1.0 (/opt/rustwide/workdir/largest-rectangle-in-histogram)
[INFO] [stderr]    Compiling longest-valid-parentheses v0.1.0 (/opt/rustwide/workdir/longest-valid-parentheses)
[INFO] [stderr]    Compiling binary-search-tree-iterator v0.1.0 (/opt/rustwide/workdir/binary-search-tree-iterator)
[INFO] [stderr]    Compiling reverse-words-in-a-string v0.1.0 (/opt/rustwide/workdir/reverse-words-in-a-string)
[INFO] [stderr]    Compiling same-tree v0.1.0 (/opt/rustwide/workdir/same-tree)
[INFO] [stderr]    Compiling online-stock-span v0.1.0 (/opt/rustwide/workdir/online-stock-span)
[INFO] [stderr]    Compiling two-sum v0.1.0 (/opt/rustwide/workdir/two-sum)
[INFO] [stderr]    Compiling minimum-ascii-delete-sum-for-two-strings v0.1.0 (/opt/rustwide/workdir/minimum-ascii-delete-sum-for-two-strings)
[INFO] [stderr]    Compiling increasing-subsequences v0.1.0 (/opt/rustwide/workdir/increasing-subsequences)
[INFO] [stderr]    Compiling add-digits v0.1.0 (/opt/rustwide/workdir/add-digits)
[INFO] [stderr]    Compiling maximum-subarray v0.1.0 (/opt/rustwide/workdir/maximum-subarray)
[INFO] [stderr]    Compiling airplane-seat-assignment-probability v0.1.0 (/opt/rustwide/workdir/airplane-seat-assignment-probability)
[INFO] [stderr]    Compiling house-robber v0.1.0 (/opt/rustwide/workdir/house-robber)
[INFO] [stderr]    Compiling divisor-game v0.1.0 (/opt/rustwide/workdir/divisor-game)
[INFO] [stderr]    Compiling best-time-to-buy-and-sell-stock-iii v0.1.0 (/opt/rustwide/workdir/best-time-to-buy-and-sell-stock-iii)
[INFO] [stderr]    Compiling valid-number v0.1.0 (/opt/rustwide/workdir/valid-number)
[INFO] [stderr]    Compiling delete-operation-for-two-strings v0.1.0 (/opt/rustwide/workdir/delete-operation-for-two-strings)
[INFO] [stderr]    Compiling unique-binary-search-trees-ii v0.1.0 (/opt/rustwide/workdir/unique-binary-search-trees-ii)
[INFO] [stderr]    Compiling stone-game v0.1.0 (/opt/rustwide/workdir/stone-game)
[INFO] [stderr]    Compiling recover-binary-search-tree v0.1.0 (/opt/rustwide/workdir/recover-binary-search-tree)
[INFO] [stderr]    Compiling game-of-life v0.1.0 (/opt/rustwide/workdir/game-of-life)
[INFO] [stderr]    Compiling longest-word-in-dictionary v0.1.0 (/opt/rustwide/workdir/longest-word-in-dictionary)
[INFO] [stderr]    Compiling generate-parentheses v0.1.0 (/opt/rustwide/workdir/generate-parentheses)
[INFO] [stderr]    Compiling utf-8-validation v0.1.0 (/opt/rustwide/workdir/utf-8-validation)
[INFO] [stdout] warning: unexpected `cfg` condition name: `tes`
[INFO] [stdout]   --> best-time-to-buy-and-sell-stock-iii/src/main.rs:56:7
[INFO] [stdout]    |
[INFO] [stdout] 56 | #[cfg(tes)]
[INFO] [stdout]    |       ^^^ help: there is a config with a similar name: `test`
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tes)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tes)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling non-decreasing-array v0.1.0 (/opt/rustwide/workdir/non-decreasing-array)
[INFO] [stderr]    Compiling binary-tree-inorder-traversal v0.1.0 (/opt/rustwide/workdir/binary-tree-inorder-traversal)
[INFO] [stderr]    Compiling longest-substring-without-repeating-characters v0.1.0 (/opt/rustwide/workdir/longest-substring-without-repeating-characters)
[INFO] [stderr]    Compiling matrix-block-sum v0.1.0 (/opt/rustwide/workdir/matrix-block-sum)
[INFO] [stderr]    Compiling best-time-to-buy-and-sell-stock-with-cooldown v0.1.0 (/opt/rustwide/workdir/best-time-to-buy-and-sell-stock-with-cooldown)
[INFO] [stderr]    Compiling validate-binary-search-tree v0.1.0 (/opt/rustwide/workdir/validate-binary-search-tree)
[INFO] [stderr]    Compiling reverse-nodes-in-k-group v0.1.0 (/opt/rustwide/workdir/reverse-nodes-in-k-group)
[INFO] [stderr]    Compiling minimum-falling-path-sum v0.1.0 (/opt/rustwide/workdir/minimum-falling-path-sum)
[INFO] [stderr]    Compiling next-greater-element-ii v0.1.0 (/opt/rustwide/workdir/next-greater-element-ii)
[INFO] [stderr]    Compiling edit-distance v0.1.0 (/opt/rustwide/workdir/edit-distance)
[INFO] [stderr]    Compiling add-two-numbers v0.1.0 (/opt/rustwide/workdir/add-two-numbers)
[INFO] [stderr]    Compiling lian-biao-zhong-dao-shu-di-kge-jie-dian-lcof v0.1.0 (/opt/rustwide/workdir/lian-biao-zhong-dao-shu-di-kge-jie-dian-lcof)
[INFO] [stderr]    Compiling string-to-integer-atoi v0.1.0 (/opt/rustwide/workdir/string-to-integer-atoi)
[INFO] [stderr]    Compiling best-time-to-buy-and-sell-stock-ii v0.1.0 (/opt/rustwide/workdir/best-time-to-buy-and-sell-stock-ii)
[INFO] [stderr]    Compiling rotate-matrix-lcci v0.1.0 (/opt/rustwide/workdir/rotate-matrix-lcci)
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> lian-biao-zhong-dao-shu-di-kge-jie-dian-lcof/src/main.rs:22:6
[INFO] [stdout]    |
[INFO] [stdout] 20 | impl ListNode {
[INFO] [stdout]    | ------------- associated function in this implementation
[INFO] [stdout] 21 |   #[inline]
[INFO] [stdout] 22 |   fn new(val: i32) -> Self {
[INFO] [stdout]    |      ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling longest-common-subsequence v0.1.0 (/opt/rustwide/workdir/longest-common-subsequence)
[INFO] [stderr]    Compiling palindromic-substrings v0.1.0 (/opt/rustwide/workdir/palindromic-substrings)
[INFO] [stderr]    Compiling symmetric-tree v0.1.0 (/opt/rustwide/workdir/symmetric-tree)
[INFO] [stderr]    Compiling is-subsequence v0.1.0 (/opt/rustwide/workdir/is-subsequence)
[INFO] [stdout] warning: unused variable: `head`
[INFO] [stdout]   --> reverse-nodes-in-k-group/src/main.rs:95:28
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub fn reverse_k_group(head: Option<Box<ListNode>>, k: i32) -> Option<Box<ListNode>> {
[INFO] [stdout]    |                            ^^^^ help: if this is intentional, prefix it with an underscore: `_head`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `k`
[INFO] [stdout]   --> reverse-nodes-in-k-group/src/main.rs:95:57
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub fn reverse_k_group(head: Option<Box<ListNode>>, k: i32) -> Option<Box<ListNode>> {
[INFO] [stdout]    |                                                         ^ help: if this is intentional, prefix it with an underscore: `_k`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> reverse-nodes-in-k-group/src/main.rs:84:6
[INFO] [stdout]    |
[INFO] [stdout] 82 | impl ListNode {
[INFO] [stdout]    | ------------- associated function in this implementation
[INFO] [stdout] 83 |   #[inline]
[INFO] [stdout] 84 |   fn new(val: i32) -> Self {
[INFO] [stdout]    |      ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling how-many-numbers-are-smaller-than-the-current-number v0.1.0 (/opt/rustwide/workdir/how-many-numbers-are-smaller-than-the-current-number)
[INFO] [stdout] warning: unused variable: `s`
[INFO] [stdout]   --> palindromic-substrings/src/main.rs:27:29
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub fn count_substrings(s: String) -> i32 {
[INFO] [stdout]    |                             ^ help: if this is intentional, prefix it with an underscore: `_s`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling longest-increasing-subsequence v0.1.0 (/opt/rustwide/workdir/longest-increasing-subsequence)
[INFO] [stderr]    Compiling uncrossed-lines v0.1.0 (/opt/rustwide/workdir/uncrossed-lines)
[INFO] [stderr]    Compiling next-greater-element-i v0.1.0 (/opt/rustwide/workdir/next-greater-element-i)
[INFO] [stderr]    Compiling construct-binary-tree-from-preorder-and-inorder-traversal v0.1.0 (/opt/rustwide/workdir/construct-binary-tree-from-preorder-and-inorder-traversal)
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling sort-an-array v0.1.0 (/opt/rustwide/workdir/sort-an-array)
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> sort-an-array/src/main.rs:85:34
[INFO] [stdout]    |
[INFO] [stdout] 85 |     pub fn sort_array_shell_sort(mut nums: Vec<i32>) -> Vec<i32> {
[INFO] [stdout]    |                                  ----^^^^
[INFO] [stdout]    |                                  |
[INFO] [stdout]    |                                  help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `insert_group` is never used
[INFO] [stdout]   --> sort-an-array/src/main.rs:90:8
[INFO] [stdout]    |
[INFO] [stdout] 9  | impl Solution {
[INFO] [stdout]    | ------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 90 |     fn insert_group() {
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.82s
[INFO] running `Command { std: "docker" "inspect" "1b3fadbdfc9467df29ab735b65504ce5e9a0fa21a8a2912870fa8ad06024a448", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1b3fadbdfc9467df29ab735b65504ce5e9a0fa21a8a2912870fa8ad06024a448", kill_on_drop: false }`
[INFO] [stdout] 1b3fadbdfc9467df29ab735b65504ce5e9a0fa21a8a2912870fa8ad06024a448
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f59ff27fa73be5fa55f07d98916816e1132ec4bf0ab5d2a373b1be10e180946c
[INFO] running `Command { std: "docker" "start" "-a" "f59ff27fa73be5fa55f07d98916816e1132ec4bf0ab5d2a373b1be10e180946c", kill_on_drop: false }`
[INFO] [stderr]    Compiling uncrossed-lines v0.1.0 (/opt/rustwide/workdir/uncrossed-lines)
[INFO] [stderr]    Compiling best-time-to-buy-and-sell-stock-with-cooldown v0.1.0 (/opt/rustwide/workdir/best-time-to-buy-and-sell-stock-with-cooldown)
[INFO] [stderr]    Compiling recover-binary-search-tree v0.1.0 (/opt/rustwide/workdir/recover-binary-search-tree)
[INFO] [stderr]    Compiling string-to-integer-atoi v0.1.0 (/opt/rustwide/workdir/string-to-integer-atoi)
[INFO] [stderr]    Compiling best-time-to-buy-and-sell-stock-with-transaction-fee v0.1.0 (/opt/rustwide/workdir/best-time-to-buy-and-sell-stock-with-transaction-fee)
[INFO] [stderr]    Compiling online-stock-span v0.1.0 (/opt/rustwide/workdir/online-stock-span)
[INFO] [stderr]    Compiling minimum-ascii-delete-sum-for-two-strings v0.1.0 (/opt/rustwide/workdir/minimum-ascii-delete-sum-for-two-strings)
[INFO] [stderr]    Compiling binary-tree-inorder-traversal v0.1.0 (/opt/rustwide/workdir/binary-tree-inorder-traversal)
[INFO] [stderr]    Compiling longest-valid-parentheses v0.1.0 (/opt/rustwide/workdir/longest-valid-parentheses)
[INFO] [stderr]    Compiling maximum-subarray v0.1.0 (/opt/rustwide/workdir/maximum-subarray)
[INFO] [stderr]    Compiling best-time-to-buy-and-sell-stock v0.1.0 (/opt/rustwide/workdir/best-time-to-buy-and-sell-stock)
[INFO] [stderr]    Compiling reverse-nodes-in-k-group v0.1.0 (/opt/rustwide/workdir/reverse-nodes-in-k-group)
[INFO] [stderr]    Compiling binary-search-tree-iterator v0.1.0 (/opt/rustwide/workdir/binary-search-tree-iterator)
[INFO] [stderr]    Compiling count-square-submatrices-with-all-ones v0.1.0 (/opt/rustwide/workdir/count-square-submatrices-with-all-ones)
[INFO] [stderr]    Compiling largest-rectangle-in-histogram v0.1.0 (/opt/rustwide/workdir/largest-rectangle-in-histogram)
[INFO] [stderr]    Compiling sort-an-array v0.1.0 (/opt/rustwide/workdir/sort-an-array)
[INFO] [stdout] warning: unused variable: `head`
[INFO] [stdout]   --> reverse-nodes-in-k-group/src/main.rs:95:28
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub fn reverse_k_group(head: Option<Box<ListNode>>, k: i32) -> Option<Box<ListNode>> {
[INFO] [stdout]    |                            ^^^^ help: if this is intentional, prefix it with an underscore: `_head`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `k`
[INFO] [stdout]   --> reverse-nodes-in-k-group/src/main.rs:95:57
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub fn reverse_k_group(head: Option<Box<ListNode>>, k: i32) -> Option<Box<ListNode>> {
[INFO] [stdout]    |                                                         ^ help: if this is intentional, prefix it with an underscore: `_k`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> reverse-nodes-in-k-group/src/main.rs:84:6
[INFO] [stdout]    |
[INFO] [stdout] 82 | impl ListNode {
[INFO] [stdout]    | ------------- associated function in this implementation
[INFO] [stdout] 83 |   #[inline]
[INFO] [stdout] 84 |   fn new(val: i32) -> Self {
[INFO] [stdout]    |      ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling generate-parentheses v0.1.0 (/opt/rustwide/workdir/generate-parentheses)
[INFO] [stderr]    Compiling longest-word-in-dictionary v0.1.0 (/opt/rustwide/workdir/longest-word-in-dictionary)
[INFO] [stderr]    Compiling valid-anagram v0.1.0 (/opt/rustwide/workdir/valid-anagram)
[INFO] [stderr]    Compiling how-many-numbers-are-smaller-than-the-current-number v0.1.0 (/opt/rustwide/workdir/how-many-numbers-are-smaller-than-the-current-number)
[INFO] [stderr]    Compiling divisor-game v0.1.0 (/opt/rustwide/workdir/divisor-game)
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> sort-an-array/src/main.rs:85:34
[INFO] [stdout]    |
[INFO] [stdout] 85 |     pub fn sort_array_shell_sort(mut nums: Vec<i32>) -> Vec<i32> {
[INFO] [stdout]    |                                  ----^^^^
[INFO] [stdout]    |                                  |
[INFO] [stdout]    |                                  help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling ji-qi-ren-de-yun-dong-fan-wei-lcof v0.1.0 (/opt/rustwide/workdir/ji-qi-ren-de-yun-dong-fan-wei-lcof)
[INFO] [stderr]    Compiling daily-temperatures v0.1.0 (/opt/rustwide/workdir/daily-temperatures)
[INFO] [stdout] warning: associated function `insert_group` is never used
[INFO] [stdout]   --> sort-an-array/src/main.rs:90:8
[INFO] [stdout]    |
[INFO] [stdout] 9  | impl Solution {
[INFO] [stdout]    | ------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 90 |     fn insert_group() {
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling game-of-life v0.1.0 (/opt/rustwide/workdir/game-of-life)
[INFO] [stderr]    Compiling unique-binary-search-trees v0.1.0 (/opt/rustwide/workdir/unique-binary-search-trees)
[INFO] [stderr]    Compiling unique-binary-search-trees-ii v0.1.0 (/opt/rustwide/workdir/unique-binary-search-trees-ii)
[INFO] [stderr]    Compiling validate-binary-search-tree v0.1.0 (/opt/rustwide/workdir/validate-binary-search-tree)
[INFO] [stderr]    Compiling house-robber v0.1.0 (/opt/rustwide/workdir/house-robber)
[INFO] [stderr]    Compiling airplane-seat-assignment-probability v0.1.0 (/opt/rustwide/workdir/airplane-seat-assignment-probability)
[INFO] [stderr]    Compiling best-time-to-buy-and-sell-stock-iv v0.1.0 (/opt/rustwide/workdir/best-time-to-buy-and-sell-stock-iv)
[INFO] [stderr]    Compiling reverse-integer v0.1.0 (/opt/rustwide/workdir/reverse-integer)
[INFO] [stderr]    Compiling best-time-to-buy-and-sell-stock-iii v0.1.0 (/opt/rustwide/workdir/best-time-to-buy-and-sell-stock-iii)
[INFO] [stdout] warning: unexpected `cfg` condition name: `tes`
[INFO] [stdout]   --> best-time-to-buy-and-sell-stock-iii/src/main.rs:56:7
[INFO] [stdout]    |
[INFO] [stdout] 56 | #[cfg(tes)]
[INFO] [stdout]    |       ^^^ help: there is a config with a similar name: `test`
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tes)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tes)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling house-robber-ii v0.1.0 (/opt/rustwide/workdir/house-robber-ii)
[INFO] [stderr]    Compiling symmetric-tree v0.1.0 (/opt/rustwide/workdir/symmetric-tree)
[INFO] [stderr]    Compiling is-subsequence v0.1.0 (/opt/rustwide/workdir/is-subsequence)
[INFO] [stderr]    Compiling rotate-matrix-lcci v0.1.0 (/opt/rustwide/workdir/rotate-matrix-lcci)
[INFO] [stderr]    Compiling count-negative-numbers-in-a-sorted-matrix v0.1.0 (/opt/rustwide/workdir/count-negative-numbers-in-a-sorted-matrix)
[INFO] [stderr]    Compiling delete-operation-for-two-strings v0.1.0 (/opt/rustwide/workdir/delete-operation-for-two-strings)
[INFO] [stdout] warning: variable `L` should have a snake case name
[INFO] [stdout]   --> count-negative-numbers-in-a-sorted-matrix/src/main.rs:54:38
[INFO] [stdout]    |
[INFO] [stdout] 54 |     pub fn solve(l: usize, r: usize, L: usize, R: usize, grid: &Vec<Vec<i32>>) -> i32 {
[INFO] [stdout]    |                                      ^ help: convert the identifier to snake case: `l`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling construct-binary-tree-from-preorder-and-inorder-traversal v0.1.0 (/opt/rustwide/workdir/construct-binary-tree-from-preorder-and-inorder-traversal)
[INFO] [stdout] warning: variable `R` should have a snake case name
[INFO] [stdout]   --> count-negative-numbers-in-a-sorted-matrix/src/main.rs:54:48
[INFO] [stdout]    |
[INFO] [stdout] 54 |     pub fn solve(l: usize, r: usize, L: usize, R: usize, grid: &Vec<Vec<i32>>) -> i32 {
[INFO] [stdout]    |                                                ^ help: convert the identifier to snake case: `r`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling non-decreasing-array v0.1.0 (/opt/rustwide/workdir/non-decreasing-array)
[INFO] [stderr]    Compiling two-sum v0.1.0 (/opt/rustwide/workdir/two-sum)
[INFO] [stderr]    Compiling minimum-falling-path-sum v0.1.0 (/opt/rustwide/workdir/minimum-falling-path-sum)
[INFO] [stderr]    Compiling add-two-numbers v0.1.0 (/opt/rustwide/workdir/add-two-numbers)
[INFO] [stderr]    Compiling triangle v0.1.0 (/opt/rustwide/workdir/triangle)
[INFO] [stderr]    Compiling longest-substring-without-repeating-characters v0.1.0 (/opt/rustwide/workdir/longest-substring-without-repeating-characters)
[INFO] [stderr]    Compiling add-digits v0.1.0 (/opt/rustwide/workdir/add-digits)
[INFO] [stderr]    Compiling replace-words v0.1.0 (/opt/rustwide/workdir/replace-words)
[INFO] [stderr]    Compiling longest-common-subsequence v0.1.0 (/opt/rustwide/workdir/longest-common-subsequence)
[INFO] [stderr]    Compiling matrix-block-sum v0.1.0 (/opt/rustwide/workdir/matrix-block-sum)
[INFO] [stderr]    Compiling increasing-subsequences v0.1.0 (/opt/rustwide/workdir/increasing-subsequences)
[INFO] [stderr]    Compiling palindromic-substrings v0.1.0 (/opt/rustwide/workdir/palindromic-substrings)
[INFO] [stdout] warning: unused variable: `s`
[INFO] [stdout]   --> palindromic-substrings/src/main.rs:27:29
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub fn count_substrings(s: String) -> i32 {
[INFO] [stdout]    |                             ^ help: if this is intentional, prefix it with an underscore: `_s`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling next-greater-element-i v0.1.0 (/opt/rustwide/workdir/next-greater-element-i)
[INFO] [stderr]    Compiling trapping-rain-water v0.1.0 (/opt/rustwide/workdir/trapping-rain-water)
[INFO] [stderr]    Compiling min-cost-climbing-stairs v0.1.0 (/opt/rustwide/workdir/min-cost-climbing-stairs)
[INFO] [stderr]    Compiling minimum-cost-tree-from-leaf-values v0.1.0 (/opt/rustwide/workdir/minimum-cost-tree-from-leaf-values)
[INFO] [stderr]    Compiling stone-game v0.1.0 (/opt/rustwide/workdir/stone-game)
[INFO] [stdout] warning: unused variable: `arr`
[INFO] [stdout]   --> minimum-cost-tree-from-leaf-values/src/main.rs:34:33
[INFO] [stdout]    |
[INFO] [stdout] 34 |     pub fn mct_from_leaf_values(arr: Vec<i32>) -> i32 {
[INFO] [stdout]    |                                 ^^^ help: if this is intentional, prefix it with an underscore: `_arr`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling next-greater-element-ii v0.1.0 (/opt/rustwide/workdir/next-greater-element-ii)
[INFO] [stderr]    Compiling best-time-to-buy-and-sell-stock-ii v0.1.0 (/opt/rustwide/workdir/best-time-to-buy-and-sell-stock-ii)
[INFO] [stderr]    Compiling find-pivot-index v0.1.0 (/opt/rustwide/workdir/find-pivot-index)
[INFO] [stderr]    Compiling counting-bits v0.1.0 (/opt/rustwide/workdir/counting-bits)
[INFO] [stderr]    Compiling lian-biao-zhong-dao-shu-di-kge-jie-dian-lcof v0.1.0 (/opt/rustwide/workdir/lian-biao-zhong-dao-shu-di-kge-jie-dian-lcof)
[INFO] [stderr]    Compiling reverse-words-in-a-string v0.1.0 (/opt/rustwide/workdir/reverse-words-in-a-string)
[INFO] [stderr]    Compiling same-tree v0.1.0 (/opt/rustwide/workdir/same-tree)
[INFO] [stderr]    Compiling utf-8-validation v0.1.0 (/opt/rustwide/workdir/utf-8-validation)
[INFO] [stderr]    Compiling baseball-game v0.1.0 (/opt/rustwide/workdir/baseball-game)
[INFO] [stderr]    Compiling valid-number v0.1.0 (/opt/rustwide/workdir/valid-number)
[INFO] [stderr]    Compiling edit-distance v0.1.0 (/opt/rustwide/workdir/edit-distance)
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> lian-biao-zhong-dao-shu-di-kge-jie-dian-lcof/src/main.rs:22:6
[INFO] [stdout]    |
[INFO] [stdout] 20 | impl ListNode {
[INFO] [stdout]    | ------------- associated function in this implementation
[INFO] [stdout] 21 |   #[inline]
[INFO] [stdout] 22 |   fn new(val: i32) -> Self {
[INFO] [stdout]    |      ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling longest-increasing-subsequence v0.1.0 (/opt/rustwide/workdir/longest-increasing-subsequence)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 8.47s
[INFO] running `Command { std: "docker" "inspect" "f59ff27fa73be5fa55f07d98916816e1132ec4bf0ab5d2a373b1be10e180946c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f59ff27fa73be5fa55f07d98916816e1132ec4bf0ab5d2a373b1be10e180946c", kill_on_drop: false }`
[INFO] [stdout] f59ff27fa73be5fa55f07d98916816e1132ec4bf0ab5d2a373b1be10e180946c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 3d58e4e7b561a438cc00cd910b65702e51fedaf54c467e894cfe9af8117af373
[INFO] running `Command { std: "docker" "start" "-a" "3d58e4e7b561a438cc00cd910b65702e51fedaf54c467e894cfe9af8117af373", kill_on_drop: false }`
[INFO] [stderr] warning: associated function `new` is never used
[INFO] [stderr]   --> lian-biao-zhong-dao-shu-di-kge-jie-dian-lcof/src/main.rs:22:6
[INFO] [stderr]    |
[INFO] [stderr] 20 | impl ListNode {
[INFO] [stderr]    | ------------- associated function in this implementation
[INFO] [stderr] 21 |   #[inline]
[INFO] [stderr] 22 |   fn new(val: i32) -> Self {
[INFO] [stderr]    |      ^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `s`
[INFO] [stderr]   --> palindromic-substrings/src/main.rs:27:29
[INFO] [stderr]    |
[INFO] [stderr] 27 |     pub fn count_substrings(s: String) -> i32 {
[INFO] [stderr]    |                             ^ help: if this is intentional, prefix it with an underscore: `_s`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `head`
[INFO] [stderr]   --> reverse-nodes-in-k-group/src/main.rs:95:28
[INFO] [stderr]    |
[INFO] [stderr] 95 |     pub fn reverse_k_group(head: Option<Box<ListNode>>, k: i32) -> Option<Box<ListNode>> {
[INFO] [stderr]    |                            ^^^^ help: if this is intentional, prefix it with an underscore: `_head`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `k`
[INFO] [stderr]   --> reverse-nodes-in-k-group/src/main.rs:95:57
[INFO] [stderr]    |
[INFO] [stderr] 95 |     pub fn reverse_k_group(head: Option<Box<ListNode>>, k: i32) -> Option<Box<ListNode>> {
[INFO] [stderr]    |                                                         ^ help: if this is intentional, prefix it with an underscore: `_k`
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `new` is never used
[INFO] [stderr]   --> reverse-nodes-in-k-group/src/main.rs:84:6
[INFO] [stderr]    |
[INFO] [stderr] 82 | impl ListNode {
[INFO] [stderr]    | ------------- associated function in this implementation
[INFO] [stderr] 83 |   #[inline]
[INFO] [stderr] 84 |   fn new(val: i32) -> Self {
[INFO] [stderr]    |      ^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `lian-biao-zhong-dao-shu-di-kge-jie-dian-lcof` (bin "lian-biao-zhong-dao-shu-di-kge-jie-dian-lcof" test) generated 1 warning
[INFO] [stderr] warning: `palindromic-substrings` (bin "palindromic-substrings" test) generated 1 warning
[INFO] [stderr] warning: `reverse-nodes-in-k-group` (bin "reverse-nodes-in-k-group" test) generated 3 warnings
[INFO] [stderr] warning: unexpected `cfg` condition name: `tes`
[INFO] [stderr]   --> best-time-to-buy-and-sell-stock-iii/src/main.rs:56:7
[INFO] [stderr]    |
[INFO] [stderr] 56 | #[cfg(tes)]
[INFO] [stderr]    |       ^^^ help: there is a config with a similar name: `test`
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead
[INFO] [stderr]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]             [lints.rust]
[INFO] [stderr]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tes)'] }
[INFO] [stderr]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tes)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `arr`
[INFO] [stderr]   --> minimum-cost-tree-from-leaf-values/src/main.rs:34:33
[INFO] [stderr]    |
[INFO] [stderr] 34 |     pub fn mct_from_leaf_values(arr: Vec<i32>) -> i32 {
[INFO] [stderr]    |                                 ^^^ help: if this is intentional, prefix it with an underscore: `_arr`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `best-time-to-buy-and-sell-stock-iii` (bin "best-time-to-buy-and-sell-stock-iii" test) generated 1 warning
[INFO] [stderr] warning: `minimum-cost-tree-from-leaf-values` (bin "minimum-cost-tree-from-leaf-values" test) generated 1 warning
[INFO] [stderr] warning: variable `L` should have a snake case name
[INFO] [stderr]   --> count-negative-numbers-in-a-sorted-matrix/src/main.rs:54:38
[INFO] [stderr]    |
[INFO] [stderr] 54 |     pub fn solve(l: usize, r: usize, L: usize, R: usize, grid: &Vec<Vec<i32>>) -> i32 {
[INFO] [stderr]    |                                      ^ help: convert the identifier to snake case: `l`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(non_snake_case)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variable `R` should have a snake case name
[INFO] [stderr]   --> count-negative-numbers-in-a-sorted-matrix/src/main.rs:54:48
[INFO] [stderr]    |
[INFO] [stderr] 54 |     pub fn solve(l: usize, r: usize, L: usize, R: usize, grid: &Vec<Vec<i32>>) -> i32 {
[INFO] [stderr]    |                                                ^ help: convert the identifier to snake case: `r`
[INFO] [stderr] 
[INFO] [stderr] warning: `count-negative-numbers-in-a-sorted-matrix` (bin "count-negative-numbers-in-a-sorted-matrix" test) generated 2 warnings
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]   --> sort-an-array/src/main.rs:85:34
[INFO] [stderr]    |
[INFO] [stderr] 85 |     pub fn sort_array_shell_sort(mut nums: Vec<i32>) -> Vec<i32> {
[INFO] [stderr]    |                                  ----^^^^
[INFO] [stderr]    |                                  |
[INFO] [stderr]    |                                  help: remove this `mut`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_mut)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `insert_group` is never used
[INFO] [stderr]   --> sort-an-array/src/main.rs:90:8
[INFO] [stderr]    |
[INFO] [stderr] 9  | impl Solution {
[INFO] [stderr]    | ------------- associated function in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 90 |     fn insert_group() {
[INFO] [stderr]    |        ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `sort-an-array` (bin "sort-an-array" test) generated 2 warnings (run `cargo fix --bin "sort-an-array" --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/add_digits-594f7d45deff7dd5)
[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/add_two_numbers-6806a20b76d4f18d)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test::test_add_two_numbers ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.22s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/airplane_seat_assignment_probability-cc9b8ee21ef26bea)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/baseball_game-be186f7b7bd1c5c8)
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/best_time_to_buy_and_sell_stock-55ba8020251dcbee)
[INFO] [stdout] test test::cal_points ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/best_time_to_buy_and_sell_stock_ii-d103631b34fa7404)
[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] [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/best_time_to_buy_and_sell_stock_iii-3993bab5c9937e79)
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/best_time_to_buy_and_sell_stock_iv-f255b4e0b702193f)
[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] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test::test_max_profit ... ok
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/best_time_to_buy_and_sell_stock_with_cooldown-cf7a4b6cea410e6d)
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[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/best_time_to_buy_and_sell_stock_with_transaction_fee-866d650cfc8318f4)
[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/binary_search_tree_iterator-99738d66691f92e1)
[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/binary_tree_inorder_traversal-a19ce366634af0d4)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test::test_inorder_traversal ... 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 unittests src/main.rs (/opt/rustwide/target/debug/deps/construct_binary_tree_from_preorder_and_inorder_traversal-82e1745c0cf6dbad)
[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/count_negative_numbers_in_a_sorted_matrix-cf3a659b6f691c62)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test::test_count_negatives ... 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 unittests src/main.rs (/opt/rustwide/target/debug/deps/count_square_submatrices_with_all_ones-c2864dc9075bb9ac)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test::test_count_squares ... 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 unittests src/main.rs (/opt/rustwide/target/debug/deps/counting_bits-fc7e9c484c59689e)
[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/daily_temperatures-a5b99d1eeb1ba3ba)
[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/delete_operation_for_two_strings-bf58417a35b5a533)
[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/divisor_game-dfa807578e56c04a)
[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/edit_distance-1479ec0c3f31f718)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test::test_min_distance ... 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 unittests src/main.rs (/opt/rustwide/target/debug/deps/find_pivot_index-107c26276ae473bf)
[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/game_of_life-52df1fccbf2c377d)
[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/generate_parentheses-36f0ab5344f6811f)
[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/house_robber-a906e86d3976c403)
[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/house_robber_ii-ffb25a84c470fbb6)
[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/how_many_numbers_are_smaller_than_the_current_number-70afc27e50ea4757)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test::test_smaller_numbers_than_current ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/increasing_subsequences-989d7a08766570c5)
[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/is_subsequence-246c7b0afdfa9164)
[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/ji_qi_ren_de_yun_dong_fan_wei_lcof-5e0db8914af95b39)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test::test_moving_count ... 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 unittests src/main.rs (/opt/rustwide/target/debug/deps/largest_rectangle_in_histogram-3916922315c1cc01)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test::test_largest_rectangle_area ... 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 unittests src/main.rs (/opt/rustwide/target/debug/deps/lian_biao_zhong_dao_shu_di_kge_jie_dian_lcof-dbade134ec3e53ac)
[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/longest_common_subsequence-f30e1d4e215d0d5c)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test::test_longest_common_subsequence ... 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 unittests src/main.rs (/opt/rustwide/target/debug/deps/longest_increasing_subsequence-b631a4a34df817f6)
[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/longest_substring_without_repeating_characters-7699e7b8f6ebbc35)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test::test_length_of_longest_substring ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/longest_valid_parentheses-a42b9a9880951571)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test::test_longest_valid_parentheses ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test::test_longest_valid_parentheses stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::test_longest_valid_parentheses' panicked at longest-valid-parentheses/src/main.rs:150:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 4
[INFO] [stdout]  right: 2
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5965b273afc2 - std::backtrace_rs::backtrace::libunwind::trace::h73a647620bf1c49d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5965b273afc2 - std::backtrace_rs::backtrace::trace_unsynchronized::hd4d513ed96cb3cb1
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5965b273afc2 - std::sys::backtrace::_print_fmt::h61bb95f7476aafa5
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5965b273afc2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::ha2e7e3a01df69042
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5965b2760083 - core::fmt::rt::Argument::fmt::hf14163372f0f9a76
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5965b2760083 - core::fmt::write::h7cb8f63788cd01d2
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/fmt/mod.rs:1465:25
[INFO] [stdout]    6:     0x5965b2737f53 - std::io::default_write_fmt::h9ed739ccee8a150c
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5965b2737f53 - std::io::Write::write_fmt::h1c0a32da913b32f1
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5965b273ae12 - std::sys::backtrace::BacktraceLock::print::h3ec4d7883eb25e61
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5965b273c52c - std::panicking::default_hook::{{closure}}::h29548987efd832cb
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5965b273c382 - std::panicking::default_hook::ha25170a15c643514
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5965b27044a4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h562adeecbf43c420
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5965b27044a4 - test::test_main_with_exit_callback::{{closure}}::h97dd2a879d27e0e4
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5965b273cf0b - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h7e85cbdbda26fdb7
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5965b273cf0b - std::panicking::rust_panic_with_hook::h0d81afcd829aa24b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5965b273ccda - std::panicking::begin_panic_handler::{{closure}}::hc84a33f1202346cf
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5965b273b4b9 - std::sys::backtrace::__rust_end_short_backtrace::h373067a14f6c59aa
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:168:18
[INFO] [stdout]   17:     0x5965b273c96d - __rustc[beb0385846a06d21]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5965b275ec00 - core::panicking::panic_fmt::ha33fa2ae772efba9
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5965b275ee67 - core::panicking::assert_failed_inner::h6a89cd271393c011
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panicking.rs:448:17
[INFO] [stdout]   20:     0x5965b271dba2 - core::panicking::assert_failed::hf134d23c5ff8f151
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panicking.rs:403:5
[INFO] [stdout]   21:     0x5965b26caa48 - longest_valid_parentheses::test::test_longest_valid_parentheses::h0d1b740c21c5e6db
[INFO] [stdout]   22:     0x5965b26caa48 - longest_valid_parentheses::test::test_longest_valid_parentheses::{{closure}}::h949864cfa28635ae
[INFO] [stdout]                                at /opt/rustwide/workdir/longest-valid-parentheses/src/main.rs:147:40
[INFO] [stdout]   23:     0x5965b26caa48 - core::ops::function::FnOnce::call_once::h3d224de9d22d0fbf
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5965b2709bdb - core::ops::function::FnOnce::call_once::hf84b9c3d864a6959
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5965b2709bdb - test::__rust_begin_short_backtrace::h5724e31441c16fcb
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x5965b2708e1e - test::run_test_in_process::{{closure}}::hbc28c9aa91793d7d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x5965b2708e1e - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc17b0e238c0f8f3e
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x5965b2708e1e - std::panicking::catch_unwind::do_call::hcdbce0d6dd6c83ce
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x5965b2708e1e - std::panicking::catch_unwind::h9477967ceea044e8
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x5965b2708e1e - std::panic::catch_unwind::h616a2e249da12e16
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5965b2708e1e - test::run_test_in_process::h2758deb0f2e54430
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x5965b2708e1e - test::run_test::{{closure}}::habe5cd2564b18aaa
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x5965b26cc9c4 - test::run_test::{{closure}}::h9a0a6928f1a15421
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x5965b26cc9c4 - std::sys::backtrace::__rust_begin_short_backtrace::hd68b5332434a22ca
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:152:18
[INFO] [stdout]   35:     0x5965b26d036a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h264ddcc3098eacae
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x5965b26d036a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h9fa39489749d6f3c
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x5965b26d036a - std::panicking::catch_unwind::do_call::hb9a1944b9f85100f
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x5965b26d036a - std::panicking::catch_unwind::h0c6f100786c0dad8
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x5965b26d036a - std::panic::catch_unwind::hf6084e2723385823
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5965b26d036a - std::thread::Builder::spawn_unchecked_::{{closure}}::hf0af58ce658143ad
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x5965b26d036a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h88a14f9b2e79f9de
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5965b273fe67 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::hf31256ba38644b65
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x5965b273fe67 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h100ad77f3448041b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   44:     0x5965b273fe67 - std::sys::pal::unix::thread::Thread::new::thread_start::h1a22ded422ce395b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/pal/unix/thread.rs:97:17
[INFO] [stdout]   45:     0x786bbf228aa4 - <unknown>
[INFO] [stdout]   46:     0x786bbf2b5a34 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     test::test_longest_valid_parentheses
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p longest-valid-parentheses --bin longest-valid-parentheses`
[INFO] running `Command { std: "docker" "inspect" "3d58e4e7b561a438cc00cd910b65702e51fedaf54c467e894cfe9af8117af373", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3d58e4e7b561a438cc00cd910b65702e51fedaf54c467e894cfe9af8117af373", kill_on_drop: false }`
[INFO] [stdout] 3d58e4e7b561a438cc00cd910b65702e51fedaf54c467e894cfe9af8117af373
