[INFO] fetching crate cake 0.1.0...
[INFO] testing cake-0.1.0 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] extracting crate cake 0.1.0 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate cake 0.1.0
[INFO] finished tweaking crates.io crate cake 0.1.0
[INFO] tweaked toml for crates.io crate cake 0.1.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate cake 0.1.0 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 14 packages to latest compatible versions
[INFO] [stderr]       Adding rayon v0.4.3 (available: v1.11.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded deque v0.3.2
[INFO] [stderr]   Downloaded rayon v0.4.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] be38a76b77e8d32c1daeab9e9ecba9045a8067ef76e051021c97d2c515ea6050
[INFO] running `Command { std: "docker" "start" "-a" "be38a76b77e8d32c1daeab9e9ecba9045a8067ef76e051021c97d2c515ea6050", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "be38a76b77e8d32c1daeab9e9ecba9045a8067ef76e051021c97d2c515ea6050", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "be38a76b77e8d32c1daeab9e9ecba9045a8067ef76e051021c97d2c515ea6050", kill_on_drop: false }`
[INFO] [stdout] be38a76b77e8d32c1daeab9e9ecba9045a8067ef76e051021c97d2c515ea6050
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f9408cfddacac5e5fdf16963c6a36e183e9fedfaec003cfc3b493bb847a7f294
[INFO] running `Command { std: "docker" "start" "-a" "f9408cfddacac5e5fdf16963c6a36e183e9fedfaec003cfc3b493bb847a7f294", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling deque v0.3.2
[INFO] [stderr]    Compiling rand v0.3.23
[INFO] [stderr]    Compiling rayon v0.4.3
[INFO] [stderr]    Compiling cake v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
[INFO] running `Command { std: "docker" "inspect" "f9408cfddacac5e5fdf16963c6a36e183e9fedfaec003cfc3b493bb847a7f294", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f9408cfddacac5e5fdf16963c6a36e183e9fedfaec003cfc3b493bb847a7f294", kill_on_drop: false }`
[INFO] [stdout] f9408cfddacac5e5fdf16963c6a36e183e9fedfaec003cfc3b493bb847a7f294
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 84cdc43c235c3e3265d91fbfec60dedf3fd5209e411dada419018de9d0cdab01
[INFO] running `Command { std: "docker" "start" "-a" "84cdc43c235c3e3265d91fbfec60dedf3fd5209e411dada419018de9d0cdab01", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling cake v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> examples/simple.rs:6:1
[INFO] [stdout]    |
[INFO] [stdout]  6 | / build! {
[INFO] [stdout]  7 | |     start(sodium, libstd) => cmd!("ls"; in "src"),
[INFO] [stdout]  8 | |     sodium(libstd, libextra) => println!("yay"),
[INFO] [stdout]  9 | |     libstd() => println!("libstd"),
[INFO] [stdout] ...  |
[INFO] [stdout] 12 | |     run() => println!("check"),
[INFO] [stdout] 13 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> examples/simple.rs:6:1
[INFO] [stdout]    |
[INFO] [stdout]  6 | / build! {
[INFO] [stdout]  7 | |     start(sodium, libstd) => cmd!("ls"; in "src"),
[INFO] [stdout]  8 | |     sodium(libstd, libextra) => println!("yay"),
[INFO] [stdout]  9 | |     libstd() => println!("libstd"),
[INFO] [stdout] ...  |
[INFO] [stdout] 12 | |     run() => println!("check"),
[INFO] [stdout] 13 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `par` which comes from the expansion of the macro `build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> examples/simple.rs:6:1
[INFO] [stdout]    |
[INFO] [stdout]  6 | / build! {
[INFO] [stdout]  7 | |     start(sodium, libstd) => cmd!("ls"; in "src"),
[INFO] [stdout]  8 | |     sodium(libstd, libextra) => println!("yay"),
[INFO] [stdout]  9 | |     libstd() => println!("libstd"),
[INFO] [stdout] ...  |
[INFO] [stdout] 12 | |     run() => println!("check"),
[INFO] [stdout] 13 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `par` which comes from the expansion of the macro `build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> examples/simple.rs:6:1
[INFO] [stdout]    |
[INFO] [stdout]  6 | / build! {
[INFO] [stdout]  7 | |     start(sodium, libstd) => cmd!("ls"; in "src"),
[INFO] [stdout]  8 | |     sodium(libstd, libextra) => println!("yay"),
[INFO] [stdout]  9 | |     libstd() => println!("libstd"),
[INFO] [stdout] ...  |
[INFO] [stdout] 12 | |     run() => println!("check"),
[INFO] [stdout] 13 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> examples/simple.rs:6:1
[INFO] [stdout]    |
[INFO] [stdout]  6 | / build! {
[INFO] [stdout]  7 | |     start(sodium, libstd) => cmd!("ls"; in "src"),
[INFO] [stdout]  8 | |     sodium(libstd, libextra) => println!("yay"),
[INFO] [stdout]  9 | |     libstd() => println!("libstd"),
[INFO] [stdout] ...  |
[INFO] [stdout] 12 | |     run() => println!("check"),
[INFO] [stdout] 13 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `par` which comes from the expansion of the macro `build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> examples/simple.rs:6:1
[INFO] [stdout]    |
[INFO] [stdout]  6 | / build! {
[INFO] [stdout]  7 | |     start(sodium, libstd) => cmd!("ls"; in "src"),
[INFO] [stdout]  8 | |     sodium(libstd, libextra) => println!("yay"),
[INFO] [stdout]  9 | |     libstd() => println!("libstd"),
[INFO] [stdout] ...  |
[INFO] [stdout] 12 | |     run() => println!("check"),
[INFO] [stdout] 13 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `par` which comes from the expansion of the macro `build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> examples/simple.rs:6:1
[INFO] [stdout]    |
[INFO] [stdout]  6 | / build! {
[INFO] [stdout]  7 | |     start(sodium, libstd) => cmd!("ls"; in "src"),
[INFO] [stdout]  8 | |     sodium(libstd, libextra) => println!("yay"),
[INFO] [stdout]  9 | |     libstd() => println!("libstd"),
[INFO] [stdout] ...  |
[INFO] [stdout] 12 | |     run() => println!("check"),
[INFO] [stdout] 13 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `par` which comes from the expansion of the macro `build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> examples/simple.rs:6:1
[INFO] [stdout]    |
[INFO] [stdout]  6 | / build! {
[INFO] [stdout]  7 | |     start(sodium, libstd) => cmd!("ls"; in "src"),
[INFO] [stdout]  8 | |     sodium(libstd, libextra) => println!("yay"),
[INFO] [stdout]  9 | |     libstd() => println!("libstd"),
[INFO] [stdout] ...  |
[INFO] [stdout] 12 | |     run() => println!("check"),
[INFO] [stdout] 13 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `par` which comes from the expansion of the macro `build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> examples/simple.rs:6:1
[INFO] [stdout]    |
[INFO] [stdout]  6 | / build! {
[INFO] [stdout]  7 | |     start(sodium, libstd) => cmd!("ls"; in "src"),
[INFO] [stdout]  8 | |     sodium(libstd, libextra) => println!("yay"),
[INFO] [stdout]  9 | |     libstd() => println!("libstd"),
[INFO] [stdout] ...  |
[INFO] [stdout] 12 | |     run() => println!("check"),
[INFO] [stdout] 13 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `par` which comes from the expansion of the macro `build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> examples/simple.rs:6:1
[INFO] [stdout]    |
[INFO] [stdout]  6 | / build! {
[INFO] [stdout]  7 | |     start(sodium, libstd) => cmd!("ls"; in "src"),
[INFO] [stdout]  8 | |     sodium(libstd, libextra) => println!("yay"),
[INFO] [stdout]  9 | |     libstd() => println!("libstd"),
[INFO] [stdout] ...  |
[INFO] [stdout] 12 | |     run() => println!("check"),
[INFO] [stdout] 13 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `par` which comes from the expansion of the macro `build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> examples/simple.rs:6:1
[INFO] [stdout]    |
[INFO] [stdout]  6 | / build! {
[INFO] [stdout]  7 | |     start(sodium, libstd) => cmd!("ls"; in "src"),
[INFO] [stdout]  8 | |     sodium(libstd, libextra) => println!("yay"),
[INFO] [stdout]  9 | |     libstd() => println!("libstd"),
[INFO] [stdout] ...  |
[INFO] [stdout] 12 | |     run() => println!("check"),
[INFO] [stdout] 13 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `par` which comes from the expansion of the macro `build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> examples/simple.rs:6:1
[INFO] [stdout]    |
[INFO] [stdout]  6 | / build! {
[INFO] [stdout]  7 | |     start(sodium, libstd) => cmd!("ls"; in "src"),
[INFO] [stdout]  8 | |     sodium(libstd, libextra) => println!("yay"),
[INFO] [stdout]  9 | |     libstd() => println!("libstd"),
[INFO] [stdout] ...  |
[INFO] [stdout] 12 | |     run() => println!("check"),
[INFO] [stdout] 13 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `par` which comes from the expansion of the macro `build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.75s
[INFO] running `Command { std: "docker" "inspect" "84cdc43c235c3e3265d91fbfec60dedf3fd5209e411dada419018de9d0cdab01", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "84cdc43c235c3e3265d91fbfec60dedf3fd5209e411dada419018de9d0cdab01", kill_on_drop: false }`
[INFO] [stdout] 84cdc43c235c3e3265d91fbfec60dedf3fd5209e411dada419018de9d0cdab01
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 0b561c6ded5cf7930b9f7cd8b723fb077599de210873280cf16507e8d2d9ed32
[INFO] running `Command { std: "docker" "start" "-a" "0b561c6ded5cf7930b9f7cd8b723fb077599de210873280cf16507e8d2d9ed32", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]   --> examples/simple.rs:6:1
[INFO] [stderr]    |
[INFO] [stderr]  6 | / build! {
[INFO] [stderr]  7 | |     start(sodium, libstd) => cmd!("ls"; in "src"),
[INFO] [stderr]  8 | |     sodium(libstd, libextra) => println!("yay"),
[INFO] [stderr]  9 | |     libstd() => println!("libstd"),
[INFO] [stderr] ...  |
[INFO] [stderr] 12 | |     run() => println!("check"),
[INFO] [stderr] 13 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr]    = note: this warning originates in the macro `build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]   --> examples/simple.rs:6:1
[INFO] [stderr]    |
[INFO] [stderr]  6 | / build! {
[INFO] [stderr]  7 | |     start(sodium, libstd) => cmd!("ls"; in "src"),
[INFO] [stderr]  8 | |     sodium(libstd, libextra) => println!("yay"),
[INFO] [stderr]  9 | |     libstd() => println!("libstd"),
[INFO] [stderr] ...  |
[INFO] [stderr] 12 | |     run() => println!("check"),
[INFO] [stderr] 13 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `par` which comes from the expansion of the macro `build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]   --> examples/simple.rs:6:1
[INFO] [stderr]    |
[INFO] [stderr]  6 | / build! {
[INFO] [stderr]  7 | |     start(sodium, libstd) => cmd!("ls"; in "src"),
[INFO] [stderr]  8 | |     sodium(libstd, libextra) => println!("yay"),
[INFO] [stderr]  9 | |     libstd() => println!("libstd"),
[INFO] [stderr] ...  |
[INFO] [stderr] 12 | |     run() => println!("check"),
[INFO] [stderr] 13 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `cake` (example "simple") generated 12 warnings (9 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cake-9bdc857e6e97197e)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests cake
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test src/lib.rs - cmd (line 32) ... FAILED
[INFO] [stdout] test src/lib.rs - cmd (line 26) ... FAILED
[INFO] [stdout] test src/lib.rs - cmd (line 20) ... FAILED
[INFO] [stdout] test src/lib.rs - build (line 128) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - cmd (line 32) stdout ----
[INFO] [stdout] error: cannot find macro `cmd` in this scope
[INFO] [stdout]   --> src/lib.rs:33:1
[INFO] [stdout]    |
[INFO] [stdout] 33 | cmd!("ls", "."; where BLAH = "/"; where BLUH = "!");
[INFO] [stdout]    | ^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - cmd (line 26) stdout ----
[INFO] [stdout] error: cannot find macro `cmd` in this scope
[INFO] [stdout]   --> src/lib.rs:27:1
[INFO] [stdout]    |
[INFO] [stdout] 27 | cmd!("ls", "."; in "/");
[INFO] [stdout]    | ^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - cmd (line 20) stdout ----
[INFO] [stdout] error: cannot find macro `cmd` in this scope
[INFO] [stdout]   --> src/lib.rs:21:1
[INFO] [stdout]    |
[INFO] [stdout] 21 | cmd!("ls", "/");
[INFO] [stdout]    | ^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - cmd (line 20)
[INFO] [stdout]     src/lib.rs - cmd (line 26)
[INFO] [stdout]     src/lib.rs - cmd (line 32)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.26s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "0b561c6ded5cf7930b9f7cd8b723fb077599de210873280cf16507e8d2d9ed32", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0b561c6ded5cf7930b9f7cd8b723fb077599de210873280cf16507e8d2d9ed32", kill_on_drop: false }`
[INFO] [stdout] 0b561c6ded5cf7930b9f7cd8b723fb077599de210873280cf16507e8d2d9ed32
