[INFO] fetching crate spine-rust 0.1.1... [INFO] checking spine-rust-0.1.1 against master#506512391b1a75ae450d36c9420978402a91abcc for pr-125384 [INFO] extracting crate spine-rust 0.1.1 into /workspace/builds/worker-6-tc1/source [INFO] validating manifest of crates.io crate spine-rust 0.1.1 on toolchain 506512391b1a75ae450d36c9420978402a91abcc [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate spine-rust 0.1.1 [INFO] finished tweaking crates.io crate spine-rust 0.1.1 [INFO] tweaked toml for crates.io crate spine-rust 0.1.1 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 10 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b845a74ef9abef32aba5ef20b9b39e45548c5d9366d7e7043ab900c9ebf1cccf [INFO] running `Command { std: "docker" "start" "-a" "b845a74ef9abef32aba5ef20b9b39e45548c5d9366d7e7043ab900c9ebf1cccf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b845a74ef9abef32aba5ef20b9b39e45548c5d9366d7e7043ab900c9ebf1cccf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b845a74ef9abef32aba5ef20b9b39e45548c5d9366d7e7043ab900c9ebf1cccf", kill_on_drop: false }` [INFO] [stdout] b845a74ef9abef32aba5ef20b9b39e45548c5d9366d7e7043ab900c9ebf1cccf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5055e9c7d83e9ded6374dd28e42b961a93eaf48e0d3464c197842d0ebede116d [INFO] running `Command { std: "docker" "start" "-a" "5055e9c7d83e9ded6374dd28e42b961a93eaf48e0d3464c197842d0ebede116d", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.203 [INFO] [stderr] Checking serde_json v1.0.117 [INFO] [stderr] Checking spine-rust v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0583]: file not found for module `attachment` [INFO] [stdout] --> src/spine/attachments/mod.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | pub mod attachment; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `attachment`, create file "src/spine/attachments/attachment.rs" or "src/spine/attachments/attachment/mod.rs" [INFO] [stdout] = note: if there is a `mod attachment` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `attachment` [INFO] [stdout] --> src/spine/attachments/mod.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | pub mod attachment; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `attachment`, create file "src/spine/attachments/attachment.rs" or "src/spine/attachments/attachment/mod.rs" [INFO] [stdout] = note: if there is a `mod attachment` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0583`. [INFO] [stdout] [INFO] [stderr] error: could not compile `spine-rust` (lib) due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0583`. [INFO] [stdout] [INFO] [stderr] error: could not compile `spine-rust` (lib test) due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "5055e9c7d83e9ded6374dd28e42b961a93eaf48e0d3464c197842d0ebede116d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5055e9c7d83e9ded6374dd28e42b961a93eaf48e0d3464c197842d0ebede116d", kill_on_drop: false }` [INFO] [stdout] 5055e9c7d83e9ded6374dd28e42b961a93eaf48e0d3464c197842d0ebede116d [INFO] checking spine-rust-0.1.1 against try#dae34b759e282c069aa28752564694effd121a63 for pr-125384 [INFO] extracting crate spine-rust 0.1.1 into /workspace/builds/worker-6-tc2/source [INFO] validating manifest of crates.io crate spine-rust 0.1.1 on toolchain dae34b759e282c069aa28752564694effd121a63 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate spine-rust 0.1.1 [INFO] finished tweaking crates.io crate spine-rust 0.1.1 [INFO] tweaked toml for crates.io crate spine-rust 0.1.1 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 10 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 11c4395ef73729a7a9d6e5ffb0d12f6770b06ff90448f52ea47b6074bc343431 [INFO] running `Command { std: "docker" "start" "-a" "11c4395ef73729a7a9d6e5ffb0d12f6770b06ff90448f52ea47b6074bc343431", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "11c4395ef73729a7a9d6e5ffb0d12f6770b06ff90448f52ea47b6074bc343431", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "11c4395ef73729a7a9d6e5ffb0d12f6770b06ff90448f52ea47b6074bc343431", kill_on_drop: false }` [INFO] [stdout] 11c4395ef73729a7a9d6e5ffb0d12f6770b06ff90448f52ea47b6074bc343431 [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=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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4e888a2f7686fb1b1d26f423f4ea2631e43c6fd97aa51b8d3d93fb97075112da [INFO] running `Command { std: "docker" "start" "-a" "4e888a2f7686fb1b1d26f423f4ea2631e43c6fd97aa51b8d3d93fb97075112da", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] no edition found in manifest, probably 2015, skipping [INFO] running `Command { std: "docker" "inspect" "4e888a2f7686fb1b1d26f423f4ea2631e43c6fd97aa51b8d3d93fb97075112da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4e888a2f7686fb1b1d26f423f4ea2631e43c6fd97aa51b8d3d93fb97075112da", kill_on_drop: false }` [INFO] [stdout] 4e888a2f7686fb1b1d26f423f4ea2631e43c6fd97aa51b8d3d93fb97075112da