[INFO] fetching crate extract-frontmatter 4.1.1...
[INFO] checking extract-frontmatter-4.1.1 against master#80399064afa4a2cd153f30d02c25f7ea0383ed65 for opaque-soundness-fix
[INFO] extracting crate extract-frontmatter 4.1.1 into /workspace/builds/worker-3-tc1/source
[INFO] validating manifest of crates.io crate extract-frontmatter 4.1.1 on toolchain 80399064afa4a2cd153f30d02c25f7ea0383ed65
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+80399064afa4a2cd153f30d02c25f7ea0383ed65" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate extract-frontmatter 4.1.1
[INFO] finished tweaking crates.io crate extract-frontmatter 4.1.1
[INFO] tweaked toml for crates.io crate extract-frontmatter 4.1.1 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+80399064afa4a2cd153f30d02c25f7ea0383ed65" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+80399064afa4a2cd153f30d02c25f7ea0383ed65" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+80399064afa4a2cd153f30d02c25f7ea0383ed65" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 64b857aa4d1d6bf04069a03c70818e0f63a23834ab629483df47abab05c432ab
[INFO] running `Command { std: "docker" "start" "-a" "64b857aa4d1d6bf04069a03c70818e0f63a23834ab629483df47abab05c432ab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "64b857aa4d1d6bf04069a03c70818e0f63a23834ab629483df47abab05c432ab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "64b857aa4d1d6bf04069a03c70818e0f63a23834ab629483df47abab05c432ab", kill_on_drop: false }`
[INFO] [stdout] 64b857aa4d1d6bf04069a03c70818e0f63a23834ab629483df47abab05c432ab
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+80399064afa4a2cd153f30d02c25f7ea0383ed65" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 41c1c7560a474f839b54c72a8f063ff4f0bc5e812ea73588d8ef6c1fe1d4433a
[INFO] running `Command { std: "docker" "start" "-a" "41c1c7560a474f839b54c72a8f063ff4f0bc5e812ea73588d8ef6c1fe1d4433a", kill_on_drop: false }`
[INFO] [stderr]     Checking extract-frontmatter v4.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] error: couldn't read tests/../resources/tests/example1/raw.md: No such file or directory (os error 2)
[INFO] [stdout]  --> tests/examples.rs:9:64
[INFO] [stdout]   |
[INFO] [stdout] 9 |         Extractor::new(Splitter::DelimiterLine("+++")).extract(include_str!("../resources/tests/example1/raw.md"));
[INFO] [stdout]   |                                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read tests/../resources/tests/example1/meta.toml: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/examples.rs:14:13
[INFO] [stdout]    |
[INFO] [stdout] 14 |             include_str!("../resources/tests/example1/meta.toml").trim(),
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read tests/../resources/tests/example1/data.md: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/examples.rs:15:13
[INFO] [stdout]    |
[INFO] [stdout] 15 |             include_str!("../resources/tests/example1/data.md").trim()
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read tests/../resources/tests/example2/raw.sql: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/examples.rs:24:18
[INFO] [stdout]    |
[INFO] [stdout] 24 |         .extract(include_str!("../resources/tests/example2/raw.sql"));
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read tests/../resources/tests/example2/meta.yml: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/examples.rs:29:13
[INFO] [stdout]    |
[INFO] [stdout] 29 |             include_str!("../resources/tests/example2/meta.yml").trim(),
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read tests/../resources/tests/example2/data.sql: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/examples.rs:30:13
[INFO] [stdout]    |
[INFO] [stdout] 30 |             include_str!("../resources/tests/example2/data.sql").trim()
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read tests/../resources/tests/third-party/sedum/raw.md: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/example-sedum.rs:14:18
[INFO] [stdout]    |
[INFO] [stdout] 14 |         .extract(include_str!("../resources/tests/third-party/sedum/raw.md"));
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read tests/../resources/tests/third-party/sedum/old/meta.yml: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/example-sedum.rs:19:13
[INFO] [stdout]    |
[INFO] [stdout] 19 |             include_str!("../resources/tests/third-party/sedum/old/meta.yml").trim(),
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read tests/../resources/tests/third-party/sedum/old/data.md: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/example-sedum.rs:20:13
[INFO] [stdout]    |
[INFO] [stdout] 20 |             include_str!("../resources/tests/third-party/sedum/old/data.md").trim()
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read tests/../resources/tests/third-party/sedum/raw.md: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/example-sedum.rs:29:18
[INFO] [stdout]    |
[INFO] [stdout] 29 |         .extract(include_str!("../resources/tests/third-party/sedum/raw.md"));
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read tests/../resources/tests/third-party/sedum/new/meta.yml: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/example-sedum.rs:34:13
[INFO] [stdout]    |
[INFO] [stdout] 34 |             include_str!("../resources/tests/third-party/sedum/new/meta.yml").trim(),
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read tests/../resources/tests/third-party/sedum/new/data.md: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/example-sedum.rs:35:13
[INFO] [stdout]    |
[INFO] [stdout] 35 |             include_str!("../resources/tests/third-party/sedum/new/data.md").trim()
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `extract-frontmatter` (test "examples") due to 7 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `extract-frontmatter` (test "example-sedum") due to 7 previous errors
[INFO] running `Command { std: "docker" "inspect" "41c1c7560a474f839b54c72a8f063ff4f0bc5e812ea73588d8ef6c1fe1d4433a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "41c1c7560a474f839b54c72a8f063ff4f0bc5e812ea73588d8ef6c1fe1d4433a", kill_on_drop: false }`
[INFO] [stdout] 41c1c7560a474f839b54c72a8f063ff4f0bc5e812ea73588d8ef6c1fe1d4433a
[INFO] checking extract-frontmatter-4.1.1 against master#09bc67b9158392361780e779d32997f14cc75c39 for opaque-soundness-fix
[INFO] extracting crate extract-frontmatter 4.1.1 into /workspace/builds/worker-3-tc2/source
[INFO] validating manifest of crates.io crate extract-frontmatter 4.1.1 on toolchain 09bc67b9158392361780e779d32997f14cc75c39
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+09bc67b9158392361780e779d32997f14cc75c39" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate extract-frontmatter 4.1.1
[INFO] finished tweaking crates.io crate extract-frontmatter 4.1.1
[INFO] tweaked toml for crates.io crate extract-frontmatter 4.1.1 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+09bc67b9158392361780e779d32997f14cc75c39" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+09bc67b9158392361780e779d32997f14cc75c39" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+09bc67b9158392361780e779d32997f14cc75c39" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 61cfdc617ae9f7fbbaf856038b7916a9153bde8630ed3f52fdcac6f5c7cddec1
[INFO] running `Command { std: "docker" "start" "-a" "61cfdc617ae9f7fbbaf856038b7916a9153bde8630ed3f52fdcac6f5c7cddec1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "61cfdc617ae9f7fbbaf856038b7916a9153bde8630ed3f52fdcac6f5c7cddec1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "61cfdc617ae9f7fbbaf856038b7916a9153bde8630ed3f52fdcac6f5c7cddec1", kill_on_drop: false }`
[INFO] [stdout] 61cfdc617ae9f7fbbaf856038b7916a9153bde8630ed3f52fdcac6f5c7cddec1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+09bc67b9158392361780e779d32997f14cc75c39" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 00d083d6cc880ba7c60b4682831b1cb4f0fe3af43af3f4f416e9f48c0101072f
[INFO] running `Command { std: "docker" "start" "-a" "00d083d6cc880ba7c60b4682831b1cb4f0fe3af43af3f4f416e9f48c0101072f", kill_on_drop: false }`
[INFO] [stderr]     Checking extract-frontmatter v4.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] error: couldn't read tests/../resources/tests/third-party/sedum/raw.md: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/example-sedum.rs:14:18
[INFO] [stdout]    |
[INFO] [stdout] 14 |         .extract(include_str!("../resources/tests/third-party/sedum/raw.md"));
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read tests/../resources/tests/third-party/sedum/old/meta.yml: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/example-sedum.rs:19:13
[INFO] [stdout]    |
[INFO] [stdout] 19 |             include_str!("../resources/tests/third-party/sedum/old/meta.yml").trim(),
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read tests/../resources/tests/third-party/sedum/old/data.md: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/example-sedum.rs:20:13
[INFO] [stdout]    |
[INFO] [stdout] 20 |             include_str!("../resources/tests/third-party/sedum/old/data.md").trim()
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read tests/../resources/tests/third-party/sedum/raw.md: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/example-sedum.rs:29:18
[INFO] [stdout]    |
[INFO] [stdout] 29 |         .extract(include_str!("../resources/tests/third-party/sedum/raw.md"));
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read tests/../resources/tests/third-party/sedum/new/meta.yml: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/example-sedum.rs:34:13
[INFO] [stdout]    |
[INFO] [stdout] 34 |             include_str!("../resources/tests/third-party/sedum/new/meta.yml").trim(),
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read tests/../resources/tests/third-party/sedum/new/data.md: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/example-sedum.rs:35:13
[INFO] [stdout]    |
[INFO] [stdout] 35 |             include_str!("../resources/tests/third-party/sedum/new/data.md").trim()
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read tests/../resources/tests/example1/raw.md: No such file or directory (os error 2)
[INFO] [stdout]  --> tests/examples.rs:9:64
[INFO] [stdout]   |
[INFO] [stdout] 9 |         Extractor::new(Splitter::DelimiterLine("+++")).extract(include_str!("../resources/tests/example1/raw.md"));
[INFO] [stdout]   |                                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read tests/../resources/tests/example1/meta.toml: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/examples.rs:14:13
[INFO] [stdout]    |
[INFO] [stdout] 14 |             include_str!("../resources/tests/example1/meta.toml").trim(),
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read tests/../resources/tests/example1/data.md: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/examples.rs:15:13
[INFO] [stdout]    |
[INFO] [stdout] 15 |             include_str!("../resources/tests/example1/data.md").trim()
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read tests/../resources/tests/example2/raw.sql: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/examples.rs:24:18
[INFO] [stdout]    |
[INFO] [stdout] 24 |         .extract(include_str!("../resources/tests/example2/raw.sql"));
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read tests/../resources/tests/example2/meta.yml: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/examples.rs:29:13
[INFO] [stdout]    |
[INFO] [stdout] 29 |             include_str!("../resources/tests/example2/meta.yml").trim(),
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read tests/../resources/tests/example2/data.sql: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/examples.rs:30:13
[INFO] [stdout]    |
[INFO] [stdout] 30 |             include_str!("../resources/tests/example2/data.sql").trim()
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `extract-frontmatter` (test "example-sedum") due to 7 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 6 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `extract-frontmatter` (test "examples") due to 7 previous errors
[INFO] running `Command { std: "docker" "inspect" "00d083d6cc880ba7c60b4682831b1cb4f0fe3af43af3f4f416e9f48c0101072f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "00d083d6cc880ba7c60b4682831b1cb4f0fe3af43af3f4f416e9f48c0101072f", kill_on_drop: false }`
[INFO] [stdout] 00d083d6cc880ba7c60b4682831b1cb4f0fe3af43af3f4f416e9f48c0101072f
