[INFO] cloning repository https://github.com/Ez-FlawLess/rust-playground
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Ez-FlawLess/rust-playground" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEz-FlawLess%2Frust-playground", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEz-FlawLess%2Frust-playground'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] dcc803db8fa14db9435625b8f0402df99b78be19
[INFO] testing Ez-FlawLess/rust-playground against beta-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEz-FlawLess%2Frust-playground" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Ez-FlawLess/rust-playground
[INFO] finished tweaking git repo https://github.com/Ez-FlawLess/rust-playground
[INFO] tweaked toml for git repo https://github.com/Ez-FlawLess/rust-playground written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Ez-FlawLess/rust-playground on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Ez-FlawLess/rust-playground 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" "+beta-2025-09-21" "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-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2212f52988435b5ee9279143c75b4e75934043a5cf8a4ea61d2ba0ffa3da6b41
[INFO] running `Command { std: "docker" "start" "-a" "2212f52988435b5ee9279143c75b4e75934043a5cf8a4ea61d2ba0ffa3da6b41", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2212f52988435b5ee9279143c75b4e75934043a5cf8a4ea61d2ba0ffa3da6b41", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2212f52988435b5ee9279143c75b4e75934043a5cf8a4ea61d2ba0ffa3da6b41", kill_on_drop: false }`
[INFO] [stdout] 2212f52988435b5ee9279143c75b4e75934043a5cf8a4ea61d2ba0ffa3da6b41
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 88b0357cc3f6902e78ac9d05ed16fc0b6eebf975c0a7bb5fc4cf075966b5626a
[INFO] running `Command { std: "docker" "start" "-a" "88b0357cc3f6902e78ac9d05ed16fc0b6eebf975c0a7bb5fc4cf075966b5626a", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling cfg-if v1.0.1
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling signal-hook-registry v1.4.5
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling pg_macros v0.1.0 (/opt/rustwide/workdir/pg_macros)
[INFO] [stdout] warning: unused macro definition: `error`
[INFO] [stdout]  --> pg_macros/src/utils.rs:1:14
[INFO] [stdout]   |
[INFO] [stdout] 1 | macro_rules! error {
[INFO] [stdout]   |              ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_macros)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `error`
[INFO] [stdout]  --> pg_macros/src/utils.rs:9:16
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub(crate) use error;
[INFO] [stdout]   |                ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling tokio v1.46.1
[INFO] [stderr]    Compiling pg v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `Arc`
[INFO] [stdout]  --> src/my_arc.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 7 |         Arc,
[INFO] [stdout]   |         ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `BinaryTree` is never constructed
[INFO] [stdout]  --> src/binary_tree.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct BinaryTree<T>(Option<Node<T>>);
[INFO] [stdout]   |            ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `NextNode` is never used
[INFO] [stdout]  --> src/binary_tree.rs:5:6
[INFO] [stdout]   |
[INFO] [stdout] 5 | type NextNode<T> = Option<Box<Node<T>>>;
[INFO] [stdout]   |      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Node` is never constructed
[INFO] [stdout]  --> src/binary_tree.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 | struct Node<T> {
[INFO] [stdout]   |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `push`, and `exists` are never used
[INFO] [stdout]   --> src/binary_tree.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | / impl<T> BinaryTree<T>
[INFO] [stdout] 14 | | where
[INFO] [stdout] 15 | |     T: Ord,
[INFO] [stdout]    | |___________- associated items in this implementation
[INFO] [stdout] 16 |   {
[INFO] [stdout] 17 |       pub fn new() -> Self {
[INFO] [stdout]    |              ^^^
[INFO] [stdout] ...
[INFO] [stdout] 21 |       pub fn push(&mut self, value: T) {
[INFO] [stdout]    |              ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 28 |       pub fn exists(&self, value: T) -> bool {
[INFO] [stdout]    |              ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `push`, and `exists` are never used
[INFO] [stdout]   --> src/binary_tree.rs:37:8
[INFO] [stdout]    |
[INFO] [stdout] 33 | / impl<T> Node<T>
[INFO] [stdout] 34 | | where
[INFO] [stdout] 35 | |     T: Ord,
[INFO] [stdout]    | |___________- associated items in this implementation
[INFO] [stdout] 36 |   {
[INFO] [stdout] 37 |       fn new(value: T) -> Self {
[INFO] [stdout]    |          ^^^
[INFO] [stdout] ...
[INFO] [stdout] 45 |       fn push(&mut self, value: T) {
[INFO] [stdout]    |          ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 59 |       fn exists(&self, value: T) -> bool {
[INFO] [stdout]    |          ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ArcData` is never constructed
[INFO] [stdout]   --> src/my_arc.rs:12:8
[INFO] [stdout]    |
[INFO] [stdout] 12 | struct ArcData<T> {
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MyArc` is never constructed
[INFO] [stdout]   --> src/my_arc.rs:20:12
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub struct MyArc<T> {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `data` are never used
[INFO] [stdout]   --> src/my_arc.rs:28:12
[INFO] [stdout]    |
[INFO] [stdout] 27 | impl<T> MyArc<T> {
[INFO] [stdout]    | ---------------- associated items in this implementation
[INFO] [stdout] 28 |     pub fn new(data: T) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 38 |     fn data(&self) -> &ArcData<T> {
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Weak` is never constructed
[INFO] [stdout]   --> src/my_arc.rs:71:12
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub struct Weak<T> {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `data` and `upgrade` are never used
[INFO] [stdout]   --> src/my_arc.rs:79:8
[INFO] [stdout]    |
[INFO] [stdout] 78 | impl<T> Weak<T> {
[INFO] [stdout]    | --------------- methods in this implementation
[INFO] [stdout] 79 |     fn data(&self) -> &ArcData<T> {
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 83 |     pub fn upgrade(&self) -> Option<MyArc<T>> {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Channel` is never constructed
[INFO] [stdout]   --> src/my_channel.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct Channel<T> {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `send`, and `receive` are never used
[INFO] [stdout]   --> src/my_channel.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl<T> Channel<T> {
[INFO] [stdout]    | ------------------ associated items in this implementation
[INFO] [stdout] 17 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 24 |     pub fn send(&self, message: T) {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 29 |     pub fn receive(&self) -> T {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `OneshotChannel` is never constructed
[INFO] [stdout]   --> src/my_channel.rs:40:12
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub struct OneshotChannel<T> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `send`, `is_ready`, and `receive` are never used
[INFO] [stdout]   --> src/my_channel.rs:48:18
[INFO] [stdout]    |
[INFO] [stdout] 47 | impl<T> OneshotChannel<T> {
[INFO] [stdout]    | ------------------------- associated items in this implementation
[INFO] [stdout] 48 |     pub const fn new() -> Self {
[INFO] [stdout]    |                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 55 |     pub unsafe fn send(&self, message: T) {
[INFO] [stdout]    |                   ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 62 |     pub fn is_ready(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 66 |     pub unsafe fn receive(&self) -> T {
[INFO] [stdout]    |                   ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MyLinkedList` is never constructed
[INFO] [stdout]  --> src/my_linked_list.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct MyLinkedList<T>{
[INFO] [stdout]   |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MyNode` is never constructed
[INFO] [stdout]  --> src/my_linked_list.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub struct MyNode<T>{
[INFO] [stdout]   |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `push`, `pop`, and `get` are never used
[INFO] [stdout]   --> src/my_linked_list.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl<T> MyLinkedList<T> {
[INFO] [stdout]    | ----------------------- associated items in this implementation
[INFO] [stdout] 15 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 21 |     pub fn push(&mut self, data: T) {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 32 |     pub fn pop(&mut self) -> Option<T> {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 56 |     pub fn get(&self, index: usize) -> Option<&T> {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `push_next`, `pop_next`, and `get` are never used
[INFO] [stdout]    --> src/my_linked_list.rs:63:8
[INFO] [stdout]     |
[INFO] [stdout]  62 | impl<T> MyNode<T> {
[INFO] [stdout]     | ----------------- associated items in this implementation
[INFO] [stdout]  63 |     fn new(data: T) -> Self {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] ...
[INFO] [stdout]  70 |     fn push_next(&mut self, data: T) {
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  81 |     fn pop_next(&mut self) -> Option<T> {
[INFO] [stdout]     |        ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 108 |     fn get(&self, index: usize) -> Option<&T> {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MyVec` is never constructed
[INFO] [stdout]  --> src/my_vec.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct MyVec<T> {
[INFO] [stdout]   |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DEFAULT_CAPACITY` is never used
[INFO] [stdout]   --> src/my_vec.rs:10:7
[INFO] [stdout]    |
[INFO] [stdout] 10 | const DEFAULT_CAPACITY: usize = 5;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `initial_layout`, `new`, `push`, `pop`, `get`, and `len` are never used
[INFO] [stdout]   --> src/my_vec.rs:13:8
[INFO] [stdout]    |
[INFO] [stdout] 12 | impl<T> MyVec<T> {
[INFO] [stdout]    | ---------------- associated items in this implementation
[INFO] [stdout] 13 |     fn initial_layout() -> Layout {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 17 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 33 |     pub fn push(&mut self, item: T) {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 63 |     pub fn pop(&mut self) -> Option<T> {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 |     pub fn get(&self, index: usize) -> Option<&T> {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 |     pub fn len(&self) -> usize {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SpinLock` is never constructed
[INFO] [stdout]  --> src/spin_lock.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct SpinLock<T> {
[INFO] [stdout]   |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `lock`, and `unlock` are never used
[INFO] [stdout]   --> src/spin_lock.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | impl<T> SpinLock<T> {
[INFO] [stdout]    | ------------------- associated items in this implementation
[INFO] [stdout] 13 |     pub fn new(value: T) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 |     fn lock(&self) -> Gaurd<'_, T> {
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 27 |     fn unlock(&self) {
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Gaurd` is never constructed
[INFO] [stdout]   --> src/spin_lock.rs:34:12
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub struct Gaurd<'a, T> {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `VoidPtr` is never constructed
[INFO] [stdout]  --> src/void_ptr.rs:4:8
[INFO] [stdout]   |
[INFO] [stdout] 4 | struct VoidPtr<T>(*mut std::ffi::c_void, PhantomData<T>);
[INFO] [stdout]   |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]  --> src/void_ptr.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 6 | impl<T> VoidPtr<T> {
[INFO] [stdout]   | ------------------ associated function in this implementation
[INFO] [stdout] 7 |     fn new(x: T) -> Self {
[INFO] [stdout]   |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.94s
[INFO] running `Command { std: "docker" "inspect" "88b0357cc3f6902e78ac9d05ed16fc0b6eebf975c0a7bb5fc4cf075966b5626a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "88b0357cc3f6902e78ac9d05ed16fc0b6eebf975c0a7bb5fc4cf075966b5626a", kill_on_drop: false }`
[INFO] [stdout] 88b0357cc3f6902e78ac9d05ed16fc0b6eebf975c0a7bb5fc4cf075966b5626a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8dc71670cee43da18e1848881405208e6daedc5e6c2a6f4bb6f0955796ffbd0a
[INFO] running `Command { std: "docker" "start" "-a" "8dc71670cee43da18e1848881405208e6daedc5e6c2a6f4bb6f0955796ffbd0a", kill_on_drop: false }`
[INFO] [stdout] warning: unused macro definition: `error`
[INFO] [stdout]  --> pg_macros/src/utils.rs:1:14
[INFO] [stdout]   |
[INFO] [stdout] 1 | macro_rules! error {
[INFO] [stdout]   |              ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_macros)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `error`
[INFO] [stdout]  --> pg_macros/src/utils.rs:9:16
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub(crate) use error;
[INFO] [stdout]   |                ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling pg v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `Arc`
[INFO] [stdout]  --> src/my_arc.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 7 |         Arc,
[INFO] [stdout]   |         ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `life`
[INFO] [stdout]   --> src/closures.rs:73:15
[INFO] [stdout]    |
[INFO] [stdout] 73 |         Some(|life: Life<'_>| {})
[INFO] [stdout]    |               ^^^^ help: if this is intentional, prefix it with an underscore: `_life`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `plus`
[INFO] [stdout]   --> src/closures.rs:61:13
[INFO] [stdout]    |
[INFO] [stdout] 61 |         let plus = |mut num: u32| num += 1;
[INFO] [stdout]    |             ^^^^ help: if this is intentional, prefix it with an underscore: `_plus`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `num` is never read
[INFO] [stdout]   --> src/closures.rs:61:35
[INFO] [stdout]    |
[INFO] [stdout] 61 |         let plus = |mut num: u32| num += 1;
[INFO] [stdout]    |                                   ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe it is overwritten before being read?
[INFO] [stdout]    = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `num`
[INFO] [stdout]   --> src/closures.rs:61:25
[INFO] [stdout]    |
[INFO] [stdout] 61 |         let plus = |mut num: u32| num += 1;
[INFO] [stdout]    |                         ^^^ help: if this is intentional, prefix it with an underscore: `_num`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `item`
[INFO] [stdout]    --> src/test_allocator.rs:120:17
[INFO] [stdout]     |
[INFO] [stdout] 120 |             let item = Box::new(5);
[INFO] [stdout]     |                 ^^^^ help: if this is intentional, prefix it with an underscore: `_item`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Life` is never constructed
[INFO] [stdout]   --> src/closures.rs:70:12
[INFO] [stdout]    |
[INFO] [stdout] 70 |     struct Life<'a>(&'a mut [u8]);
[INFO] [stdout]    |            ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `push` is never used
[INFO] [stdout]   --> src/closures.rs:72:8
[INFO] [stdout]    |
[INFO] [stdout] 72 |     fn push() -> Option<impl FnMut(Life)> {
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `upgrade` is never used
[INFO] [stdout]   --> src/my_arc.rs:83:12
[INFO] [stdout]    |
[INFO] [stdout] 78 | impl<T> Weak<T> {
[INFO] [stdout]    | --------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 83 |     pub fn upgrade(&self) -> Option<MyArc<T>> {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Channel` is never constructed
[INFO] [stdout]   --> src/my_channel.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct Channel<T> {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `send`, and `receive` are never used
[INFO] [stdout]   --> src/my_channel.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl<T> Channel<T> {
[INFO] [stdout]    | ------------------ associated items in this implementation
[INFO] [stdout] 17 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 24 |     pub fn send(&self, message: T) {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 29 |     pub fn receive(&self) -> T {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `OneshotChannel` is never constructed
[INFO] [stdout]   --> src/my_channel.rs:40:12
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub struct OneshotChannel<T> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `send`, `is_ready`, and `receive` are never used
[INFO] [stdout]   --> src/my_channel.rs:48:18
[INFO] [stdout]    |
[INFO] [stdout] 47 | impl<T> OneshotChannel<T> {
[INFO] [stdout]    | ------------------------- associated items in this implementation
[INFO] [stdout] 48 |     pub const fn new() -> Self {
[INFO] [stdout]    |                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 55 |     pub unsafe fn send(&self, message: T) {
[INFO] [stdout]    |                   ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 62 |     pub fn is_ready(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 66 |     pub unsafe fn receive(&self) -> T {
[INFO] [stdout]    |                   ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `TESTING` is never used
[INFO] [stdout]   --> src/test_allocator.rs:12:8
[INFO] [stdout]    |
[INFO] [stdout] 12 | static TESTING: AtomicBool = AtomicBool::new(false);
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.83s
[INFO] running `Command { std: "docker" "inspect" "8dc71670cee43da18e1848881405208e6daedc5e6c2a6f4bb6f0955796ffbd0a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8dc71670cee43da18e1848881405208e6daedc5e6c2a6f4bb6f0955796ffbd0a", kill_on_drop: false }`
[INFO] [stdout] 8dc71670cee43da18e1848881405208e6daedc5e6c2a6f4bb6f0955796ffbd0a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] c6bb8f1a4a767f81d43f9798c5edd407f46160820b4d50ec73dcfa7403697611
[INFO] running `Command { std: "docker" "start" "-a" "c6bb8f1a4a767f81d43f9798c5edd407f46160820b4d50ec73dcfa7403697611", kill_on_drop: false }`
[INFO] [stderr] warning: unused macro definition: `error`
[INFO] [stderr]  --> pg_macros/src/utils.rs:1:14
[INFO] [stderr]   |
[INFO] [stderr] 1 | macro_rules! error {
[INFO] [stderr]   |              ^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_macros)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `error`
[INFO] [stderr]  --> pg_macros/src/utils.rs:9:16
[INFO] [stderr]   |
[INFO] [stderr] 9 | pub(crate) use error;
[INFO] [stderr]   |                ^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `pg_macros` (lib) generated 2 warnings (run `cargo fix --lib -p pg_macros` to apply 1 suggestion)
[INFO] [stderr] warning: unused import: `Arc`
[INFO] [stderr]  --> src/my_arc.rs:7:9
[INFO] [stderr]   |
[INFO] [stderr] 7 |         Arc,
[INFO] [stderr]   |         ^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `life`
[INFO] [stderr]   --> src/closures.rs:73:15
[INFO] [stderr]    |
[INFO] [stderr] 73 |         Some(|life: Life<'_>| {})
[INFO] [stderr]    |               ^^^^ help: if this is intentional, prefix it with an underscore: `_life`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `plus`
[INFO] [stderr]   --> src/closures.rs:61:13
[INFO] [stderr]    |
[INFO] [stderr] 61 |         let plus = |mut num: u32| num += 1;
[INFO] [stderr]    |             ^^^^ help: if this is intentional, prefix it with an underscore: `_plus`
[INFO] [stderr] 
[INFO] [stderr] warning: value assigned to `num` is never read
[INFO] [stderr]   --> src/closures.rs:61:35
[INFO] [stderr]    |
[INFO] [stderr] 61 |         let plus = |mut num: u32| num += 1;
[INFO] [stderr]    |                                   ^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: maybe it is overwritten before being read?
[INFO] [stderr]    = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `num`
[INFO] [stderr]   --> src/closures.rs:61:25
[INFO] [stderr]    |
[INFO] [stderr] 61 |         let plus = |mut num: u32| num += 1;
[INFO] [stderr]    |                         ^^^ help: if this is intentional, prefix it with an underscore: `_num`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `item`
[INFO] [stderr]    --> src/test_allocator.rs:120:17
[INFO] [stderr]     |
[INFO] [stderr] 120 |             let item = Box::new(5);
[INFO] [stderr]     |                 ^^^^ help: if this is intentional, prefix it with an underscore: `_item`
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Life` is never constructed
[INFO] [stderr]   --> src/closures.rs:70:12
[INFO] [stderr]    |
[INFO] [stderr] 70 |     struct Life<'a>(&'a mut [u8]);
[INFO] [stderr]    |            ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function `push` is never used
[INFO] [stderr]   --> src/closures.rs:72:8
[INFO] [stderr]    |
[INFO] [stderr] 72 |     fn push() -> Option<impl FnMut(Life)> {
[INFO] [stderr]    |        ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `upgrade` is never used
[INFO] [stderr]   --> src/my_arc.rs:83:12
[INFO] [stderr]    |
[INFO] [stderr] 78 | impl<T> Weak<T> {
[INFO] [stderr]    | --------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 83 |     pub fn upgrade(&self) -> Option<MyArc<T>> {
[INFO] [stderr]    |            ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Channel` is never constructed
[INFO] [stderr]   --> src/my_channel.rs:11:12
[INFO] [stderr]    |
[INFO] [stderr] 11 | pub struct Channel<T> {
[INFO] [stderr]    |            ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `new`, `send`, and `receive` are never used
[INFO] [stderr]   --> src/my_channel.rs:17:12
[INFO] [stderr]    |
[INFO] [stderr] 16 | impl<T> Channel<T> {
[INFO] [stderr]    | ------------------ associated items in this implementation
[INFO] [stderr] 17 |     pub fn new() -> Self {
[INFO] [stderr]    |            ^^^
[INFO] [stderr] ...
[INFO] [stderr] 24 |     pub fn send(&self, message: T) {
[INFO] [stderr]    |            ^^^^
[INFO] [stderr] ...
[INFO] [stderr] 29 |     pub fn receive(&self) -> T {
[INFO] [stderr]    |            ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `OneshotChannel` is never constructed
[INFO] [stderr]   --> src/my_channel.rs:40:12
[INFO] [stderr]    |
[INFO] [stderr] 40 | pub struct OneshotChannel<T> {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stdout] 
[INFO] [stderr] warning: associated items `new`, `send`, `is_ready`, and `receive` are never used
[INFO] [stdout] running 15 tests
[INFO] [stderr]   --> src/my_channel.rs:48:18
[INFO] [stdout] test binary_tree::tests::test_binary_tree ... ok
[INFO] [stderr]    |
[INFO] [stdout] test my_linked_list::tests::test_my_linked_list ... ok
[INFO] [stderr] 47 | impl<T> OneshotChannel<T> {
[INFO] [stdout] test my_linked_list::tests::test_my_linked_list_pop_refs_still_valid ... ok
[INFO] [stderr]    | ------------------------- associated items in this implementation
[INFO] [stdout] test my_vec::tests::test_my_vec_drops_items ... ok
[INFO] [stderr] 48 |     pub const fn new() -> Self {
[INFO] [stdout] test test_allocator::tests::test_allocator_basics_work ... ok
[INFO] [stderr]    |                  ^^^
[INFO] [stdout] test my_arc::tests::test_my_arc ... ok
[INFO] [stderr] ...
[INFO] [stdout] test my_vec::tests::test_my_vec_pop_refs_still_valid ... ok
[INFO] [stderr] 55 |     pub unsafe fn send(&self, message: T) {
[INFO] [stdout] test test_allocator::tests::test_memory_pass ... ok
[INFO] [stderr]    |                   ^^^^
[INFO] [stdout] test void_ptr::tests::test_void_ptr ... ok
[INFO] [stderr] ...
[INFO] [stdout] test spin_lock::tests::test_spin_lock ... ok
[INFO] [stderr] 62 |     pub fn is_ready(&self) -> bool {
[INFO] [stdout] test my_vec::tests::test_my_vec ... FAILED
[INFO] [stderr]    |            ^^^^^^^^
[INFO] [stdout] test test_allocator::tests::test_memory_no_allocation - should panic ... ok
[INFO] [stderr] ...
[INFO] [stdout] test test_allocator::tests::test_memory_detects_memory_leak - should panic ... ok
[INFO] [stderr] 66 |     pub unsafe fn receive(&self) -> T {
[INFO] [stderr]    |                   ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: static `TESTING` is never used
[INFO] [stderr]   --> src/test_allocator.rs:12:8
[INFO] [stderr]    |
[INFO] [stderr] 12 | static TESTING: AtomicBool = AtomicBool::new(false);
[INFO] [stderr]    |        ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `pg` (bin "pg" test) generated 14 warnings (run `cargo fix --bin "pg" --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/pg-0aa03c891ddddc9b)
[INFO] [stdout] test test_allocator::tests::test_allocator_report_works ... ok
[INFO] [stdout] test closures::tests::test_closures ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- my_vec::tests::test_my_vec stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'my_vec::tests::test_my_vec' (31) panicked at src/my_vec.rs:126:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Some(0)
[INFO] [stdout]  right: Some(5)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5eb1f468d2b2 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5eb1f468d2b2 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5eb1f468d2b2 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5eb1f468d2b2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5eb1f469d68f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5eb1f469d68f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5eb1f465a5f1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5eb1f465a5f1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stderr] error: test failed, to rerun pass `--bin pg`
[INFO] [stdout]    8:     0x5eb1f4666652 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5eb1f466b25f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5eb1f466b0f1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5eb1f462bdae - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x5eb1f462bdae - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5eb1f466b9cf - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x5eb1f466b9cf - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5eb1f466b77a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x5eb1f4666789 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5eb1f464eb4d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5eb1f46a5140 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5eb1f46a4f43 - core::panicking::assert_failed_inner::h448e1d534f4c3d4b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5eb1f45fc91f - core::panicking::assert_failed::h244efa21ea64f420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5eb1f45f89d9 - pg::my_vec::tests::test_my_vec::hd88e33ede7433498
[INFO] [stdout]                                at /opt/rustwide/workdir/src/my_vec.rs:126:13
[INFO] [stdout]   22:     0x5eb1f45f8b37 - pg::my_vec::tests::test_my_vec::{{closure}}::h54b073db1367e74f
[INFO] [stdout]                                at /opt/rustwide/workdir/src/my_vec.rs:116:21
[INFO] [stdout]   23:     0x5eb1f46086d6 - core::ops::function::FnOnce::call_once::h48d0543ebe8e848a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5eb1f462bb6b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5eb1f462bb6b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x5eb1f46417d5 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x5eb1f46417d5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x5eb1f46417d5 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   29:     0x5eb1f46417d5 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   30:     0x5eb1f46417d5 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5eb1f46417d5 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x5eb1f46417d5 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x5eb1f4617fc4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x5eb1f4617fc4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x5eb1f461b88a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x5eb1f461b88a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x5eb1f461b88a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   38:     0x5eb1f461b88a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   39:     0x5eb1f461b88a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5eb1f461b88a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x5eb1f461b88a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5eb1f46618ef - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   43:     0x5eb1f46618ef - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   44:     0x7da1fa078aa4 - <unknown>
[INFO] [stdout]   45:     0x7da1fa105a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     my_vec::tests::test_my_vec
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 14 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "c6bb8f1a4a767f81d43f9798c5edd407f46160820b4d50ec73dcfa7403697611", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c6bb8f1a4a767f81d43f9798c5edd407f46160820b4d50ec73dcfa7403697611", kill_on_drop: false }`
[INFO] [stdout] c6bb8f1a4a767f81d43f9798c5edd407f46160820b4d50ec73dcfa7403697611
