[INFO] fetching crate pmd_flow 1.0.1... [INFO] checking pmd_flow-1.0.1 against master#90442458ac46b1d5eed752c316da25450f67285b for pr-81477 [INFO] extracting crate pmd_flow 1.0.1 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate pmd_flow 1.0.1 on toolchain 90442458ac46b1d5eed752c316da25450f67285b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+90442458ac46b1d5eed752c316da25450f67285b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate pmd_flow 1.0.1 [INFO] finished tweaking crates.io crate pmd_flow 1.0.1 [INFO] tweaked toml for crates.io crate pmd_flow 1.0.1 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+90442458ac46b1d5eed752c316da25450f67285b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+90442458ac46b1d5eed752c316da25450f67285b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+90442458ac46b1d5eed752c316da25450f67285b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 4925854c2bd9ccb8ea1f6d180d52fd554d206a29c5ca70c8d7a8cb6badd4d35d [INFO] running `Command { std: "docker" "start" "-a" "4925854c2bd9ccb8ea1f6d180d52fd554d206a29c5ca70c8d7a8cb6badd4d35d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4925854c2bd9ccb8ea1f6d180d52fd554d206a29c5ca70c8d7a8cb6badd4d35d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4925854c2bd9ccb8ea1f6d180d52fd554d206a29c5ca70c8d7a8cb6badd4d35d", kill_on_drop: false }` [INFO] [stdout] 4925854c2bd9ccb8ea1f6d180d52fd554d206a29c5ca70c8d7a8cb6badd4d35d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+90442458ac46b1d5eed752c316da25450f67285b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] f96bf93a4792cec652036b8e7accb30e982fc0367f4ef82ef4e15bf6f5c74da2 [INFO] running `Command { std: "docker" "start" "-a" "f96bf93a4792cec652036b8e7accb30e982fc0367f4ef82ef4e15bf6f5c74da2", kill_on_drop: false }` [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Checking pmd_sir0 v1.2.1 [INFO] [stderr] Checking pmd_flow v1.0.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/flowdata.rs:670:38 [INFO] [stdout] | [INFO] [stdout] 670 | write_sir0_footer(&mut file, sir0_pointers)?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected `&[u32]`, found struct `Vec` [INFO] [stdout] | help: consider borrowing here: `&sir0_pointers` [INFO] [stdout] | [INFO] [stdout] = note: expected reference `&[u32]` [INFO] [stdout] found struct `Vec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/flowdata.rs:670:38 [INFO] [stdout] | [INFO] [stdout] 670 | write_sir0_footer(&mut file, sir0_pointers)?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected `&[u32]`, found struct `Vec` [INFO] [stdout] | help: consider borrowing here: `&sir0_pointers` [INFO] [stdout] | [INFO] [stdout] = note: expected reference `&[u32]` [INFO] [stdout] found struct `Vec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `?` couldn't convert the error to `FlowDataError` [INFO] [stdout] --> src/flowdata.rs:670:52 [INFO] [stdout] | [INFO] [stdout] 670 | write_sir0_footer(&mut file, sir0_pointers)?; [INFO] [stdout] | ^ the trait `From` is not implemented for `FlowDataError` [INFO] [stdout] | [INFO] [stdout] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stdout] = help: the following implementations were found: [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] = note: required because of the requirements on the impl of `FromResidual>` for `Result<(), FlowDataError>` [INFO] [stdout] = note: required by `from_residual` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `?` couldn't convert the error to `FlowDataError` [INFO] [stdout] --> src/flowdata.rs:670:52 [INFO] [stdout] | [INFO] [stdout] 670 | write_sir0_footer(&mut file, sir0_pointers)?; [INFO] [stdout] | ^ the trait `From` is not implemented for `FlowDataError` [INFO] [stdout] | [INFO] [stdout] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stdout] = help: the following implementations were found: [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] = note: required because of the requirements on the impl of `FromResidual>` for `Result<(), FlowDataError>` [INFO] [stdout] = note: required by `from_residual` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0308. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `pmd_flow` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0308. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "f96bf93a4792cec652036b8e7accb30e982fc0367f4ef82ef4e15bf6f5c74da2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f96bf93a4792cec652036b8e7accb30e982fc0367f4ef82ef4e15bf6f5c74da2", kill_on_drop: false }` [INFO] [stdout] f96bf93a4792cec652036b8e7accb30e982fc0367f4ef82ef4e15bf6f5c74da2