[INFO] fetching crate safevalue 0.1.0...
[INFO] testing safevalue-0.1.0 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate safevalue 0.1.0 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate safevalue 0.1.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate safevalue 0.1.0
[INFO] tweaked toml for crates.io crate safevalue 0.1.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate safevalue 0.1.0 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate safevalue 0.1.0 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-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3dd71118a1b2adc64d44e01eaeaf411bc98e91a079a0fada98416c09c0ead323
[INFO] running `Command { std: "docker" "start" "-a" "3dd71118a1b2adc64d44e01eaeaf411bc98e91a079a0fada98416c09c0ead323", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3dd71118a1b2adc64d44e01eaeaf411bc98e91a079a0fada98416c09c0ead323", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3dd71118a1b2adc64d44e01eaeaf411bc98e91a079a0fada98416c09c0ead323", kill_on_drop: false }`
[INFO] [stdout] 3dd71118a1b2adc64d44e01eaeaf411bc98e91a079a0fada98416c09c0ead323
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1472c337f670bd2a2224f94c5dadfe1db31df772bc2fdbf1bcaf8ccf8ae6f031
[INFO] running `Command { std: "docker" "start" "-a" "1472c337f670bd2a2224f94c5dadfe1db31df772bc2fdbf1bcaf8ccf8ae6f031", kill_on_drop: false }`
[INFO] [stderr]    Compiling safevalue v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: missing documentation for a struct
[INFO] [stdout]   --> src/lib.rs:29:1
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub struct SafeHolder<T, const WRITE_ONCE: bool=true, const READ_ONCE: bool=true> {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 24 | #![warn(missing_docs)]
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a method
[INFO] [stdout]   --> src/lib.rs:72:5
[INFO] [stdout]    |
[INFO] [stdout] 72 |     pub fn take(self) -> T { self.data }
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a method
[INFO] [stdout]   --> src/lib.rs:75:5
[INFO] [stdout]    |
[INFO] [stdout] 75 |     pub fn invalidate(self) {}
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a method
[INFO] [stdout]   --> src/lib.rs:78:5
[INFO] [stdout]    |
[INFO] [stdout] 78 |     pub fn rely_on(&self) {}
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for an associated function
[INFO] [stdout]   --> src/lib.rs:86:5
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub const unsafe fn vouch() -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a method
[INFO] [stdout]   --> src/lib.rs:95:5
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub unsafe fn set(&mut self, data: T) {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a macro
[INFO] [stdout]    --> src/lib.rs:133:1
[INFO] [stdout]     |
[INFO] [stdout] 133 | macro_rules! unsafe_marker_no_copy {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a macro
[INFO] [stdout]    --> src/lib.rs:169:1
[INFO] [stdout]     |
[INFO] [stdout] 169 | macro_rules! unsafe_marker {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.23s
[INFO] running `Command { std: "docker" "inspect" "1472c337f670bd2a2224f94c5dadfe1db31df772bc2fdbf1bcaf8ccf8ae6f031", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1472c337f670bd2a2224f94c5dadfe1db31df772bc2fdbf1bcaf8ccf8ae6f031", kill_on_drop: false }`
[INFO] [stdout] 1472c337f670bd2a2224f94c5dadfe1db31df772bc2fdbf1bcaf8ccf8ae6f031
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 85afb85aeb0b64bf09bf81be892306c82c6d28e7d0d62e8eae7f42f5f645edeb
[INFO] running `Command { std: "docker" "start" "-a" "85afb85aeb0b64bf09bf81be892306c82c6d28e7d0d62e8eae7f42f5f645edeb", kill_on_drop: false }`
[INFO] [stderr]    Compiling compiletest_rs v0.11.2
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling getopts v0.2.21
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stdout] warning: missing documentation for a struct
[INFO] [stdout]   --> src/lib.rs:29:1
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub struct SafeHolder<T, const WRITE_ONCE: bool=true, const READ_ONCE: bool=true> {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 24 | #![warn(missing_docs)]
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a method
[INFO] [stdout]   --> src/lib.rs:72:5
[INFO] [stdout]    |
[INFO] [stdout] 72 |     pub fn take(self) -> T { self.data }
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a method
[INFO] [stdout]   --> src/lib.rs:75:5
[INFO] [stdout]    |
[INFO] [stdout] 75 |     pub fn invalidate(self) {}
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a method
[INFO] [stdout]   --> src/lib.rs:78:5
[INFO] [stdout]    |
[INFO] [stdout] 78 |     pub fn rely_on(&self) {}
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for an associated function
[INFO] [stdout]   --> src/lib.rs:86:5
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub const unsafe fn vouch() -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a method
[INFO] [stdout]   --> src/lib.rs:95:5
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub unsafe fn set(&mut self, data: T) {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a macro
[INFO] [stdout]    --> src/lib.rs:133:1
[INFO] [stdout]     |
[INFO] [stdout] 133 | macro_rules! unsafe_marker_no_copy {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a macro
[INFO] [stdout]    --> src/lib.rs:169:1
[INFO] [stdout]     |
[INFO] [stdout] 169 | macro_rules! unsafe_marker {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling filetime v0.2.25
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]    Compiling term v0.7.0
[INFO] [stderr]    Compiling tester v0.9.1
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling rustfix v0.8.7
[INFO] [stderr]    Compiling safevalue v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: missing documentation for a struct
[INFO] [stdout]   --> src/lib.rs:29:1
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub struct SafeHolder<T, const WRITE_ONCE: bool=true, const READ_ONCE: bool=true> {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 24 | #![warn(missing_docs)]
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a method
[INFO] [stdout]   --> src/lib.rs:72:5
[INFO] [stdout]    |
[INFO] [stdout] 72 |     pub fn take(self) -> T { self.data }
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a method
[INFO] [stdout]   --> src/lib.rs:75:5
[INFO] [stdout]    |
[INFO] [stdout] 75 |     pub fn invalidate(self) {}
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a method
[INFO] [stdout]   --> src/lib.rs:78:5
[INFO] [stdout]    |
[INFO] [stdout] 78 |     pub fn rely_on(&self) {}
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for an associated function
[INFO] [stdout]   --> src/lib.rs:86:5
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub const unsafe fn vouch() -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a method
[INFO] [stdout]   --> src/lib.rs:95:5
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub unsafe fn set(&mut self, data: T) {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a macro
[INFO] [stdout]    --> src/lib.rs:133:1
[INFO] [stdout]     |
[INFO] [stdout] 133 | macro_rules! unsafe_marker_no_copy {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a macro
[INFO] [stdout]    --> src/lib.rs:169:1
[INFO] [stdout]     |
[INFO] [stdout] 169 | macro_rules! unsafe_marker {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 13.90s
[INFO] running `Command { std: "docker" "inspect" "85afb85aeb0b64bf09bf81be892306c82c6d28e7d0d62e8eae7f42f5f645edeb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "85afb85aeb0b64bf09bf81be892306c82c6d28e7d0d62e8eae7f42f5f645edeb", kill_on_drop: false }`
[INFO] [stdout] 85afb85aeb0b64bf09bf81be892306c82c6d28e7d0d62e8eae7f42f5f645edeb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 0ad311904ff78ece1bb349336a9b5837bc1602a30364eb731fa1b3a75c7d87ef
[INFO] running `Command { std: "docker" "start" "-a" "0ad311904ff78ece1bb349336a9b5837bc1602a30364eb731fa1b3a75c7d87ef", kill_on_drop: false }`
[INFO] [stderr] warning: missing documentation for a struct
[INFO] [stdout] 
[INFO] [stderr]   --> src/lib.rs:29:1
[INFO] [stdout] running 7 tests
[INFO] [stderr]    |
[INFO] [stdout] test tests::as_ref_when_readable ... ok
[INFO] [stderr] 29 | pub struct SafeHolder<T, const WRITE_ONCE: bool=true, const READ_ONCE: bool=true> {
[INFO] [stdout] test tests::new_and_take_works ... ok
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] test tests::marker_works ... ok
[INFO] [stderr]    |
[INFO] [stdout] test tests::test_clone ... ok
[INFO] [stderr] note: the lint level is defined here
[INFO] [stdout] test tests::test_deref ... ok
[INFO] [stderr]   --> src/lib.rs:24:9
[INFO] [stdout] test tests::settable ... ok
[INFO] [stderr]    |
[INFO] [stdout] test tests::test_marker ... ok
[INFO] [stderr] 24 | #![warn(missing_docs)]
[INFO] [stdout] 
[INFO] [stderr]    |         ^^^^^^^^^^^^
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stderr] 
[INFO] [stdout] 
[INFO] [stderr] warning: missing documentation for a method
[INFO] [stdout] 
[INFO] [stderr]   --> src/lib.rs:72:5
[INFO] [stdout] running 1 test
[INFO] [stderr]    |
[INFO] [stderr] 72 |     pub fn take(self) -> T { self.data }
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a method
[INFO] [stderr]   --> src/lib.rs:75:5
[INFO] [stderr]    |
[INFO] [stderr] 75 |     pub fn invalidate(self) {}
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a method
[INFO] [stderr]   --> src/lib.rs:78:5
[INFO] [stderr]    |
[INFO] [stderr] 78 |     pub fn rely_on(&self) {}
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for an associated function
[INFO] [stderr]   --> src/lib.rs:86:5
[INFO] [stderr]    |
[INFO] [stderr] 86 |     pub const unsafe fn vouch() -> Self {
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a method
[INFO] [stderr]   --> src/lib.rs:95:5
[INFO] [stderr]    |
[INFO] [stderr] 95 |     pub unsafe fn set(&mut self, data: T) {
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a macro
[INFO] [stderr]    --> src/lib.rs:133:1
[INFO] [stderr]     |
[INFO] [stderr] 133 | macro_rules! unsafe_marker_no_copy {
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a macro
[INFO] [stderr]    --> src/lib.rs:169:1
[INFO] [stderr]     |
[INFO] [stderr] 169 | macro_rules! unsafe_marker {
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `safevalue` (lib) generated 8 warnings
[INFO] [stderr] warning: `safevalue` (lib test) generated 8 warnings (8 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/safevalue-e9a78bd5f8db7e62)
[INFO] [stderr]      Running tests/compilation.rs (/opt/rustwide/target/debug/deps/compilation-a8322f9424d4ad69)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test [compile-fail] compile-fail/writes_require_unsafe.rs ... ok
[INFO] [stdout] test [compile-fail] compile-fail/no_writes_for_write_once.rs ... ok
[INFO] [stdout] test [compile-fail] compile-fail/no_reads_for_read_once.rs ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     [compile-fail] compile-fail/no_reads_for_read_once.rs
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 2 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.43s
[INFO] [stdout] 
[INFO] [stdout] test compile_test ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- compile_test stdout ----
[INFO] [stdout] 
[INFO] [stdout] error: tests/compile-fail/no_reads_for_read_once.rs:30: unexpected error: '30:18: 30:23: no method named `clone` found for struct `SafeHolder<T, WRITE_ONCE, READ_ONCE>` in the current scope [E0599]'
[INFO] [stdout] 
[INFO] [stdout] error: tests/compile-fail/no_reads_for_read_once.rs:32: unexpected error: '32:18: 32:23: no method named `clone` found for struct `SafeHolder<T, WRITE_ONCE, READ_ONCE>` in the current scope [E0599]'
[INFO] [stdout] 
[INFO] [stdout] error: tests/compile-fail/no_reads_for_read_once.rs:34: unexpected error: '34:21: 34:27: no method named `as_ref` found for struct `SafeHolder<T, WRITE_ONCE, READ_ONCE>` in the current scope [E0599]'
[INFO] [stdout] 
[INFO] [stdout] error: tests/compile-fail/no_reads_for_read_once.rs:36: unexpected error: '36:21: 36:27: no method named `as_ref` found for struct `SafeHolder<T, WRITE_ONCE, READ_ONCE>` in the current scope [E0599]'
[INFO] [stdout] 
[INFO] [stdout] error: tests/compile-fail/no_reads_for_read_once.rs:30: expected message not found: 30:18: 30:23: no method named `clone` found for struct `SafeHolder` in the current scope [E0599]
[INFO] [stdout] 
[INFO] [stdout] error: tests/compile-fail/no_reads_for_read_once.rs:32: expected message not found: 32:18: 32:23: no method named `clone` found for struct `SafeHolder` in the current scope [E0599]
[INFO] [stdout] 
[INFO] [stdout] error: tests/compile-fail/no_reads_for_read_once.rs:34: expected message not found: 34:21: 34:27: no method named `as_ref` found for struct `SafeHolder` in the current scope [E0599]
[INFO] [stdout] 
[INFO] [stdout] error: tests/compile-fail/no_reads_for_read_once.rs:36: expected message not found: 36:21: 36:27: no method named `as_ref` found for struct `SafeHolder` in the current scope [E0599]
[INFO] [stdout] 
[INFO] [stdout] error: 4 unexpected errors found, 4 expected errors not found
[INFO] [stdout] status: exit status: 1
[INFO] [stdout] command: "rustc" "tests/compile-fail/no_reads_for_read_once.rs" "-L" "/tmp" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "-C" "prefer-dynamic" "-o" "/tmp/no_reads_for_read_once.stage-id" "-A" "unused" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2025-10-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2025-10-28-x86_64-unknown-linux-gnu/lib" "-L" "/tmp/no_reads_for_read_once.stage-id.aux"
[INFO] [stdout] unexpected errors (from JSON output): [
[INFO] [stdout]     Error {
[INFO] [stdout]         line_num: 30,
[INFO] [stdout]         kind: Some(
[INFO] [stdout]             Error,
[INFO] [stdout]         ),
[INFO] [stdout]         msg: "30:18: 30:23: no method named `clone` found for struct `SafeHolder<T, WRITE_ONCE, READ_ONCE>` in the current scope [E0599]",
[INFO] [stdout]     },
[INFO] [stdout]     Error {
[INFO] [stdout]         line_num: 32,
[INFO] [stdout]         kind: Some(
[INFO] [stdout]             Error,
[INFO] [stdout]         ),
[INFO] [stdout]         msg: "32:18: 32:23: no method named `clone` found for struct `SafeHolder<T, WRITE_ONCE, READ_ONCE>` in the current scope [E0599]",
[INFO] [stdout]     },
[INFO] [stdout]     Error {
[INFO] [stdout]         line_num: 34,
[INFO] [stdout]         kind: Some(
[INFO] [stdout]             Error,
[INFO] [stdout]         ),
[INFO] [stdout]         msg: "34:21: 34:27: no method named `as_ref` found for struct `SafeHolder<T, WRITE_ONCE, READ_ONCE>` in the current scope [E0599]",
[INFO] [stdout]     },
[INFO] [stdout]     Error {
[INFO] [stdout]         line_num: 36,
[INFO] [stdout]         kind: Some(
[INFO] [stdout]             Error,
[INFO] [stdout]         ),
[INFO] [stdout]         msg: "36:21: 36:27: no method named `as_ref` found for struct `SafeHolder<T, WRITE_ONCE, READ_ONCE>` in the current scope [E0599]",
[INFO] [stdout]     },
[INFO] [stdout] ]
[INFO] [stdout] 
[INFO] [stdout] not found errors (from test file): [
[INFO] [stdout]     Error {
[INFO] [stdout]         line_num: 30,
[INFO] [stdout]         kind: None,
[INFO] [stdout]         msg: "30:18: 30:23: no method named `clone` found for struct `SafeHolder` in the current scope [E0599]",
[INFO] [stdout]     },
[INFO] [stdout]     Error {
[INFO] [stdout]         line_num: 32,
[INFO] [stdout]         kind: None,
[INFO] [stdout]         msg: "32:18: 32:23: no method named `clone` found for struct `SafeHolder` in the current scope [E0599]",
[INFO] [stdout]     },
[INFO] [stdout]     Error {
[INFO] [stdout]         line_num: 34,
[INFO] [stdout]         kind: None,
[INFO] [stdout]         msg: "34:21: 34:27: no method named `as_ref` found for struct `SafeHolder` in the current scope [E0599]",
[INFO] [stdout]     },
[INFO] [stdout]     Error {
[INFO] [stdout]         line_num: 36,
[INFO] [stdout]         kind: None,
[INFO] [stdout]         msg: "36:21: 36:27: no method named `as_ref` found for struct `SafeHolder` in the current scope [E0599]",
[INFO] [stdout]     },
[INFO] [stdout] ]
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread '[compile-fail] compile-fail/no_reads_for_read_once.rs' (34) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.11.2/src/runtest.rs:1183:13:
[INFO] [stdout] explicit panic
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5be0d93b3702 - std::backtrace_rs::backtrace::libunwind::trace::h16acf28769fcd909
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5be0d93b3702 - std::backtrace_rs::backtrace::trace_unsynchronized::hb5541aa5d4f92513
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5be0d93b3702 - std::sys::backtrace::_print_fmt::h8ac8268cb667a306
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5be0d93b3702 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5be0d93c4dcf - core::fmt::rt::Argument::fmt::h686a01ad57c1c92a
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5be0d93c4dcf - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x5be0d937b693 - std::io::default_write_fmt::hd4797e693c0ec256
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5be0d937b693 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5be0d9388e12 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5be0d938e4df - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5be0d938e371 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5be0d8f2fa7e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h3f5a16438cee2b4e
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/alloc/src/boxed.rs:2019:9
[INFO] [stdout]   12:     0x5be0d8f2fa7e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5be0d938eb9f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hdb18da3e68df7464
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/alloc/src/boxed.rs:2019:9
[INFO] [stdout]   14:     0x5be0d938eb9f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5be0d938e916 - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:700:13
[INFO] [stdout]   16:     0x5be0d9388f49 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5be0d936ee4d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5be0d93cd9c0 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5be0d93cd99c - core::panicking::panic::h5387b4c27e81d0dd
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x5be0d8f95ab2 - compiletest_rs::runtest::TestCx::check_expected_errors::ha338bfd88a5a58f7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.11.2/src/runtest.rs:1183:13
[INFO] [stdout]   21:     0x5be0d8f88cce - compiletest_rs::runtest::TestCx::run_cfail_test::h339a7e0d71d9b908
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.11.2/src/runtest.rs:194:18
[INFO] [stdout]   22:     0x5be0d8f85b3c - compiletest_rs::runtest::TestCx::run_revision::hb489a5e6f0b377ef
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.11.2/src/runtest.rs:147:45
[INFO] [stdout]   23:     0x5be0d8f81fe6 - compiletest_rs::runtest::run::ha097f9669258571c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.11.2/src/runtest.rs:102:17
[INFO] [stdout]   24:     0x5be0d8f519af - compiletest_rs::make_test_closure::{{closure}}::hdab1233a6b6bbee1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.11.2/src/lib.rs:336:22
[INFO] [stdout]   25:     0x5be0d8fc76de - core::ops::function::FnOnce::call_once{{vtable.shim}}::h2156c40a40044135
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x5be0d93173c8 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::hc87bee9f674c436a
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/alloc/src/boxed.rs:2005:9
[INFO] [stdout]   27:     0x5be0d92f9954 - tester::__rust_begin_short_backtrace::hece46066d06dec28
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tester-0.9.1/src/lib.rs:516:5
[INFO] [stdout]   28:     0x5be0d92fcd93 - tester::run_test::{{closure}}::h0d7b2cab9a18fc96
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tester-0.9.1/src/lib.rs:500:34
[INFO] [stdout]   29:     0x5be0d9310658 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he16bd8825aafae46
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x5be0d93173c8 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::hc87bee9f674c436a
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/alloc/src/boxed.rs:2005:9
[INFO] [stdout]   31:     0x5be0d9310334 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h14d728f5c5784f2a
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   32:     0x5be0d932a807 - std::panicking::catch_unwind::do_call::hb9f7a2ff09e3beea
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:590:40
[INFO] [stdout]   33:     0x5be0d931b97b - __rust_try
[INFO] [stdout]   34:     0x5be0d93176ea - std::panicking::catch_unwind::haf5a710fb7d24273
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:553:19
[INFO] [stdout]   35:     0x5be0d93176ea - std::panic::catch_unwind::hfc9b14af713901be
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panic.rs:359:14
[INFO] [stdout]   36:     0x5be0d92f7d45 - tester::run_test_in_process::h6dc8b1195b253a68
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tester-0.9.1/src/lib.rs:539:18
[INFO] [stdout]   37:     0x5be0d92fc041 - tester::run_test::run_test_inner::{{closure}}::h59a6ec7bdf1fbc85
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tester-0.9.1/src/lib.rs:449:39
[INFO] [stdout]   38:     0x5be0d92ffa86 - std::sys::backtrace::__rust_begin_short_backtrace::h8be7cb6ec429a4e0
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   39:     0x5be0d92de91f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hc46d0eaa523bb850
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   40:     0x5be0d9310364 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h1c8e52a0100cd77e
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   41:     0x5be0d932a7d0 - std::panicking::catch_unwind::do_call::h93be5bb6a7b0dc3e
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:590:40
[INFO] [stdout]   42:     0x5be0d92dfedb - __rust_try
[INFO] [stdout]   43:     0x5be0d92de3bf - std::panicking::catch_unwind::hd2e194ec9c69b191
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:553:19
[INFO] [stdout]   44:     0x5be0d92de3bf - std::panic::catch_unwind::h88918f3ca0b0e598
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panic.rs:359:14
[INFO] [stdout]   45:     0x5be0d92de3bf - std::thread::Builder::spawn_unchecked_::{{closure}}::h0a904104b06d6c24
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   46:     0x5be0d931058f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h18ba458b91d2b146
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x5be0d9383a8f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::he4d85cb537521972
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/alloc/src/boxed.rs:2005:9
[INFO] [stdout]   48:     0x5be0d9383a8f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   49:     0x7a9778c2eaa4 - <unknown>
[INFO] [stdout]   50:     0x7a9778cbba64 - clone
[INFO] [stdout]   51:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'compile_test' (33) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.11.2/src/lib.rs:113:22:
[INFO] [stdout] Some tests failed
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5be0d93b3702 - std::backtrace_rs::backtrace::libunwind::trace::h16acf28769fcd909
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5be0d93b3702 - std::backtrace_rs::backtrace::trace_unsynchronized::hb5541aa5d4f92513
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5be0d93b3702 - std::sys::backtrace::_print_fmt::h8ac8268cb667a306
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5be0d93b3702 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5be0d93c4dcf - core::fmt::rt::Argument::fmt::h686a01ad57c1c92a
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5be0d93c4dcf - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x5be0d937b693 - std::io::default_write_fmt::hd4797e693c0ec256
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5be0d937b693 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5be0d9388e12 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5be0d938e4df - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5be0d938e371 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5be0d8f2fa7e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h3f5a16438cee2b4e
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/alloc/src/boxed.rs:2019:9
[INFO] [stdout]   12:     0x5be0d8f2fa7e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5be0d938eb9f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hdb18da3e68df7464
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/alloc/src/boxed.rs:2019:9
[INFO] [stdout]   14:     0x5be0d938eb9f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5be0d938e916 - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:700:13
[INFO] [stdout]   16:     0x5be0d9388f49 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5be0d936ee4d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5be0d93cd9c0 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5be0d8f5728b - compiletest_rs::run_tests::h884d8c85e1ff7f51
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.11.2/src/lib.rs:113:22
[INFO] [stdout]   20:     0x5be0d8f0ed19 - compilation::run_mode::h0db8693541d4edc1
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/compilation.rs:18:5
[INFO] [stdout]   21:     0x5be0d8f0ead2 - compilation::compile_test::hcfd82a13b4d73d4b
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/compilation.rs:24:5
[INFO] [stdout]   22:     0x5be0d8f0eaf7 - compilation::compile_test::{{closure}}::hb99d434ab6de7f0b
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/compilation.rs:23:18
[INFO] [stdout]   23:     0x5be0d8f0ee56 - core::ops::function::FnOnce::call_once::h4eedc70cd3e84918
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5be0d8f2f8cb - core::ops::function::FnOnce::call_once::h43f43c5185cf39c2
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5be0d8f2f8cb - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x5be0d8f43ee8 - test::run_test_in_process::{{closure}}::h9f4b799a5211b72a
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x5be0d8f43ee8 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::ha572bf7dc5230a8f
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x5be0d8f43ee8 - std::panicking::catch_unwind::do_call::hfd6ff51f25dd177b
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:590:40
[INFO] [stdout]   29:     0x5be0d8f43ee8 - std::panicking::catch_unwind::h8609b446221def5f
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:553:19
[INFO] [stdout]   30:     0x5be0d8f43ee8 - std::panic::catch_unwind::h362f73cc48531e26
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5be0d8f43ee8 - test::run_test_in_process::hf52fd21d696aae67
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x5be0d8f43ee8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x5be0d8f1ccb4 - test::run_test::{{closure}}::hdc2695f2276aad3e
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x5be0d8f1ccb4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x5be0d8f205ea - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h99800d480987dfb6
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   36:     0x5be0d8f205ea - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hbbb69b5294b2221b
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x5be0d8f205ea - std::panicking::catch_unwind::do_call::h495689350c27df20
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:590:40
[INFO] [stdout]   38:     0x5be0d8f205ea - std::panicking::catch_unwind::hf22437c51d1b3740
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:553:19
[INFO] [stdout]   39:     0x5be0d8f205ea - std::panic::catch_unwind::habda1a57de8231f8
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5be0d8f205ea - std::thread::Builder::spawn_unchecked_::{{closure}}::h5833d8dda8c7e80b
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   41:     0x5be0d8f205ea - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5be0d9383a8f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::he4d85cb537521972
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/alloc/src/boxed.rs:2005:9
[INFO] [stdout]   43:     0x5be0d9383a8f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   44:     0x7a9778c2eaa4 - <unknown>
[INFO] [stdout]   45:     0x7a9778cbba64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     compile_test
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.57s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test compilation`
[INFO] running `Command { std: "docker" "inspect" "0ad311904ff78ece1bb349336a9b5837bc1602a30364eb731fa1b3a75c7d87ef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0ad311904ff78ece1bb349336a9b5837bc1602a30364eb731fa1b3a75c7d87ef", kill_on_drop: false }`
[INFO] [stdout] 0ad311904ff78ece1bb349336a9b5837bc1602a30364eb731fa1b3a75c7d87ef
