[INFO] fetching crate get-size 0.1.4...
[INFO] checking get-size-0.1.4 against try#a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d for pr-145342-1
[INFO] extracting crate get-size 0.1.4 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate get-size 0.1.4
[INFO] finished tweaking crates.io crate get-size 0.1.4
[INFO] tweaked toml for crates.io crate get-size 0.1.4 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate get-size 0.1.4 on toolchain a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] Updating crates.io index
[INFO] [stderr] Locking 18 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 19d4cd9c3f12cbb1e5502c311d7802adce511ff878416f49b9121b5daac18573
[INFO] running `Command { std: "docker" "start" "-a" "19d4cd9c3f12cbb1e5502c311d7802adce511ff878416f49b9121b5daac18573", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "19d4cd9c3f12cbb1e5502c311d7802adce511ff878416f49b9121b5daac18573", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "19d4cd9c3f12cbb1e5502c311d7802adce511ff878416f49b9121b5daac18573", kill_on_drop: false }`
[INFO] [stdout] 19d4cd9c3f12cbb1e5502c311d7802adce511ff878416f49b9121b5daac18573
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 09012c2d7bc655956c14e35983c345a1f13f713357943d41441576d0744fe39f
[INFO] running `Command { std: "docker" "start" "-a" "09012c2d7bc655956c14e35983c345a1f13f713357943d41441576d0744fe39f", kill_on_drop: false }`
[INFO] [stderr] Checking get-size v0.1.4 (/opt/rustwide/workdir)
[INFO] [stdout] error: cannot find derive macro `GetSize` in this scope
[INFO] [stdout] --> src/tests/mod.rs:3:10
[INFO] [stdout] |
[INFO] [stdout] 3 | #[derive(GetSize)]
[INFO] [stdout] | ^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] note: `GetSize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout] --> src/tests/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | use super::*;
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find derive macro `GetSize` in this scope
[INFO] [stdout] --> src/tests/mod.rs:20:10
[INFO] [stdout] |
[INFO] [stdout] 20 | #[derive(GetSize)]
[INFO] [stdout] | ^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] note: `GetSize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout] --> src/tests/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | use super::*;
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find derive macro `GetSize` in this scope
[INFO] [stdout] --> src/tests/mod.rs:37:10
[INFO] [stdout] |
[INFO] [stdout] 37 | #[derive(GetSize)]
[INFO] [stdout] | ^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] note: `GetSize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout] --> src/tests/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | use super::*;
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find attribute `get_size` in this scope
[INFO] [stdout] --> src/tests/mod.rs:38:3
[INFO] [stdout] |
[INFO] [stdout] 38 | #[get_size(ignore(B, C))]
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find attribute `get_size` in this scope
[INFO] [stdout] --> src/tests/mod.rs:42:7
[INFO] [stdout] |
[INFO] [stdout] 42 | #[get_size(ignore)]
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find attribute `get_size` in this scope
[INFO] [stdout] --> src/tests/mod.rs:44:7
[INFO] [stdout] |
[INFO] [stdout] 44 | #[get_size(ignore)]
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find derive macro `GetSize` in this scope
[INFO] [stdout] --> src/tests/mod.rs:69:10
[INFO] [stdout] |
[INFO] [stdout] 69 | #[derive(GetSize)]
[INFO] [stdout] | ^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] note: `GetSize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout] --> src/tests/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | use super::*;
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find attribute `get_size` in this scope
[INFO] [stdout] --> src/tests/mod.rs:70:3
[INFO] [stdout] |
[INFO] [stdout] 70 | #[get_size(ignore(B, C))]
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find attribute `get_size` in this scope
[INFO] [stdout] --> src/tests/mod.rs:74:7
[INFO] [stdout] |
[INFO] [stdout] 74 | #[get_size(size = 100)]
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find attribute `get_size` in this scope
[INFO] [stdout] --> src/tests/mod.rs:76:7
[INFO] [stdout] |
[INFO] [stdout] 76 | #[get_size(size_fn = get_size_helper)]
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find derive macro `GetSize` in this scope
[INFO] [stdout] --> src/tests/mod.rs:100:10
[INFO] [stdout] |
[INFO] [stdout] 100 | #[derive(GetSize)]
[INFO] [stdout] | ^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] note: `GetSize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout] --> src/tests/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | use super::*;
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find derive macro `GetSize` in this scope
[INFO] [stdout] --> src/tests/mod.rs:119:10
[INFO] [stdout] |
[INFO] [stdout] 119 | #[derive(GetSize)]
[INFO] [stdout] | ^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] note: `GetSize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout] --> src/tests/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | use super::*;
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find derive macro `GetSize` in this scope
[INFO] [stdout] --> src/tests/mod.rs:164:10
[INFO] [stdout] |
[INFO] [stdout] 164 | #[derive(GetSize)]
[INFO] [stdout] | ^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] note: `GetSize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout] --> src/tests/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | use super::*;
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find derive macro `GetSize` in this scope
[INFO] [stdout] --> src/tests/mod.rs:191:17
[INFO] [stdout] |
[INFO] [stdout] 191 | #[derive(Clone, GetSize)]
[INFO] [stdout] | ^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] note: `GetSize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout] --> src/tests/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | use super::*;
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find derive macro `GetSize` in this scope
[INFO] [stdout] --> src/tests/mod.rs:219:10
[INFO] [stdout] |
[INFO] [stdout] 219 | #[derive(GetSize)]
[INFO] [stdout] | ^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] note: `GetSize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout] --> src/tests/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | use super::*;
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find derive macro `GetSize` in this scope
[INFO] [stdout] --> src/tests/mod.rs:239:10
[INFO] [stdout] |
[INFO] [stdout] 239 | #[derive(GetSize)]
[INFO] [stdout] | ^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] note: `GetSize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout] --> src/tests/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | use super::*;
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0599]: no method named `get_heap_size` found for struct `TestStruct` in the current scope
[INFO] [stdout] --> src/tests/mod.rs:16:21
[INFO] [stdout] |
[INFO] [stdout] 4 | pub struct TestStruct {
[INFO] [stdout] | --------------------- method `get_heap_size` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 16 | assert_eq!(test.get_heap_size(), 5);
[INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `TestStruct`
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:78:8
[INFO] [stdout] |
[INFO] [stdout] 78 | fn get_heap_size(&self) -> usize {
[INFO] [stdout] | ------------- the method is available for `&mut TestStruct` here
[INFO] [stdout] |
[INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout] note: `GetSize` defines an item `get_heap_size`, perhaps you need to implement it
[INFO] [stdout] --> src/lib.rs:66:1
[INFO] [stdout] |
[INFO] [stdout] 66 | pub trait GetSize: Sized {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: some of the expressions' fields have a method of the same name
[INFO] [stdout] |
[INFO] [stdout] 16 | assert_eq!(test.value1.get_heap_size(), 5);
[INFO] [stdout] | +++++++
[INFO] [stdout] 16 | assert_eq!(test.value2.get_heap_size(), 5);
[INFO] [stdout] | +++++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0599]: no method named `get_heap_size` found for struct `TestStructGenerics` in the current scope
[INFO] [stdout] --> src/tests/mod.rs:33:21
[INFO] [stdout] |
[INFO] [stdout] 21 | pub struct TestStructGenerics {
[INFO] [stdout] | ----------------------------------- method `get_heap_size` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 33 | assert_eq!(test.get_heap_size(), 5);
[INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `TestStructGenerics`
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:78:8
[INFO] [stdout] |
[INFO] [stdout] 78 | fn get_heap_size(&self) -> usize {
[INFO] [stdout] | ------------- the method is available for `&mut TestStructGenerics` here
[INFO] [stdout] |
[INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout] note: `GetSize` defines an item `get_heap_size`, perhaps you need to implement it
[INFO] [stdout] --> src/lib.rs:66:1
[INFO] [stdout] |
[INFO] [stdout] 66 | pub trait GetSize: Sized {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: some of the expressions' fields have a method of the same name
[INFO] [stdout] |
[INFO] [stdout] 33 | assert_eq!(test.value1.get_heap_size(), 5);
[INFO] [stdout] | +++++++
[INFO] [stdout] 33 | assert_eq!(test.value2.get_heap_size(), 5);
[INFO] [stdout] | +++++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0599]: no method named `get_heap_size` found for struct `TestStructGenericsIgnore` in the current scope
[INFO] [stdout] --> src/tests/mod.rs:65:21
[INFO] [stdout] |
[INFO] [stdout] 40 | struct TestStructGenericsIgnore {
[INFO] [stdout] | ---------------------------------------- method `get_heap_size` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 65 | assert_eq!(test.get_heap_size(), 5);
[INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `TestStructGenericsIgnore`
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:78:8
[INFO] [stdout] |
[INFO] [stdout] 78 | fn get_heap_size(&self) -> usize {
[INFO] [stdout] | ------------- the method is available for `&mut TestStructGenericsIgnore` here
[INFO] [stdout] |
[INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout] note: `GetSize` defines an item `get_heap_size`, perhaps you need to implement it
[INFO] [stdout] --> src/lib.rs:66:1
[INFO] [stdout] |
[INFO] [stdout] 66 | pub trait GetSize: Sized {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: some of the expressions' fields have a method of the same name
[INFO] [stdout] |
[INFO] [stdout] 65 | assert_eq!(test.value1.get_heap_size(), 5);
[INFO] [stdout] | +++++++
[INFO] [stdout] 65 | assert_eq!(test.value2.get_heap_size(), 5);
[INFO] [stdout] | +++++++
[INFO] [stdout] 65 | assert_eq!(test.value3.value.get_heap_size(), 5);
[INFO] [stdout] | +++++++++++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0599]: no method named `get_heap_size` found for struct `TestStructHelpers` in the current scope
[INFO] [stdout] --> src/tests/mod.rs:96:21
[INFO] [stdout] |
[INFO] [stdout] 72 | struct TestStructHelpers {
[INFO] [stdout] | --------------------------------- method `get_heap_size` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 96 | assert_eq!(test.get_heap_size(), 5 + 100 + 50);
[INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `TestStructHelpers`
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:78:8
[INFO] [stdout] |
[INFO] [stdout] 78 | fn get_heap_size(&self) -> usize {
[INFO] [stdout] | ------------- the method is available for `&mut TestStructHelpers` here
[INFO] [stdout] |
[INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout] note: `GetSize` defines an item `get_heap_size`, perhaps you need to implement it
[INFO] [stdout] --> src/lib.rs:66:1
[INFO] [stdout] |
[INFO] [stdout] 66 | pub trait GetSize: Sized {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: some of the expressions' fields have a method of the same name
[INFO] [stdout] |
[INFO] [stdout] 96 | assert_eq!(test.value1.get_heap_size(), 5 + 100 + 50);
[INFO] [stdout] | +++++++
[INFO] [stdout] 96 | assert_eq!(test.value2.get_heap_size(), 5 + 100 + 50);
[INFO] [stdout] | +++++++
[INFO] [stdout] 96 | assert_eq!(test.value3.value.get_heap_size(), 5 + 100 + 50);
[INFO] [stdout] | +++++++++++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0599]: no method named `get_heap_size` found for struct `TestStructGenericsLifetimes<'a, A, B>` in the current scope
[INFO] [stdout] --> src/tests/mod.rs:115:21
[INFO] [stdout] |
[INFO] [stdout] 101 | pub struct TestStructGenericsLifetimes<'a, A, B> {
[INFO] [stdout] | ------------------------------------------------ method `get_heap_size` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 115 | assert_eq!(test.get_heap_size(), 5);
[INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `TestStructGenericsLifetimes<'_, String, u64>`
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:78:8
[INFO] [stdout] |
[INFO] [stdout] 78 | fn get_heap_size(&self) -> usize {
[INFO] [stdout] | ------------- the method is available for `&mut TestStructGenericsLifetimes<'_, String, u64>` here
[INFO] [stdout] |
[INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout] note: `GetSize` defines an item `get_heap_size`, perhaps you need to implement it
[INFO] [stdout] --> src/lib.rs:66:1
[INFO] [stdout] |
[INFO] [stdout] 66 | pub trait GetSize: Sized {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: some of the expressions' fields have a method of the same name
[INFO] [stdout] |
[INFO] [stdout] 115 | assert_eq!(test.value1.get_heap_size(), 5);
[INFO] [stdout] | +++++++
[INFO] [stdout] 115 | assert_eq!(test.value2.get_heap_size(), 5);
[INFO] [stdout] | +++++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0599]: no method named `get_heap_size` found for enum `TestEnum` in the current scope
[INFO] [stdout] --> src/tests/mod.rs:133:21
[INFO] [stdout] |
[INFO] [stdout] 120 | pub enum TestEnum {
[INFO] [stdout] | ----------------- method `get_heap_size` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 133 | assert_eq!(test.get_heap_size(), 0);
[INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `TestEnum`
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:78:8
[INFO] [stdout] |
[INFO] [stdout] 78 | fn get_heap_size(&self) -> usize {
[INFO] [stdout] | ------------- the method is available for `&mut TestEnum` here
[INFO] [stdout] |
[INFO] [stdout] note: the method `get_heap_size` exists on the type `String`
[INFO] [stdout] --> src/lib.rs:78:5
[INFO] [stdout] |
[INFO] [stdout] 78 | fn get_heap_size(&self) -> usize {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout] note: `GetSize` defines an item `get_heap_size`, perhaps you need to implement it
[INFO] [stdout] --> src/lib.rs:66:1
[INFO] [stdout] |
[INFO] [stdout] 66 | pub trait GetSize: Sized {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0599]: no method named `get_heap_size` found for enum `TestEnum` in the current scope
[INFO] [stdout] --> src/tests/mod.rs:136:21
[INFO] [stdout] |
[INFO] [stdout] 120 | pub enum TestEnum {
[INFO] [stdout] | ----------------- method `get_heap_size` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 136 | assert_eq!(test.get_heap_size(), 5);
[INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `TestEnum`
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:78:8
[INFO] [stdout] |
[INFO] [stdout] 78 | fn get_heap_size(&self) -> usize {
[INFO] [stdout] | ------------- the method is available for `&mut TestEnum` here
[INFO] [stdout] |
[INFO] [stdout] note: the method `get_heap_size` exists on the type `String`
[INFO] [stdout] --> src/lib.rs:78:5
[INFO] [stdout] |
[INFO] [stdout] 78 | fn get_heap_size(&self) -> usize {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout] note: `GetSize` defines an item `get_heap_size`, perhaps you need to implement it
[INFO] [stdout] --> src/lib.rs:66:1
[INFO] [stdout] |
[INFO] [stdout] 66 | pub trait GetSize: Sized {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0599]: no method named `get_heap_size` found for enum `TestEnum` in the current scope
[INFO] [stdout] --> src/tests/mod.rs:139:21
[INFO] [stdout] |
[INFO] [stdout] 120 | pub enum TestEnum {
[INFO] [stdout] | ----------------- method `get_heap_size` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 139 | assert_eq!(test.get_heap_size(), 6);
[INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `TestEnum`
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:78:8
[INFO] [stdout] |
[INFO] [stdout] 78 | fn get_heap_size(&self) -> usize {
[INFO] [stdout] | ------------- the method is available for `&mut TestEnum` here
[INFO] [stdout] |
[INFO] [stdout] note: the method `get_heap_size` exists on the type `String`
[INFO] [stdout] --> src/lib.rs:78:5
[INFO] [stdout] |
[INFO] [stdout] 78 | fn get_heap_size(&self) -> usize {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout] note: `GetSize` defines an item `get_heap_size`, perhaps you need to implement it
[INFO] [stdout] --> src/lib.rs:66:1
[INFO] [stdout] |
[INFO] [stdout] 66 | pub trait GetSize: Sized {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0599]: no method named `get_heap_size` found for enum `TestEnum` in the current scope
[INFO] [stdout] --> src/tests/mod.rs:146:21
[INFO] [stdout] |
[INFO] [stdout] 120 | pub enum TestEnum {
[INFO] [stdout] | ----------------- method `get_heap_size` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 146 | assert_eq!(test.get_heap_size(), 4 + 16);
[INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `TestEnum`
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:78:8
[INFO] [stdout] |
[INFO] [stdout] 78 | fn get_heap_size(&self) -> usize {
[INFO] [stdout] | ------------- the method is available for `&mut TestEnum` here
[INFO] [stdout] |
[INFO] [stdout] note: the method `get_heap_size` exists on the type `String`
[INFO] [stdout] --> src/lib.rs:78:5
[INFO] [stdout] |
[INFO] [stdout] 78 | fn get_heap_size(&self) -> usize {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout] note: `GetSize` defines an item `get_heap_size`, perhaps you need to implement it
[INFO] [stdout] --> src/lib.rs:66:1
[INFO] [stdout] |
[INFO] [stdout] 66 | pub trait GetSize: Sized {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0599]: no method named `get_heap_size` found for enum `TestEnum` in the current scope
[INFO] [stdout] --> src/tests/mod.rs:154:21
[INFO] [stdout] |
[INFO] [stdout] 120 | pub enum TestEnum {
[INFO] [stdout] | ----------------- method `get_heap_size` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 154 | assert_eq!(test.get_heap_size(), 11);
[INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `TestEnum`
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:78:8
[INFO] [stdout] |
[INFO] [stdout] 78 | fn get_heap_size(&self) -> usize {
[INFO] [stdout] | ------------- the method is available for `&mut TestEnum` here
[INFO] [stdout] |
[INFO] [stdout] note: the method `get_heap_size` exists on the type `String`
[INFO] [stdout] --> src/lib.rs:78:5
[INFO] [stdout] |
[INFO] [stdout] 78 | fn get_heap_size(&self) -> usize {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout] note: `GetSize` defines an item `get_heap_size`, perhaps you need to implement it
[INFO] [stdout] --> src/lib.rs:66:1
[INFO] [stdout] |
[INFO] [stdout] 66 | pub trait GetSize: Sized {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0599]: no method named `get_heap_size` found for enum `TestEnum` in the current scope
[INFO] [stdout] --> src/tests/mod.rs:157:21
[INFO] [stdout] |
[INFO] [stdout] 120 | pub enum TestEnum {
[INFO] [stdout] | ----------------- method `get_heap_size` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 157 | assert_eq!(test.get_heap_size(), 0);
[INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `TestEnum`
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:78:8
[INFO] [stdout] |
[INFO] [stdout] 78 | fn get_heap_size(&self) -> usize {
[INFO] [stdout] | ------------- the method is available for `&mut TestEnum` here
[INFO] [stdout] |
[INFO] [stdout] note: the method `get_heap_size` exists on the type `String`
[INFO] [stdout] --> src/lib.rs:78:5
[INFO] [stdout] |
[INFO] [stdout] 78 | fn get_heap_size(&self) -> usize {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout] note: `GetSize` defines an item `get_heap_size`, perhaps you need to implement it
[INFO] [stdout] --> src/lib.rs:66:1
[INFO] [stdout] |
[INFO] [stdout] 66 | pub trait GetSize: Sized {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0599]: no method named `get_heap_size` found for enum `TestEnum` in the current scope
[INFO] [stdout] --> src/tests/mod.rs:160:21
[INFO] [stdout] |
[INFO] [stdout] 120 | pub enum TestEnum {
[INFO] [stdout] | ----------------- method `get_heap_size` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 160 | assert_eq!(test.get_heap_size(), 5 + 5);
[INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `TestEnum`
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:78:8
[INFO] [stdout] |
[INFO] [stdout] 78 | fn get_heap_size(&self) -> usize {
[INFO] [stdout] | ------------- the method is available for `&mut TestEnum` here
[INFO] [stdout] |
[INFO] [stdout] note: the method `get_heap_size` exists on the type `String`
[INFO] [stdout] --> src/lib.rs:78:5
[INFO] [stdout] |
[INFO] [stdout] 78 | fn get_heap_size(&self) -> usize {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout] note: `GetSize` defines an item `get_heap_size`, perhaps you need to implement it
[INFO] [stdout] --> src/lib.rs:66:1
[INFO] [stdout] |
[INFO] [stdout] 66 | pub trait GetSize: Sized {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0599]: no method named `get_heap_size` found for enum `TestEnumGenerics<'a, A, B, C>` in the current scope
[INFO] [stdout] --> src/tests/mod.rs:174:21
[INFO] [stdout] |
[INFO] [stdout] 165 | pub enum TestEnumGenerics<'a, A, B, C> {
[INFO] [stdout] | -------------------------------------- method `get_heap_size` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 174 | assert_eq!(test.get_heap_size(), 0);
[INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `TestEnumGenerics<'_, u64, String, TestStruct>`
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:78:8
[INFO] [stdout] |
[INFO] [stdout] 78 | fn get_heap_size(&self) -> usize {
[INFO] [stdout] | ------------- the method is available for `&mut TestEnumGenerics<'_, u64, String, TestStruct>` here
[INFO] [stdout] |
[INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout] note: `GetSize` defines an item `get_heap_size`, perhaps you need to implement it
[INFO] [stdout] --> src/lib.rs:66:1
[INFO] [stdout] |
[INFO] [stdout] 66 | pub trait GetSize: Sized {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0599]: no method named `get_heap_size` found for enum `TestEnumGenerics<'a, A, B, C>` in the current scope
[INFO] [stdout] --> src/tests/mod.rs:177:21
[INFO] [stdout] |
[INFO] [stdout] 165 | pub enum TestEnumGenerics<'a, A, B, C> {
[INFO] [stdout] | -------------------------------------- method `get_heap_size` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 177 | assert_eq!(test.get_heap_size(), 5);
[INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `TestEnumGenerics<'_, u64, String, TestStruct>`
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:78:8
[INFO] [stdout] |
[INFO] [stdout] 78 | fn get_heap_size(&self) -> usize {
[INFO] [stdout] | ------------- the method is available for `&mut TestEnumGenerics<'_, u64, String, TestStruct>` here
[INFO] [stdout] |
[INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout] note: `GetSize` defines an item `get_heap_size`, perhaps you need to implement it
[INFO] [stdout] --> src/lib.rs:66:1
[INFO] [stdout] |
[INFO] [stdout] 66 | pub trait GetSize: Sized {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0599]: no method named `get_heap_size` found for enum `TestEnumGenerics<'a, A, B, C>` in the current scope
[INFO] [stdout] --> src/tests/mod.rs:185:21
[INFO] [stdout] |
[INFO] [stdout] 165 | pub enum TestEnumGenerics<'a, A, B, C> {
[INFO] [stdout] | -------------------------------------- method `get_heap_size` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 185 | assert_eq!(test.get_heap_size(), 0); // It is a pointer.
[INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `TestEnumGenerics<'_, u64, String, TestStruct>`
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:78:8
[INFO] [stdout] |
[INFO] [stdout] 78 | fn get_heap_size(&self) -> usize {
[INFO] [stdout] | ------------- the method is available for `&mut TestEnumGenerics<'_, u64, String, TestStruct>` here
[INFO] [stdout] |
[INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout] note: `GetSize` defines an item `get_heap_size`, perhaps you need to implement it
[INFO] [stdout] --> src/lib.rs:66:1
[INFO] [stdout] |
[INFO] [stdout] 66 | pub trait GetSize: Sized {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0599]: no method named `get_heap_size` found for enum `Node` in the current scope
[INFO] [stdout] --> src/tests/mod.rs:201:21
[INFO] [stdout] |
[INFO] [stdout] 192 | enum Node where T: Default {
[INFO] [stdout] | ------------ method `get_heap_size` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 201 | assert_eq!(test.get_heap_size(), 4);
[INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `Node`
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:78:8
[INFO] [stdout] |
[INFO] [stdout] 78 | fn get_heap_size(&self) -> usize {
[INFO] [stdout] | ------------- the method is available for `&mut Node` here
[INFO] [stdout] |
[INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout] note: `GetSize` defines an item `get_heap_size`, perhaps you need to implement it
[INFO] [stdout] --> src/lib.rs:66:1
[INFO] [stdout] |
[INFO] [stdout] 66 | pub trait GetSize: Sized {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0599]: no method named `get_heap_size` found for enum `Node` in the current scope
[INFO] [stdout] --> src/tests/mod.rs:204:21
[INFO] [stdout] |
[INFO] [stdout] 192 | enum Node where T: Default {
[INFO] [stdout] | ------------ method `get_heap_size` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 204 | assert_eq!(test.get_heap_size(), 8*27);
[INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `Node`
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:78:8
[INFO] [stdout] |
[INFO] [stdout] 78 | fn get_heap_size(&self) -> usize {
[INFO] [stdout] | ------------- the method is available for `&mut Node` here
[INFO] [stdout] |
[INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout] note: `GetSize` defines an item `get_heap_size`, perhaps you need to implement it
[INFO] [stdout] --> src/lib.rs:66:1
[INFO] [stdout] |
[INFO] [stdout] 66 | pub trait GetSize: Sized {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0599]: no method named `get_heap_size` found for enum `Node` in the current scope
[INFO] [stdout] --> src/tests/mod.rs:215:21
[INFO] [stdout] |
[INFO] [stdout] 192 | enum Node where T: Default {
[INFO] [stdout] | ------------ method `get_heap_size` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 215 | assert_eq!(test.get_heap_size(), 8*std::mem::size_of::>());
[INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `Node`
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:78:8
[INFO] [stdout] |
[INFO] [stdout] 78 | fn get_heap_size(&self) -> usize {
[INFO] [stdout] | ------------- the method is available for `&mut Node` here
[INFO] [stdout] |
[INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout] note: `GetSize` defines an item `get_heap_size`, perhaps you need to implement it
[INFO] [stdout] --> src/lib.rs:66:1
[INFO] [stdout] |
[INFO] [stdout] 66 | pub trait GetSize: Sized {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0599]: no method named `get_heap_size` found for enum `TestEnum2` in the current scope
[INFO] [stdout] --> src/tests/mod.rs:229:21
[INFO] [stdout] |
[INFO] [stdout] 220 | pub enum TestEnum2 {
[INFO] [stdout] | ------------------ method `get_heap_size` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 229 | assert_eq!(test.get_heap_size(), 0);
[INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `TestEnum2`
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:78:8
[INFO] [stdout] |
[INFO] [stdout] 78 | fn get_heap_size(&self) -> usize {
[INFO] [stdout] | ------------- the method is available for `&mut TestEnum2` here
[INFO] [stdout] |
[INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout] note: `GetSize` defines an item `get_heap_size`, perhaps you need to implement it
[INFO] [stdout] --> src/lib.rs:66:1
[INFO] [stdout] |
[INFO] [stdout] 66 | pub trait GetSize: Sized {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0599]: no method named `get_heap_size` found for enum `TestEnum2` in the current scope
[INFO] [stdout] --> src/tests/mod.rs:232:21
[INFO] [stdout] |
[INFO] [stdout] 220 | pub enum TestEnum2 {
[INFO] [stdout] | ------------------ method `get_heap_size` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 232 | assert_eq!(test.get_heap_size(), 0);
[INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `TestEnum2`
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:78:8
[INFO] [stdout] |
[INFO] [stdout] 78 | fn get_heap_size(&self) -> usize {
[INFO] [stdout] | ------------- the method is available for `&mut TestEnum2` here
[INFO] [stdout] |
[INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout] note: `GetSize` defines an item `get_heap_size`, perhaps you need to implement it
[INFO] [stdout] --> src/lib.rs:66:1
[INFO] [stdout] |
[INFO] [stdout] 66 | pub trait GetSize: Sized {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0599]: no method named `get_heap_size` found for enum `TestEnum2` in the current scope
[INFO] [stdout] --> src/tests/mod.rs:235:21
[INFO] [stdout] |
[INFO] [stdout] 220 | pub enum TestEnum2 {
[INFO] [stdout] | ------------------ method `get_heap_size` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 235 | assert_eq!(test.get_heap_size(), 0);
[INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `TestEnum2`
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:78:8
[INFO] [stdout] |
[INFO] [stdout] 78 | fn get_heap_size(&self) -> usize {
[INFO] [stdout] | ------------- the method is available for `&mut TestEnum2` here
[INFO] [stdout] |
[INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout] note: `GetSize` defines an item `get_heap_size`, perhaps you need to implement it
[INFO] [stdout] --> src/lib.rs:66:1
[INFO] [stdout] |
[INFO] [stdout] 66 | pub trait GetSize: Sized {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0599]: no method named `get_size` found for struct `TestNewType` in the current scope
[INFO] [stdout] --> src/tests/mod.rs:245:44
[INFO] [stdout] |
[INFO] [stdout] 240 | pub struct TestNewType(u64);
[INFO] [stdout] | ---------------------- method `get_size` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 245 | assert_eq!(u64::get_stack_size(), test.get_size());
[INFO] [stdout] | ^^^^^^^^ method not found in `TestNewType`
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:86:8
[INFO] [stdout] |
[INFO] [stdout] 86 | fn get_size(&self) -> usize {
[INFO] [stdout] | -------- the method is available for `&mut TestNewType` here
[INFO] [stdout] |
[INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout] note: `GetSize` defines an item `get_size`, perhaps you need to implement it
[INFO] [stdout] --> src/lib.rs:66:1
[INFO] [stdout] |
[INFO] [stdout] 66 | pub trait GetSize: Sized {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: one of the expressions' fields has a method of the same name
[INFO] [stdout] |
[INFO] [stdout] 245 | assert_eq!(u64::get_stack_size(), test.0.get_size());
[INFO] [stdout] | ++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout]
[INFO] [stderr] error: could not compile `get-size` (lib test) due to 38 previous errors
[INFO] running `Command { std: "docker" "inspect" "09012c2d7bc655956c14e35983c345a1f13f713357943d41441576d0744fe39f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "09012c2d7bc655956c14e35983c345a1f13f713357943d41441576d0744fe39f", kill_on_drop: false }`
[INFO] [stdout] 09012c2d7bc655956c14e35983c345a1f13f713357943d41441576d0744fe39f