[INFO] fetching crate spine-rust 0.1.1... [INFO] checking spine-rust-0.1.1 against master#af4a5a13a15fa0c60e06321077ef452f769b42fd for pr-122960-3 [INFO] extracting crate spine-rust 0.1.1 into /workspace/builds/worker-0-tc1/source [INFO] validating manifest of crates.io crate spine-rust 0.1.1 on toolchain af4a5a13a15fa0c60e06321077ef452f769b42fd [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "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-0-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 10 packages [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a43ecc64ecf9aa7c019f318d84ea59b20c269a5b2afeb3be45d04cd393360ae5 [INFO] running `Command { std: "docker" "start" "-a" "a43ecc64ecf9aa7c019f318d84ea59b20c269a5b2afeb3be45d04cd393360ae5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a43ecc64ecf9aa7c019f318d84ea59b20c269a5b2afeb3be45d04cd393360ae5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a43ecc64ecf9aa7c019f318d84ea59b20c269a5b2afeb3be45d04cd393360ae5", kill_on_drop: false }` [INFO] [stdout] a43ecc64ecf9aa7c019f318d84ea59b20c269a5b2afeb3be45d04cd393360ae5 [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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 176d58e752d85ffe8430ebfd64d67578137894cf4d17b916b06c13f5e2917f98 [INFO] running `Command { std: "docker" "start" "-a" "176d58e752d85ffe8430ebfd64d67578137894cf4d17b916b06c13f5e2917f98", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.79 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling syn v2.0.57 [INFO] [stderr] Compiling serde_derive v1.0.197 [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] [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] [stderr] error: could not compile `spine-rust` (lib test) due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "176d58e752d85ffe8430ebfd64d67578137894cf4d17b916b06c13f5e2917f98", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "176d58e752d85ffe8430ebfd64d67578137894cf4d17b916b06c13f5e2917f98", kill_on_drop: false }` [INFO] [stdout] 176d58e752d85ffe8430ebfd64d67578137894cf4d17b916b06c13f5e2917f98 [INFO] checking spine-rust-0.1.1 against try#36dbcaee1a55543dfc181be52a69d99ff46ff62f for pr-122960-3 [INFO] extracting crate spine-rust 0.1.1 into /workspace/builds/worker-0-tc2/source [INFO] validating manifest of crates.io crate spine-rust 0.1.1 on toolchain 36dbcaee1a55543dfc181be52a69d99ff46ff62f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "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-0-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 76457f7a2637d805ddbf9718eef638b84221aadbb4abbda1fb02e07621accbaa [INFO] running `Command { std: "docker" "start" "-a" "76457f7a2637d805ddbf9718eef638b84221aadbb4abbda1fb02e07621accbaa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "76457f7a2637d805ddbf9718eef638b84221aadbb4abbda1fb02e07621accbaa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "76457f7a2637d805ddbf9718eef638b84221aadbb4abbda1fb02e07621accbaa", kill_on_drop: false }` [INFO] [stdout] 76457f7a2637d805ddbf9718eef638b84221aadbb4abbda1fb02e07621accbaa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 247f3866877a87438c0223f02c10184c1d406eb1738eb7261df0f609fc5bb691 [INFO] running `Command { std: "docker" "start" "-a" "247f3866877a87438c0223f02c10184c1d406eb1738eb7261df0f609fc5bb691", 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" "247f3866877a87438c0223f02c10184c1d406eb1738eb7261df0f609fc5bb691", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "247f3866877a87438c0223f02c10184c1d406eb1738eb7261df0f609fc5bb691", kill_on_drop: false }` [INFO] [stdout] 247f3866877a87438c0223f02c10184c1d406eb1738eb7261df0f609fc5bb691