[INFO] cloning repository https://github.com/DarkKirb/rkbfirm
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/DarkKirb/rkbfirm" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDarkKirb%2Frkbfirm", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDarkKirb%2Frkbfirm'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3e30545a55b218271a1b0b26ccbdedcdee82f358
[INFO] checking DarkKirb/rkbfirm against master#5a45ab9738330fb317d49e3594c2db5248b1e971 for pr-136303
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDarkKirb%2Frkbfirm" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/DarkKirb/rkbfirm on toolchain 5a45ab9738330fb317d49e3594c2db5248b1e971
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5a45ab9738330fb317d49e3594c2db5248b1e971" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] removed /workspace/builds/worker-0-tc1/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/DarkKirb/rkbfirm
[INFO] finished tweaking git repo https://github.com/DarkKirb/rkbfirm
[INFO] tweaked toml for git repo https://github.com/DarkKirb/rkbfirm written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/DarkKirb/rkbfirm 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" "+5a45ab9738330fb317d49e3594c2db5248b1e971" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Updating git repository `https://github.com/rp-rs/rp-binary-info`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded nb v0.1.3
[INFO] [stderr]   Downloaded embedded-hal v0.2.7
[INFO] [stderr]   Downloaded usbd-serial v0.1.1
[INFO] [stderr]   Downloaded usbd-hid v0.5.2
[INFO] [stderr]   Downloaded bare-metal v0.2.5
[INFO] [stderr]   Downloaded git-version v0.3.5
[INFO] [stderr]   Downloaded panic-probe v0.3.0
[INFO] [stderr]   Downloaded defmt-rtt v0.3.2
[INFO] [stderr]   Downloaded rp2040-boot2 v0.2.0
[INFO] [stderr]   Downloaded defmt-macros v0.3.2
[INFO] [stderr]   Downloaded crc-any v2.4.3
[INFO] [stderr]   Downloaded pio v0.2.0
[INFO] [stderr]   Downloaded cortex-m-rt v0.7.1
[INFO] [stderr]   Downloaded cortex-m v0.7.5
[INFO] [stderr]   Downloaded riscv v0.7.0
[INFO] [stderr]   Downloaded rp2040-hal v0.5.0
[INFO] [stderr]   Downloaded serde v1.0.138
[INFO] [stderr]   Downloaded ssmarshal v1.0.0
[INFO] [stderr]   Downloaded bare-metal v1.0.0
[INFO] [stderr]   Downloaded num v0.3.1
[INFO] [stderr]   Downloaded embedded-time v0.12.1
[INFO] [stderr]   Downloaded num-complex v0.3.1
[INFO] [stderr]   Downloaded usbd-hid-descriptors v0.1.1
[INFO] [stderr]   Downloaded git-version-macro v0.3.5
[INFO] [stderr]   Downloaded vcell v0.1.3
[INFO] [stderr]   Downloaded rp2040-pac v0.3.0
[INFO] [stderr]   Downloaded riscv-target v0.1.2
[INFO] [stderr]   Downloaded cortex-m-rt-macros v0.7.0
[INFO] [stderr]   Downloaded bitfield v0.13.2
[INFO] [stderr]   Downloaded defmt-parser v0.3.1
[INFO] [stderr]   Downloaded debug-helper v0.3.13
[INFO] [stderr]   Downloaded critical-section v0.2.7
[INFO] [stderr]   Downloaded rp2040-hal-macros v0.1.0
[INFO] [stderr]   Downloaded volatile-register v0.2.1
[INFO] [stderr]   Downloaded rp-pico v0.4.1
[INFO] [stderr]   Downloaded usbd-hid-macros v0.5.2
[INFO] [stderr]   Downloaded nb v1.0.0
[INFO] [stderr]   Downloaded usb-device v0.2.8
[INFO] [stderr]   Downloaded defmt v0.3.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:c80049f3b88b82089a44e0f06d0d6029d44b96b7257e55a1cd63dbc9f4c33334" "/opt/rustwide/cargo-home/bin/cargo" "+5a45ab9738330fb317d49e3594c2db5248b1e971" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] bb27c640f8de982c3cdb6d50f117158e940e45550d734869fca85daaa0fd62b8
[INFO] running `Command { std: "docker" "start" "-a" "bb27c640f8de982c3cdb6d50f117158e940e45550d734869fca85daaa0fd62b8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bb27c640f8de982c3cdb6d50f117158e940e45550d734869fca85daaa0fd62b8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bb27c640f8de982c3cdb6d50f117158e940e45550d734869fca85daaa0fd62b8", kill_on_drop: false }`
[INFO] [stdout] bb27c640f8de982c3cdb6d50f117158e940e45550d734869fca85daaa0fd62b8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:c80049f3b88b82089a44e0f06d0d6029d44b96b7257e55a1cd63dbc9f4c33334" "/opt/rustwide/cargo-home/bin/cargo" "+5a45ab9738330fb317d49e3594c2db5248b1e971" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] dbe39ab3135399699194ec84ab6ca9599a3389a4a282bc1bf84d4f73e0cfb3cf
[INFO] running `Command { std: "docker" "start" "-a" "dbe39ab3135399699194ec84ab6ca9599a3389a4a282bc1bf84d4f73e0cfb3cf", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.40
[INFO] [stderr]    Compiling quote v1.0.20
[INFO] [stderr]    Compiling syn v1.0.98
[INFO] [stderr]    Compiling semver-parser v0.7.0
[INFO] [stderr]    Compiling cortex-m v0.7.5
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling serde v1.0.138
[INFO] [stderr]     Checking nb v1.0.0
[INFO] [stderr]    Compiling semver v0.9.0
[INFO] [stderr]     Checking nb v0.1.3
[INFO] [stderr]    Compiling cortex-m-rt v0.7.1
[INFO] [stderr]     Checking void v1.0.2
[INFO] [stderr]    Compiling defmt v0.3.2
[INFO] [stderr]     Checking embedded-hal v0.2.7
[INFO] [stderr]    Compiling num-iter v0.1.43
[INFO] [stderr]    Compiling num-rational v0.3.2
[INFO] [stderr]    Compiling rustc_version v0.2.3
[INFO] [stderr]    Compiling proc-macro-hack v0.5.19
[INFO] [stderr]     Checking vcell v0.1.3
[INFO] [stderr]     Checking volatile-register v0.2.1
[INFO] [stderr]    Compiling byteorder v1.3.4
[INFO] [stderr]    Compiling debug-helper v0.3.13
[INFO] [stderr]    Compiling critical-section v0.2.7
[INFO] [stderr]     Checking bitfield v0.13.2
[INFO] [stderr]    Compiling bare-metal v0.2.5
[INFO] [stderr]    Compiling defmt-macros v0.3.2
[INFO] [stderr]    Compiling crc-any v2.4.3
[INFO] [stderr]    Compiling rp2040-pac v0.3.0
[INFO] [stderr]     Checking bare-metal v1.0.0
[INFO] [stderr]    Compiling defmt-parser v0.3.1
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]     Checking usb-device v0.2.8
[INFO] [stderr]    Compiling rp2040-boot2 v0.2.0
[INFO] [stderr]    Compiling usbd-hid-descriptors v0.1.1
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking either v1.7.0
[INFO] [stderr]     Checking num-complex v0.3.1
[INFO] [stderr]    Compiling paste v1.0.7
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]     Checking arrayvec v0.7.2
[INFO] [stderr]     Checking encode_unicode v0.3.6
[INFO] [stderr]     Checking itertools v0.10.3
[INFO] [stderr]    Compiling panic-probe v0.3.0
[INFO] [stderr]     Checking rand_core v0.6.3
[INFO] [stderr]    Compiling defmt-rtt v0.3.2
[INFO] [stderr]     Checking usbd-serial v0.1.1
[INFO] [stderr]     Checking tinyptr v0.1.0 (/opt/rustwide/workdir/lib/tinyptr)
[INFO] [stdout] error[E0425]: cannot find function `from_exposed_addr` in module `core::ptr`
[INFO] [stdout]    --> lib/tinyptr/src/lib.rs:114:16
[INFO] [stdout]     |
[INFO] [stdout] 114 |     core::ptr::from_exposed_addr(BASE)
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^ not found in `core::ptr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `from_exposed_addr_mut` in module `core::ptr`
[INFO] [stdout]    --> lib/tinyptr/src/lib.rs:117:16
[INFO] [stdout]     |
[INFO] [stdout] 117 |     core::ptr::from_exposed_addr_mut(BASE)
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^ not found in `core::ptr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `mixed_integer_ops` has been stable since 1.66.0 and no longer requires an attribute to enable
[INFO] [stdout]   --> lib/tinyptr/src/lib.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | #![feature(mixed_integer_ops)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `slice_ptr_len` has been stable since 1.79.0 and no longer requires an attribute to enable
[INFO] [stdout]   --> lib/tinyptr/src/lib.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | #![feature(slice_ptr_len)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `strict_provenance` has been stable since 1.84.0 and no longer requires an attribute to enable
[INFO] [stdout]   --> lib/tinyptr/src/lib.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 15 | #![feature(strict_provenance)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `From` which is not marked with `#[const_trait]`
[INFO] [stdout]   --> lib/tinyptr/src/ptr/unique.rs:65:54
[INFO] [stdout]    |
[INFO] [stdout] 65 | impl<T: Pointable + ?Sized, const BASE: usize> const From<NonNull<T, BASE>> for Unique<T, BASE> {
[INFO] [stdout]    |                                                      ^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const`
[INFO] [stdout]    |
[INFO] [stdout]    = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stdout]    = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking rp-binary-info v0.1.0 (https://github.com/rp-rs/rp-binary-info#a9397d43)
[INFO] [stderr]     Checking num v0.3.1
[INFO] [stdout] error[E0015]: cannot call non-const associated function `<unique::Unique<T, BASE> as From<non_null::NonNull<T, BASE>>>::from` in constant functions
[INFO] [stdout]   --> lib/tinyptr/src/ptr/unique.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 |         Self::from(NonNull::dangling())
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const associated function `<unique::Unique<T, BASE> as From<non_null::NonNull<T, BASE>>>::from` in constant functions
[INFO] [stdout]   --> lib/tinyptr/src/ptr/unique.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 25 |         Self::from(NonNull::new_unchecked(ptr))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const associated function `<unique::Unique<T, BASE> as From<non_null::NonNull<T, BASE>>>::from` in constant functions
[INFO] [stdout]   --> lib/tinyptr/src/ptr/unique.rs:29:29
[INFO] [stdout]    |
[INFO] [stdout] 29 |             Some(v) => Some(Self::from(v)),
[INFO] [stdout]    |                             ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const associated function `<unique::Unique<U, BASE> as From<non_null::NonNull<U, BASE>>>::from` in constant functions
[INFO] [stdout]   --> lib/tinyptr/src/ptr/unique.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 41 |         Unique::from(self.pointer.cast())
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `from_exposed_addr` in module `core::ptr`
[INFO] [stdout]    --> lib/tinyptr/src/lib.rs:114:16
[INFO] [stdout]     |
[INFO] [stdout] 114 |     core::ptr::from_exposed_addr(BASE)
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^ not found in `core::ptr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking embedded-time v0.12.1
[INFO] [stdout] error[E0425]: cannot find function `from_exposed_addr_mut` in module `core::ptr`
[INFO] [stdout]    --> lib/tinyptr/src/lib.rs:117:16
[INFO] [stdout]     |
[INFO] [stdout] 117 |     core::ptr::from_exposed_addr_mut(BASE)
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^ not found in `core::ptr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0015, E0425.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0015`.
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `mixed_integer_ops` has been stable since 1.66.0 and no longer requires an attribute to enable
[INFO] [stdout]   --> lib/tinyptr/src/lib.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | #![feature(mixed_integer_ops)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `slice_ptr_len` has been stable since 1.79.0 and no longer requires an attribute to enable
[INFO] [stdout]   --> lib/tinyptr/src/lib.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | #![feature(slice_ptr_len)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `strict_provenance` has been stable since 1.84.0 and no longer requires an attribute to enable
[INFO] [stdout]   --> lib/tinyptr/src/lib.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 15 | #![feature(strict_provenance)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tinyptr` (lib) due to 7 previous errors; 3 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: const `impl` for trait `From` which is not marked with `#[const_trait]`
[INFO] [stdout]   --> lib/tinyptr/src/ptr/unique.rs:65:54
[INFO] [stdout]    |
[INFO] [stdout] 65 | impl<T: Pointable + ?Sized, const BASE: usize> const From<NonNull<T, BASE>> for Unique<T, BASE> {
[INFO] [stdout]    |                                                      ^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const`
[INFO] [stdout]    |
[INFO] [stdout]    = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stdout]    = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const associated function `<unique::Unique<T, BASE> as From<non_null::NonNull<T, BASE>>>::from` in constant functions
[INFO] [stdout]   --> lib/tinyptr/src/ptr/unique.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 |         Self::from(NonNull::dangling())
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const associated function `<unique::Unique<T, BASE> as From<non_null::NonNull<T, BASE>>>::from` in constant functions
[INFO] [stdout]   --> lib/tinyptr/src/ptr/unique.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 25 |         Self::from(NonNull::new_unchecked(ptr))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const associated function `<unique::Unique<T, BASE> as From<non_null::NonNull<T, BASE>>>::from` in constant functions
[INFO] [stdout]   --> lib/tinyptr/src/ptr/unique.rs:29:29
[INFO] [stdout]    |
[INFO] [stdout] 29 |             Some(v) => Some(Self::from(v)),
[INFO] [stdout]    |                             ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const associated function `<unique::Unique<U, BASE> as From<non_null::NonNull<U, BASE>>>::from` in constant functions
[INFO] [stdout]   --> lib/tinyptr/src/ptr/unique.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 41 |         Unique::from(self.pointer.cast())
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0015, E0425.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0015`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tinyptr` (lib test) due to 7 previous errors; 3 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "dbe39ab3135399699194ec84ab6ca9599a3389a4a282bc1bf84d4f73e0cfb3cf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dbe39ab3135399699194ec84ab6ca9599a3389a4a282bc1bf84d4f73e0cfb3cf", kill_on_drop: false }`
[INFO] [stdout] dbe39ab3135399699194ec84ab6ca9599a3389a4a282bc1bf84d4f73e0cfb3cf
