[INFO] fetching crate moto-runtime 0.2.6...
[INFO] testing moto-runtime-0.2.6 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-8
[INFO] extracting crate moto-runtime 0.2.6 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate moto-runtime 0.2.6
[INFO] finished tweaking crates.io crate moto-runtime 0.2.6
[INFO] tweaked toml for crates.io crate moto-runtime 0.2.6 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate moto-runtime 0.2.6 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 6 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 20d7f01ad5c9d9477b6593c45383ff6a410e697fa25e4aa18bbb58cb1ab4633c
[INFO] running `Command { std: "docker" "start" "-a" "20d7f01ad5c9d9477b6593c45383ff6a410e697fa25e4aa18bbb58cb1ab4633c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "20d7f01ad5c9d9477b6593c45383ff6a410e697fa25e4aa18bbb58cb1ab4633c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "20d7f01ad5c9d9477b6593c45383ff6a410e697fa25e4aa18bbb58cb1ab4633c", kill_on_drop: false }`
[INFO] [stdout] 20d7f01ad5c9d9477b6593c45383ff6a410e697fa25e4aa18bbb58cb1ab4633c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e7b2e229a1e7460f7f6605c2b3611efb2295b38dda96ba91ea943cf4df685fe3
[INFO] running `Command { std: "docker" "start" "-a" "e7b2e229a1e7460f7f6605c2b3611efb2295b38dda96ba91ea943cf4df685fe3", kill_on_drop: false }`
[INFO] [stderr]    Compiling moto-runtime v0.2.6 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `example_generated`
[INFO] [stdout]    --> src/external/bitflags.rs:601:7
[INFO] [stdout]     |
[INFO] [stdout] 601 | #[cfg(feature = "example_generated")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `compiler_builtins`, `core`, `frusa`, `moto-ipc`, `moto-sys`, `rt-api`, and `rustc-dep-of-std`
[INFO] [stdout]     = help: consider adding `example_generated` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `compression`
[INFO] [stdout]    --> src/external/xmas_elf/sections.rs:170:11
[INFO] [stdout]     |
[INFO] [stdout] 170 |     #[cfg(feature = "compression")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `compiler_builtins`, `core`, `frusa`, `moto-ipc`, `moto-sys`, `rt-api`, and `rustc-dep-of-std`
[INFO] [stdout]     = help: consider adding `compression` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `waker_getters` has been stable since 1.83.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![feature(waker_getters)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/external/elfloader/binary.rs:104:28
[INFO] [stdout]     |
[INFO] [stdout] 104 |     pub fn program_headers(&self) -> ProgramIter {
[INFO] [stdout]     |                            ^^^^^     ^^^^^^^^^^^
[INFO] [stdout]     |                            |         |
[INFO] [stdout]     |                            |         the same lifetime is hidden here
[INFO] [stdout]     |                            |         the same lifetime is hidden here
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 104 |     pub fn program_headers(&self) -> ProgramIter<'_> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/external/elfloader/binary.rs:338:30
[INFO] [stdout]     |
[INFO] [stdout] 338 |     fn iter_loadable_headers(&self) -> LoadableHeaders {
[INFO] [stdout]     |                              ^^^^^     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                              |         |
[INFO] [stdout]     |                              |         the same lifetime is hidden here
[INFO] [stdout]     |                              |         the same lifetime is hidden here
[INFO] [stdout]     |                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 338 |     fn iter_loadable_headers(&self) -> LoadableHeaders<'_> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/external/xmas_elf/mod.rs:74:25
[INFO] [stdout]    |
[INFO] [stdout] 74 |     pub fn program_iter(&self) -> ProgramIter {
[INFO] [stdout]    |                         ^^^^^     ^^^^^^^^^^^
[INFO] [stdout]    |                         |         |
[INFO] [stdout]    |                         |         the same lifetime is hidden here
[INFO] [stdout]    |                         |         the same lifetime is hidden here
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 74 |     pub fn program_iter(&self) -> ProgramIter<'_> {
[INFO] [stdout]    |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
[INFO] running `Command { std: "docker" "inspect" "e7b2e229a1e7460f7f6605c2b3611efb2295b38dda96ba91ea943cf4df685fe3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e7b2e229a1e7460f7f6605c2b3611efb2295b38dda96ba91ea943cf4df685fe3", kill_on_drop: false }`
[INFO] [stdout] e7b2e229a1e7460f7f6605c2b3611efb2295b38dda96ba91ea943cf4df685fe3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8f2d4428f4cdb87d49156e1b5299b8b94db19857dab9a8a92c3e8ba7f3f557a3
[INFO] running `Command { std: "docker" "start" "-a" "8f2d4428f4cdb87d49156e1b5299b8b94db19857dab9a8a92c3e8ba7f3f557a3", kill_on_drop: false }`
[INFO] [stdout] warning: unexpected `cfg` condition value: `example_generated`
[INFO] [stdout]    --> src/external/bitflags.rs:601:7
[INFO] [stdout]     |
[INFO] [stdout] 601 | #[cfg(feature = "example_generated")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `compiler_builtins`, `core`, `frusa`, `moto-ipc`, `moto-sys`, `rt-api`, and `rustc-dep-of-std`
[INFO] [stdout]     = help: consider adding `example_generated` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `compression`
[INFO] [stdout]    --> src/external/xmas_elf/sections.rs:170:11
[INFO] [stdout]     |
[INFO] [stdout] 170 |     #[cfg(feature = "compression")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `compiler_builtins`, `core`, `frusa`, `moto-ipc`, `moto-sys`, `rt-api`, and `rustc-dep-of-std`
[INFO] [stdout]     = help: consider adding `compression` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `waker_getters` has been stable since 1.83.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![feature(waker_getters)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/external/elfloader/binary.rs:104:28
[INFO] [stdout]     |
[INFO] [stdout] 104 |     pub fn program_headers(&self) -> ProgramIter {
[INFO] [stdout]     |                            ^^^^^     ^^^^^^^^^^^
[INFO] [stdout]     |                            |         |
[INFO] [stdout]     |                            |         the same lifetime is hidden here
[INFO] [stdout]     |                            |         the same lifetime is hidden here
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 104 |     pub fn program_headers(&self) -> ProgramIter<'_> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/external/elfloader/binary.rs:338:30
[INFO] [stdout]     |
[INFO] [stdout] 338 |     fn iter_loadable_headers(&self) -> LoadableHeaders {
[INFO] [stdout]     |                              ^^^^^     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                              |         |
[INFO] [stdout]     |                              |         the same lifetime is hidden here
[INFO] [stdout]     |                              |         the same lifetime is hidden here
[INFO] [stdout]     |                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 338 |     fn iter_loadable_headers(&self) -> LoadableHeaders<'_> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/external/xmas_elf/mod.rs:74:25
[INFO] [stdout]    |
[INFO] [stdout] 74 |     pub fn program_iter(&self) -> ProgramIter {
[INFO] [stdout]    |                         ^^^^^     ^^^^^^^^^^^
[INFO] [stdout]    |                         |         |
[INFO] [stdout]    |                         |         the same lifetime is hidden here
[INFO] [stdout]    |                         |         the same lifetime is hidden here
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 74 |     pub fn program_iter(&self) -> ProgramIter<'_> {
[INFO] [stdout]    |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling moto-runtime v0.2.6 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `std`
[INFO] [stdout]    --> src/external/bitflags.rs:606:9
[INFO] [stdout]     |
[INFO] [stdout] 606 |     use std::collections::hash_map::DefaultHasher;
[INFO] [stdout]     |         ^^^ use of unresolved module or unlinked crate `std`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `std`, use `cargo add std` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `std`
[INFO] [stdout]    --> src/external/bitflags.rs:607:9
[INFO] [stdout]     |
[INFO] [stdout] 607 |     use std::hash::{Hash, Hasher};
[INFO] [stdout]     |         ^^^ use of unresolved module or unlinked crate `std`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `std`, use `cargo add std` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde`
[INFO] [stdout]     --> src/external/bitflags.rs:1392:18
[INFO] [stdout]      |
[INFO] [stdout] 1392 |         #[derive(serde::Serialize, serde::Deserialize)]
[INFO] [stdout]      |                  ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde`
[INFO] [stdout]     --> src/external/bitflags.rs:1392:36
[INFO] [stdout]      |
[INFO] [stdout] 1392 |         #[derive(serde::Serialize, serde::Deserialize)]
[INFO] [stdout]      |                                    ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `format` in this scope
[INFO] [stdout]     --> src/external/bitflags.rs:1161:20
[INFO] [stdout]      |
[INFO] [stdout] 1161 |         assert_eq!(format!("{:?}", Flags::A | Flags::B), "A | B");
[INFO] [stdout]      |                    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `format` in this scope
[INFO] [stdout]     --> src/external/bitflags.rs:1162:20
[INFO] [stdout]      |
[INFO] [stdout] 1162 |         assert_eq!(format!("{:?}", Flags::empty()), "(empty)");
[INFO] [stdout]      |                    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `format` in this scope
[INFO] [stdout]     --> src/external/bitflags.rs:1163:20
[INFO] [stdout]      |
[INFO] [stdout] 1163 |         assert_eq!(format!("{:?}", Flags::ABC), "A | B | C | ABC");
[INFO] [stdout]      |                    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `format` in this scope
[INFO] [stdout]     --> src/external/bitflags.rs:1165:20
[INFO] [stdout]      |
[INFO] [stdout] 1165 |         assert_eq!(format!("{:?}", extra), "0xb8");
[INFO] [stdout]      |                    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `format` in this scope
[INFO] [stdout]     --> src/external/bitflags.rs:1166:20
[INFO] [stdout]      |
[INFO] [stdout] 1166 |         assert_eq!(format!("{:?}", Flags::A | extra), "A | 0xb8");
[INFO] [stdout]      |                    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `format` in this scope
[INFO] [stdout]     --> src/external/bitflags.rs:1169:13
[INFO] [stdout]      |
[INFO] [stdout] 1169 |             format!("{:?}", Flags::ABC | extra),
[INFO] [stdout]      |             ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `format` in this scope
[INFO] [stdout]     --> src/external/bitflags.rs:1173:20
[INFO] [stdout]      |
[INFO] [stdout] 1173 |         assert_eq!(format!("{:?}", EmptyFlags::empty()), "(empty)");
[INFO] [stdout]      |                    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `format` in this scope
[INFO] [stdout]     --> src/external/bitflags.rs:1178:20
[INFO] [stdout]      |
[INFO] [stdout] 1178 |         assert_eq!(format!("{:b}", Flags::ABC), "111");
[INFO] [stdout]      |                    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `format` in this scope
[INFO] [stdout]     --> src/external/bitflags.rs:1179:20
[INFO] [stdout]      |
[INFO] [stdout] 1179 |         assert_eq!(format!("{:#b}", Flags::ABC), "0b111");
[INFO] [stdout]      |                    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `format` in this scope
[INFO] [stdout]     --> src/external/bitflags.rs:1181:20
[INFO] [stdout]      |
[INFO] [stdout] 1181 |         assert_eq!(format!("{:b}", Flags::ABC | extra), "1010111");
[INFO] [stdout]      |                    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `format` in this scope
[INFO] [stdout]     --> src/external/bitflags.rs:1182:20
[INFO] [stdout]      |
[INFO] [stdout] 1182 |         assert_eq!(format!("{:#b}", Flags::ABC | extra), "0b1010111");
[INFO] [stdout]      |                    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `format` in this scope
[INFO] [stdout]     --> src/external/bitflags.rs:1187:20
[INFO] [stdout]      |
[INFO] [stdout] 1187 |         assert_eq!(format!("{:o}", LongFlags::LONG_A), "177777");
[INFO] [stdout]      |                    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `format` in this scope
[INFO] [stdout]     --> src/external/bitflags.rs:1188:20
[INFO] [stdout]      |
[INFO] [stdout] 1188 |         assert_eq!(format!("{:#o}", LongFlags::LONG_A), "0o177777");
[INFO] [stdout]      |                    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `format` in this scope
[INFO] [stdout]     --> src/external/bitflags.rs:1190:20
[INFO] [stdout]      |
[INFO] [stdout] 1190 |         assert_eq!(format!("{:o}", LongFlags::LONG_A | extra), "5177777");
[INFO] [stdout]      |                    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `format` in this scope
[INFO] [stdout]     --> src/external/bitflags.rs:1191:20
[INFO] [stdout]      |
[INFO] [stdout] 1191 |         assert_eq!(format!("{:#o}", LongFlags::LONG_A | extra), "0o5177777");
[INFO] [stdout]      |                    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `format` in this scope
[INFO] [stdout]     --> src/external/bitflags.rs:1196:20
[INFO] [stdout]      |
[INFO] [stdout] 1196 |         assert_eq!(format!("{:x}", LongFlags::LONG_A), "ffff");
[INFO] [stdout]      |                    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `format` in this scope
[INFO] [stdout]     --> src/external/bitflags.rs:1197:20
[INFO] [stdout]      |
[INFO] [stdout] 1197 |         assert_eq!(format!("{:#x}", LongFlags::LONG_A), "0xffff");
[INFO] [stdout]      |                    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `format` in this scope
[INFO] [stdout]     --> src/external/bitflags.rs:1199:20
[INFO] [stdout]      |
[INFO] [stdout] 1199 |         assert_eq!(format!("{:x}", LongFlags::LONG_A | extra), "e0ffff");
[INFO] [stdout]      |                    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `format` in this scope
[INFO] [stdout]     --> src/external/bitflags.rs:1200:20
[INFO] [stdout]      |
[INFO] [stdout] 1200 |         assert_eq!(format!("{:#x}", LongFlags::LONG_A | extra), "0xe0ffff");
[INFO] [stdout]      |                    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `format` in this scope
[INFO] [stdout]     --> src/external/bitflags.rs:1205:20
[INFO] [stdout]      |
[INFO] [stdout] 1205 |         assert_eq!(format!("{:X}", LongFlags::LONG_A), "FFFF");
[INFO] [stdout]      |                    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `format` in this scope
[INFO] [stdout]     --> src/external/bitflags.rs:1206:20
[INFO] [stdout]      |
[INFO] [stdout] 1206 |         assert_eq!(format!("{:#X}", LongFlags::LONG_A), "0xFFFF");
[INFO] [stdout]      |                    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `format` in this scope
[INFO] [stdout]     --> src/external/bitflags.rs:1208:20
[INFO] [stdout]      |
[INFO] [stdout] 1208 |         assert_eq!(format!("{:X}", LongFlags::LONG_A | extra), "E0FFFF");
[INFO] [stdout]      |                    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `format` in this scope
[INFO] [stdout]     --> src/external/bitflags.rs:1209:20
[INFO] [stdout]      |
[INFO] [stdout] 1209 |         assert_eq!(format!("{:#X}", LongFlags::LONG_A | extra), "0xE0FFFF");
[INFO] [stdout]      |                    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `format` in this scope
[INFO] [stdout]     --> src/external/bitflags.rs:1261:20
[INFO] [stdout]      |
[INFO] [stdout] 1261 |         assert_eq!(format!("{:?}", Flags::A), "A");
[INFO] [stdout]      |                    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `format` in this scope
[INFO] [stdout]     --> src/external/bitflags.rs:1329:20
[INFO] [stdout]      |
[INFO] [stdout] 1329 |         assert_eq!(format!("{:?}", Flags::empty()), "NONE");
[INFO] [stdout]      |                    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `format` in this scope
[INFO] [stdout]     --> src/external/bitflags.rs:1330:20
[INFO] [stdout]      |
[INFO] [stdout] 1330 |         assert_eq!(format!("{:?}", Flags::SOME), "SOME");
[INFO] [stdout]      |                    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `format` in this scope
[INFO] [stdout]     --> src/external/bitflags.rs:1357:20
[INFO] [stdout]      |
[INFO] [stdout] 1357 |         assert_eq!(format!("{:?}", Flags128::A), "A");
[INFO] [stdout]      |                    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `format` in this scope
[INFO] [stdout]     --> src/external/bitflags.rs:1358:20
[INFO] [stdout]      |
[INFO] [stdout] 1358 |         assert_eq!(format!("{:?}", Flags128::B), "B");
[INFO] [stdout]      |                    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `format` in this scope
[INFO] [stdout]     --> src/external/bitflags.rs:1359:20
[INFO] [stdout]      |
[INFO] [stdout] 1359 |         assert_eq!(format!("{:?}", Flags128::C), "C");
[INFO] [stdout]      |                    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `format` in this scope
[INFO] [stdout]     --> src/external/bitflags.rs:1360:20
[INFO] [stdout]      |
[INFO] [stdout] 1360 |         assert_eq!(format!("{:?}", Flags128::ABC), "A | B | C | ABC");
[INFO] [stdout]      |                    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `example_generated`
[INFO] [stdout]    --> src/external/bitflags.rs:601:7
[INFO] [stdout]     |
[INFO] [stdout] 601 | #[cfg(feature = "example_generated")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `compiler_builtins`, `core`, `frusa`, `moto-ipc`, `moto-sys`, `rt-api`, and `rustc-dep-of-std`
[INFO] [stdout]     = help: consider adding `example_generated` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `foo`
[INFO] [stdout]     --> src/external/bitflags.rs:1243:23
[INFO] [stdout]      |
[INFO] [stdout] 1243 |                 #[cfg(foo)]
[INFO] [stdout]      |                       ^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]      = help: consider using a Cargo feature instead
[INFO] [stdout]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]               [lints.rust]
[INFO] [stdout]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(foo)'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(foo)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `foo`
[INFO] [stdout]     --> src/external/bitflags.rs:1245:23
[INFO] [stdout]      |
[INFO] [stdout] 1245 |                 #[cfg(foo)]
[INFO] [stdout]      |                       ^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead
[INFO] [stdout]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]               [lints.rust]
[INFO] [stdout]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(foo)'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(foo)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `compression`
[INFO] [stdout]    --> src/external/xmas_elf/sections.rs:170:11
[INFO] [stdout]     |
[INFO] [stdout] 170 |     #[cfg(feature = "compression")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `compiler_builtins`, `core`, `frusa`, `moto-ipc`, `moto-sys`, `rt-api`, and `rustc-dep-of-std`
[INFO] [stdout]     = help: consider adding `compression` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `waker_getters` has been stable since 1.83.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![feature(waker_getters)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde_json`
[INFO] [stdout]     --> src/external/bitflags.rs:1367:26
[INFO] [stdout]      |
[INFO] [stdout] 1367 |         let serialized = serde_json::to_string(&flags).unwrap();
[INFO] [stdout]      |                          ^^^^^^^^^^ use of unresolved module or unlinked crate `serde_json`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `serde_json`, use `cargo add serde_json` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde_json`
[INFO] [stdout]     --> src/external/bitflags.rs:1374:40
[INFO] [stdout]      |
[INFO] [stdout] 1374 |         let deserialized: SerdeFlags = serde_json::from_str(r#"{"bits":12}"#).unwrap();
[INFO] [stdout]      |                                        ^^^^^^^^^^ use of unresolved module or unlinked crate `serde_json`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `serde_json`, use `cargo add serde_json` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde_json`
[INFO] [stdout]     --> src/external/bitflags.rs:1386:13
[INFO] [stdout]      |
[INFO] [stdout] 1386 |             serde_json::from_str(&serde_json::to_string(&flags).unwrap()).unwrap();
[INFO] [stdout]      |             ^^^^^^^^^^ use of unresolved module or unlinked crate `serde_json`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `serde_json`, use `cargo add serde_json` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde_json`
[INFO] [stdout]     --> src/external/bitflags.rs:1386:35
[INFO] [stdout]      |
[INFO] [stdout] 1386 |             serde_json::from_str(&serde_json::to_string(&flags).unwrap()).unwrap();
[INFO] [stdout]      |                                   ^^^^^^^^^^ use of unresolved module or unlinked crate `serde_json`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `serde_json`, use `cargo add serde_json` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `moto-runtime` (lib test) due to 38 previous errors; 5 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "8f2d4428f4cdb87d49156e1b5299b8b94db19857dab9a8a92c3e8ba7f3f557a3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8f2d4428f4cdb87d49156e1b5299b8b94db19857dab9a8a92c3e8ba7f3f557a3", kill_on_drop: false }`
[INFO] [stdout] 8f2d4428f4cdb87d49156e1b5299b8b94db19857dab9a8a92c3e8ba7f3f557a3
