[INFO] cloning repository https://github.com/jakecraige/pals [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jakecraige/pals" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjakecraige%2Fpals", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjakecraige%2Fpals'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0d223827f39f410c6199c6909dbd6e09353a19c3 [INFO] testing jakecraige/pals against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjakecraige%2Fpals" "/workspace/builds/worker-68/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-68/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jakecraige/pals on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jakecraige/pals [INFO] finished tweaking git repo https://github.com/jakecraige/pals [INFO] tweaked toml for git repo https://github.com/jakecraige/pals written to /workspace/builds/worker-68/source/Cargo.toml [INFO] crate git repo https://github.com/jakecraige/pals already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-68/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-68/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b4927f093f3f50ff34d84c86b0047f82041bfd0e2fedb06ba590cb1748934605 [INFO] running `Command { std: "docker" "start" "-a" "b4927f093f3f50ff34d84c86b0047f82041bfd0e2fedb06ba590cb1748934605", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b4927f093f3f50ff34d84c86b0047f82041bfd0e2fedb06ba590cb1748934605", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b4927f093f3f50ff34d84c86b0047f82041bfd0e2fedb06ba590cb1748934605", kill_on_drop: false }` [INFO] [stdout] b4927f093f3f50ff34d84c86b0047f82041bfd0e2fedb06ba590cb1748934605 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-68/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-68/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] abc1a393ee905f8b50eb19743da02135fb91436fe6e261e303585d8e301a4aa5 [INFO] running `Command { std: "docker" "start" "-a" "abc1a393ee905f8b50eb19743da02135fb91436fe6e261e303585d8e301a4aa5", kill_on_drop: false }` [INFO] [stderr] Compiling typenum v1.10.0 [INFO] [stderr] Compiling cc v1.0.26 [INFO] [stderr] Compiling libc v0.2.43 [INFO] [stderr] Compiling pkg-config v0.3.14 [INFO] [stderr] Compiling num-traits v0.2.6 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling byteorder v1.2.6 [INFO] [stderr] Compiling rand_core v0.3.0 [INFO] [stderr] Compiling byte-tools v0.3.1 [INFO] [stderr] Compiling arrayref v0.3.5 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling num-bigint v0.2.2 [INFO] [stderr] Compiling openssl v0.10.12 [INFO] [stderr] Compiling byte-tools v0.2.0 [INFO] [stderr] Compiling num-iter v0.1.37 [INFO] [stderr] Compiling opaque-debug v0.2.2 [INFO] [stderr] Compiling safemem v0.3.0 [INFO] [stderr] Compiling bitflags v1.0.4 [INFO] [stderr] Compiling cfg-if v0.1.5 [INFO] [stderr] Compiling fake-simd v0.1.2 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling block-padding v0.1.3 [INFO] [stderr] Compiling block-buffer v0.3.3 [INFO] [stderr] Compiling rand_core v0.2.2 [INFO] [stderr] Compiling lazy_static v1.1.0 [INFO] [stderr] Compiling base64 v0.9.3 [INFO] [stderr] Compiling rand v0.5.5 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling openssl-sys v0.9.36 [INFO] [stderr] Compiling secp256k1 v0.12.2 [INFO] [stderr] Compiling generic-array v0.12.0 [INFO] [stderr] Compiling generic-array v0.9.0 [INFO] [stderr] Compiling digest v0.7.6 [INFO] [stderr] Compiling block-buffer v0.7.0 [INFO] [stderr] Compiling digest v0.8.0 [INFO] [stderr] Compiling sha2 v0.8.0 [INFO] [stderr] Compiling ripemd160 v0.7.0 [INFO] [stderr] Compiling pals v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/set1.rs:83:14 [INFO] [stdout] | [INFO] [stdout] 83 | 0...25 => result.push((val + 65) as char), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/set1.rs:84:15 [INFO] [stdout] | [INFO] [stdout] 84 | 26...51 => result.push((val + 71) as char), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/set1.rs:85:15 [INFO] [stdout] | [INFO] [stdout] 85 | 52...61 => result.push((val - 4) as char), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/set1.rs:98:14 [INFO] [stdout] | [INFO] [stdout] 98 | 0...9 => hex.push((nib + 48) as char), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/set1.rs:99:15 [INFO] [stdout] | [INFO] [stdout] 99 | 10...15 => hex.push((nib + 87) as char), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/elliptic_curve.rs:27:42 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn add(&self, q: &Point, curve: &FiniteCurvy) -> Point { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 27 - pub fn add(&self, q: &Point, curve: &FiniteCurvy) -> Point { [INFO] [stdout] 27 + pub fn add(&self, q: &Point, curve: &dyn FiniteCurvy) -> Point { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/elliptic_curve.rs:61:63 [INFO] [stdout] | [INFO] [stdout] 61 | pub fn mul + Clone>(&self, n: &T, curve: &FiniteCurvy) -> Point { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 61 - pub fn mul + Clone>(&self, n: &T, curve: &FiniteCurvy) -> Point { [INFO] [stdout] 61 + pub fn mul + Clone>(&self, n: &T, curve: &dyn FiniteCurvy) -> Point { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 14.66s [INFO] running `Command { std: "docker" "inspect" "abc1a393ee905f8b50eb19743da02135fb91436fe6e261e303585d8e301a4aa5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "abc1a393ee905f8b50eb19743da02135fb91436fe6e261e303585d8e301a4aa5", kill_on_drop: false }` [INFO] [stdout] abc1a393ee905f8b50eb19743da02135fb91436fe6e261e303585d8e301a4aa5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-68/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-68/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cd4ffe3a628a42666209aa7b2ac51ba4332caf16d8db15bbce9918b773f9327e [INFO] running `Command { std: "docker" "start" "-a" "cd4ffe3a628a42666209aa7b2ac51ba4332caf16d8db15bbce9918b773f9327e", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling pals v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/set1.rs:83:14 [INFO] [stdout] | [INFO] [stdout] 83 | 0...25 => result.push((val + 65) as char), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/set1.rs:84:15 [INFO] [stdout] | [INFO] [stdout] 84 | 26...51 => result.push((val + 71) as char), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/set1.rs:85:15 [INFO] [stdout] | [INFO] [stdout] 85 | 52...61 => result.push((val - 4) as char), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/set1.rs:98:14 [INFO] [stdout] | [INFO] [stdout] 98 | 0...9 => hex.push((nib + 48) as char), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/set1.rs:99:15 [INFO] [stdout] | [INFO] [stdout] 99 | 10...15 => hex.push((nib + 87) as char), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rand::OsRng` [INFO] [stdout] --> src/base58.rs:49:9 [INFO] [stdout] | [INFO] [stdout] 49 | use rand::OsRng; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/elliptic_curve.rs:27:42 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn add(&self, q: &Point, curve: &FiniteCurvy) -> Point { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 27 - pub fn add(&self, q: &Point, curve: &FiniteCurvy) -> Point { [INFO] [stdout] 27 + pub fn add(&self, q: &Point, curve: &dyn FiniteCurvy) -> Point { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/elliptic_curve.rs:61:63 [INFO] [stdout] | [INFO] [stdout] 61 | pub fn mul + Clone>(&self, n: &T, curve: &FiniteCurvy) -> Point { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 61 - pub fn mul + Clone>(&self, n: &T, curve: &FiniteCurvy) -> Point { [INFO] [stdout] 61 + pub fn mul + Clone>(&self, n: &T, curve: &dyn FiniteCurvy) -> Point { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.47s [INFO] running `Command { std: "docker" "inspect" "cd4ffe3a628a42666209aa7b2ac51ba4332caf16d8db15bbce9918b773f9327e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cd4ffe3a628a42666209aa7b2ac51ba4332caf16d8db15bbce9918b773f9327e", kill_on_drop: false }` [INFO] [stdout] cd4ffe3a628a42666209aa7b2ac51ba4332caf16d8db15bbce9918b773f9327e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-68/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-68/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 795b76911ac7a663e1e8c0156863810a0b037cbad044266afbbc37e7743566fb [INFO] running `Command { std: "docker" "start" "-a" "795b76911ac7a663e1e8c0156863810a0b037cbad044266afbbc37e7743566fb", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stdout] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stdout] running 74 tests [INFO] [stderr] --> src/set1.rs:83:14 [INFO] [stderr] | [INFO] [stderr] 83 | 0...25 => result.push((val + 65) as char), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/set1.rs:84:15 [INFO] [stderr] | [INFO] [stderr] 84 | 26...51 => result.push((val + 71) as char), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/set1.rs:85:15 [INFO] [stderr] | [INFO] [stderr] 85 | 52...61 => result.push((val - 4) as char), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/set1.rs:98:14 [INFO] [stderr] | [INFO] [stderr] 98 | 0...9 => hex.push((nib + 48) as char), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/set1.rs:99:15 [INFO] [stderr] | [INFO] [stderr] 99 | 10...15 => hex.push((nib + 87) as char), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: unused import: `rand::OsRng` [INFO] [stderr] --> src/base58.rs:49:9 [INFO] [stderr] | [INFO] [stderr] 49 | use rand::OsRng; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/elliptic_curve.rs:27:42 [INFO] [stderr] | [INFO] [stderr] 27 | pub fn add(&self, q: &Point, curve: &FiniteCurvy) -> Point { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 27 - pub fn add(&self, q: &Point, curve: &FiniteCurvy) -> Point { [INFO] [stderr] 27 + pub fn add(&self, q: &Point, curve: &dyn FiniteCurvy) -> Point { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/elliptic_curve.rs:61:63 [INFO] [stderr] | [INFO] [stderr] 61 | pub fn mul + Clone>(&self, n: &T, curve: &FiniteCurvy) -> Point { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 61 - pub fn mul + Clone>(&self, n: &T, curve: &FiniteCurvy) -> Point { [INFO] [stderr] 61 + pub fn mul + Clone>(&self, n: &T, curve: &dyn FiniteCurvy) -> Point { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `pals` (bin "pals" test) generated 8 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 6.82s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/pals-d19a3c8ebe8ee3fd) [INFO] [stdout] test ecc::tests::ecc_add_to_another ... ok [INFO] [stdout] test ecc::tests::ecc_add_to_self ... ok [INFO] [stdout] test finite_field::tests::field_element_initialization ... ok [INFO] [stdout] test ecc::tests::ecc_add_to_infinity ... ok [INFO] [stdout] test ecc::tests::ecc_field_element ... ok [INFO] [stdout] test finite_field::tests::field_element_inverse ... ok [INFO] [stdout] test elliptic_curve::tests::elliptic_curve_point_add ... ok [INFO] [stdout] test ecc::tests::ecc_mul_naive ... ok [INFO] [stdout] test base58::tests::base58_encoding ... ok [INFO] [stdout] test ecc::tests::ecc_over_finite_field ... ok [INFO] [stdout] test ecc::tests::ecc_add_to_inverse ... ok [INFO] [stdout] test ecdsa::tests::ecdsa_der_serialization ... ok [INFO] [stdout] test ecc::tests::working_extended_euclidean_algorithm ... ok [INFO] [stdout] test secp256k1::tests::secp256k1_point_mul ... ok [INFO] [stdout] test set1::tests::nibs_to_byte ... ok [INFO] [stdout] test set1::tests::xor ... ok [INFO] [stdout] test set1::tests::xor_encrypt_with_key ... ok [INFO] [stdout] test set2::aes_cbc::tests::remove_padding ... ok [INFO] [stdout] test set1::tests::nibs_to_bytes ... ok [INFO] [stdout] test util::tests::hash256_test ... ok [INFO] [stdout] test util::tests::sha256_test ... ok [INFO] [stdout] test set1::tests::frequency_score ... ok [INFO] [stdout] test set1::tests::hamming_distance ... ok [INFO] [stdout] test set1::tests::hex_to_base64 ... ok [INFO] [stdout] test set1::tests::hex_to_nibbles ... ok [INFO] [stdout] test set1::tests::byte_triple_to_6bit ... ok [INFO] [stdout] test set1::tests::decrypt_single_byte_xor ... ok [INFO] [stdout] test secp256k1::tests::secp256k1_point_add ... ok [INFO] [stdout] test set1::tests::bytes_to_16byte_blocks ... ok [INFO] [stdout] test set1::tests::transpose ... ok [INFO] [stdout] test set1::tests::text_frequency ... ok [INFO] [stdout] test elliptic_curve::tests::elliptic_curve_point_mul ... ok [INFO] [stdout] test set2::aes_cbc::tests::remove_padding_with_challenge_input ... ok [INFO] [stdout] test finite_field::tests::field_element_is_even ... ok [INFO] [stdout] test set2::ecb_cut_and_paste::tests::profile_for ... ok [INFO] [stdout] test set2::tests::pkcs_7_pad ... ok [INFO] [stdout] test util::tests::hash256_bigint_test ... ok [INFO] [stdout] test set1::tests::bytes_to_base64 ... ok [INFO] [stdout] test finite_field::tests::field_element_math ... ok [INFO] [stdout] test provisions::proof_of_assets::tests::poa_public_key_b ... ok [INFO] [stdout] test secp256k1::tests::secp256k1_hash_onto_curve ... ok [INFO] [stdout] test set1::tests::detect_aes_ecb_from_hex_lines ... ok [INFO] [stdout] test set3::aes_ctr_nonce_reuse::tests::ctr_nonce_reuse_19 ... ok [INFO] [stdout] test set2::mode_detection::tests::encryption_oracle ... ok [INFO] [stdout] test set1::tests::aes_ecb_decrypt ... ok [INFO] [stdout] test set3::aes_ctr::tests::ctr_decrypt ... ok [INFO] [stdout] test set2::ecb_cut_and_paste::tests::gen_admin_cookie ... ok [INFO] [stdout] test set2::mode_detection::tests::detect_encryption ... ok [INFO] [stdout] test set2::cbc_bitflip::tests::bitflip_attack ... ok [INFO] [stdout] test set2::cbc_bitflip::tests::encrypt_with_extra_works ... ok [INFO] [stdout] test set2::cbc_bitflip::tests::is_admin ... ok [INFO] [stdout] test set2::padding_oracle::tests::encrypt_and_check_padding ... ok [INFO] [stdout] test set2::aes_cbc::tests::aes_cbc_decrypt_example ... ok [INFO] [stdout] test provisions::proof_of_assets::tests::poa_public_key_commitment ... ok [INFO] [stdout] test set2::aes_cbc::tests::aes_cbc_encrypt_and_decrypt ... ok [INFO] [stdout] test elliptic_curve::tests::elliptic_curve_from_sec ... FAILED [INFO] [stdout] test elliptic_curve::tests::elliptic_curve_sec ... FAILED [INFO] [stdout] test elliptic_curve::tests::elliptic_curve_sec_compressed ... FAILED [INFO] [stdout] test ecc::tests::ecc_cyclic ... FAILED [INFO] [stdout] test provisions::proof_of_assets::tests::poa_gen_z_assets ... ok [INFO] [stdout] test set2::padding_oracle::tests::padding_oracle_decrypt ... ok [INFO] [stdout] test set2::byte_decryption::tests::ecb_decrypt_using_oracle ... ok [INFO] [stdout] test bitcoin::tests::test_derive_address ... ok [INFO] [stdout] test set2::byte_decryption::tests::ecb_decrypt_w_prefix_using_oracle ... ok [INFO] [stdout] test provisions::binary_commitment::tests::pedersen_commitment_binary_verify_falsy ... ok [INFO] [stdout] test secp256k1::tests::secp_sec_encoding ... ok [INFO] [stdout] test provisions::proof_of_assets::tests::poa_public_key_proof ... ok [INFO] [stdout] test set3::aes_ctr_nonce_reuse::tests::ctr_nonce_reuse_20 ... ok [INFO] [stdout] test provisions::binary_commitment::tests::pedersen_commitment_binary_verify_truthy ... ok [INFO] [stdout] test ecdsa::tests::ecdsa_sign_and_verify ... ok [INFO] [stdout] test ecdsa::tests::ecdsa_sign_message_and_verify_examples ... ok [INFO] [stdout] test set1::tests::detect_single_byte_xor ... ok [INFO] [stdout] test set1::tests::decrypt_repeating_xor ... ok [INFO] [stdout] test secp256k1::tests::secp ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- elliptic_curve::tests::elliptic_curve_from_sec stdout ---- [INFO] [stdout] thread 'elliptic_curve::tests::elliptic_curve_from_sec' panicked at 'new point is not on curve', src/elliptic_curve.rs:178:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x555bb679020c - std::backtrace_rs::backtrace::libunwind::trace::h02555d7ca8aa068a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x555bb679020c - std::backtrace_rs::backtrace::trace_unsynchronized::h8555a46024147da8 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x555bb679020c - std::sys_common::backtrace::_print_fmt::h4c7f50b4f105da1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x555bb679020c - ::fmt::ha305a40dbc030444 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x555bb67b5c0c - core::fmt::write::hadd15acf4d6ce273 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x555bb678baf8 - std::io::Write::write_fmt::h271050faa79d27d2 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x555bb67924d7 - std::sys_common::backtrace::_print::h0dd5c0810675bd8c [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x555bb67924d7 - std::sys_common::backtrace::print::h20a2155fa0a22ca6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x555bb67924d7 - std::panicking::default_hook::{{closure}}::habb3b6f3ccdfe00a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x555bb679220b - std::panicking::default_hook::h1c5cf4d5063a38e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x555bb6792c2a - std::panicking::rust_panic_with_hook::hb5de7a3072d2cf59 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x555bb676d208 - std::panicking::begin_panic::{{closure}}::h66edfd2e9c941d80 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:617:9 [INFO] [stdout] 12: 0x555bb676d0d9 - std::sys_common::backtrace::__rust_end_short_backtrace::ha4b5509e2b90668b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x555bb676d183 - std::panicking::begin_panic::h17201af4f80bd8ae [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:616:12 [INFO] [stdout] 14: 0x555bb669735e - pals::elliptic_curve::FiniteCurve::point::h18c554e3d86a7914 [INFO] [stdout] at /opt/rustwide/workdir/src/elliptic_curve.rs:178:9 [INFO] [stdout] 15: 0x555bb6654516 - pals::elliptic_curve::tests::elliptic_curve_from_sec::hb2c54bf496bb22b9 [INFO] [stdout] at /opt/rustwide/workdir/src/elliptic_curve.rs:303:20 [INFO] [stdout] 16: 0x555bb66544ba - pals::elliptic_curve::tests::elliptic_curve_from_sec::{{closure}}::h2e82a53f7b90c41e [INFO] [stdout] at /opt/rustwide/workdir/src/elliptic_curve.rs:295:5 [INFO] [stdout] 17: 0x555bb66ade5e - core::ops::function::FnOnce::call_once::h63973731f353e555 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 18: 0x555bb66eaec3 - core::ops::function::FnOnce::call_once::h43953c8a8f54893f [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x555bb66eaec3 - test::__rust_begin_short_backtrace::h163f55298a15df9b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:575:5 [INFO] [stdout] 20: 0x555bb66e9bf1 - as core::ops::function::FnOnce>::call_once::hc911782b3cbc7ed5 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 21: 0x555bb66e9bf1 - as core::ops::function::FnOnce<()>>::call_once::hc5bb369afbf9cd4e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 22: 0x555bb66e9bf1 - std::panicking::try::do_call::he60df4e3e832faff [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 23: 0x555bb66e9bf1 - std::panicking::try::h2633cee89a0767f3 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 24: 0x555bb66e9bf1 - std::panic::catch_unwind::h6e10f7b94ce38b1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 25: 0x555bb66e9bf1 - test::run_test_in_process::h085ef39049c3b50b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:598:18 [INFO] [stdout] 26: 0x555bb66e9bf1 - test::run_test::run_test_inner::{{closure}}::h4e58ce9f68eb43e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:492:39 [INFO] [stdout] 27: 0x555bb66f34d1 - test::run_test::run_test_inner::{{closure}}::h6d18db28c5e396ee [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:519:37 [INFO] [stdout] 28: 0x555bb66f34d1 - std::sys_common::backtrace::__rust_begin_short_backtrace::h32292cb2cd8be620 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 29: 0x555bb66bfc2f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h71ee66b20f7b0482 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 30: 0x555bb66bfc2f - as core::ops::function::FnOnce<()>>::call_once::hb6046e1d1a75a4a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 31: 0x555bb66bfc2f - std::panicking::try::do_call::h5422165a88309c77 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 32: 0x555bb66bfc2f - std::panicking::try::h840a12b54e2c9f5d [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 33: 0x555bb66bfc2f - std::panic::catch_unwind::h85910e437c8da180 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 34: 0x555bb66bfc2f - std::thread::Builder::spawn_unchecked_::{{closure}}::ha3af3a297bfd51d6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 35: 0x555bb66bfc2f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hff8788f58e0e06a9 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 36: 0x555bb67988d3 - as core::ops::function::FnOnce>::call_once::h82a18723295373b7 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 37: 0x555bb67988d3 - as core::ops::function::FnOnce>::call_once::h4b9b8634f7a2a5a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 38: 0x555bb67988d3 - std::sys::unix::thread::Thread::new::thread_start::h3dc341aa024c6852 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 39: 0x7f81d3362609 - start_thread [INFO] [stdout] 40: 0x7f81d3132293 - clone [INFO] [stdout] 41: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- elliptic_curve::tests::elliptic_curve_sec stdout ---- [INFO] [stdout] thread 'elliptic_curve::tests::elliptic_curve_sec' panicked at 'new point is not on curve', src/elliptic_curve.rs:178:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x555bb679020c - std::backtrace_rs::backtrace::libunwind::trace::h02555d7ca8aa068a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x555bb679020c - std::backtrace_rs::backtrace::trace_unsynchronized::h8555a46024147da8 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x555bb679020c - std::sys_common::backtrace::_print_fmt::h4c7f50b4f105da1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x555bb679020c - ::fmt::ha305a40dbc030444 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x555bb67b5c0c - core::fmt::write::hadd15acf4d6ce273 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x555bb678baf8 - std::io::Write::write_fmt::h271050faa79d27d2 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x555bb67924d7 - std::sys_common::backtrace::_print::h0dd5c0810675bd8c [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x555bb67924d7 - std::sys_common::backtrace::print::h20a2155fa0a22ca6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x555bb67924d7 - std::panicking::default_hook::{{closure}}::habb3b6f3ccdfe00a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x555bb679220b - std::panicking::default_hook::h1c5cf4d5063a38e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x555bb6792c2a - std::panicking::rust_panic_with_hook::hb5de7a3072d2cf59 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x555bb676d208 - std::panicking::begin_panic::{{closure}}::h66edfd2e9c941d80 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:617:9 [INFO] [stdout] 12: 0x555bb676d0d9 - std::sys_common::backtrace::__rust_end_short_backtrace::ha4b5509e2b90668b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x555bb676d183 - std::panicking::begin_panic::h17201af4f80bd8ae [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:616:12 [INFO] [stdout] 14: 0x555bb669735e - pals::elliptic_curve::FiniteCurve::point::h18c554e3d86a7914 [INFO] [stdout] at /opt/rustwide/workdir/src/elliptic_curve.rs:178:9 [INFO] [stdout] 15: 0x555bb6653ed4 - pals::elliptic_curve::tests::elliptic_curve_sec::hfed16304c18ff740 [INFO] [stdout] at /opt/rustwide/workdir/src/elliptic_curve.rs:265:17 [INFO] [stdout] 16: 0x555bb6653e7a - pals::elliptic_curve::tests::elliptic_curve_sec::{{closure}}::ha677dbed783f8aba [INFO] [stdout] at /opt/rustwide/workdir/src/elliptic_curve.rs:263:5 [INFO] [stdout] 17: 0x555bb66ae29e - core::ops::function::FnOnce::call_once::h8cccd7e87dfe2538 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 18: 0x555bb66eaec3 - core::ops::function::FnOnce::call_once::h43953c8a8f54893f [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x555bb66eaec3 - test::__rust_begin_short_backtrace::h163f55298a15df9b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:575:5 [INFO] [stdout] 20: 0x555bb66e9bf1 - as core::ops::function::FnOnce>::call_once::hc911782b3cbc7ed5 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 21: 0x555bb66e9bf1 - as core::ops::function::FnOnce<()>>::call_once::hc5bb369afbf9cd4e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 22: 0x555bb66e9bf1 - std::panicking::try::do_call::he60df4e3e832faff [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 23: 0x555bb66e9bf1 - std::panicking::try::h2633cee89a0767f3 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 24: 0x555bb66e9bf1 - std::panic::catch_unwind::h6e10f7b94ce38b1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 25: 0x555bb66e9bf1 - test::run_test_in_process::h085ef39049c3b50b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:598:18 [INFO] [stdout] 26: 0x555bb66e9bf1 - test::run_test::run_test_inner::{{closure}}::h4e58ce9f68eb43e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:492:39 [INFO] [stdout] 27: 0x555bb66f34d1 - test::run_test::run_test_inner::{{closure}}::h6d18db28c5e396ee [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:519:37 [INFO] [stdout] 28: 0x555bb66f34d1 - std::sys_common::backtrace::__rust_begin_short_backtrace::h32292cb2cd8be620 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 29: 0x555bb66bfc2f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h71ee66b20f7b0482 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 30: 0x555bb66bfc2f - as core::ops::function::FnOnce<()>>::call_once::hb6046e1d1a75a4a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 31: 0x555bb66bfc2f - std::panicking::try::do_call::h5422165a88309c77 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 32: 0x555bb66bfc2f - std::panicking::try::h840a12b54e2c9f5d [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 33: 0x555bb66bfc2f - std::panic::catch_unwind::h85910e437c8da180 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 34: 0x555bb66bfc2f - std::thread::Builder::spawn_unchecked_::{{closure}}::ha3af3a297bfd51d6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 35: 0x555bb66bfc2f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hff8788f58e0e06a9 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 36: 0x555bb67988d3 - as core::ops::function::FnOnce>::call_once::h82a18723295373b7 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 37: 0x555bb67988d3 - as core::ops::function::FnOnce>::call_once::h4b9b8634f7a2a5a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 38: 0x555bb67988d3 - std::sys::unix::thread::Thread::new::thread_start::h3dc341aa024c6852 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 39: 0x7f81d3362609 - start_thread [INFO] [stdout] 40: 0x7f81d3132293 - clone [INFO] [stdout] 41: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- elliptic_curve::tests::elliptic_curve_sec_compressed stdout ---- [INFO] [stdout] thread 'elliptic_curve::tests::elliptic_curve_sec_compressed' panicked at 'new point is not on curve', src/elliptic_curve.rs:178:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x555bb679020c - std::backtrace_rs::backtrace::libunwind::trace::h02555d7ca8aa068a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x555bb679020c - std::backtrace_rs::backtrace::trace_unsynchronized::h8555a46024147da8 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x555bb679020c - std::sys_common::backtrace::_print_fmt::h4c7f50b4f105da1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x555bb679020c - ::fmt::ha305a40dbc030444 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x555bb67b5c0c - core::fmt::write::hadd15acf4d6ce273 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x555bb678baf8 - std::io::Write::write_fmt::h271050faa79d27d2 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x555bb67924d7 - std::sys_common::backtrace::_print::h0dd5c0810675bd8c [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x555bb67924d7 - std::sys_common::backtrace::print::h20a2155fa0a22ca6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x555bb67924d7 - std::panicking::default_hook::{{closure}}::habb3b6f3ccdfe00a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x555bb679220b - std::panicking::default_hook::h1c5cf4d5063a38e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x555bb6792c2a - std::panicking::rust_panic_with_hook::hb5de7a3072d2cf59 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x555bb676d208 - std::panicking::begin_panic::{{closure}}::h66edfd2e9c941d80 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:617:9 [INFO] [stdout] 12: 0x555bb676d0d9 - std::sys_common::backtrace::__rust_end_short_backtrace::ha4b5509e2b90668b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x555bb676d183 - std::panicking::begin_panic::h17201af4f80bd8ae [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:616:12 [INFO] [stdout] 14: 0x555bb669735e - pals::elliptic_curve::FiniteCurve::point::h18c554e3d86a7914 [INFO] [stdout] at /opt/rustwide/workdir/src/elliptic_curve.rs:178:9 [INFO] [stdout] 15: 0x555bb6654114 - pals::elliptic_curve::tests::elliptic_curve_sec_compressed::ha41d7720b5cbb30f [INFO] [stdout] at /opt/rustwide/workdir/src/elliptic_curve.rs:290:20 [INFO] [stdout] 16: 0x555bb66540ba - pals::elliptic_curve::tests::elliptic_curve_sec_compressed::{{closure}}::h2931dc3ad3ce65c1 [INFO] [stdout] at /opt/rustwide/workdir/src/elliptic_curve.rs:287:5 [INFO] [stdout] 17: 0x555bb66ae15e - core::ops::function::FnOnce::call_once::h85ffe0406c01cfc1 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 18: 0x555bb66eaec3 - core::ops::function::FnOnce::call_once::h43953c8a8f54893f [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x555bb66eaec3 - test::__rust_begin_short_backtrace::h163f55298a15df9b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:575:5 [INFO] [stdout] 20: 0x555bb66e9bf1 - as core::ops::function::FnOnce>::call_once::hc911782b3cbc7ed5 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 21: 0x555bb66e9bf1 - as core::ops::function::FnOnce<()>>::call_once::hc5bb369afbf9cd4e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 22: 0x555bb66e9bf1 - std::panicking::try::do_call::he60df4e3e832faff [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 23: 0x555bb66e9bf1 - std::panicking::try::h2633cee89a0767f3 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 24: 0x555bb66e9bf1 - std::panic::catch_unwind::h6e10f7b94ce38b1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 25: 0x555bb66e9bf1 - test::run_test_in_process::h085ef39049c3b50b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:598:18 [INFO] [stdout] 26: 0x555bb66e9bf1 - test::run_test::run_test_inner::{{closure}}::h4e58ce9f68eb43e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:492:39 [INFO] [stdout] 27: 0x555bb66f34d1 - test::run_test::run_test_inner::{{closure}}::h6d18db28c5e396ee [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:519:37 [INFO] [stdout] 28: 0x555bb66f34d1 - std::sys_common::backtrace::__rust_begin_short_backtrace::h32292cb2cd8be620 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 29: 0x555bb66bfc2f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h71ee66b20f7b0482 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 30: 0x555bb66bfc2f - as core::ops::function::FnOnce<()>>::call_once::hb6046e1d1a75a4a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 31: 0x555bb66bfc2f - std::panicking::try::do_call::h5422165a88309c77 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 32: 0x555bb66bfc2f - std::panicking::try::h840a12b54e2c9f5d [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 33: 0x555bb66bfc2f - std::panic::catch_unwind::h85910e437c8da180 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 34: 0x555bb66bfc2f - std::thread::Builder::spawn_unchecked_::{{closure}}::ha3af3a297bfd51d6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 35: 0x555bb66bfc2f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hff8788f58e0e06a9 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 36: 0x555bb67988d3 - as core::ops::function::FnOnce>::call_once::h82a18723295373b7 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 37: 0x555bb67988d3 - as core::ops::function::FnOnce>::call_once::h4b9b8634f7a2a5a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 38: 0x555bb67988d3 - std::sys::unix::thread::Thread::new::thread_start::h3dc341aa024c6852 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 39: 0x7f81d3362609 - start_thread [INFO] [stdout] 40: 0x7f81d3132293 - clone [INFO] [stdout] 41: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- ecc::tests::ecc_cyclic stdout ---- [INFO] [stdout] 0: Infinity [INFO] [stdout] 1: Coordinate { x: FieldElement { value: 3, p: 97 }, y: FieldElement { value: 6, p: 97 } } [INFO] [stdout] 2: Coordinate { x: FieldElement { value: 80, p: 97 }, y: FieldElement { value: 10, p: 97 } } [INFO] [stdout] 3: Coordinate { x: FieldElement { value: 80, p: 97 }, y: FieldElement { value: 87, p: 97 } } [INFO] [stdout] 4: Coordinate { x: FieldElement { value: 3, p: 97 }, y: FieldElement { value: 91, p: 97 } } [INFO] [stdout] 5: Infinity [INFO] [stdout] 6: Coordinate { x: FieldElement { value: 3, p: 97 }, y: FieldElement { value: 6, p: 97 } } [INFO] [stdout] 7: Coordinate { x: FieldElement { value: 80, p: 97 }, y: FieldElement { value: 10, p: 97 } } [INFO] [stdout] 8: Coordinate { x: FieldElement { value: 80, p: 97 }, y: FieldElement { value: 87, p: 97 } } [INFO] [stdout] 9: Coordinate { x: FieldElement { value: 3, p: 97 }, y: FieldElement { value: 91, p: 97 } } [INFO] [stdout] 10: Infinity [INFO] [stdout] 11: Coordinate { x: FieldElement { value: 3, p: 97 }, y: FieldElement { value: 6, p: 97 } } [INFO] [stdout] thread 'ecc::tests::ecc_cyclic' panicked at 'assertion failed: false', src/ecc.rs:353:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x555bb679020c - std::backtrace_rs::backtrace::libunwind::trace::h02555d7ca8aa068a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x555bb679020c - std::backtrace_rs::backtrace::trace_unsynchronized::h8555a46024147da8 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x555bb679020c - std::sys_common::backtrace::_print_fmt::h4c7f50b4f105da1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x555bb679020c - ::fmt::ha305a40dbc030444 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x555bb67b5c0c - core::fmt::write::hadd15acf4d6ce273 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x555bb678baf8 - std::io::Write::write_fmt::h271050faa79d27d2 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x555bb67924d7 - std::sys_common::backtrace::_print::h0dd5c0810675bd8c [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x555bb67924d7 - std::sys_common::backtrace::print::h20a2155fa0a22ca6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x555bb67924d7 - std::panicking::default_hook::{{closure}}::habb3b6f3ccdfe00a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x555bb679220b - std::panicking::default_hook::h1c5cf4d5063a38e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x555bb6792c2a - std::panicking::rust_panic_with_hook::hb5de7a3072d2cf59 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x555bb67928d9 - std::panicking::begin_panic_handler::{{closure}}::h5106de2f55f1a411 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:586:13 [INFO] [stdout] 12: 0x555bb67906d4 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ad5c2a8a003ca72 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x555bb6792629 - rust_begin_unwind [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x555bb6647233 - core::panicking::panic_fmt::hfb4b8460cd493e74 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x555bb66470fd - core::panicking::panic::h33838847634b5d2d [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panicking.rs:48:5 [INFO] [stdout] 16: 0x555bb6677006 - pals::ecc::tests::ecc_cyclic::hab330e52412a3630 [INFO] [stdout] at /opt/rustwide/workdir/src/ecc.rs:353:9 [INFO] [stdout] 17: 0x555bb6676eda - pals::ecc::tests::ecc_cyclic::{{closure}}::h6b5b241c01dbfe3d [INFO] [stdout] at /opt/rustwide/workdir/src/ecc.rs:344:5 [INFO] [stdout] 18: 0x555bb66ae25e - core::ops::function::FnOnce::call_once::h8c8379ca741e8d3e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x555bb66eaec3 - core::ops::function::FnOnce::call_once::h43953c8a8f54893f [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x555bb66eaec3 - test::__rust_begin_short_backtrace::h163f55298a15df9b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:575:5 [INFO] [stdout] 21: 0x555bb66e9bf1 - as core::ops::function::FnOnce>::call_once::hc911782b3cbc7ed5 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 22: 0x555bb66e9bf1 - as core::ops::function::FnOnce<()>>::call_once::hc5bb369afbf9cd4e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 23: 0x555bb66e9bf1 - std::panicking::try::do_call::he60df4e3e832faff [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 24: 0x555bb66e9bf1 - std::panicking::try::h2633cee89a0767f3 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 25: 0x555bb66e9bf1 - std::panic::catch_unwind::h6e10f7b94ce38b1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 26: 0x555bb66e9bf1 - test::run_test_in_process::h085ef39049c3b50b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:598:18 [INFO] [stdout] 27: 0x555bb66e9bf1 - test::run_test::run_test_inner::{{closure}}::h4e58ce9f68eb43e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:492:39 [INFO] [stdout] 28: 0x555bb66f34d1 - test::run_test::run_test_inner::{{closure}}::h6d18db28c5e396ee [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:519:37 [INFO] [stdout] 29: 0x555bb66f34d1 - std::sys_common::backtrace::__rust_begin_short_backtrace::h32292cb2cd8be620 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 30: 0x555bb66bfc2f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h71ee66b20f7b0482 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 31: 0x555bb66bfc2f - as core::ops::function::FnOnce<()>>::call_once::hb6046e1d1a75a4a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 32: 0x555bb66bfc2f - std::panicking::try::do_call::h5422165a88309c77 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 33: 0x555bb66bfc2f - std::panicking::try::h840a12b54e2c9f5d [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 34: 0x555bb66bfc2f - std::panic::catch_unwind::h85910e437c8da180 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 35: 0x555bb66bfc2f - std::thread::Builder::spawn_unchecked_::{{closure}}::ha3af3a297bfd51d6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 36: 0x555bb66bfc2f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hff8788f58e0e06a9 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 37: 0x555bb67988d3 - as core::ops::function::FnOnce>::call_once::h82a18723295373b7 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 38: 0x555bb67988d3 - as core::ops::function::FnOnce>::call_once::h4b9b8634f7a2a5a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 39: 0x555bb67988d3 - std::sys::unix::thread::Thread::new::thread_start::h3dc341aa024c6852 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 40: 0x7f81d3362609 - start_thread [INFO] [stdout] 41: 0x7f81d3132293 - clone [INFO] [stdout] 42: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] ecc::tests::ecc_cyclic [INFO] [stdout] elliptic_curve::tests::elliptic_curve_from_sec [INFO] [stdout] elliptic_curve::tests::elliptic_curve_sec [INFO] [stdout] elliptic_curve::tests::elliptic_curve_sec_compressed [INFO] [stdout] [INFO] [stdout] test result: FAILED. 70 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 35.99s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--bin pals' [INFO] running `Command { std: "docker" "inspect" "795b76911ac7a663e1e8c0156863810a0b037cbad044266afbbc37e7743566fb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "795b76911ac7a663e1e8c0156863810a0b037cbad044266afbbc37e7743566fb", kill_on_drop: false }` [INFO] [stdout] 795b76911ac7a663e1e8c0156863810a0b037cbad044266afbbc37e7743566fb