[INFO] fetching crate uapi 0.2.13...
[INFO] testing uapi-0.2.13 against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739-1
[INFO] extracting crate uapi 0.2.13 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate uapi 0.2.13
[INFO] finished tweaking crates.io crate uapi 0.2.13
[INFO] tweaked toml for crates.io crate uapi 0.2.13 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate uapi 0.2.13 on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "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" "+33835004928d3bf65db4d4712e1330766263b0bd" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 59 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7c1ac63ea2370e8958ea4a7c949c8b0004623508b7b0ddf897fcd077c22311ef
[INFO] running `Command { std: "docker" "start" "-a" "7c1ac63ea2370e8958ea4a7c949c8b0004623508b7b0ddf897fcd077c22311ef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7c1ac63ea2370e8958ea4a7c949c8b0004623508b7b0ddf897fcd077c22311ef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7c1ac63ea2370e8958ea4a7c949c8b0004623508b7b0ddf897fcd077c22311ef", kill_on_drop: false }`
[INFO] [stdout] 7c1ac63ea2370e8958ea4a7c949c8b0004623508b7b0ddf897fcd077c22311ef
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 654e9009c59eab0fc75c4fde192226c8919322e17dd09f8044170c33dac95177
[INFO] running `Command { std: "docker" "start" "-a" "654e9009c59eab0fc75c4fde192226c8919322e17dd09f8044170c33dac95177", kill_on_drop: false }`
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling uapi v0.2.13 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling uapi-proc v0.0.5
[INFO] [stdout] warning: unexpected `cfg` condition value: `alpha`
[INFO] [stdout]  --> src/c/linux.rs:8:18
[INFO] [stdout]   |
[INFO] [stdout] 8 |     if #[cfg(not(target_arch = "alpha"))] {
[INFO] [stdout]   |                  ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `target_arch` are: `aarch64`, `amdgpu`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch32`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64`, and `xtensa`
[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: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/file/mod.rs:59:11
[INFO] [stdout]    |
[INFO] [stdout] 59 |     bufs: &mut T,
[INFO] [stdout]    |           ^^^^^^ the lifetime is elided here
[INFO] [stdout] 60 | ) -> Result<InitializedIovec> {
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 60 | ) -> Result<InitializedIovec<'_>> {
[INFO] [stdout]    |                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/file/mod.rs:87:11
[INFO] [stdout]    |
[INFO] [stdout] 87 |     bufs: &mut T,
[INFO] [stdout]    |           ^^^^^^ the lifetime is elided here
[INFO] [stdout] 88 |     offset: c::off_t,
[INFO] [stdout] 89 | ) -> Result<InitializedIovec> {
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 89 | ) -> Result<InitializedIovec<'_>> {
[INFO] [stdout]    |                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/file/linux.rs:109:10
[INFO] [stdout]     |
[INFO] [stdout] 109 |     buf: &mut T,
[INFO] [stdout]     |          ^^^^^^ the lifetime is elided here
[INFO] [stdout] 110 | ) -> Result<impl IntoIterator<Item = InotifyEvent>> {
[INFO] [stdout]     |                                      ^^^^^^^^^^^^ the same lifetime is hidden 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] 110 | ) -> Result<impl IntoIterator<Item = InotifyEvent<'_>>> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/file/linux.rs:244:11
[INFO] [stdout]     |
[INFO] [stdout] 244 |     bufs: &mut T,
[INFO] [stdout]     |           ^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 247 | ) -> Result<InitializedIovec> {
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 247 | ) -> Result<InitializedIovec<'_>> {
[INFO] [stdout]     |                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/socket/linux/netlink.rs:218:34
[INFO] [stdout]     |
[INFO] [stdout] 218 |     pub fn nest<H2: NlmsgHeader>(&mut self, header: H2) -> Result<NlmsgWriter<H2>> {
[INFO] [stdout]     |                                  ^^^^^^^^^                        ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                  |
[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] 218 |     pub fn nest<H2: NlmsgHeader>(&mut self, header: H2) -> Result<NlmsgWriter<'_, H2>> {
[INFO] [stdout]     |                                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.96s
[INFO] running `Command { std: "docker" "inspect" "654e9009c59eab0fc75c4fde192226c8919322e17dd09f8044170c33dac95177", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "654e9009c59eab0fc75c4fde192226c8919322e17dd09f8044170c33dac95177", kill_on_drop: false }`
[INFO] [stdout] 654e9009c59eab0fc75c4fde192226c8919322e17dd09f8044170c33dac95177
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3eb343de6ed95ef4c861f2af3e6402d2419e9be57b24ac4a36997b5c37f9f21d
[INFO] running `Command { std: "docker" "start" "-a" "3eb343de6ed95ef4c861f2af3e6402d2419e9be57b24ac4a36997b5c37f9f21d", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stdout] warning: unexpected `cfg` condition value: `alpha`
[INFO] [stdout]  --> src/c/linux.rs:8:18
[INFO] [stdout]   |
[INFO] [stdout] 8 |     if #[cfg(not(target_arch = "alpha"))] {
[INFO] [stdout]   |                  ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `target_arch` are: `aarch64`, `amdgpu`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch32`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64`, and `xtensa`
[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: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/file/mod.rs:59:11
[INFO] [stdout]    |
[INFO] [stdout] 59 |     bufs: &mut T,
[INFO] [stdout]    |           ^^^^^^ the lifetime is elided here
[INFO] [stdout] 60 | ) -> Result<InitializedIovec> {
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 60 | ) -> Result<InitializedIovec<'_>> {
[INFO] [stdout]    |                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/file/mod.rs:87:11
[INFO] [stdout]    |
[INFO] [stdout] 87 |     bufs: &mut T,
[INFO] [stdout]    |           ^^^^^^ the lifetime is elided here
[INFO] [stdout] 88 |     offset: c::off_t,
[INFO] [stdout] 89 | ) -> Result<InitializedIovec> {
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 89 | ) -> Result<InitializedIovec<'_>> {
[INFO] [stdout]    |                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/file/linux.rs:109:10
[INFO] [stdout]     |
[INFO] [stdout] 109 |     buf: &mut T,
[INFO] [stdout]     |          ^^^^^^ the lifetime is elided here
[INFO] [stdout] 110 | ) -> Result<impl IntoIterator<Item = InotifyEvent>> {
[INFO] [stdout]     |                                      ^^^^^^^^^^^^ the same lifetime is hidden 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] 110 | ) -> Result<impl IntoIterator<Item = InotifyEvent<'_>>> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/file/linux.rs:244:11
[INFO] [stdout]     |
[INFO] [stdout] 244 |     bufs: &mut T,
[INFO] [stdout]     |           ^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 247 | ) -> Result<InitializedIovec> {
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 247 | ) -> Result<InitializedIovec<'_>> {
[INFO] [stdout]     |                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/socket/linux/netlink.rs:218:34
[INFO] [stdout]     |
[INFO] [stdout] 218 |     pub fn nest<H2: NlmsgHeader>(&mut self, header: H2) -> Result<NlmsgWriter<H2>> {
[INFO] [stdout]     |                                  ^^^^^^^^^                        ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                  |
[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] 218 |     pub fn nest<H2: NlmsgHeader>(&mut self, header: H2) -> Result<NlmsgWriter<'_, H2>> {
[INFO] [stdout]     |                                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling uapi v0.2.13 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `testutils`
[INFO] [stdout]  --> tests/process3.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use testutils::*;
[INFO] [stdout]   |     ^^^^^^^^^ use of unresolved module or unlinked crate `testutils`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `testutils`, use `cargo add testutils` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `testutils`
[INFO] [stdout]   --> tests/openat2_mode.rs:10:13
[INFO] [stdout]    |
[INFO] [stdout] 10 |         use testutils::*;
[INFO] [stdout]    |             ^^^^^^^^^ use of unresolved module or unlinked crate `testutils`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `testutils`, use `cargo add testutils` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `testutils`
[INFO] [stdout]  --> tests/mknodat_mode.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 7 |     use testutils::*;
[INFO] [stdout]   |         ^^^^^^^^^ use of unresolved module or unlinked crate `testutils`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `testutils`, use `cargo add testutils` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `testutils`
[INFO] [stdout]  --> tests/exec2.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 4 |     use testutils::*;
[INFO] [stdout]   |         ^^^^^^^^^ use of unresolved module or unlinked crate `testutils`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `testutils`, use `cargo add testutils` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `testutils`
[INFO] [stdout]  --> tests/process6.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use testutils::*;
[INFO] [stdout]   |     ^^^^^^^^^ use of unresolved module or unlinked crate `testutils`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `testutils`, use `cargo add testutils` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `testutils`
[INFO] [stdout]  --> tests/process5.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use testutils::*;
[INFO] [stdout]   |     ^^^^^^^^^ use of unresolved module or unlinked crate `testutils`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `testutils`, use `cargo add testutils` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `testutils`
[INFO] [stdout]  --> tests/process4.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use testutils::*;
[INFO] [stdout]   |     ^^^^^^^^^ use of unresolved module or unlinked crate `testutils`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `testutils`, use `cargo add testutils` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `testutils`
[INFO] [stdout]  --> tests/pivot_root.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 3 |     use testutils::*;
[INFO] [stdout]   |         ^^^^^^^^^ use of unresolved module or unlinked crate `testutils`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `testutils`, use `cargo add testutils` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `testutils`
[INFO] [stdout]  --> tests/openat_mode.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use testutils::*;
[INFO] [stdout]   |     ^^^^^^^^^ use of unresolved module or unlinked crate `testutils`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `testutils`, use `cargo add testutils` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `testutils`
[INFO] [stdout]  --> tests/process2.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use testutils::*;
[INFO] [stdout]   |     ^^^^^^^^^ use of unresolved module or unlinked crate `testutils`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `testutils`, use `cargo add testutils` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `defer` in this scope
[INFO] [stdout]   --> tests/pivot_root.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 |         defer!(|| umount2(tmp.bstr(), 0).unwrap());
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `defer` in this scope
[INFO] [stdout]   --> tests/pivot_root.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 23 |         defer!(|| umount2(sub1, 0).unwrap());
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `uapi` (test "process4") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `uapi` (test "openat2_mode") due to 1 previous error
[INFO] [stderr] error: could not compile `uapi` (test "process6") due to 1 previous error
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `uapi` (test "pivot_root") due to 3 previous errors
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `uapi` (test "process5") due to 1 previous error
[INFO] [stderr] error: could not compile `uapi` (test "exec2") due to 1 previous error
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `uapi` (test "process2") due to 1 previous error
[INFO] [stderr] error: could not compile `uapi` (test "openat_mode") due to 1 previous error
[INFO] [stderr] error: could not compile `uapi` (test "process3") due to 1 previous error
[INFO] [stdout] error[E0432]: unresolved import `testutils`
[INFO] [stdout]  --> tests/mknod_mode.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use testutils::*;
[INFO] [stdout]   |     ^^^^^^^^^ use of unresolved module or unlinked crate `testutils`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `testutils`, use `cargo add testutils` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `uapi` (test "mknodat_mode") due to 1 previous error
[INFO] [stderr] error: could not compile `uapi` (test "mknod_mode") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "3eb343de6ed95ef4c861f2af3e6402d2419e9be57b24ac4a36997b5c37f9f21d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3eb343de6ed95ef4c861f2af3e6402d2419e9be57b24ac4a36997b5c37f9f21d", kill_on_drop: false }`
[INFO] [stdout] 3eb343de6ed95ef4c861f2af3e6402d2419e9be57b24ac4a36997b5c37f9f21d
