[INFO] fetching crate include_dir 0.7.4... [INFO] checking include_dir-0.7.4 against master#8549802939cd01111c46e34a7b67cb1933977af9 for pr-132712 [INFO] extracting crate include_dir 0.7.4 into /workspace/builds/worker-3-tc1/source [INFO] validating manifest of crates.io crate include_dir 0.7.4 on toolchain 8549802939cd01111c46e34a7b67cb1933977af9 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8549802939cd01111c46e34a7b67cb1933977af9" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate include_dir 0.7.4 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate include_dir 0.7.4 [INFO] tweaked toml for crates.io crate include_dir 0.7.4 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" "+8549802939cd01111c46e34a7b67cb1933977af9" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 25 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8549802939cd01111c46e34a7b67cb1933977af9" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded include_dir_macros v0.7.4 [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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+8549802939cd01111c46e34a7b67cb1933977af9" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fea26687f1264e8fef3fc7cfd405398e71571dfa57009ad1ab5708cdcd443dd1 [INFO] running `Command { std: "docker" "start" "-a" "fea26687f1264e8fef3fc7cfd405398e71571dfa57009ad1ab5708cdcd443dd1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fea26687f1264e8fef3fc7cfd405398e71571dfa57009ad1ab5708cdcd443dd1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fea26687f1264e8fef3fc7cfd405398e71571dfa57009ad1ab5708cdcd443dd1", kill_on_drop: false }` [INFO] [stdout] fea26687f1264e8fef3fc7cfd405398e71571dfa57009ad1ab5708cdcd443dd1 [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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+8549802939cd01111c46e34a7b67cb1933977af9" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7d8f1a016f3406de7dd00d4eae23dc678dd90f394c17ba3c9893de46e5d3fe31 [INFO] running `Command { std: "docker" "start" "-a" "7d8f1a016f3406de7dd00d4eae23dc678dd90f394c17ba3c9893de46e5d3fe31", kill_on_drop: false }` [INFO] [stderr] Checking once_cell v1.20.2 [INFO] [stderr] Compiling include_dir_macros v0.7.4 [INFO] [stderr] Checking tempfile v3.14.0 [INFO] [stderr] Checking include_dir v0.7.4 (/opt/rustwide/workdir) [INFO] [stdout] error: couldn't read `tests/../../Cargo.toml`: No such file or directory (os error 2) [INFO] [stdout] --> tests/integration_test.rs:63:17 [INFO] [stdout] | [INFO] [stdout] 63 | let msrv = (include_str!("../../Cargo.toml")) [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] help: there is a file with the same name in a different directory [INFO] [stdout] | [INFO] [stdout] 63 | let msrv = (include_str!("../Cargo.toml")) [INFO] [stdout] | ~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/../../.rust-toolchain.toml`: No such file or directory (os error 2) [INFO] [stdout] --> tests/integration_test.rs:75:30 [INFO] [stdout] | [INFO] [stdout] 75 | let toolchain_version = (include_str!("../../.rust-toolchain.toml")) [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/../../.github/workflows/main.yml`: No such file or directory (os error 2) [INFO] [stdout] --> tests/integration_test.rs:88:26 [INFO] [stdout] | [INFO] [stdout] 88 | let workflow_msrv = (include_str!("../../.github/workflows/main.yml")) [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] [stderr] error: could not compile `include_dir` (test "integration_test") due to 3 previous errors [INFO] running `Command { std: "docker" "inspect" "7d8f1a016f3406de7dd00d4eae23dc678dd90f394c17ba3c9893de46e5d3fe31", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7d8f1a016f3406de7dd00d4eae23dc678dd90f394c17ba3c9893de46e5d3fe31", kill_on_drop: false }` [INFO] [stdout] 7d8f1a016f3406de7dd00d4eae23dc678dd90f394c17ba3c9893de46e5d3fe31