[INFO] fetching crate cake 0.1.0...
[INFO] testing cake-0.1.0 against try#bd7d74411512a3dd3b35d2f699c51dd2557c7e7e+cargoflags=-Zbuild-dir-new-layout for pr-149852-1
[INFO] extracting crate cake 0.1.0 into /workspace/builds/worker-6-tc2/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-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate cake 0.1.0 on toolchain bd7d74411512a3dd3b35d2f699c51dd2557c7e7e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "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" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "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 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" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "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]     Blocking waiting for file lock on package cache
[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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c9193581c79f9d9b16e26e1fecead0a71955a2fe4b482b5da8fcd438bececef3
[INFO] running `Command { std: "docker" "start" "-a" "c9193581c79f9d9b16e26e1fecead0a71955a2fe4b482b5da8fcd438bececef3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c9193581c79f9d9b16e26e1fecead0a71955a2fe4b482b5da8fcd438bececef3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c9193581c79f9d9b16e26e1fecead0a71955a2fe4b482b5da8fcd438bececef3", kill_on_drop: false }`
[INFO] [stdout] c9193581c79f9d9b16e26e1fecead0a71955a2fe4b482b5da8fcd438bececef3
[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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "build" "--frozen" "--message-format=json" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] 9753ab4cd84f6f56ed4aaed9baaa8314ec4e75b5a843eb4cbabe7654cc159f32
[INFO] running `Command { std: "docker" "start" "-a" "9753ab4cd84f6f56ed4aaed9baaa8314ec4e75b5a843eb4cbabe7654cc159f32", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]    Compiling deque v0.3.2
[INFO] [stderr]    Compiling rand v0.4.6
[INFO] [stderr]    Compiling num_cpus v1.17.0
[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 3.39s
[INFO] running `Command { std: "docker" "inspect" "9753ab4cd84f6f56ed4aaed9baaa8314ec4e75b5a843eb4cbabe7654cc159f32", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9753ab4cd84f6f56ed4aaed9baaa8314ec4e75b5a843eb4cbabe7654cc159f32", kill_on_drop: false }`
[INFO] [stdout] 9753ab4cd84f6f56ed4aaed9baaa8314ec4e75b5a843eb4cbabe7654cc159f32
[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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "test" "--frozen" "--no-run" "--message-format=json" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] 6ff661ca8b70c064f0834e4a1bb2a6a71be7492df046e9b4ad8451aa67d7b60b
[INFO] running `Command { std: "docker" "start" "-a" "6ff661ca8b70c064f0834e4a1bb2a6a71be7492df046e9b4ad8451aa67d7b60b", 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.74s
[INFO] running `Command { std: "docker" "inspect" "6ff661ca8b70c064f0834e4a1bb2a6a71be7492df046e9b4ad8451aa67d7b60b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6ff661ca8b70c064f0834e4a1bb2a6a71be7492df046e9b4ad8451aa67d7b60b", kill_on_drop: false }`
[INFO] [stdout] 6ff661ca8b70c064f0834e4a1bb2a6a71be7492df046e9b4ad8451aa67d7b60b
[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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "test" "--frozen" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] 850c7b99cb8e28d1aeb97a053c6fe952b764f3176747f97d94ad7cdeb8dd19ca
[INFO] running `Command { std: "docker" "start" "-a" "850c7b99cb8e28d1aeb97a053c6fe952b764f3176747f97d94ad7cdeb8dd19ca", 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.03s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/build/cake/329c7ea830e2ffbb/deps/cake-329c7ea830e2ffbb)
[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 20) ... FAILED
[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 - build (line 128) ... ok
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] [stdout] failures:
[INFO] [stdout] 
[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] ---- 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] 
[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] running `Command { std: "docker" "inspect" "850c7b99cb8e28d1aeb97a053c6fe952b764f3176747f97d94ad7cdeb8dd19ca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "850c7b99cb8e28d1aeb97a053c6fe952b764f3176747f97d94ad7cdeb8dd19ca", kill_on_drop: false }`
[INFO] [stdout] 850c7b99cb8e28d1aeb97a053c6fe952b764f3176747f97d94ad7cdeb8dd19ca
